Galaxy-ng

Latest version: v4.9.2

Safety actively analyzes 642295 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

4.3.0a2

Not secure
====================

Features
--------

- Enable OpenAPI spec at cloud.redhat.com/api/automation-hub/v3/openapi.json

Update docs and decorators on viewsets and serializers to generate correct
spec.

Modify pulpcore openapigenerator to include concrete hrefs in addition
to {ansible_collection_href}/ style endpoints.

Need to provide the existing pulp /pulp/api/v3/docs/ view and
a new view at /api/automation-hub/v3/openapi.json
- new viewset may need drf-spectacular tweaks

Sub tasks:
- Create a snapshot of the OpenAPI spec in CI.
- setup any useful tooling for validating/verifying the spec
- openapidiff ?
- Enable swaggerui view (/v3/swagger/ ?)

Potential problems:

- May want/need to import pulpcore openapi generator utils, which may not be in plugin
api

Before:

Pulp uses drf-spectacular

A "live" generated version of the API is available at

http://localhost:5001/pulp/api/v3/docs/api.json
http://localhost:5001/pulp/api/v3/docs/api.yaml

And a "redoc" view at:
http://localhost:5001/pulp/api/v3/docs/

Note some issues:

- Lots of endpoints are in the form "{ansible_collection_import_href}"
- in theory, all endpoints should start with a "/" but even
when evaluated, the above is "ansible/ansible/v3/collections/artifacts"

- schema objects are inconsistent named
- pulpcore has no prefix
- pulp_ansible has ansible. prefix
- galaxy_ng sometimes? has galaxy. prefix and sometimes Galaxy
`AAH-57 <https://issues.redhat.com/browse/AAH-57>`_
- Add OpenShift job template to run database migrations
`AAH-145 <https://issues.redhat.com/browse/AAH-145>`_
- Allow on to customize version for sdist building
`AAH-185 <https://issues.redhat.com/browse/AAH-185>`_
- Add debug level logging about access_policy permission evaluation.
`AAH-205 <https://issues.redhat.com/browse/AAH-205>`_
- Add unpaginated collections, collectionversions and metadata endopints for better sync performance.
`AAH-224 <https://issues.redhat.com/browse/AAH-224>`_
- Add rate_limit to remotes api.
`AAH-272 <https://issues.redhat.com/browse/AAH-272>`_
- Add container list and detail endpoints for execution environments.
`AAH-274 <https://issues.redhat.com/browse/AAH-274>`_
- Add the ability to view the changes that have been made to a container repo.
`AAH-276 <https://issues.redhat.com/browse/AAH-276>`_
- Add api to return images in a container repo.
`AAH-277 <https://issues.redhat.com/browse/AAH-277>`_
- Set pulp container access policies.
`AAH-278 <https://issues.redhat.com/browse/AAH-278>`_
- Load initial data for repo, remote and distribution using data migrations
`AAH-281 <https://issues.redhat.com/browse/AAH-281>`_
- Add GALAXY_FEATURE_FLAGS to enable/disable execution environments
`AAH-298 <https://issues.redhat.com/browse/AAH-298>`_
- Add the ability to create readmes for container distributions.
`AAH-317 <https://issues.redhat.com/browse/AAH-317>`_
- Add api for loading a container manifest configuration blob.
`AAH-338 <https://issues.redhat.com/browse/AAH-338>`_
- Add requires_ansible to the collection api endpoints
`AAH-409 <https://issues.redhat.com/browse/AAH-409>`_
- Add models for container registry sync config
`AAH-432 <https://issues.redhat.com/browse/AAH-432>`_
- Allow creating super users.
`AAH-500 <https://issues.redhat.com/browse/AAH-500>`_


Bugfixes
--------

- Fix how travis checks for existence of Jira issues
`AAH-44 <https://issues.redhat.com/browse/AAH-44>`_
- Fixed synclist curation creating 2 * N tasks, where N is number of synclists.
Now synclist curation is executed in batches. Number of batches is configured in project settings.
By default it is set to 200 synclists per task.
`AAH-50 <https://issues.redhat.com/browse/AAH-50>`_
- Fix NamespaceLink creation and Validation on duplicated name.
`AAH-132 <https://issues.redhat.com/browse/AAH-132>`_
- API returns 409 in case of existing group with same name.
`AAH-152 <https://issues.redhat.com/browse/AAH-152>`_
- The namespaces api now performs a partial match on namespace name and namespace company name when using the 'keywords' query parameter.
`AAH-166 <https://issues.redhat.com/browse/AAH-166>`_
- Fix KeyError lookup in namespace and collection viewset
`AAH-195 <https://issues.redhat.com/browse/AAH-195>`_
- Fix error in error msg when importing invalid filenames
`AAH-203 <https://issues.redhat.com/browse/AAH-203>`_
- Fix the galaxy-importer check for max size of docs files
`AAH-220 <https://issues.redhat.com/browse/AAH-220>`_
- Only show synclist toggles to org admin.


ie, non org admin's should get 403 response
when viewing synclist endpoints.
`AAH-222 <https://issues.redhat.com/browse/AAH-222>`_
- Users should not be able to delete themselves.

Even if they have 'delete-user' perms.
`AAH-265 <https://issues.redhat.com/browse/AAH-265>`_
- Prevent users with delete-user perms from deleting admin users
`AAH-266 <https://issues.redhat.com/browse/AAH-266>`_
- Make token and password obfuscated on the API docs for /sync/config
`AAH-282 <https://issues.redhat.com/browse/AAH-282>`_
- split proxy_url in 3 fields: username, password, address
`AAH-291 <https://issues.redhat.com/browse/AAH-291>`_
- Fix groups endpoint viewable only by admin
`AAH-453 <https://issues.redhat.com/browse/AAH-453>`_
- Expose pulp API in generated openapi spec.
`AAH-482 <https://issues.redhat.com/browse/AAH-482>`_
- Replace current PULP_REDIS* env variables with PULP_REDIS_URL env variable to accommodate PULP_REDIS_SSL.
`AAH-486 <https://issues.redhat.com/browse/AAH-486>`_


