Neil Hanlon

Results 64 issues of Neil Hanlon

### Describe The Bug It's possible to declare a package->repository stanza without declaring a 'name' for the repo. I believe the implicit 'all' repo is used in this case, but...

bug

### TL;DR This PR introduces Bazel's rules_pkg and creates an RPM package for the Peridot CLI. ### What changed? - Added `rules_pkg` dependency to the `WORKSPACE` - Modified `BUILD.bazel` to...

approved

this PR is dedicated to @nazunalika

approved
do-not-merge/work-in-progress

### Is this feature request related to a problem? If so, please describe it. Sometimes we need to build a package and then another package; or otherwise wish to serialize...

enhancement

### Is this feature request related to a problem? If so, please describe it. as a project maintainer, i want the ability to create a new gpg key or attach...

enhancement

### Is this feature request related to a problem? If so, please describe it. The options we are applying in terms of enabling/disabling modules as well as including additional packages...

enhancement

### Describe The Bug If a CatalogGroupInstallOptions config is attempted to be synced which does not contain an `srpm` block, a panic is seen. ### Reproduction Steps 1. Create a...

bug

### Is this feature request related to a problem? If so, please describe it. #78 introduced a regression in scoped packages due to a bad migration. It should have been...

bug
enhancement

### Is this feature request related to a problem? If so, please describe it. This is required to import 8.x into peridot. In 8, some modules declare their dependencies as...

enhancement

### Describe The Bug during development we used some hardcoded values while developing the UI. We'll need to clean these up e.g: 1. https://github.com/rocky-linux/peridot/blob/e7e949fc3991b2ec20f931060064208ef7e09e7d/peridot/ui/src/components/ProjectPackageDetails.tsx#L114 ### Reproduction Steps n/a ### Expected...

bug