Don Browne
Don Browne
### Please describe the enhancement See design doc in epic ### Solution Proposal In migration tool: 1. Change decrypt code to read from new fields then old fields 1. Begin...
### Describe the issue See this closed PR: https://github.com/stacklok/minder/pull/3219 This will trigger if more than one repo with the same name but with different providers exist in the same project....
### Please describe the enhancement Per recent discussion on providers, add an external ID to artifacts and repositories. This will be an opaque identifier which the providers will use to...
### Please describe the enhancement In a number of places in the CLI, we allow objects in the system to be referred to by either ID or name. The general...
### Please describe the enhancement See: https://github.com/stacklok/minder/pull/2945 Minder enforces certain rules about the names of profiles and rule types. Right now, if that validation fails, a generic error is returned:...
### Please describe the enhancement Profile Create/Update was moved to a separate interface as part of this PR: https://github.com/stacklok/minder/pull/2653 There is a significant amount of logic in these two methods,...
### Please describe the enhancement Provide a single API endpoint which allows multiple repos to be registered in a single request. ### Solution Proposal TBD ### Describe alternatives you've considered...
sqlc code generation does not respect `CREATE TEMPORARY TABLE ... ON COMMIT DROP` inside transaction
### Version 1.27.0 ### What happened? While writing a migration which made use of a temporary table, I observed a limitation/quirk of sqlc. The exact migration involves a lot of...
Certain parts of Minder have low unit test coverage. In at least one recent incident, the incident could have been prevented if there had been some unit test coverage of...
There are places in Minder where errors are logged, but lack the context to debug the issue (e.g. which project/profile/entity/etc. does the error relate to). Outcomes: 1) Review existing log...