pulpcore 3.63.43__tar.gz → 3.63.45__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.
- {pulpcore-3.63.43 → pulpcore-3.63.45}/CHANGES.md +43 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/PKG-INFO +1 -1
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/app/__init__.py +1 -1
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/__init__.py +1 -1
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/functional/api/test_domains.py +1 -1
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/functional/api/test_pulp_export.py +1 -1
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/apps.py +1 -1
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/authentication.py +1 -1
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/redis_connection.py +3 -3
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/exporter.py +1 -1
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/importer.py +1 -1
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/repository.py +1 -1
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/tasks/importer.py +1 -1
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/util.py +1 -1
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/views/importer.py +1 -1
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/viewsets/domain.py +1 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/cache/cache.py +1 -1
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tasking/kafka.py +10 -10
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_auth.py +1 -1
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_crud_domains.py +38 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_filesystemexport.py +1 -1
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_pulpimport.py +1 -1
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore.egg-info/PKG-INFO +1 -1
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pyproject.toml +3 -2
- {pulpcore-3.63.43 → pulpcore-3.63.45}/setup.py +1 -1
- {pulpcore-3.63.43 → pulpcore-3.63.45}/CODE_OF_CONDUCT.md +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/COMMITMENT +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/CONTRIBUTING.md +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/COPYRIGHT +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/LICENSE +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/MANIFEST.in +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/README.md +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/ci_requirements.txt +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/functest_requirements.txt +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/manage.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/app/migrations/0001_initial.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/app/migrations/0002_alter_rhsmcertguard_contentguard_ptr_and_more.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/app/migrations/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/app/models.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/app/serializers.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/app/utils.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/app/viewsets.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/pytest_plugin.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/api/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/api/test_rhsm_certguard.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/api/test_x509_certguard.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/rhsm/katello-default-ca.crt +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/rhsm/katello-default-ca.key +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/rhsm/trusted_but_expired.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/rhsm/uber.cert +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/rhsm/untrusted_cert-key.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/rhsm/untrusted_cert.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/rhsm/v1/1514454871848760713-key.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/rhsm/v1/1514454871848760713.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/rhsm/v1/159442575569388840-key.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/rhsm/v1/159442575569388840.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/rhsm/v3/4260035510644027985-key.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/rhsm/v3/4260035510644027985.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/rhsm/v3/5527980418107729172-key.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/rhsm/v3/5527980418107729172.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/thirdparty_ca/certificates/ca.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/thirdparty_ca/genca.sh +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/thirdparty_ca/keys/ca.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/x509/certificates/ca.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/x509/certificates/client.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/x509/certificates/server.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/x509/certificates/un_urlencoded_cert.txt +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/x509/certificates/untrusted_client.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/x509/genall.sh +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/x509/genca.sh +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/x509/genclient.sh +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/x509/gensrv.sh +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/x509/keys/ca.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/x509/keys/client.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/x509/keys/server.pem +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/conftest.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/constants.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/unit/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/unit/test_models.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0001_initial.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0002_file_related_names.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0003_auto_20191014_1721.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0004_filefilesystemexporter.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0005_filerepository.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0006_delete_filefilesystemexporter.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0007_filefilesystemexporter.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0008_add_manifest_field.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0009_move_data_to_new_master_distribution_model.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0010_auto_publish.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0011_fix_auto_publish.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0012_delete_filefilesystemexporter.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0013_file_acs.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0014_new_rbac_permissions.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0015_allow_null_manifest.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0016_add_domain.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0017_alter_filealternatecontentsource_alternatecontentsource_ptr_and_more.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/modelresource.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/models.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/replica.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/serializers.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/tasks/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/tasks/publishing.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/tasks/synchronizing.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/viewsets.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/manifest.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/pytest_plugin.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/functional/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/functional/api/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/functional/api/test_acs.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/functional/api/test_auto_publish.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/functional/api/test_bad_sync.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/functional/api/test_crud_content_unit.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/functional/api/test_crud_remotes.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/functional/api/test_download_policies.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/functional/api/test_generic_list.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/functional/api/test_labels.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/functional/api/test_mime_types.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/functional/api/test_publish.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/functional/api/test_rbac.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/functional/api/test_remote_settings.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/functional/api/test_sync.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/unit/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/unit/test_safe_paths.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/unit/test_serializers.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/access_policy.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/checks.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/entrypoint.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/files.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/global_access_conditions.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/importexport.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/loggers.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/manage.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/management/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/management/commands/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/management/commands/add-signing-service.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/management/commands/analyze-publication.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/management/commands/clean-up-progress-reports.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/management/commands/datarepair-2327.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/management/commands/dump-permissions.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/management/commands/dump-publications-to-fs.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/management/commands/handle-artifact-checksums.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/management/commands/openapi.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/management/commands/remove-plugin.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/management/commands/remove-signing-service.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/management/commands/repository-size.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/management/commands/reset-admin-password.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/management/commands/rotate-db-key.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/management/commands/shell.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0001_initial.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0002_increase_artifact_size_field.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0003_remove_upload_completed.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0004_add_duplicated_reserved_resources.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0005_progressreport_code.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0006_repository_plugin_managed.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0007_delete_progress_proxies.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0008_published_metadata_as_content.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0009_remove_task_non_fatal_errors.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0010_pulp_fields.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0011_relative_path.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0012_auto_20191104_2000.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0013_repository_pulp_type.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0014_remove_repository_plugin_managed.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0015_auto_20191112_1426.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0016_charfield_to_textfield.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0017_remove_task_parent.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0018_auto_20191127_2350.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0019_add_signing_service_model.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0020_change_publishedartifact_constraints.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0021_add_signing_service_foreign_key.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0022_rename_last_version.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0023_change_exporter_models.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0024_use_local_storage_for_uploads.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0025_task_parent_task.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0026_task_group.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0027_export_backend.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0028_import_importer_pulpimporter_pulpimporterrepository.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0029_export_delete.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0030_taskgroup_all_tasks_dispatched.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0031_import_export_validate_params.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0032_export_to_chunks.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0033_increase_remote_artifact_size_field.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0034_groupprogressreport.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0035_content_upstream_id.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0036_unprotect_last_export.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0037_pulptemporaryfile.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0038_repository_remote.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0039_change_download_concurrency.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0040_set_admin_is_staff.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0041_accesspolicy.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0042_rbac_for_tasks.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0043_toc_attribute.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0044_temp_file_artifact_field.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0045_accesspolicy_permissions_allow_null.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0046_task__resource_job_id.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0047_improve_orphan_cleanup.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0048_fips_checksums.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0049_add_file_field_to_uploadchunk.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0050_namespace_access_policies.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0051_timeoutfields.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0052_tasking_logging_cid.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0053_remote_headers.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0054_add_public_key.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0055_label.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0056_remote_rate_limit.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0057_add_label_indexes.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0058_accesspolicy_customized.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0059_proxy_creds.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0060_data_migration_proxy_creds.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0061_call_handle_artifact_checksums_command.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0062_add_new_distribution_mastermodel.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0063_repository_retained_versions.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0064_add_new_style_task_columns.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0064_repository_user_hidden.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0065_merge_20210615_1211.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0066_download_concurrency_and_retry_changes.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0067_add_protect_to_task_reservation.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0068_add_timestamp_of_interest.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0069_update_json_fields.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0070_rename_retained_versions.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0071_filesystemexport_filesystemexporter.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0072_add_method_to_filesystem_exporter.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0073_encrypt_remote_fields.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0074_acs.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0075_rbaccontentguard.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0076_remove_reserved_resource.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0077_move_remote_url_credentials.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0078_grouprole_role_userrole.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0079_rename_permissions_assignment_accesspolicy_creation_hooks.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0080_proxy_group_model.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0081_reapplabel_group_permissions.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0082_add_manage_roles_permissions.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0083_alter_group_options.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0084_alter_rbaccontentguard_options.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0085_contentredirectcontentguard.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0086_task_json_fields.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0087_taskschedule.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0088_accesspolicy_queryset_scoping.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0089_alter_contentredirectcontentguard_options.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0090_char_to_text_field.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0091_systemid.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0092_alter_upload_options.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0093_add_info_field_repositoryversion.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0094_protect_repository_content.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0095_artifactdistribution.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0096_alter_task_logging_cid.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0097_remove_telemetry_task_schedule.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0098_pulp_labels.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0099_versions_field.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0100_upstreampulp.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0101_add_domain.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0102_add_domain_relations.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0103_alter_export_task.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0104_delete_label.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0105_abstract_uuid_gen.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0106_alter_artifactdistribution_distribution_ptr_and_more.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0107_distribution_hidden.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0108_task_versions.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0109_contentartifact_relative_path_index.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0110_apiappstatus.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0111_task_enc_args_task_enc_kwargs.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0112_alter_upstreampulp_options.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0113_headercontentguard.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0114_remove_task_args_remove_task_kwargs.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0115_compositecontentguard.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0116_alter_remoteartifact_md5_alter_remoteartifact_sha1_and_more.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0117_task_unblocked_at.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0118_task_core_task_unblock_2276a4_idx_and_more.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0119_grouprole_core_groupr_object__250e22_idx_and_more.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0120_get_url_removal.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0121_add_profile_artifacts_table.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0122_record_last_replication_timestamp.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/0123_upstreampulp_q_select.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/migrations/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/mime_types.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/modelresource.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/access_policy.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/acs.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/analytics.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/base.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/content.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/domain.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/exporter.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/fields.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/generic.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/importer.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/progress.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/publication.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/replica.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/repository.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/role.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/status.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/storage.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/task.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/models/upload.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/protobuf/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/protobuf/analytics_pb2.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/pulp_hashlib.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/pulpcore_gunicorn_application.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/replica.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/response.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/role_util.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/access_policy.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/acs.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/base.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/content.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/domain.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/fields.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/orphans.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/progress.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/publication.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/purge.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/reclaim.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/repair.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/replica.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/status.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/task.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/upload.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/serializers/user.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/settings.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/tasks/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/tasks/analytics.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/tasks/base.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/tasks/export.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/tasks/migrate.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/tasks/orphan.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/tasks/purge.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/tasks/reclaim_space.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/tasks/replica.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/tasks/repository.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/tasks/test.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/tasks/upload.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/templates/rest_framework/api.html +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/templatetags/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/templatetags/pulp_urls.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/urls.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/views/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/views/orphans.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/views/repair.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/views/status.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/viewsets/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/viewsets/access_policy.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/viewsets/acs.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/viewsets/base.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/viewsets/content.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/viewsets/custom_filters.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/viewsets/exporter.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/viewsets/importer.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/viewsets/orphans.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/viewsets/publication.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/viewsets/reclaim.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/viewsets/replica.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/viewsets/repository.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/viewsets/task.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/viewsets/upload.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/viewsets/user.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/app/wsgi.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/backends.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/cache/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/constants.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/content/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/content/authentication.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/content/entrypoint.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/content/handler.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/content/instrumentation.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/download/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/download/base.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/download/factory.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/download/file.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/download/http.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/exceptions/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/exceptions/base.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/exceptions/plugin.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/exceptions/validation.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/filters.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/middleware.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/migrations.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/openapi/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/openapi/hooks.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/access_policy.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/actions.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/apps.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/authentication/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/cache/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/constants.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/content.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/download/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/exceptions.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/files.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/importexport.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/migrations.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/modelresources.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/models/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/models/role.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/publication_utils.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/pulp_hashlib.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/replica.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/repo_version_utils.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/responses.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/serializers/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/serializers/content.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/stages/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/stages/api.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/stages/artifact_stages.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/stages/content_stages.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/stages/declarative_version.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/stages/models.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/storage.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/sync.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/tasking.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/util.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/viewsets/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/plugin/viewsets/content.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/pytest_plugin.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/responses.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tasking/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tasking/_util.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tasking/entrypoint.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tasking/storage.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tasking/tasks.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tasking/worker.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_access_policy.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_api_docs.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_api_root_rewrite.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_artifact_distribution.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_correlation_id.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_crd_artifacts.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_filter.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_openapi_schema.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_replication.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_repos.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_role.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_root_endpoint.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_scoping.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_signing_service.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_status.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_task_purge.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_tasking.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_upload.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_users_groups.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/test_workers.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_content_access.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_content_cache.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_content_delivery.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_content_directory.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_content_path.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_content_promotion.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_contentguard.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_crud_repos.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_distributions.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_labels.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_migrate.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_orphans.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_pagination.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_prn.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_proxy.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_reclaim_disk_space.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_repair.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_repo_versions.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_tasks.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_unlinking_repo.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/assets/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/content_with_coverage.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/utils.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/performance/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/performance/test_performance.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/conftest.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/content/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/content/test_handler.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/content/test_heartbeat.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/download/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/download/test_downloader_base.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/download/test_downloader_factory.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/migration/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/migration/test_0077_move_remote_url_credentials.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/models/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/models/test_base.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/models/test_content.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/models/test_remote.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/models/test_repository.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/models/test_task.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/roles/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/roles/test_roles.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/serializers/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/serializers/test_base.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/serializers/test_domain.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/serializers/test_fields.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/serializers/test_pulpexport.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/serializers/test_repository.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/stages/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/stages/test_artifactdownloader.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/stages/test_stages.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/test_cache.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/test_chunked_file.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/test_content_guard.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/test_files.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/test_import_checks.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/test_pulp_urls.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/test_settings.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/test_util.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/test_viewsets.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/viewsets/__init__.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/unit/viewsets/test_viewset_base.py +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore.egg-info/SOURCES.txt +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore.egg-info/dependency_links.txt +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore.egg-info/entry_points.txt +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore.egg-info/requires.txt +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore.egg-info/top_level.txt +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/requirements.txt +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/setup.cfg +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/test_requirements.txt +0 -0
- {pulpcore-3.63.43 → pulpcore-3.63.45}/unittest_requirements.txt +0 -0
|
@@ -8,6 +8,49 @@
|
|
|
8
8
|
|
|
9
9
|
[//]: # (towncrier release notes start)
|
|
10
10
|
|
|
11
|
+
## 3.63.45 (2026-07-29) {: #3.63.45 }
|
|
12
|
+
|
|
13
|
+
### REST API {: #3.63.45-rest-api }
|
|
14
|
+
|
|
15
|
+
No significant changes.
|
|
16
|
+
|
|
17
|
+
### Plugin API {: #3.63.45-plugin-api }
|
|
18
|
+
|
|
19
|
+
No significant changes.
|
|
20
|
+
|
|
21
|
+
### Pulp File {: #3.63.45-pulp-file }
|
|
22
|
+
|
|
23
|
+
No significant changes.
|
|
24
|
+
|
|
25
|
+
### Pulp Cert Guard {: #3.63.45-pulp-cert-guard }
|
|
26
|
+
|
|
27
|
+
No significant changes.
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## 3.63.44 (2026-07-28) {: #3.63.44 }
|
|
32
|
+
|
|
33
|
+
### REST API {: #3.63.44-rest-api }
|
|
34
|
+
|
|
35
|
+
#### Bugfixes {: #3.63.44-rest-api-bugfix }
|
|
36
|
+
|
|
37
|
+
- Fixed domain list returning all domains to authenticated users instead of only domains they can view.
|
|
38
|
+
[#7898](https://github.com/pulp/pulpcore/issues/7898)
|
|
39
|
+
|
|
40
|
+
### Plugin API {: #3.63.44-plugin-api }
|
|
41
|
+
|
|
42
|
+
No significant changes.
|
|
43
|
+
|
|
44
|
+
### Pulp File {: #3.63.44-pulp-file }
|
|
45
|
+
|
|
46
|
+
No significant changes.
|
|
47
|
+
|
|
48
|
+
### Pulp Cert Guard {: #3.63.44-pulp-cert-guard }
|
|
49
|
+
|
|
50
|
+
No significant changes.
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
11
54
|
## 3.63.43 (2026-07-20) {: #3.63.43 }
|
|
12
55
|
|
|
13
56
|
### REST API {: #3.63.43-rest-api }
|
|
@@ -3,7 +3,7 @@ import uuid
|
|
|
3
3
|
|
|
4
4
|
import pytest
|
|
5
5
|
|
|
6
|
-
from pulpcore.app import settings
|
|
6
|
+
from pulpcore.app import settings # noqa: TID251 Unfixable in old dynaconf version.
|
|
7
7
|
from pulpcore.client.pulp_file import ApiException
|
|
8
8
|
from pulpcore.client.pulpcore import ApiException as CoreApiException
|
|
9
9
|
from pulpcore.client.pulpcore import Repair
|
|
@@ -10,7 +10,7 @@ from django.contrib.auth.backends import RemoteUserBackend
|
|
|
10
10
|
from rest_framework.authentication import BaseAuthentication, RemoteUserAuthentication
|
|
11
11
|
from rest_framework.exceptions import AuthenticationFailed
|
|
12
12
|
|
|
13
|
-
from pulpcore.app import settings
|
|
13
|
+
from pulpcore.app import settings # noqa: TID251 Unfixable in old dynaconf version.
|
|
14
14
|
|
|
15
15
|
_logger = logging.getLogger(__name__)
|
|
16
16
|
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
from redis import Redis
|
|
2
2
|
from redis.asyncio import Redis as aRedis
|
|
3
3
|
|
|
4
|
-
from pulpcore.app.settings import settings
|
|
4
|
+
from pulpcore.app.settings import settings # noqa: TID251 Unfixable in old dynaconf version.
|
|
5
5
|
|
|
6
6
|
_conn = None
|
|
7
7
|
_a_conn = None
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
def _get_connection_from_class(redis_class):
|
|
11
|
-
if not settings
|
|
11
|
+
if not getattr(settings, "CACHE_ENABLED", None):
|
|
12
12
|
return None
|
|
13
|
-
redis_url = settings
|
|
13
|
+
redis_url = getattr(settings, "REDIS_URL", None)
|
|
14
14
|
if redis_url is not None:
|
|
15
15
|
return redis_class.from_url(redis_url)
|
|
16
16
|
else:
|
|
@@ -5,7 +5,7 @@ from gettext import gettext as _
|
|
|
5
5
|
from rest_framework import serializers
|
|
6
6
|
from rest_framework.validators import UniqueValidator
|
|
7
7
|
|
|
8
|
-
from pulpcore.app import models, settings
|
|
8
|
+
from pulpcore.app import models, settings # noqa: TID251 Unfixable in old dynaconf version.
|
|
9
9
|
from pulpcore.app.serializers import (
|
|
10
10
|
DetailIdentityField,
|
|
11
11
|
DetailRelatedField,
|
|
@@ -5,7 +5,7 @@ from django.core.exceptions import ObjectDoesNotExist
|
|
|
5
5
|
from rest_framework import serializers
|
|
6
6
|
from rest_framework.validators import UniqueValidator
|
|
7
7
|
|
|
8
|
-
from pulpcore.app import models, settings
|
|
8
|
+
from pulpcore.app import models, settings # noqa: TID251 Unfixable in old dynaconf version.
|
|
9
9
|
from pulpcore.app.serializers import (
|
|
10
10
|
DetailIdentityField,
|
|
11
11
|
ImportIdentityField,
|
|
@@ -6,7 +6,7 @@ from cryptography.x509 import load_pem_x509_certificate
|
|
|
6
6
|
from rest_framework import fields, serializers
|
|
7
7
|
from rest_framework_nested.serializers import NestedHyperlinkedModelSerializer
|
|
8
8
|
|
|
9
|
-
from pulpcore.app import models, settings
|
|
9
|
+
from pulpcore.app import models, settings # noqa: TID251 Unfixable in old dynaconf version.
|
|
10
10
|
from pulpcore.app.serializers import (
|
|
11
11
|
DetailIdentityField,
|
|
12
12
|
DetailRelatedField,
|
|
@@ -510,7 +510,7 @@ def pulp_import(importer_pk, path, toc, create_repositories):
|
|
|
510
510
|
#
|
|
511
511
|
# By default (setting is not-set), import will continue to use 100% of the available
|
|
512
512
|
# workers.
|
|
513
|
-
import_workers_percent = int(settings
|
|
513
|
+
import_workers_percent = int(getattr(settings, "IMPORT_WORKERS_PERCENT", 100))
|
|
514
514
|
total_workers = Worker.objects.online().count()
|
|
515
515
|
import_workers = max(1, int(total_workers * (import_workers_percent / 100.0)))
|
|
516
516
|
|
|
@@ -446,7 +446,7 @@ def configure_analytics():
|
|
|
446
446
|
dispatch_interval = timedelta(days=1)
|
|
447
447
|
name = "Post Anonymous Analytics Periodically"
|
|
448
448
|
analytics = settings.ANALYTICS
|
|
449
|
-
if settings
|
|
449
|
+
if getattr(settings, "TELEMETRY", None) is not None:
|
|
450
450
|
deprecation_logger.warning("TELEMETRY setting is deprecated. Use ANALYTICS.")
|
|
451
451
|
analytics = settings.TELEMETRY
|
|
452
452
|
if analytics:
|
|
@@ -6,7 +6,7 @@ from drf_spectacular.utils import extend_schema
|
|
|
6
6
|
from rest_framework.response import Response
|
|
7
7
|
from rest_framework.views import APIView
|
|
8
8
|
|
|
9
|
-
from pulpcore.app import settings
|
|
9
|
+
from pulpcore.app import settings # noqa: TID251 Unfixable in old dynaconf version.
|
|
10
10
|
from pulpcore.app.serializers import PulpImportCheckResponseSerializer, PulpImportCheckSerializer
|
|
11
11
|
|
|
12
12
|
|
|
@@ -16,7 +16,7 @@ from pulpcore.app.redis_connection import (
|
|
|
16
16
|
get_async_redis_connection,
|
|
17
17
|
get_redis_connection,
|
|
18
18
|
)
|
|
19
|
-
from pulpcore.app.settings import settings
|
|
19
|
+
from pulpcore.app.settings import settings # noqa: TID251 Unfixable in old dynaconf version.
|
|
20
20
|
from pulpcore.responses import ArtifactResponse
|
|
21
21
|
|
|
22
22
|
DEFAULT_EXPIRES_TTL = settings.CACHE_SETTINGS["EXPIRES_TTL"]
|
|
@@ -24,16 +24,16 @@ else:
|
|
|
24
24
|
|
|
25
25
|
_logger = logging.getLogger(__name__)
|
|
26
26
|
_kafka_producer = None
|
|
27
|
-
_producer_poll_timeout = settings
|
|
28
|
-
_security_protocol = settings
|
|
29
|
-
_ssl_ca_pem = settings
|
|
30
|
-
_sasl_mechanism = settings
|
|
31
|
-
_sasl_username = settings
|
|
32
|
-
_sasl_password = settings
|
|
33
|
-
|
|
34
|
-
_kafka_tasks_status_topic = settings
|
|
35
|
-
_kafka_tasks_status_producer_sync_enabled =
|
|
36
|
-
"KAFKA_TASKS_STATUS_PRODUCER_SYNC_ENABLED"
|
|
27
|
+
_producer_poll_timeout = getattr(settings, "KAFKA_PRODUCER_POLL_TIMEOUT", None)
|
|
28
|
+
_security_protocol = getattr(settings, "KAFKA_SECURITY_PROTOCOL", None)
|
|
29
|
+
_ssl_ca_pem = getattr(settings, "KAFKA_SSL_CA_PEM", None)
|
|
30
|
+
_sasl_mechanism = getattr(settings, "KAFKA_SASL_MECHANISM", None)
|
|
31
|
+
_sasl_username = getattr(settings, "KAFKA_SASL_USERNAME", None)
|
|
32
|
+
_sasl_password = getattr(settings, "KAFKA_SASL_PASSWORD", None)
|
|
33
|
+
|
|
34
|
+
_kafka_tasks_status_topic = getattr(settings, "KAFKA_TASKS_STATUS_TOPIC", None)
|
|
35
|
+
_kafka_tasks_status_producer_sync_enabled = getattr(
|
|
36
|
+
settings, "KAFKA_TASKS_STATUS_PRODUCER_SYNC_ENABLED", None
|
|
37
37
|
)
|
|
38
38
|
|
|
39
39
|
class KafkaProducerPollingWorker:
|
|
@@ -307,3 +307,41 @@ def test_special_domain_creation(pulpcore_bindings, gen_object_with_cleanup, pul
|
|
|
307
307
|
domain = gen_object_with_cleanup(pulpcore_bindings.DomainsApi, body, pulp_domain=random_name)
|
|
308
308
|
assert "default/api/v3/" in domain.pulp_href
|
|
309
309
|
assert random_name not in domain.pulp_href
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
@pytest.mark.parallel
|
|
313
|
+
def test_domain_list_queryset_scoping(pulpcore_bindings, gen_user, gen_object_with_cleanup):
|
|
314
|
+
"""Test that domain list is scoped to domains the user can view."""
|
|
315
|
+
body = {
|
|
316
|
+
"name": str(uuid.uuid4()),
|
|
317
|
+
"storage_class": "pulpcore.app.models.storage.FileSystem",
|
|
318
|
+
"storage_settings": {"MEDIA_ROOT": ""},
|
|
319
|
+
}
|
|
320
|
+
domain = gen_object_with_cleanup(pulpcore_bindings.DomainsApi, body)
|
|
321
|
+
gen_object_with_cleanup(pulpcore_bindings.DomainsApi, {**body, "name": str(uuid.uuid4())})
|
|
322
|
+
|
|
323
|
+
# Authenticated users without view_domain see no domains
|
|
324
|
+
with gen_user():
|
|
325
|
+
assert pulpcore_bindings.DomainsApi.list().count == 0
|
|
326
|
+
|
|
327
|
+
# Object-level domain_viewer can see only that domain
|
|
328
|
+
with gen_user(object_roles=[("core.domain_viewer", domain.pulp_href)]):
|
|
329
|
+
domains = pulpcore_bindings.DomainsApi.list()
|
|
330
|
+
assert domains.count == 1
|
|
331
|
+
assert domains.results[0].pulp_href == domain.pulp_href
|
|
332
|
+
|
|
333
|
+
# Object-level domain_owner can see only that domain
|
|
334
|
+
with gen_user(object_roles=[("core.domain_owner", domain.pulp_href)]):
|
|
335
|
+
domains = pulpcore_bindings.DomainsApi.list()
|
|
336
|
+
assert domains.count == 1
|
|
337
|
+
assert domains.results[0].pulp_href == domain.pulp_href
|
|
338
|
+
|
|
339
|
+
# Domain creator sees domains they create (via creation_hooks), not others
|
|
340
|
+
creator = gen_user(model_roles=["core.domain_creator"])
|
|
341
|
+
with creator:
|
|
342
|
+
created = gen_object_with_cleanup(
|
|
343
|
+
pulpcore_bindings.DomainsApi, {**body, "name": str(uuid.uuid4())}
|
|
344
|
+
)
|
|
345
|
+
domains = pulpcore_bindings.DomainsApi.list()
|
|
346
|
+
assert domains.count == 1
|
|
347
|
+
assert domains.results[0].pulp_href == created.pulp_href
|
|
@@ -9,7 +9,7 @@ import uuid
|
|
|
9
9
|
|
|
10
10
|
import pytest
|
|
11
11
|
|
|
12
|
-
from pulpcore.app import settings
|
|
12
|
+
from pulpcore.app import settings # noqa: TID251 Unfixable in old dynaconf version.
|
|
13
13
|
from pulpcore.client.pulp_file import RepositorySyncURL
|
|
14
14
|
from pulpcore.client.pulpcore.exceptions import ApiException
|
|
15
15
|
|
{pulpcore-3.63.43 → pulpcore-3.63.45}/pulpcore/tests/functional/api/using_plugin/test_pulpimport.py
RENAMED
|
@@ -12,7 +12,7 @@ from pathlib import Path
|
|
|
12
12
|
|
|
13
13
|
import pytest
|
|
14
14
|
|
|
15
|
-
from pulpcore.app import settings
|
|
15
|
+
from pulpcore.app import settings # noqa: TID251 Unfixable in old dynaconf version.
|
|
16
16
|
from pulpcore.client.pulp_file import RepositorySyncURL
|
|
17
17
|
from pulpcore.client.pulpcore.exceptions import ApiException
|
|
18
18
|
|
|
@@ -106,7 +106,7 @@ ignore = [
|
|
|
106
106
|
[tool.bumpversion]
|
|
107
107
|
# This section is managed by the plugin template. Do not edit manually.
|
|
108
108
|
|
|
109
|
-
current_version = "3.63.
|
|
109
|
+
current_version = "3.63.45"
|
|
110
110
|
commit = false
|
|
111
111
|
tag = false
|
|
112
112
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"
|
|
@@ -162,7 +162,6 @@ replace = "version = \"{new_version}\""
|
|
|
162
162
|
[[tool.bumpversion.files]]
|
|
163
163
|
filename = "./setup.py"
|
|
164
164
|
|
|
165
|
-
|
|
166
165
|
[tool.ruff]
|
|
167
166
|
# This section is managed by the plugin template. Do not edit manually.
|
|
168
167
|
line-length = 100
|
|
@@ -174,6 +173,7 @@ extend-exclude = [
|
|
|
174
173
|
|
|
175
174
|
[tool.ruff.lint]
|
|
176
175
|
# This section is managed by the plugin template. Do not edit manually.
|
|
176
|
+
select = ["E4", "E7", "E9", "F"]
|
|
177
177
|
extend-select = [
|
|
178
178
|
"I",
|
|
179
179
|
"INT",
|
|
@@ -184,6 +184,7 @@ extend-select = [
|
|
|
184
184
|
[tool.ruff.lint.flake8-tidy-imports.banned-api]
|
|
185
185
|
# This section is managed by the plugin template. Do not edit manually.
|
|
186
186
|
"distutils".msg = "The 'distutils' module has been deprecated since Python 3.9."
|
|
187
|
+
"pulpcore.app.settings".msg = "Always import 'settings' from 'django.conf' instead."
|
|
187
188
|
|
|
188
189
|
[tool.ruff.lint.isort]
|
|
189
190
|
# This section is managed by the plugin template. Do not edit manually.
|
|
@@ -8,7 +8,7 @@ with open("requirements.txt") as requirements:
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name="pulpcore",
|
|
11
|
-
version="3.63.
|
|
11
|
+
version="3.63.45",
|
|
12
12
|
description="Pulp Django Application and Related Modules",
|
|
13
13
|
long_description=long_description,
|
|
14
14
|
long_description_content_type="text/markdown",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/api/test_rhsm_certguard.py
RENAMED
|
File without changes
|
{pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/api/test_x509_certguard.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/rhsm/uber.cert
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/x509/genall.sh
RENAMED
|
File without changes
|
{pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/x509/genca.sh
RENAMED
|
File without changes
|
{pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/x509/genclient.sh
RENAMED
|
File without changes
|
{pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/x509/gensrv.sh
RENAMED
|
File without changes
|
{pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/x509/keys/ca.pem
RENAMED
|
File without changes
|
{pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/x509/keys/client.pem
RENAMED
|
File without changes
|
{pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_certguard/tests/functional/artifacts/x509/keys/server.pem
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0004_filefilesystemexporter.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0006_delete_filefilesystemexporter.py
RENAMED
|
File without changes
|
{pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0007_filefilesystemexporter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/app/migrations/0012_delete_filefilesystemexporter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulpcore-3.63.43 → pulpcore-3.63.45}/pulp_file/tests/functional/api/test_crud_content_unit.py
RENAMED
|
File without changes
|
|
File without changes
|