David Newswanger
David Newswanger
This is a proof of concept to validate the idea of using signatures to label validated content. Adds: - `SIGNATURE_FINGERPRINT_LABELS` to settings.py that allows the user to configure a set...
Issue: AAH-1118 #### What is this PR doing: Add the download log capabilities from pulp ansible. #### Notes: This will have to get merged after the next release of pulp...
Add profiles for oci_env. Requires: https://github.com/pulp/oci_env/pull/31 Basic Usage (see the respective profile READMEs for more info): - Bases profile (provides a static UI and API running on localhost:5001): `COMPOSE_PROFILE=galaxy_ng/base` -...
Changes: - fixed a bug where the alpine test container was getting pulled on every test (~10 seconds per test) - initialize reusable objects once at beginning of test (~22...
#### What is this PR doing: Adds developer documentation. Todo: - [ ] write guide for contributing to pulp - [ ] write instructions for contributing tests - [ ]...
- [x] Migrate permissions to pulp namespaces - [x] Disable galaxy namespace API - [ ] Remove namespace viewsets/serializers - [ ] Tests Depends on: https://github.com/pulp/pulp_ansible/pull/1437 Issue: AAH-2293
Since the base image is tagged with localhost, docker occasionally tries to pull the image from a non-existant registry running on localhost:80
##### SUMMARY ##### ISSUE TYPE - Breaking Change - New or Enhanced Feature - Bug, Docs Fix or other nominal change ##### COMPONENT NAME - API - UI - Collection...
**Is your feature request related to a problem? Please describe.** Right now collection imports lock the entire repository that the collection is being imported into (https://github.com/pulp/pulp_ansible/blob/1528769b01db6c3c0e4c6501e522fc7e706ae27e/pulp_ansible/app/galaxy/v3/views.py#L514). This makes it so...