Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add: tests for the rate limiting logic * add: tests for package/container operations - ListPackagesByRepository() - GetArtifactVersions() - getPackageVersions() * add: tests for hook management business logic + validation - IsMinderHook() - CreateHook() * add: tests for repository access control - CanHandleOwner() - NewFallbackTokenClient() * add: tests for check run operations (permission handling) - StartCheckRun() - UpdateCheckRun() * add: tests for list operations with complex logic - ListFiles() - ListAllRepositories() * add: tests for security advisory management - CreateSecurityAdvisory() - CloseSecurityAdvisory() * fix: linting + license * remove: reduntant safeInt func * fix: no lint * update: int32
- Loading branch information