minder icon indicating copy to clipboard operation
minder copied to clipboard

Software Supply Chain Security Platform

Results 275 minder issues
Sort by recently updated
recently updated
newest added

### Describe the issue Our logs have sporadic uses of `projectID`, `project_id`, with a similar problem happening for entities and providers. We should decide on one and use that around...

bug
P2

The new Entity management framework added a bunch of SQL statements and the respective service layer. Code review showed that some of them are no longer necessary and some of...

[This routine](https://github.com/stacklok/minder/blob/44d1523d784f4684439c85f8863013416025204a/internal/entities/properties/service/service.go#L266-L275) must ensure that a transaction is open before performing the delete/insert sequence of statements.

good first issue
P2

it's unused

good first issue
P2

This is not used, and it also allows us to get rid of the `GetProperty` database call.

good first issue

This provides us with some hardening that makes sure callers cannot even attempt to get an entity from a project that doesn't belong to them. Related to https://github.com/stacklok/minder/issues/4417

P2

It's unused

good first issue
P2

This provides us with some hardening that makes sure callers cannot even attempt to get an entity from a project that doesn't belong to them.

P1

we're calling DeleteEntityByName to get rid of closed PRs. At that point we have the providerID but we're not passing it to the DB Delete function.

P2

we have property db wrappers like GetAllPropertyValuesV1 or UpsertPropertyValueV1 but then we started using higher-order model structures like models.DbPropsToModel. We should converge on one or the other.

good first issue
P2