Don Browne

Results 16 issues of 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...

user-story

### 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....

bug
priority: low
P2

### 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...

user-story

### 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...

P2

### 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:...

good first issue
user-story
P2

### 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,...

good first issue
user-story
P2

### 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...

user-story
P2

### 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...

bug
:books: postgresql
:wrench: golang
:computer: darwin

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...

P2

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...