minder
minder copied to clipboard
Software Supply Chain Security Platform
### Please describe the enhancement - ### Solution Proposal - ### Describe alternatives you've considered _No response_ ### Additional context _No response_ ### Acceptance Criteria _No response_
We've been getting alerts that `ListEvaluationResults` has had high latency. It's possible there's a user with several evaluation results, which causes this endpoint to be slow. Let's find the maximum...
# Summary Fixes #4315 ## Change Type ***Mark the type of change your PR introduces:*** - [ ] Bug fix (resolves an issue without affecting existing features) - [x] Feature...
# Summary This is a SPIKE. It is not ready to merge, is more for discussion about how to approach managing Minder rules using IaC. This change enables Minder to...
The PyPI specification states that python package names should be normalized https://packaging.python.org/en/latest/specifications/name-normalization/#name-normalization. The package names that we parse from `requirements.txt` do not necessarily adhere to the normalization rules. We should...
### Describe the issue Updating `minder-config` in Kubernetes does not trigger a restart of the service as it should. ### To Reproduce _No response_ ### What version are you using?...
We're seeing: ``` natschannel_test.go:98: Got {"msg":"hello"} from out1 natschannel_test.go:101: Got {"msg":"konnichiwa"} from out2 natschannel_test.go:103: timeout waiting for message 2 natschannel_test.go:116: expected 3 messages, got 2: [0xc00022a8a0 0xc0001892c0] ``` especially in...
### Describe the issue I made a mistake in giving an incorrect path, yet no error handling occurs  ### To Reproduce _No response_ ### What version are you using?...
### Describe the issue https://github.com/stacklok/minder/pull/4440/files/690fa2df0b83a36857618fdeca86f897b2821e9c#r1753513887 ```diff - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", - "dependencies": { - "debug": "2.6.9", - "depd": "2.0.0", + "node_modules/serve-static/node_modules/send": { + "version": "0.18.0",...
I auto-enrolled my whole test org which was about 100 repos. When I tried to delete the provider or account, the delete command failed with deadline exceeded.