Misc
----

- `AAH-16 <https://issues.redhat.com/browse/AAH-16>`_, `AAH-31 <https://issues.redhat.com/browse/AAH-31>`_, `AAH-120 <https://issues.redhat.com/browse/AAH-120>`_, `AAH-139 <https://issues.redhat.com/browse/AAH-139>`_, `AAH-176 <https://issues.redhat.com/browse/AAH-176>`_, `AAH-177 <https://issues.redhat.com/browse/AAH-177>`_, `AAH-257 <https://issues.redhat.com/browse/AAH-257>`_, `AAH-295 <https://issues.redhat.com/browse/AAH-295>`_, `AAH-299 <https://issues.redhat.com/browse/AAH-299>`_, `AAH-344 <https://issues.redhat.com/browse/AAH-344>`_, `AAH-387 <https://issues.redhat.com/browse/AAH-387>`_, `AAH-393 <https://issues.redhat.com/browse/AAH-393>`_, `AAH-425 <https://issues.redhat.com/browse/AAH-425>`_, `AAH-433 <https://issues.redhat.com/browse/AAH-433>`_, `AAH-478 <https://issues.redhat.com/browse/AAH-478>`_, `AAH-483 <https://issues.redhat.com/browse/AAH-483>`_


----

4.2.0

Not secure
==================

Bugfixes
--------

- Fix URLs in remote fixtures for correct validation.
`AAH-12 <https://issues.redhat.com/browse/AAH-12>`_
- Fix importer running ansible-test in local image build
`AAH-89 <https://issues.redhat.com/browse/AAH-89>`_
- Fix my-synclist to show only synclists with obj permissions
`AAH-97 <https://issues.redhat.com/browse/AAH-97>`_


Misc
----

- `AAH-131 <https://issues.redhat.com/browse/AAH-131>`_


----

4.2.0rc3

Not secure
=====================

Bugfixes
--------

- Add deprecated annotated field to empty queryset
`AAH-122 <https://issues.redhat.com/browse/AAH-122>`_


----

4.2.0rc2

Not secure
=====================

Features
--------

- Support pulp_ansible collection deprecation edits
`AAH-76 <https://issues.redhat.com/browse/AAH-76>`_
- Add staging and rejected repos via migration and remove from dev fixture
`485 <https://github.com/ansible/galaxy_ng/issues/485>`_


Bugfixes
--------

- Update error messages on namespace links so that they can be differentiated from error messages on namespaces.
`AAH-18 <https://issues.redhat.com/browse/AAH-18>`_
- Fix my-distributions show only sycnlist distros with obj perms
`AAH-27 <https://issues.redhat.com/browse/AAH-27>`_
- Fix sort=created on ui /imports/collections/
`AAH-98 <https://issues.redhat.com/browse/AAH-98>`_
- Fix `"CollectionImport.task_id" must be a "CollectionImport" instance.` errors on import task.
`AAH-99 <https://issues.redhat.com/browse/AAH-99>`_


Misc
----

- `AAH-17 <https://issues.redhat.com/browse/AAH-17>`_, `AAH-21 <https://issues.redhat.com/browse/AAH-21>`_, `AAH-26 <https://issues.redhat.com/browse/AAH-26>`_, `AAH-34 <https://issues.redhat.com/browse/AAH-34>`_, `AAH-44 <https://issues.redhat.com/browse/AAH-44>`_, `AAH-47 <https://issues.redhat.com/browse/AAH-47>`_, `AAH-81 <https://issues.redhat.com/browse/AAH-81>`_, `AAH-82 <https://issues.redhat.com/browse/AAH-82>`_, `AAH-90 <https://issues.redhat.com/browse/AAH-90>`_, `AAH-94 <https://issues.redhat.com/browse/AAH-94>`_, `AAH-105 <https://issues.redhat.com/browse/AAH-105>`_, `468 <https://github.com/ansible/galaxy_ng/issues/468>`_


----

4.2.0rc1

Not secure
=====================

Bugfixes
--------

- Make error return for upload filename parsing errors provides an error code 'invalid'
`31 <https://github.com/ansible/galaxy_ng/issues/31>`_
- Fixes missing collection documentation after syncing from cloud.redhat.com.
`441 <https://github.com/ansible/galaxy_ng/issues/441>`_
- Add missing RepositoryVersion to inbound repos created via migration
`493 <https://github.com/ansible/galaxy_ng/issues/493>`_
- On upload use filename namespace as distro when no distro specified
`496 <https://github.com/ansible/galaxy_ng/issues/496>`_


Misc
----

- `390 <https://github.com/ansible/galaxy_ng/issues/390>`_, `#473 <https://github.com/ansible/galaxy_ng/issues/473>`_


----

4.2.0b3

Not secure
====================

Features
--------

- Allow a user to specify the protocol she wants to use to talk to the pulp backend. (ie. http vs. https)
`464 <https://github.com/ansible/galaxy_ng/issues/464>`_
- Upgrade to pulpcore 3.7.0 and allow for 3.8.0

Based on the API stability guidance at
https://docs.pulpproject.org/pulpcore/plugins/plugin-writer/concepts/index.html#plugin-api-stability-and-deprecation-policy
`476 <https://github.com/ansible/galaxy_ng/issues/476>`_


Misc
----

- `474 <https://github.com/ansible/galaxy_ng/issues/474>`_


----

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.