pulpcore 3.79.1__tar.gz → 3.80.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulpcore might be problematic. Click here for more details.
- {pulpcore-3.79.1 → pulpcore-3.80.1}/CHANGES.md +79 -5
- {pulpcore-3.79.1 → pulpcore-3.80.1}/PKG-INFO +2 -2
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/app/__init__.py +1 -1
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/__init__.py +1 -1
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/viewsets.py +0 -2
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/apps.py +1 -1
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/task.py +5 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/tasks/importer.py +0 -2
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/tasks/replica.py +0 -1
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/tasks/test.py +0 -1
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/content/handler.py +1 -2
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/pytest_plugin.py +67 -71
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_status.py +3 -6
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_content_delivery.py +0 -18
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore.egg-info/PKG-INFO +2 -2
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore.egg-info/requires.txt +1 -1
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pyproject.toml +3 -3
- {pulpcore-3.79.1 → pulpcore-3.80.1}/CODE_OF_CONDUCT.md +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/COMMITMENT +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/CONTRIBUTING.md +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/COPYRIGHT +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/LICENSE +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/MANIFEST.in +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/README.md +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/ci_requirements.txt +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/functest_requirements.txt +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/manage.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/app/migrations/0001_initial.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/app/migrations/0002_alter_rhsmcertguard_contentguard_ptr_and_more.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/app/migrations/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/app/models.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/app/serializers.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/app/utils.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/app/viewsets.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/pytest_plugin.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/api/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/api/test_rhsm_certguard.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/api/test_x509_certguard.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/rhsm/katello-default-ca.crt +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/rhsm/katello-default-ca.key +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/rhsm/trusted_but_expired.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/rhsm/uber.cert +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/rhsm/untrusted_cert-key.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/rhsm/untrusted_cert.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/rhsm/v1/1514454871848760713-key.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/rhsm/v1/1514454871848760713.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/rhsm/v1/159442575569388840-key.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/rhsm/v1/159442575569388840.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/rhsm/v3/4260035510644027985-key.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/rhsm/v3/4260035510644027985.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/rhsm/v3/5527980418107729172-key.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/rhsm/v3/5527980418107729172.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/thirdparty_ca/certificates/ca.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/thirdparty_ca/genca.sh +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/thirdparty_ca/keys/ca.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/x509/certificates/ca.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/x509/certificates/client.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/x509/certificates/server.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/x509/certificates/un_urlencoded_cert.txt +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/x509/certificates/untrusted_client.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/x509/genall.sh +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/x509/genca.sh +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/x509/genclient.sh +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/x509/gensrv.sh +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/x509/keys/ca.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/x509/keys/client.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/artifacts/x509/keys/server.pem +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/conftest.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/functional/constants.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/unit/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_certguard/tests/unit/test_models.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/migrations/0001_initial.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/migrations/0001_initial_squashed_0016_add_domain.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/migrations/0002_file_related_names.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/migrations/0003_auto_20191014_1721.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/migrations/0004_filefilesystemexporter.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/migrations/0005_filerepository.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/migrations/0006_delete_filefilesystemexporter.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/migrations/0007_filefilesystemexporter.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/migrations/0008_add_manifest_field.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/migrations/0009_move_data_to_new_master_distribution_model.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/migrations/0010_auto_publish.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/migrations/0011_fix_auto_publish.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/migrations/0012_delete_filefilesystemexporter.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/migrations/0013_file_acs.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/migrations/0014_new_rbac_permissions.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/migrations/0015_allow_null_manifest.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/migrations/0016_add_domain.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/migrations/0017_alter_filealternatecontentsource_alternatecontentsource_ptr_and_more.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/migrations/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/modelresource.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/models.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/replica.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/serializers.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/tasks/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/tasks/publishing.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/app/tasks/synchronizing.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/manifest.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/pytest_plugin.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/functional/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/functional/api/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/functional/api/test_acs.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/functional/api/test_auto_publish.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/functional/api/test_bad_sync.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/functional/api/test_content_labels.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/functional/api/test_crud_content_unit.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/functional/api/test_crud_remotes.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/functional/api/test_domains.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/functional/api/test_download_policies.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/functional/api/test_generic_list.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/functional/api/test_labels.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/functional/api/test_mime_types.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/functional/api/test_publish.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/functional/api/test_pulp_export.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/functional/api/test_rbac.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/functional/api/test_remote_settings.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/functional/api/test_sync.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/unit/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/unit/test_safe_paths.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulp_file/tests/unit/test_serializers.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/access_policy.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/authentication.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/checks.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/entrypoint.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/files.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/global_access_conditions.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/importexport.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/loggers.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/manage.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/management/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/management/commands/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/management/commands/add-signing-service.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/management/commands/analyze-publication.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/management/commands/clean-up-progress-reports.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/management/commands/datarepair-2327.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/management/commands/dump-permissions.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/management/commands/dump-publications-to-fs.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/management/commands/handle-artifact-checksums.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/management/commands/migrationstat.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/management/commands/openapi.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/management/commands/rebasemigrations.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/management/commands/remove-plugin.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/management/commands/remove-signing-service.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/management/commands/repository-size.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/management/commands/reset-admin-password.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/management/commands/rotate-db-key.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0001_initial.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0001_squashed_0090_char_to_text_field.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0002_increase_artifact_size_field.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0003_remove_upload_completed.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0004_add_duplicated_reserved_resources.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0005_progressreport_code.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0006_repository_plugin_managed.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0007_delete_progress_proxies.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0008_published_metadata_as_content.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0009_remove_task_non_fatal_errors.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0010_pulp_fields.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0011_relative_path.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0012_auto_20191104_2000.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0013_repository_pulp_type.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0014_remove_repository_plugin_managed.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0015_auto_20191112_1426.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0016_charfield_to_textfield.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0017_remove_task_parent.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0018_auto_20191127_2350.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0019_add_signing_service_model.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0020_change_publishedartifact_constraints.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0021_add_signing_service_foreign_key.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0022_rename_last_version.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0023_change_exporter_models.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0024_use_local_storage_for_uploads.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0025_task_parent_task.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0026_task_group.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0027_export_backend.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0028_import_importer_pulpimporter_pulpimporterrepository.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0029_export_delete.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0030_taskgroup_all_tasks_dispatched.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0031_import_export_validate_params.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0032_export_to_chunks.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0033_increase_remote_artifact_size_field.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0034_groupprogressreport.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0035_content_upstream_id.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0036_unprotect_last_export.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0037_pulptemporaryfile.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0038_repository_remote.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0039_change_download_concurrency.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0040_set_admin_is_staff.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0041_accesspolicy.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0042_rbac_for_tasks.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0043_toc_attribute.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0044_temp_file_artifact_field.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0045_accesspolicy_permissions_allow_null.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0046_task__resource_job_id.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0047_improve_orphan_cleanup.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0048_fips_checksums.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0049_add_file_field_to_uploadchunk.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0050_namespace_access_policies.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0051_timeoutfields.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0052_tasking_logging_cid.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0053_remote_headers.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0054_add_public_key.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0055_label.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0056_remote_rate_limit.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0057_add_label_indexes.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0058_accesspolicy_customized.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0059_proxy_creds.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0060_data_migration_proxy_creds.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0061_call_handle_artifact_checksums_command.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0062_add_new_distribution_mastermodel.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0063_repository_retained_versions.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0064_add_new_style_task_columns.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0064_repository_user_hidden.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0065_merge_20210615_1211.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0066_download_concurrency_and_retry_changes.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0067_add_protect_to_task_reservation.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0068_add_timestamp_of_interest.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0069_update_json_fields.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0070_rename_retained_versions.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0071_filesystemexport_filesystemexporter.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0072_add_method_to_filesystem_exporter.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0073_encrypt_remote_fields.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0074_acs.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0075_rbaccontentguard.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0076_remove_reserved_resource.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0077_move_remote_url_credentials.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0078_grouprole_role_userrole.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0079_rename_permissions_assignment_accesspolicy_creation_hooks.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0080_proxy_group_model.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0081_reapplabel_group_permissions.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0082_add_manage_roles_permissions.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0083_alter_group_options.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0084_alter_rbaccontentguard_options.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0085_contentredirectcontentguard.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0086_task_json_fields.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0087_taskschedule.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0088_accesspolicy_queryset_scoping.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0089_alter_contentredirectcontentguard_options.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0090_char_to_text_field.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0091_systemid.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0092_alter_upload_options.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0093_add_info_field_repositoryversion.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0094_protect_repository_content.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0095_artifactdistribution.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0096_alter_task_logging_cid.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0097_remove_telemetry_task_schedule.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0098_pulp_labels.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0099_versions_field.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0100_upstreampulp.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0101_add_domain.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0102_add_domain_relations.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0103_alter_export_task.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0104_delete_label.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0105_abstract_uuid_gen.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0106_alter_artifactdistribution_distribution_ptr_and_more.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0107_distribution_hidden.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0108_task_versions.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0109_contentartifact_relative_path_index.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0110_apiappstatus.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0111_task_enc_args_task_enc_kwargs.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0112_alter_upstreampulp_options.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0113_headercontentguard.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0114_remove_task_args_remove_task_kwargs.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0115_compositecontentguard.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0116_alter_remoteartifact_md5_alter_remoteartifact_sha1_and_more.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0117_task_unblocked_at.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0118_task_core_task_unblock_2276a4_idx_and_more.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0119_grouprole_core_groupr_object__250e22_idx_and_more.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0120_get_url_removal.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0121_add_profile_artifacts_table.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0122_record_last_replication_timestamp.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0123_upstreampulp_q_select.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0124_task_deferred_task_immediate.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0125_openpgpdistribution_openpgpkeyring_openpgppublickey_and_more.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0126_remoteartifact_failed_at.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0127_remove_upstreampulp_pulp_label_select.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0128_domain_pulp_labels.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0129_content_pulp_labels.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0130_upstreampulp_policy.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0131_distribution_checkpoint_publication_checkpoint.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/0132_alter_content_options.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/migrations/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/mime_types.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/modelresource.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/access_policy.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/acs.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/analytics.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/base.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/content.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/domain.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/exporter.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/fields.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/generic.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/importer.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/openpgp.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/progress.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/publication.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/replica.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/repository.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/role.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/status.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/storage.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/models/upload.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/openpgp.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/protobuf/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/protobuf/analytics_pb2.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/pulp_hashlib.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/pulpcore_gunicorn_application.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/redis_connection.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/replica.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/response.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/role_util.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/access_policy.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/acs.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/base.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/content.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/domain.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/exporter.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/fields.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/importer.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/openpgp.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/orphans.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/progress.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/publication.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/purge.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/reclaim.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/repair.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/replica.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/repository.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/status.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/task.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/upload.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/serializers/user.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/settings.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/tasks/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/tasks/analytics.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/tasks/base.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/tasks/export.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/tasks/migrate.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/tasks/orphan.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/tasks/purge.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/tasks/reclaim_space.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/tasks/repository.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/tasks/telemetry.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/tasks/upload.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/templates/rest_framework/api.html +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/templatetags/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/templatetags/pulp_urls.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/urls.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/util.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/views/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/views/importer.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/views/orphans.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/views/repair.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/views/status.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/viewsets/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/viewsets/access_policy.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/viewsets/acs.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/viewsets/base.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/viewsets/content.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/viewsets/custom_filters.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/viewsets/domain.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/viewsets/exporter.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/viewsets/importer.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/viewsets/openpgp.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/viewsets/orphans.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/viewsets/publication.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/viewsets/reclaim.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/viewsets/replica.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/viewsets/repository.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/viewsets/task.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/viewsets/upload.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/viewsets/user.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/app/wsgi.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/backends.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/cache/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/cache/cache.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/constants.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/content/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/content/authentication.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/content/entrypoint.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/content/instrumentation.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/download/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/download/base.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/download/factory.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/download/file.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/download/http.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/exceptions/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/exceptions/base.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/exceptions/plugin.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/exceptions/validation.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/filters.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/metrics.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/middleware.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/migrations.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/openapi/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/openapi/hooks.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/access_policy.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/actions.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/apps.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/authentication/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/cache/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/constants.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/content.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/download/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/exceptions.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/files.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/importexport.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/migrations.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/modelresources.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/models/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/models/role.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/publication_utils.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/pulp_hashlib.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/replica.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/repo_version_utils.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/responses.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/serializers/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/serializers/content.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/stages/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/stages/api.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/stages/artifact_stages.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/stages/content_stages.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/stages/declarative_version.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/stages/models.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/storage.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/sync.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/tasking.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/util.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/viewsets/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/plugin/viewsets/content.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/responses.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tasking/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tasking/_util.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tasking/entrypoint.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tasking/kafka.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tasking/storage.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tasking/tasks.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tasking/worker.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_access_policy.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_api_docs.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_api_root_rewrite.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_artifact_distribution.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_auth.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_correlation_id.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_crd_artifacts.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_crud_domains.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_filter.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_login.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_openapi_schema.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_openpgp.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_replication.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_repos.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_role.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_root_endpoint.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_scoping.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_signing_service.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_task_purge.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_tasking.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_upload.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_users_groups.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/test_workers.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_checkpoint.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_content_access.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_content_cache.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_content_directory.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_content_path.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_content_promotion.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_contentguard.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_crud_repos.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_distributions.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_filesystemexport.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_labels.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_migrate.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_orphans.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_pagination.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_prn.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_proxy.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_pulpimport.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_reclaim_disk_space.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_repair.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_repo_versions.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_tasks.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/api/using_plugin/test_unlinking_repo.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/assets/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/content_with_coverage.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/functional/utils.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/performance/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/performance/test_performance.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/conftest.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/content/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/content/test_handler.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/content/test_heartbeat.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/download/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/download/test_downloader_base.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/download/test_downloader_factory.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/metrics/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/metrics/conftest.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/metrics/test_aiohttp_instrumentation.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/metrics/test_django_instrumentation.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/migration/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/migration/test_0077_move_remote_url_credentials.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/models/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/models/test_base.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/models/test_content.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/models/test_remote.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/models/test_repository.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/models/test_task.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/roles/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/roles/test_roles.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/serializers/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/serializers/test_base.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/serializers/test_domain.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/serializers/test_fields.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/serializers/test_orphans_cleanup.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/serializers/test_pulpexport.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/serializers/test_repository.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/serializers/test_user.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/stages/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/stages/test_artifactdownloader.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/stages/test_stages.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/test_cache.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/test_chunked_file.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/test_content_guard.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/test_files.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/test_import_checks.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/test_pulp_urls.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/test_settings.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/test_util.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/test_viewsets.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/viewsets/__init__.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore/tests/unit/viewsets/test_viewset_base.py +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore.egg-info/SOURCES.txt +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore.egg-info/dependency_links.txt +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore.egg-info/entry_points.txt +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/pulpcore.egg-info/top_level.txt +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/setup.cfg +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/test_requirements.txt +0 -0
- {pulpcore-3.79.1 → pulpcore-3.80.1}/unittest_requirements.txt +0 -0
|
@@ -8,21 +8,51 @@
|
|
|
8
8
|
|
|
9
9
|
[//]: # (towncrier release notes start)
|
|
10
10
|
|
|
11
|
-
## 3.
|
|
11
|
+
## 3.80.1 (2025-06-12) {: #3.80.1 }
|
|
12
12
|
|
|
13
|
-
### REST API {: #3.
|
|
13
|
+
### REST API {: #3.80.1-rest-api }
|
|
14
14
|
|
|
15
15
|
No significant changes.
|
|
16
16
|
|
|
17
|
-
### Plugin API {: #3.
|
|
17
|
+
### Plugin API {: #3.80.1-plugin-api }
|
|
18
18
|
|
|
19
19
|
No significant changes.
|
|
20
20
|
|
|
21
|
-
### Pulp File {: #3.
|
|
21
|
+
### Pulp File {: #3.80.1-pulp-file }
|
|
22
22
|
|
|
23
23
|
No significant changes.
|
|
24
24
|
|
|
25
|
-
### Pulp Cert Guard {: #3.
|
|
25
|
+
### Pulp Cert Guard {: #3.80.1-pulp-cert-guard }
|
|
26
|
+
|
|
27
|
+
No significant changes.
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## 3.80.0 (2025-05-27) {: #3.80.0 }
|
|
32
|
+
|
|
33
|
+
### REST API {: #3.80.0-rest-api }
|
|
34
|
+
|
|
35
|
+
#### Bugfixes {: #3.80.0-rest-api-bugfix }
|
|
36
|
+
|
|
37
|
+
- Prevent downloader session to be closed when there is a digest validation in on_demand content serving.
|
|
38
|
+
|
|
39
|
+
#### Improved Documentation {: #3.80.0-rest-api-doc }
|
|
40
|
+
|
|
41
|
+
- Adds docs on the Alternate Content Sources feature set.
|
|
42
|
+
[#6609](https://github.com/pulp/pulpcore/issues/6609)
|
|
43
|
+
|
|
44
|
+
### Plugin API {: #3.80.0-plugin-api }
|
|
45
|
+
|
|
46
|
+
#### Removals {: #3.80.0-plugin-api-removal }
|
|
47
|
+
|
|
48
|
+
- Deprecated `TaskGroup.finish()` for removal with Pulp 4.
|
|
49
|
+
[#task_group_finish](https://github.com/pulp/pulpcore/issues/task_group_finish)
|
|
50
|
+
|
|
51
|
+
### Pulp File {: #3.80.0-pulp-file }
|
|
52
|
+
|
|
53
|
+
No significant changes.
|
|
54
|
+
|
|
55
|
+
### Pulp Cert Guard {: #3.80.0-pulp-cert-guard }
|
|
26
56
|
|
|
27
57
|
No significant changes.
|
|
28
58
|
|
|
@@ -2627,6 +2657,26 @@ No significant changes.
|
|
|
2627
2657
|
|
|
2628
2658
|
---
|
|
2629
2659
|
|
|
2660
|
+
## 3.49.42 (2025-05-21) {: #3.49.42 }
|
|
2661
|
+
|
|
2662
|
+
### REST API {: #3.49.42-rest-api }
|
|
2663
|
+
|
|
2664
|
+
No significant changes.
|
|
2665
|
+
|
|
2666
|
+
### Plugin API {: #3.49.42-plugin-api }
|
|
2667
|
+
|
|
2668
|
+
No significant changes.
|
|
2669
|
+
|
|
2670
|
+
### Pulp File {: #3.49.42-pulp-file }
|
|
2671
|
+
|
|
2672
|
+
No significant changes.
|
|
2673
|
+
|
|
2674
|
+
### Pulp Cert Guard {: #3.49.42-pulp-cert-guard }
|
|
2675
|
+
|
|
2676
|
+
No significant changes.
|
|
2677
|
+
|
|
2678
|
+
---
|
|
2679
|
+
|
|
2630
2680
|
## 3.49.41 (2025-05-13) {: #3.49.41 }
|
|
2631
2681
|
|
|
2632
2682
|
### REST API {: #3.49.41-rest-api }
|
|
@@ -4179,6 +4229,18 @@ No significant changes.
|
|
|
4179
4229
|
- Starting from this release pulp_file will be shipped as part of the pulpcore package.
|
|
4180
4230
|
[#4550](https://github.com/pulp/pulpcore/issues/4550)
|
|
4181
4231
|
|
|
4232
|
+
## 3.39.31 (2025-05-20) {: #3.39.31 }
|
|
4233
|
+
|
|
4234
|
+
### REST API {: #3.39.31-rest-api }
|
|
4235
|
+
|
|
4236
|
+
No significant changes.
|
|
4237
|
+
|
|
4238
|
+
### Plugin API {: #3.39.31-plugin-api }
|
|
4239
|
+
|
|
4240
|
+
No significant changes.
|
|
4241
|
+
|
|
4242
|
+
---
|
|
4243
|
+
|
|
4182
4244
|
## 3.39.30 (2025-04-24) {: #3.39.30 }
|
|
4183
4245
|
|
|
4184
4246
|
### REST API {: #3.39.30-rest-api }
|
|
@@ -5136,6 +5198,18 @@ No significant changes.
|
|
|
5136
5198
|
|
|
5137
5199
|
- [#3798](https://github.com/pulp/pulpcore/issues/3798)
|
|
5138
5200
|
|
|
5201
|
+
## 3.28.38 (2025-05-20) {: #3.28.38 }
|
|
5202
|
+
|
|
5203
|
+
### REST API {: #3.28.38-rest-api }
|
|
5204
|
+
|
|
5205
|
+
No significant changes.
|
|
5206
|
+
|
|
5207
|
+
### Plugin API {: #3.28.38-plugin-api }
|
|
5208
|
+
|
|
5209
|
+
No significant changes.
|
|
5210
|
+
|
|
5211
|
+
---
|
|
5212
|
+
|
|
5139
5213
|
## 3.28.37 (2025-03-18) {: #3.28.37 }
|
|
5140
5214
|
|
|
5141
5215
|
### REST API {: #3.28.37-rest-api }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulpcore
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.80.1
|
|
4
4
|
Summary: Pulp Django Application and Related Modules
|
|
5
5
|
Author-email: Pulp Team <pulp-list@redhat.com>
|
|
6
6
|
Project-URL: Homepage, https://pulpproject.org
|
|
@@ -28,7 +28,7 @@ Requires-Dist: asyncio-throttle<=1.0.2,>=1.0
|
|
|
28
28
|
Requires-Dist: async-timeout<4.0.4,>=4.0.3; python_version < "3.11"
|
|
29
29
|
Requires-Dist: backoff<2.2.2,>=2.1.2
|
|
30
30
|
Requires-Dist: click<=8.1.8,>=8.1.0
|
|
31
|
-
Requires-Dist: cryptography<45.0.
|
|
31
|
+
Requires-Dist: cryptography<45.0.5,>=38.0.1
|
|
32
32
|
Requires-Dist: Django~=4.2.0
|
|
33
33
|
Requires-Dist: django-filter<=25.1,>=23.1
|
|
34
34
|
Requires-Dist: django-guid<=3.5.1,>=3.3
|
|
@@ -24,6 +24,7 @@ from pulpcore.app.models.fields import EncryptedJSONField
|
|
|
24
24
|
from pulpcore.constants import TASK_CHOICES, TASK_INCOMPLETE_STATES, TASK_STATES
|
|
25
25
|
from pulpcore.exceptions import AdvisoryLockError, exception_to_dict
|
|
26
26
|
from pulpcore.app.util import get_domain_pk, current_task
|
|
27
|
+
from pulpcore.app.loggers import deprecation_logger
|
|
27
28
|
|
|
28
29
|
_logger = logging.getLogger(__name__)
|
|
29
30
|
|
|
@@ -378,6 +379,10 @@ class TaskGroup(BaseModel):
|
|
|
378
379
|
Set 'all_tasks_dispatched' to True so that API users can know that there are no
|
|
379
380
|
tasks in the group yet to be created.
|
|
380
381
|
"""
|
|
382
|
+
# "All tasks dispatched" cannot be relied on.
|
|
383
|
+
deprecation_logger.warning(
|
|
384
|
+
"TaskGroup finish is deprecated and scheduled for removal in Pulp 4."
|
|
385
|
+
)
|
|
381
386
|
self.all_tasks_dispatched = True
|
|
382
387
|
self.save()
|
|
383
388
|
|
|
@@ -1316,7 +1316,7 @@ class Handler:
|
|
|
1316
1316
|
await remote_artifact.asave()
|
|
1317
1317
|
close_tcp_connection(request.transport._sock)
|
|
1318
1318
|
REMOTE_CONTENT_FETCH_FAILURE_COOLDOWN = settings.REMOTE_CONTENT_FETCH_FAILURE_COOLDOWN
|
|
1319
|
-
|
|
1319
|
+
raise RuntimeError(
|
|
1320
1320
|
f"Pulp tried streaming {remote_artifact.url!r} to "
|
|
1321
1321
|
"the client, but it failed checksum validation.\n\n"
|
|
1322
1322
|
"We can't recover from wrong data already sent so we are:\n"
|
|
@@ -1329,7 +1329,6 @@ class Handler:
|
|
|
1329
1329
|
"Learn more on <https://pulpproject.org/pulpcore/docs/user/learn/"
|
|
1330
1330
|
"on-demand-downloading/#on-demand-and-streamed-limitations>"
|
|
1331
1331
|
)
|
|
1332
|
-
return response
|
|
1333
1332
|
|
|
1334
1333
|
if save_artifact and remote.policy != Remote.STREAMED:
|
|
1335
1334
|
content_artifacts = await asyncio.shield(
|
|
@@ -211,15 +211,10 @@ class ThreadedAiohttpServerData:
|
|
|
211
211
|
return f"{protocol_handler}{self.host}:{self.port}{path}"
|
|
212
212
|
|
|
213
213
|
|
|
214
|
-
@pytest.fixture
|
|
215
|
-
def test_path():
|
|
216
|
-
return os.getenv("PYTEST_CURRENT_TEST").split()[0]
|
|
217
|
-
|
|
218
|
-
|
|
219
214
|
# Webserver Fixtures
|
|
220
215
|
|
|
221
216
|
|
|
222
|
-
@pytest.fixture
|
|
217
|
+
@pytest.fixture(scope="session")
|
|
223
218
|
def unused_port():
|
|
224
219
|
def _unused_port():
|
|
225
220
|
with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s:
|
|
@@ -229,7 +224,7 @@ def unused_port():
|
|
|
229
224
|
return _unused_port
|
|
230
225
|
|
|
231
226
|
|
|
232
|
-
@pytest.fixture
|
|
227
|
+
@pytest.fixture(scope="class")
|
|
233
228
|
def gen_threaded_aiohttp_server(fixtures_cfg, unused_port):
|
|
234
229
|
fixture_servers_data = []
|
|
235
230
|
|
|
@@ -258,7 +253,7 @@ def gen_threaded_aiohttp_server(fixtures_cfg, unused_port):
|
|
|
258
253
|
fixture_server_data.thread.join()
|
|
259
254
|
|
|
260
255
|
|
|
261
|
-
@pytest.fixture
|
|
256
|
+
@pytest.fixture(scope="class")
|
|
262
257
|
def gen_fixture_server(gen_threaded_aiohttp_server):
|
|
263
258
|
def _gen_fixture_server(fixtures_root, ssl_ctx):
|
|
264
259
|
app = web.Application()
|
|
@@ -271,6 +266,30 @@ def gen_fixture_server(gen_threaded_aiohttp_server):
|
|
|
271
266
|
# Proxy Fixtures
|
|
272
267
|
|
|
273
268
|
|
|
269
|
+
class ProxyData:
|
|
270
|
+
def __init__(self, *, host, port, username=None, password=None, ssl=False):
|
|
271
|
+
self.host = host
|
|
272
|
+
self.port = port
|
|
273
|
+
|
|
274
|
+
self.username = username
|
|
275
|
+
self.password = password
|
|
276
|
+
|
|
277
|
+
self.ssl = ssl
|
|
278
|
+
|
|
279
|
+
if ssl:
|
|
280
|
+
scheme = "https"
|
|
281
|
+
else:
|
|
282
|
+
scheme = "http"
|
|
283
|
+
|
|
284
|
+
self.proxy_url = str(
|
|
285
|
+
URL.build(
|
|
286
|
+
scheme=scheme,
|
|
287
|
+
host=self.host,
|
|
288
|
+
port=self.port,
|
|
289
|
+
)
|
|
290
|
+
)
|
|
291
|
+
|
|
292
|
+
|
|
274
293
|
@pytest.fixture(scope="session")
|
|
275
294
|
def _proxy_module():
|
|
276
295
|
import proxy
|
|
@@ -278,7 +297,7 @@ def _proxy_module():
|
|
|
278
297
|
return proxy
|
|
279
298
|
|
|
280
299
|
|
|
281
|
-
@pytest.fixture
|
|
300
|
+
@pytest.fixture(scope="class")
|
|
282
301
|
def http_proxy(_proxy_module, fixtures_cfg, unused_port):
|
|
283
302
|
host = fixtures_cfg.aiohttp_fixtures_origin
|
|
284
303
|
port = unused_port()
|
|
@@ -297,7 +316,7 @@ def http_proxy(_proxy_module, fixtures_cfg, unused_port):
|
|
|
297
316
|
yield proxy_data
|
|
298
317
|
|
|
299
318
|
|
|
300
|
-
@pytest.fixture
|
|
319
|
+
@pytest.fixture(scope="class")
|
|
301
320
|
def http_proxy_with_auth(_proxy_module, fixtures_cfg, unused_port):
|
|
302
321
|
host = fixtures_cfg.aiohttp_fixtures_origin
|
|
303
322
|
port = unused_port()
|
|
@@ -322,7 +341,7 @@ def http_proxy_with_auth(_proxy_module, fixtures_cfg, unused_port):
|
|
|
322
341
|
yield proxy_data
|
|
323
342
|
|
|
324
343
|
|
|
325
|
-
@pytest.fixture
|
|
344
|
+
@pytest.fixture(scope="class")
|
|
326
345
|
def https_proxy(_proxy_module, fixtures_cfg, unused_port, proxy_tls_certificate_pem_path):
|
|
327
346
|
host = fixtures_cfg.aiohttp_fixtures_origin
|
|
328
347
|
port = unused_port()
|
|
@@ -346,30 +365,6 @@ def https_proxy(_proxy_module, fixtures_cfg, unused_port, proxy_tls_certificate_
|
|
|
346
365
|
yield proxy_data
|
|
347
366
|
|
|
348
367
|
|
|
349
|
-
class ProxyData:
|
|
350
|
-
def __init__(self, *, host, port, username=None, password=None, ssl=False):
|
|
351
|
-
self.host = host
|
|
352
|
-
self.port = port
|
|
353
|
-
|
|
354
|
-
self.username = username
|
|
355
|
-
self.password = password
|
|
356
|
-
|
|
357
|
-
self.ssl = ssl
|
|
358
|
-
|
|
359
|
-
if ssl:
|
|
360
|
-
scheme = "https"
|
|
361
|
-
else:
|
|
362
|
-
scheme = "http"
|
|
363
|
-
|
|
364
|
-
self.proxy_url = str(
|
|
365
|
-
URL.build(
|
|
366
|
-
scheme=scheme,
|
|
367
|
-
host=self.host,
|
|
368
|
-
port=self.port,
|
|
369
|
-
)
|
|
370
|
-
)
|
|
371
|
-
|
|
372
|
-
|
|
373
368
|
# Server Side TLS Fixtures
|
|
374
369
|
|
|
375
370
|
|
|
@@ -385,12 +380,12 @@ def tls_certificate_authority(_trustme_module):
|
|
|
385
380
|
return _trustme_module.CA()
|
|
386
381
|
|
|
387
382
|
|
|
388
|
-
@pytest.fixture
|
|
383
|
+
@pytest.fixture(scope="session")
|
|
389
384
|
def tls_certificate_authority_cert(tls_certificate_authority):
|
|
390
385
|
return tls_certificate_authority.cert_pem.bytes().decode()
|
|
391
386
|
|
|
392
387
|
|
|
393
|
-
@pytest.fixture
|
|
388
|
+
@pytest.fixture(scope="session")
|
|
394
389
|
def tls_certificate(fixtures_cfg, tls_certificate_authority):
|
|
395
390
|
return tls_certificate_authority.issue_cert(
|
|
396
391
|
fixtures_cfg.aiohttp_fixtures_origin,
|
|
@@ -405,14 +400,14 @@ def proxy_tls_certificate_authority(_trustme_module):
|
|
|
405
400
|
return _trustme_module.CA()
|
|
406
401
|
|
|
407
402
|
|
|
408
|
-
@pytest.fixture
|
|
403
|
+
@pytest.fixture(scope="session")
|
|
409
404
|
def proxy_tls_certificate(fixtures_cfg, client_tls_certificate_authority):
|
|
410
405
|
return client_tls_certificate_authority.issue_cert(
|
|
411
406
|
fixtures_cfg.aiohttp_fixtures_origin,
|
|
412
407
|
)
|
|
413
408
|
|
|
414
409
|
|
|
415
|
-
@pytest.fixture
|
|
410
|
+
@pytest.fixture(scope="session")
|
|
416
411
|
def proxy_tls_certificate_pem_path(proxy_tls_certificate):
|
|
417
412
|
with proxy_tls_certificate.private_key_and_cert_chain_pem.tempfile() as cert_pem:
|
|
418
413
|
yield cert_pem
|
|
@@ -426,25 +421,25 @@ def client_tls_certificate_authority(_trustme_module):
|
|
|
426
421
|
return _trustme_module.CA()
|
|
427
422
|
|
|
428
423
|
|
|
429
|
-
@pytest.fixture
|
|
424
|
+
@pytest.fixture(scope="session")
|
|
430
425
|
def client_tls_certificate_authority_pem_path(client_tls_certificate_authority):
|
|
431
426
|
with client_tls_certificate_authority.cert_pem.tempfile() as client_ca_pem:
|
|
432
427
|
yield client_ca_pem
|
|
433
428
|
|
|
434
429
|
|
|
435
|
-
@pytest.fixture
|
|
430
|
+
@pytest.fixture(scope="session")
|
|
436
431
|
def client_tls_certificate(fixtures_cfg, client_tls_certificate_authority):
|
|
437
432
|
return client_tls_certificate_authority.issue_cert(
|
|
438
433
|
fixtures_cfg.aiohttp_fixtures_origin,
|
|
439
434
|
)
|
|
440
435
|
|
|
441
436
|
|
|
442
|
-
@pytest.fixture
|
|
437
|
+
@pytest.fixture(scope="session")
|
|
443
438
|
def client_tls_certificate_cert_pem(client_tls_certificate):
|
|
444
439
|
return client_tls_certificate.cert_chain_pems[0].bytes().decode()
|
|
445
440
|
|
|
446
441
|
|
|
447
|
-
@pytest.fixture
|
|
442
|
+
@pytest.fixture(scope="session")
|
|
448
443
|
def client_tls_certificate_key_pem(client_tls_certificate):
|
|
449
444
|
return client_tls_certificate.private_key_pem.bytes().decode()
|
|
450
445
|
|
|
@@ -452,14 +447,14 @@ def client_tls_certificate_key_pem(client_tls_certificate):
|
|
|
452
447
|
# SSL Context Fixtures
|
|
453
448
|
|
|
454
449
|
|
|
455
|
-
@pytest.fixture
|
|
450
|
+
@pytest.fixture(scope="session")
|
|
456
451
|
def ssl_ctx(tls_certificate):
|
|
457
452
|
ssl_ctx = ssl.SSLContext(ssl.PROTOCOL_TLS_SERVER)
|
|
458
453
|
tls_certificate.configure_cert(ssl_ctx)
|
|
459
454
|
return ssl_ctx
|
|
460
455
|
|
|
461
456
|
|
|
462
|
-
@pytest.fixture
|
|
457
|
+
@pytest.fixture(scope="session")
|
|
463
458
|
def ssl_ctx_req_client_auth(
|
|
464
459
|
tls_certificate, client_tls_certificate, client_tls_certificate_authority_pem_path
|
|
465
460
|
):
|
|
@@ -474,7 +469,7 @@ def ssl_ctx_req_client_auth(
|
|
|
474
469
|
# Object factories
|
|
475
470
|
|
|
476
471
|
|
|
477
|
-
@pytest.fixture
|
|
472
|
+
@pytest.fixture(scope="class")
|
|
478
473
|
def role_factory(pulpcore_bindings, gen_object_with_cleanup):
|
|
479
474
|
def _role_factory(**kwargs):
|
|
480
475
|
return gen_object_with_cleanup(pulpcore_bindings.RolesApi, kwargs)
|
|
@@ -482,7 +477,7 @@ def role_factory(pulpcore_bindings, gen_object_with_cleanup):
|
|
|
482
477
|
return _role_factory
|
|
483
478
|
|
|
484
479
|
|
|
485
|
-
@pytest.fixture
|
|
480
|
+
@pytest.fixture(scope="class")
|
|
486
481
|
def gen_user(bindings_cfg, pulpcore_bindings, gen_object_with_cleanup):
|
|
487
482
|
class user_context:
|
|
488
483
|
def __init__(self, username=None, model_roles=None, object_roles=None, domain_roles=None):
|
|
@@ -596,7 +591,7 @@ def random_artifact(random_artifact_factory):
|
|
|
596
591
|
return random_artifact_factory()
|
|
597
592
|
|
|
598
593
|
|
|
599
|
-
@pytest.fixture
|
|
594
|
+
@pytest.fixture(scope="session")
|
|
600
595
|
def backend_settings_factory(pulp_settings):
|
|
601
596
|
def _settings_factory(storage_class=None, storage_settings=None):
|
|
602
597
|
if not pulp_settings.DOMAIN_ENABLED:
|
|
@@ -639,13 +634,14 @@ def backend_settings_factory(pulp_settings):
|
|
|
639
634
|
return _settings_factory
|
|
640
635
|
|
|
641
636
|
|
|
642
|
-
@pytest.fixture()
|
|
637
|
+
@pytest.fixture(scope="class")
|
|
643
638
|
def domain_factory(
|
|
644
639
|
pulpcore_bindings, pulp_domain_enabled, backend_settings_factory, gen_object_with_cleanup
|
|
645
640
|
):
|
|
641
|
+
if not pulp_domain_enabled:
|
|
642
|
+
pytest.skip("Domains not enabled")
|
|
643
|
+
|
|
646
644
|
def _domain_factory(**kwargs):
|
|
647
|
-
if not pulp_domain_enabled:
|
|
648
|
-
pytest.skip("Domains not enabled")
|
|
649
645
|
|
|
650
646
|
storage_class, storage_settings = backend_settings_factory(
|
|
651
647
|
storage_class=kwargs.pop("storage_class", None),
|
|
@@ -658,6 +654,21 @@ def domain_factory(
|
|
|
658
654
|
return _domain_factory
|
|
659
655
|
|
|
660
656
|
|
|
657
|
+
@pytest.fixture(scope="class")
|
|
658
|
+
def openpgp_keyring_factory(pulpcore_bindings, gen_object_with_cleanup):
|
|
659
|
+
def _openpgp_keyring_factory(**kwargs):
|
|
660
|
+
extra_args = {}
|
|
661
|
+
if pulp_domain := kwargs.pop("pulp_domain", None):
|
|
662
|
+
extra_args["pulp_domain"] = pulp_domain
|
|
663
|
+
body = {"name": str(uuid.uuid4())}
|
|
664
|
+
body.update(kwargs)
|
|
665
|
+
return gen_object_with_cleanup(
|
|
666
|
+
pulpcore_bindings.RepositoriesOpenpgpKeyringApi, body, **extra_args
|
|
667
|
+
)
|
|
668
|
+
|
|
669
|
+
return _openpgp_keyring_factory
|
|
670
|
+
|
|
671
|
+
|
|
661
672
|
# Random other fixtures
|
|
662
673
|
|
|
663
674
|
|
|
@@ -821,7 +832,7 @@ def pulp_versions(pulp_status):
|
|
|
821
832
|
return {item.component: parse_version(item.version) for item in pulp_status.versions}
|
|
822
833
|
|
|
823
834
|
|
|
824
|
-
@pytest.fixture
|
|
835
|
+
@pytest.fixture(scope="session")
|
|
825
836
|
def needs_pulp_plugin(pulp_versions):
|
|
826
837
|
"""Skip test if a component is not available in the specified version range"""
|
|
827
838
|
|
|
@@ -836,7 +847,7 @@ def needs_pulp_plugin(pulp_versions):
|
|
|
836
847
|
return _needs_pulp_plugin
|
|
837
848
|
|
|
838
849
|
|
|
839
|
-
@pytest.fixture
|
|
850
|
+
@pytest.fixture(scope="session")
|
|
840
851
|
def has_pulp_plugin(pulp_versions):
|
|
841
852
|
def _has_pulp_plugin(plugin, min=None, max=None):
|
|
842
853
|
if plugin not in pulp_versions:
|
|
@@ -973,7 +984,7 @@ def http_get():
|
|
|
973
984
|
return _http_get
|
|
974
985
|
|
|
975
986
|
|
|
976
|
-
@pytest.fixture
|
|
987
|
+
@pytest.fixture(scope="session")
|
|
977
988
|
def wget_recursive_download_on_host():
|
|
978
989
|
def _wget_recursive_download_on_host(url, destination):
|
|
979
990
|
subprocess.check_output(
|
|
@@ -1089,7 +1100,7 @@ def signing_gpg_homedir_path(tmp_path_factory):
|
|
|
1089
1100
|
return tmp_path_factory.mktemp("gpghome")
|
|
1090
1101
|
|
|
1091
1102
|
|
|
1092
|
-
@pytest.fixture
|
|
1103
|
+
@pytest.fixture(scope="session")
|
|
1093
1104
|
def sign_with_ascii_armored_detached_signing_service(signing_script_path, signing_gpg_metadata):
|
|
1094
1105
|
"""
|
|
1095
1106
|
Runs the test signing script manually, locally, and returns the signature file produced.
|
|
@@ -1210,24 +1221,9 @@ def ascii_armored_detached_signing_service(
|
|
|
1210
1221
|
).results[0]
|
|
1211
1222
|
|
|
1212
1223
|
|
|
1213
|
-
@pytest.fixture(scope="class")
|
|
1214
|
-
def openpgp_keyring_factory(pulpcore_bindings, gen_object_with_cleanup):
|
|
1215
|
-
def _openpgp_keyring_factory(**kwargs):
|
|
1216
|
-
extra_args = {}
|
|
1217
|
-
if pulp_domain := kwargs.pop("pulp_domain", None):
|
|
1218
|
-
extra_args["pulp_domain"] = pulp_domain
|
|
1219
|
-
body = {"name": str(uuid.uuid4())}
|
|
1220
|
-
body.update(kwargs)
|
|
1221
|
-
return gen_object_with_cleanup(
|
|
1222
|
-
pulpcore_bindings.RepositoriesOpenpgpKeyringApi, body, **extra_args
|
|
1223
|
-
)
|
|
1224
|
-
|
|
1225
|
-
return _openpgp_keyring_factory
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
1224
|
# if content_origin == None, base_url will return the relative path and
|
|
1229
1225
|
# we need to add the hostname to run the tests
|
|
1230
|
-
@pytest.fixture
|
|
1226
|
+
@pytest.fixture(scope="session")
|
|
1231
1227
|
def distribution_base_url(bindings_cfg):
|
|
1232
1228
|
def _distribution_base_url(base_url):
|
|
1233
1229
|
if base_url.startswith("http"):
|
|
@@ -57,7 +57,7 @@ STATUS = {
|
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
@pytest.mark.parallel
|
|
60
|
-
def test_get_authenticated(
|
|
60
|
+
def test_get_authenticated(pulpcore_bindings, pulp_settings):
|
|
61
61
|
"""GET the status path with valid credentials.
|
|
62
62
|
|
|
63
63
|
Verify the response with :meth:`verify_get_response`.
|
|
@@ -67,7 +67,7 @@ def test_get_authenticated(test_path, pulpcore_bindings, pulp_settings):
|
|
|
67
67
|
|
|
68
68
|
|
|
69
69
|
@pytest.mark.parallel
|
|
70
|
-
def test_get_unauthenticated(
|
|
70
|
+
def test_get_unauthenticated(pulpcore_bindings, anonymous_user, pulp_settings):
|
|
71
71
|
"""GET the status path with no credentials.
|
|
72
72
|
|
|
73
73
|
Verify the response with :meth:`verify_get_response`.
|
|
@@ -79,7 +79,6 @@ def test_get_unauthenticated(test_path, pulpcore_bindings, anonymous_user, pulp_
|
|
|
79
79
|
|
|
80
80
|
@pytest.mark.parallel
|
|
81
81
|
def test_post_authenticated(
|
|
82
|
-
test_path,
|
|
83
82
|
pulp_api_v3_path,
|
|
84
83
|
pulp_api_v3_url,
|
|
85
84
|
pulpcore_bindings,
|
|
@@ -94,9 +93,7 @@ def test_post_authenticated(
|
|
|
94
93
|
assert post_attr not in attrs
|
|
95
94
|
# Try anyway to POST to /status/
|
|
96
95
|
status_url = f"{pulp_api_v3_url}status/"
|
|
97
|
-
response = pulpcore_bindings.client.rest_client.request(
|
|
98
|
-
"POST", status_url, headers={"User-Agent": test_path}
|
|
99
|
-
)
|
|
96
|
+
response = pulpcore_bindings.client.rest_client.request("POST", status_url)
|
|
100
97
|
assert response.status == 405
|
|
101
98
|
|
|
102
99
|
|
|
@@ -244,21 +244,3 @@ def test_handling_remote_artifact_on_demand_streaming_failure(
|
|
|
244
244
|
# WHEN/THEN (second request)
|
|
245
245
|
actual_checksum = download_from_distribution(content_name, distribution)
|
|
246
246
|
assert actual_checksum == expected_checksum
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
@pytest.mark.parallel
|
|
250
|
-
def test_invalid_cookie_handling(distribution_base_url, file_distribution_factory):
|
|
251
|
-
"""Test that invalid cookies return a 400 Bad Request response."""
|
|
252
|
-
# Create a distribution
|
|
253
|
-
distribution = file_distribution_factory()
|
|
254
|
-
distribution_base_url = distribution_base_url(distribution.base_url)
|
|
255
|
-
|
|
256
|
-
# Test with an invalid cookie
|
|
257
|
-
result = subprocess.run(
|
|
258
|
-
["curl", "-v", "--cookie", "{=1", distribution_base_url],
|
|
259
|
-
stdout=subprocess.PIPE,
|
|
260
|
-
stderr=subprocess.PIPE,
|
|
261
|
-
)
|
|
262
|
-
|
|
263
|
-
# Verify we get a 400 response with the correct error message
|
|
264
|
-
assert b"< HTTP/1.1 400 Received invalid cookies" in result.stderr
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulpcore
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.80.1
|
|
4
4
|
Summary: Pulp Django Application and Related Modules
|
|
5
5
|
Author-email: Pulp Team <pulp-list@redhat.com>
|
|
6
6
|
Project-URL: Homepage, https://pulpproject.org
|
|
@@ -28,7 +28,7 @@ Requires-Dist: asyncio-throttle<=1.0.2,>=1.0
|
|
|
28
28
|
Requires-Dist: async-timeout<4.0.4,>=4.0.3; python_version < "3.11"
|
|
29
29
|
Requires-Dist: backoff<2.2.2,>=2.1.2
|
|
30
30
|
Requires-Dist: click<=8.1.8,>=8.1.0
|
|
31
|
-
Requires-Dist: cryptography<45.0.
|
|
31
|
+
Requires-Dist: cryptography<45.0.5,>=38.0.1
|
|
32
32
|
Requires-Dist: Django~=4.2.0
|
|
33
33
|
Requires-Dist: django-filter<=25.1,>=23.1
|
|
34
34
|
Requires-Dist: django-guid<=3.5.1,>=3.3
|
|
@@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
|
|
|
7
7
|
|
|
8
8
|
[project]
|
|
9
9
|
name = "pulpcore"
|
|
10
|
-
version = "3.
|
|
10
|
+
version = "3.80.1"
|
|
11
11
|
description = "Pulp Django Application and Related Modules"
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
authors = [
|
|
@@ -34,7 +34,7 @@ dependencies = [
|
|
|
34
34
|
"async-timeout>=4.0.3,<4.0.4;python_version<'3.11'",
|
|
35
35
|
"backoff>=2.1.2,<2.2.2",
|
|
36
36
|
"click>=8.1.0,<=8.1.8",
|
|
37
|
-
"cryptography>=38.0.1,<45.0.
|
|
37
|
+
"cryptography>=38.0.1,<45.0.5",
|
|
38
38
|
"Django~=4.2.0", # LTS version, switch only if we have a compelling reason to",
|
|
39
39
|
"django-filter>=23.1,<=25.1",
|
|
40
40
|
"django-guid>=3.3,<=3.5.1",
|
|
@@ -208,7 +208,7 @@ ignore = [
|
|
|
208
208
|
[tool.bumpversion]
|
|
209
209
|
# This section is managed by the plugin template. Do not edit manually.
|
|
210
210
|
|
|
211
|
-
current_version = "3.
|
|
211
|
+
current_version = "3.80.1"
|
|
212
212
|
commit = false
|
|
213
213
|
tag = false
|
|
214
214
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|