pulpcore 3.77.0__tar.gz → 3.77.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.77.0 → pulpcore-3.77.1}/CHANGES.md +23 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/PKG-INFO +1 -1
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/app/__init__.py +1 -1
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/__init__.py +1 -1
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/apps.py +1 -1
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/cache/cache.py +8 -3
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/content/handler.py +53 -37
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_content_cache.py +18 -2
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore.egg-info/PKG-INFO +1 -1
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pyproject.toml +2 -2
- {pulpcore-3.77.0 → pulpcore-3.77.1}/CODE_OF_CONDUCT.md +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/COMMITMENT +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/CONTRIBUTING.md +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/COPYRIGHT +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/LICENSE +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/MANIFEST.in +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/README.md +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/ci_requirements.txt +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/functest_requirements.txt +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/manage.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/app/migrations/0001_initial.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/app/migrations/0002_alter_rhsmcertguard_contentguard_ptr_and_more.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/app/migrations/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/app/models.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/app/serializers.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/app/utils.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/app/viewsets.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/pytest_plugin.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/api/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/api/test_rhsm_certguard.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/api/test_x509_certguard.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/rhsm/katello-default-ca.crt +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/rhsm/katello-default-ca.key +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/rhsm/trusted_but_expired.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/rhsm/uber.cert +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/rhsm/untrusted_cert-key.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/rhsm/untrusted_cert.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/rhsm/v1/1514454871848760713-key.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/rhsm/v1/1514454871848760713.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/rhsm/v1/159442575569388840-key.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/rhsm/v1/159442575569388840.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/rhsm/v3/4260035510644027985-key.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/rhsm/v3/4260035510644027985.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/rhsm/v3/5527980418107729172-key.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/rhsm/v3/5527980418107729172.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/thirdparty_ca/certificates/ca.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/thirdparty_ca/genca.sh +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/thirdparty_ca/keys/ca.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/x509/certificates/ca.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/x509/certificates/client.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/x509/certificates/server.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/x509/certificates/un_urlencoded_cert.txt +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/x509/certificates/untrusted_client.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/x509/genall.sh +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/x509/genca.sh +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/x509/genclient.sh +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/x509/gensrv.sh +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/x509/keys/ca.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/x509/keys/client.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/x509/keys/server.pem +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/conftest.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/constants.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/unit/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/unit/test_models.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/0001_initial.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/0001_initial_squashed_0016_add_domain.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/0002_file_related_names.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/0003_auto_20191014_1721.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/0004_filefilesystemexporter.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/0005_filerepository.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/0006_delete_filefilesystemexporter.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/0007_filefilesystemexporter.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/0008_add_manifest_field.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/0009_move_data_to_new_master_distribution_model.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/0010_auto_publish.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/0011_fix_auto_publish.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/0012_delete_filefilesystemexporter.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/0013_file_acs.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/0014_new_rbac_permissions.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/0015_allow_null_manifest.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/0016_add_domain.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/0017_alter_filealternatecontentsource_alternatecontentsource_ptr_and_more.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/modelresource.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/models.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/replica.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/serializers.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/tasks/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/tasks/publishing.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/tasks/synchronizing.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/viewsets.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/manifest.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/pytest_plugin.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/api/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/api/test_acs.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/api/test_auto_publish.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/api/test_bad_sync.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/api/test_content_labels.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/api/test_crud_content_unit.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/api/test_crud_remotes.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/api/test_domains.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/api/test_download_policies.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/api/test_generic_list.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/api/test_labels.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/api/test_mime_types.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/api/test_publish.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/api/test_pulp_export.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/api/test_rbac.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/api/test_remote_settings.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/api/test_sync.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/unit/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/unit/test_safe_paths.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/unit/test_serializers.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/access_policy.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/authentication.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/checks.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/entrypoint.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/files.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/global_access_conditions.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/importexport.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/loggers.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/manage.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/management/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/management/commands/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/management/commands/add-signing-service.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/management/commands/analyze-publication.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/management/commands/datarepair-2327.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/management/commands/dump-permissions.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/management/commands/dump-publications-to-fs.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/management/commands/handle-artifact-checksums.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/management/commands/migrationstat.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/management/commands/openapi.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/management/commands/rebasemigrations.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/management/commands/remove-plugin.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/management/commands/remove-signing-service.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/management/commands/repository-size.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/management/commands/reset-admin-password.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/management/commands/rotate-db-key.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0001_initial.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0001_squashed_0090_char_to_text_field.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0002_increase_artifact_size_field.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0003_remove_upload_completed.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0004_add_duplicated_reserved_resources.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0005_progressreport_code.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0006_repository_plugin_managed.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0007_delete_progress_proxies.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0008_published_metadata_as_content.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0009_remove_task_non_fatal_errors.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0010_pulp_fields.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0011_relative_path.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0012_auto_20191104_2000.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0013_repository_pulp_type.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0014_remove_repository_plugin_managed.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0015_auto_20191112_1426.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0016_charfield_to_textfield.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0017_remove_task_parent.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0018_auto_20191127_2350.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0019_add_signing_service_model.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0020_change_publishedartifact_constraints.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0021_add_signing_service_foreign_key.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0022_rename_last_version.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0023_change_exporter_models.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0024_use_local_storage_for_uploads.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0025_task_parent_task.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0026_task_group.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0027_export_backend.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0028_import_importer_pulpimporter_pulpimporterrepository.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0029_export_delete.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0030_taskgroup_all_tasks_dispatched.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0031_import_export_validate_params.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0032_export_to_chunks.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0033_increase_remote_artifact_size_field.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0034_groupprogressreport.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0035_content_upstream_id.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0036_unprotect_last_export.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0037_pulptemporaryfile.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0038_repository_remote.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0039_change_download_concurrency.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0040_set_admin_is_staff.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0041_accesspolicy.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0042_rbac_for_tasks.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0043_toc_attribute.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0044_temp_file_artifact_field.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0045_accesspolicy_permissions_allow_null.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0046_task__resource_job_id.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0047_improve_orphan_cleanup.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0048_fips_checksums.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0049_add_file_field_to_uploadchunk.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0050_namespace_access_policies.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0051_timeoutfields.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0052_tasking_logging_cid.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0053_remote_headers.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0054_add_public_key.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0055_label.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0056_remote_rate_limit.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0057_add_label_indexes.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0058_accesspolicy_customized.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0059_proxy_creds.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0060_data_migration_proxy_creds.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0061_call_handle_artifact_checksums_command.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0062_add_new_distribution_mastermodel.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0063_repository_retained_versions.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0064_add_new_style_task_columns.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0064_repository_user_hidden.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0065_merge_20210615_1211.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0066_download_concurrency_and_retry_changes.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0067_add_protect_to_task_reservation.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0068_add_timestamp_of_interest.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0069_update_json_fields.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0070_rename_retained_versions.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0071_filesystemexport_filesystemexporter.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0072_add_method_to_filesystem_exporter.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0073_encrypt_remote_fields.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0074_acs.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0075_rbaccontentguard.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0076_remove_reserved_resource.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0077_move_remote_url_credentials.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0078_grouprole_role_userrole.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0079_rename_permissions_assignment_accesspolicy_creation_hooks.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0080_proxy_group_model.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0081_reapplabel_group_permissions.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0082_add_manage_roles_permissions.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0083_alter_group_options.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0084_alter_rbaccontentguard_options.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0085_contentredirectcontentguard.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0086_task_json_fields.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0087_taskschedule.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0088_accesspolicy_queryset_scoping.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0089_alter_contentredirectcontentguard_options.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0090_char_to_text_field.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0091_systemid.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0092_alter_upload_options.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0093_add_info_field_repositoryversion.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0094_protect_repository_content.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0095_artifactdistribution.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0096_alter_task_logging_cid.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0097_remove_telemetry_task_schedule.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0098_pulp_labels.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0099_versions_field.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0100_upstreampulp.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0101_add_domain.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0102_add_domain_relations.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0103_alter_export_task.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0104_delete_label.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0105_abstract_uuid_gen.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0106_alter_artifactdistribution_distribution_ptr_and_more.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0107_distribution_hidden.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0108_task_versions.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0109_contentartifact_relative_path_index.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0110_apiappstatus.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0111_task_enc_args_task_enc_kwargs.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0112_alter_upstreampulp_options.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0113_headercontentguard.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0114_remove_task_args_remove_task_kwargs.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0115_compositecontentguard.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0116_alter_remoteartifact_md5_alter_remoteartifact_sha1_and_more.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0117_task_unblocked_at.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0118_task_core_task_unblock_2276a4_idx_and_more.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0119_grouprole_core_groupr_object__250e22_idx_and_more.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0120_get_url_removal.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0121_add_profile_artifacts_table.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0122_record_last_replication_timestamp.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0123_upstreampulp_q_select.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0124_task_deferred_task_immediate.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0125_openpgpdistribution_openpgpkeyring_openpgppublickey_and_more.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0126_remoteartifact_failed_at.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0127_remove_upstreampulp_pulp_label_select.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0128_domain_pulp_labels.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0129_content_pulp_labels.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0130_upstreampulp_policy.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0131_distribution_checkpoint_publication_checkpoint.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/0132_alter_content_options.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/migrations/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/mime_types.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/modelresource.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/access_policy.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/acs.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/analytics.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/base.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/content.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/domain.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/exporter.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/fields.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/generic.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/importer.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/openpgp.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/progress.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/publication.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/replica.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/repository.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/role.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/status.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/storage.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/task.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/models/upload.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/openpgp.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/protobuf/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/protobuf/analytics_pb2.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/pulp_hashlib.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/pulpcore_gunicorn_application.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/redis_connection.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/replica.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/response.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/role_util.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/access_policy.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/acs.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/base.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/content.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/domain.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/exporter.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/fields.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/importer.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/openpgp.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/orphans.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/progress.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/publication.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/purge.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/reclaim.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/repair.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/replica.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/repository.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/status.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/task.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/upload.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/serializers/user.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/settings.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/tasks/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/tasks/analytics.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/tasks/base.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/tasks/export.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/tasks/importer.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/tasks/migrate.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/tasks/orphan.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/tasks/purge.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/tasks/reclaim_space.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/tasks/replica.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/tasks/repository.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/tasks/telemetry.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/tasks/test.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/tasks/upload.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/templates/rest_framework/api.html +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/templatetags/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/templatetags/pulp_urls.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/urls.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/util.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/views/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/views/importer.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/views/orphans.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/views/repair.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/views/status.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/viewsets/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/viewsets/access_policy.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/viewsets/acs.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/viewsets/base.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/viewsets/content.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/viewsets/custom_filters.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/viewsets/domain.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/viewsets/exporter.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/viewsets/importer.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/viewsets/openpgp.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/viewsets/orphans.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/viewsets/publication.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/viewsets/reclaim.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/viewsets/replica.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/viewsets/repository.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/viewsets/task.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/viewsets/upload.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/viewsets/user.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/app/wsgi.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/backends.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/cache/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/constants.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/content/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/content/authentication.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/content/entrypoint.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/content/instrumentation.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/download/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/download/base.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/download/factory.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/download/file.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/download/http.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/exceptions/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/exceptions/base.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/exceptions/plugin.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/exceptions/validation.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/filters.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/metrics.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/middleware.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/migrations.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/openapi/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/openapi/hooks.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/access_policy.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/actions.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/apps.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/authentication/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/cache/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/constants.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/content.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/download/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/exceptions.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/files.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/importexport.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/migrations.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/modelresources.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/models/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/models/role.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/publication_utils.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/pulp_hashlib.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/replica.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/repo_version_utils.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/responses.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/serializers/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/serializers/content.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/stages/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/stages/api.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/stages/artifact_stages.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/stages/content_stages.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/stages/declarative_version.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/stages/models.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/storage.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/sync.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/tasking.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/util.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/viewsets/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/plugin/viewsets/content.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/pytest_plugin.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/responses.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tasking/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tasking/_util.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tasking/entrypoint.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tasking/kafka.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tasking/storage.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tasking/tasks.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tasking/worker.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_access_policy.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_api_docs.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_api_root_rewrite.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_artifact_distribution.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_auth.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_correlation_id.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_crd_artifacts.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_crud_domains.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_filter.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_login.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_openapi_schema.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_openpgp.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_replication.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_repos.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_role.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_root_endpoint.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_scoping.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_signing_service.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_status.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_task_purge.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_tasking.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_upload.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_users_groups.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/test_workers.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_checkpoint.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_content_access.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_content_delivery.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_content_directory.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_content_path.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_content_promotion.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_contentguard.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_crud_repos.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_distributions.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_filesystemexport.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_labels.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_migrate.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_orphans.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_pagination.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_prn.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_proxy.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_pulpimport.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_reclaim_disk_space.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_repair.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_repo_versions.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_tasks.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_unlinking_repo.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/assets/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/content_with_coverage.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/utils.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/performance/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/performance/test_performance.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/conftest.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/content/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/content/test_handler.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/content/test_heartbeat.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/download/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/download/test_downloader_base.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/download/test_downloader_factory.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/metrics/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/metrics/conftest.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/metrics/test_aiohttp_instrumentation.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/metrics/test_django_instrumentation.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/migration/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/migration/test_0077_move_remote_url_credentials.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/models/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/models/test_base.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/models/test_content.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/models/test_remote.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/models/test_repository.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/roles/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/roles/test_roles.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/serializers/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/serializers/test_base.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/serializers/test_domain.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/serializers/test_fields.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/serializers/test_orphans_cleanup.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/serializers/test_pulpexport.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/serializers/test_repository.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/stages/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/stages/test_artifactdownloader.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/stages/test_stages.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/test_cache.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/test_chunked_file.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/test_content_guard.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/test_files.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/test_import_checks.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/test_pulp_urls.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/test_settings.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/test_util.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/test_viewsets.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/viewsets/__init__.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/unit/viewsets/test_viewset_base.py +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore.egg-info/SOURCES.txt +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore.egg-info/dependency_links.txt +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore.egg-info/entry_points.txt +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore.egg-info/requires.txt +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore.egg-info/top_level.txt +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/setup.cfg +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/test_requirements.txt +0 -0
- {pulpcore-3.77.0 → pulpcore-3.77.1}/unittest_requirements.txt +0 -0
|
@@ -8,6 +8,29 @@
|
|
|
8
8
|
|
|
9
9
|
[//]: # (towncrier release notes start)
|
|
10
10
|
|
|
11
|
+
## 3.77.1 (2025-05-08) {: #3.77.1 }
|
|
12
|
+
|
|
13
|
+
### REST API {: #3.77.1-rest-api }
|
|
14
|
+
|
|
15
|
+
#### Bugfixes {: #3.77.1-rest-api-bugfix }
|
|
16
|
+
|
|
17
|
+
- On-demand or pull-through content is now immediately cached upon first request.
|
|
18
|
+
[#6540](https://github.com/pulp/pulpcore/issues/6540)
|
|
19
|
+
|
|
20
|
+
### Plugin API {: #3.77.1-plugin-api }
|
|
21
|
+
|
|
22
|
+
No significant changes.
|
|
23
|
+
|
|
24
|
+
### Pulp File {: #3.77.1-pulp-file }
|
|
25
|
+
|
|
26
|
+
No significant changes.
|
|
27
|
+
|
|
28
|
+
### Pulp Cert Guard {: #3.77.1-pulp-cert-guard }
|
|
29
|
+
|
|
30
|
+
No significant changes.
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
11
34
|
## 3.77.0 (2025-05-06) {: #3.77.0 }
|
|
12
35
|
|
|
13
36
|
### REST API {: #3.77.0-rest-api }
|
|
@@ -8,7 +8,7 @@ from django.http import HttpResponseRedirect, HttpResponse, FileResponse as ApiF
|
|
|
8
8
|
|
|
9
9
|
from rest_framework.request import Request as ApiRequest
|
|
10
10
|
|
|
11
|
-
from aiohttp.web import FileResponse, Response, HTTPSuccessful, Request
|
|
11
|
+
from aiohttp.web import FileResponse, Response, HTTPSuccessful, Request, StreamResponse
|
|
12
12
|
from aiohttp.web_exceptions import HTTPFound
|
|
13
13
|
|
|
14
14
|
from redis import ConnectionError
|
|
@@ -401,6 +401,11 @@ class AsyncContentCache(AsyncCache):
|
|
|
401
401
|
except (HTTPSuccessful, HTTPFound) as e:
|
|
402
402
|
response = e
|
|
403
403
|
|
|
404
|
+
original_response = response
|
|
405
|
+
if isinstance(response, StreamResponse):
|
|
406
|
+
if hasattr(response, "future_response"):
|
|
407
|
+
response = response.future_response
|
|
408
|
+
|
|
404
409
|
entry = {"headers": dict(response.headers), "status": response.status}
|
|
405
410
|
if expires is not None:
|
|
406
411
|
# Redis TTL is not sufficient: https://github.com/pulp/pulpcore/issues/4845
|
|
@@ -427,12 +432,12 @@ class AsyncContentCache(AsyncCache):
|
|
|
427
432
|
entry["location"] = str(response.location)
|
|
428
433
|
entry["type"] = "Redirect"
|
|
429
434
|
else:
|
|
430
|
-
# We don't cache
|
|
435
|
+
# We don't cache errors
|
|
431
436
|
return response
|
|
432
437
|
|
|
433
438
|
# TODO look into smaller format, maybe some compression on the text
|
|
434
439
|
await self.set(key, json.dumps(entry), expires, base_key=base_key)
|
|
435
|
-
return
|
|
440
|
+
return original_response
|
|
436
441
|
|
|
437
442
|
def make_key(self, request):
|
|
438
443
|
"""Makes the key based off the request"""
|
|
@@ -1093,26 +1093,8 @@ class Handler:
|
|
|
1093
1093
|
ret.update({ca.relative_path: ca for ca in cas})
|
|
1094
1094
|
return ret
|
|
1095
1095
|
|
|
1096
|
-
|
|
1097
|
-
"""
|
|
1098
|
-
Handle response for a Content Artifact with the file present.
|
|
1099
|
-
|
|
1100
|
-
Depending on where the file storage (e.g. filesystem, S3, etc) this could be responding with
|
|
1101
|
-
the file (filesystem) or a redirect (S3).
|
|
1102
|
-
|
|
1103
|
-
Args:
|
|
1104
|
-
content_artifact (pulpcore.app.models.ContentArtifact) The Content Artifact to
|
|
1105
|
-
respond with.
|
|
1106
|
-
headers (dict): A dictionary of response headers.
|
|
1107
|
-
request(aiohttp.web.Request) The request to prepare a response for.
|
|
1108
|
-
|
|
1109
|
-
Raises:
|
|
1110
|
-
[aiohttp.web_exceptions.HTTPFound][]: When we need to redirect to the file
|
|
1111
|
-
NotImplementedError: If file is stored in a file storage we can't handle
|
|
1112
|
-
|
|
1113
|
-
Returns:
|
|
1114
|
-
The [aiohttp.web.FileResponse][] for the file.
|
|
1115
|
-
"""
|
|
1096
|
+
def _build_response_from_content_artifact(self, content_artifact, headers, request):
|
|
1097
|
+
"""Helper method to build the correct response to serve a ContentArtifact."""
|
|
1116
1098
|
|
|
1117
1099
|
def _set_params_from_headers(hdrs, storage_domain):
|
|
1118
1100
|
# Map standard-response-headers to storage-object-specific keys
|
|
@@ -1137,7 +1119,47 @@ class Handler:
|
|
|
1137
1119
|
artifact_name = artifact_file.name
|
|
1138
1120
|
domain = get_domain()
|
|
1139
1121
|
storage = domain.get_storage()
|
|
1122
|
+
headers["X-PULP-ARTIFACT-SIZE"] = str(artifact_file.size)
|
|
1123
|
+
|
|
1124
|
+
if domain.storage_class == "pulpcore.app.models.storage.FileSystem":
|
|
1125
|
+
path = storage.path(artifact_name)
|
|
1126
|
+
if not os.path.exists(path):
|
|
1127
|
+
raise Exception(_("Expected path '{}' is not found").format(path))
|
|
1128
|
+
return FileResponse(path, headers=headers)
|
|
1129
|
+
elif not domain.redirect_to_object_storage:
|
|
1130
|
+
return ArtifactResponse(content_artifact.artifact, headers=headers)
|
|
1131
|
+
elif domain.storage_class == "storages.backends.s3boto3.S3Boto3Storage":
|
|
1132
|
+
return HTTPFound(_build_url(http_method=request.method), headers=headers)
|
|
1133
|
+
elif domain.storage_class in (
|
|
1134
|
+
"storages.backends.azure_storage.AzureStorage",
|
|
1135
|
+
"storages.backends.gcloud.GoogleCloudStorage",
|
|
1136
|
+
):
|
|
1137
|
+
return HTTPFound(_build_url(), headers=headers)
|
|
1138
|
+
else:
|
|
1139
|
+
raise NotImplementedError()
|
|
1140
1140
|
|
|
1141
|
+
async def _serve_content_artifact(self, content_artifact, headers, request):
|
|
1142
|
+
"""
|
|
1143
|
+
Handle response for a Content Artifact with the file present.
|
|
1144
|
+
|
|
1145
|
+
Depending on where the file storage (e.g. filesystem, S3, etc) this could be responding with
|
|
1146
|
+
the file (filesystem) or a redirect (S3).
|
|
1147
|
+
|
|
1148
|
+
Args:
|
|
1149
|
+
content_artifact (pulpcore.app.models.ContentArtifact) The Content Artifact to
|
|
1150
|
+
respond with.
|
|
1151
|
+
headers (dict): A dictionary of response headers.
|
|
1152
|
+
request(aiohttp.web.Request) The request to prepare a response for.
|
|
1153
|
+
|
|
1154
|
+
Raises:
|
|
1155
|
+
[aiohttp.web_exceptions.HTTPFound][]: When we need to redirect to the file
|
|
1156
|
+
NotImplementedError: If file is stored in a file storage we can't handle
|
|
1157
|
+
HTTPRequestRangeNotSatisfiable: If the request is for a range that is not
|
|
1158
|
+
satisfiable.
|
|
1159
|
+
Returns:
|
|
1160
|
+
The [aiohttp.web.FileResponse][] for the file.
|
|
1161
|
+
"""
|
|
1162
|
+
artifact_file = content_artifact.artifact.file
|
|
1141
1163
|
content_length = artifact_file.size
|
|
1142
1164
|
|
|
1143
1165
|
try:
|
|
@@ -1152,25 +1174,13 @@ class Handler:
|
|
|
1152
1174
|
size = artifact_file.size or "*"
|
|
1153
1175
|
raise HTTPRequestRangeNotSatisfiable(headers={"Content-Range": f"bytes */{size}"})
|
|
1154
1176
|
|
|
1155
|
-
headers["X-PULP-ARTIFACT-SIZE"] = str(content_length)
|
|
1156
1177
|
artifacts_size_counter.add(content_length)
|
|
1157
1178
|
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
raise Exception(_("Expected path '{}' is not found").format(path))
|
|
1162
|
-
return FileResponse(path, headers=headers)
|
|
1163
|
-
elif not domain.redirect_to_object_storage:
|
|
1164
|
-
return ArtifactResponse(content_artifact.artifact, headers=headers)
|
|
1165
|
-
elif domain.storage_class == "storages.backends.s3boto3.S3Boto3Storage":
|
|
1166
|
-
raise HTTPFound(_build_url(http_method=request.method), headers=headers)
|
|
1167
|
-
elif domain.storage_class in (
|
|
1168
|
-
"storages.backends.azure_storage.AzureStorage",
|
|
1169
|
-
"storages.backends.gcloud.GoogleCloudStorage",
|
|
1170
|
-
):
|
|
1171
|
-
raise HTTPFound(_build_url(), headers=headers)
|
|
1179
|
+
response = self._build_response_from_content_artifact(content_artifact, headers, request)
|
|
1180
|
+
if isinstance(response, HTTPFound):
|
|
1181
|
+
raise response
|
|
1172
1182
|
else:
|
|
1173
|
-
|
|
1183
|
+
return response
|
|
1174
1184
|
|
|
1175
1185
|
async def _stream_remote_artifact(
|
|
1176
1186
|
self, request, response, remote_artifact, save_artifact=True, repository=None
|
|
@@ -1214,6 +1224,7 @@ class Handler:
|
|
|
1214
1224
|
size = remote_artifact.size or "*"
|
|
1215
1225
|
raise HTTPRequestRangeNotSatisfiable(headers={"Content-Range": f"bytes */{size}"})
|
|
1216
1226
|
|
|
1227
|
+
original_headers = response.headers.copy()
|
|
1217
1228
|
actual_content_length = None
|
|
1218
1229
|
|
|
1219
1230
|
if range_start or range_stop:
|
|
@@ -1323,9 +1334,14 @@ class Handler:
|
|
|
1323
1334
|
content_artifacts = await asyncio.shield(
|
|
1324
1335
|
sync_to_async(self._save_artifact)(download_result, remote_artifact, request)
|
|
1325
1336
|
)
|
|
1337
|
+
ca = content_artifacts[remote_artifact.content_artifact.relative_path]
|
|
1338
|
+
# If cache is enabled, add the future response to our stream response
|
|
1339
|
+
if settings.CACHE_ENABLED:
|
|
1340
|
+
response.future_response = self._build_response_from_content_artifact(
|
|
1341
|
+
ca, original_headers, request
|
|
1342
|
+
)
|
|
1326
1343
|
# Try to add content to repository if present & supported
|
|
1327
1344
|
if repository and repository.PULL_THROUGH_SUPPORTED:
|
|
1328
|
-
ca = content_artifacts[remote_artifact.content_artifact.relative_path]
|
|
1329
1345
|
await sync_to_async(repository.pull_through_add_content)(ca)
|
|
1330
1346
|
await response.write_eof()
|
|
1331
1347
|
|
{pulpcore-3.77.0 → pulpcore-3.77.1}/pulpcore/tests/functional/api/using_plugin/test_content_cache.py
RENAMED
|
@@ -16,7 +16,7 @@ from pulpcore.tests.functional.utils import get_from_url
|
|
|
16
16
|
@pytest.mark.parallel
|
|
17
17
|
def test_full_workflow(
|
|
18
18
|
file_repo_with_auto_publish,
|
|
19
|
-
|
|
19
|
+
duplicate_filename_paths,
|
|
20
20
|
file_remote_factory,
|
|
21
21
|
file_bindings,
|
|
22
22
|
distribution_base_url,
|
|
@@ -37,7 +37,8 @@ def test_full_workflow(
|
|
|
37
37
|
return r.status, r.headers.get("X-PULP-CACHE")
|
|
38
38
|
|
|
39
39
|
# Sync from the remote and assert that a new repository version is created
|
|
40
|
-
|
|
40
|
+
manifest_1, manifest_2 = duplicate_filename_paths
|
|
41
|
+
remote = file_remote_factory(manifest_path=manifest_1, policy="immediate")
|
|
41
42
|
body = RepositorySyncURL(remote=remote.pulp_href)
|
|
42
43
|
monitor_task(
|
|
43
44
|
file_bindings.RepositoriesFileApi.sync(file_repo_with_auto_publish.pulp_href, body).task
|
|
@@ -129,6 +130,21 @@ def test_full_workflow(
|
|
|
129
130
|
url = urljoin(distro_base_url, file)
|
|
130
131
|
assert (200, "HIT" if i % 2 == 1 else "MISS") == _check_cache(url), file
|
|
131
132
|
|
|
133
|
+
# Sync a new remote with same filenames but on-demand
|
|
134
|
+
remote = file_remote_factory(manifest_path=manifest_2, policy="on_demand")
|
|
135
|
+
body = RepositorySyncURL(remote=remote.pulp_href)
|
|
136
|
+
monitor_task(
|
|
137
|
+
file_bindings.RepositoriesFileApi.sync(file_repo_with_auto_publish.pulp_href, body).task
|
|
138
|
+
)
|
|
139
|
+
repo = file_bindings.RepositoriesFileApi.read(file_repo_with_auto_publish.pulp_href)
|
|
140
|
+
assert repo.latest_version_href.endswith("/versions/3/")
|
|
141
|
+
|
|
142
|
+
# Test that cache is invalidated from sync, but on-demand responses are immediately cached
|
|
143
|
+
files = ["1.iso", "1.iso", "2.iso", "2.iso", "3.iso", "3.iso"]
|
|
144
|
+
for i, file in enumerate(files):
|
|
145
|
+
url = urljoin(distro_base_url, file)
|
|
146
|
+
assert (200, "HIT" if i % 2 == 1 else None) == _check_cache(url), file
|
|
147
|
+
|
|
132
148
|
# Tests that deleting a repository invalidates the cache"""
|
|
133
149
|
monitor_task(file_bindings.RepositoriesFileApi.delete(repo.pulp_href).task)
|
|
134
150
|
files = ["", "PULP_MANIFEST", "2.iso"]
|
|
@@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
|
|
|
7
7
|
|
|
8
8
|
[project]
|
|
9
9
|
name = "pulpcore"
|
|
10
|
-
version = "3.77.
|
|
10
|
+
version = "3.77.1"
|
|
11
11
|
description = "Pulp Django Application and Related Modules"
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
authors = [
|
|
@@ -207,7 +207,7 @@ ignore = [
|
|
|
207
207
|
[tool.bumpversion]
|
|
208
208
|
# This section is managed by the plugin template. Do not edit manually.
|
|
209
209
|
|
|
210
|
-
current_version = "3.77.
|
|
210
|
+
current_version = "3.77.1"
|
|
211
211
|
commit = false
|
|
212
212
|
tag = false
|
|
213
213
|
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
|
|
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.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/api/test_rhsm_certguard.py
RENAMED
|
File without changes
|
{pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/api/test_x509_certguard.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulpcore-3.77.0 → pulpcore-3.77.1}/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
|
{pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/thirdparty_ca/genca.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/x509/genall.sh
RENAMED
|
File without changes
|
|
File without changes
|
{pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/x509/genclient.sh
RENAMED
|
File without changes
|
{pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/x509/gensrv.sh
RENAMED
|
File without changes
|
{pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/x509/keys/ca.pem
RENAMED
|
File without changes
|
{pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_certguard/tests/functional/artifacts/x509/keys/client.pem
RENAMED
|
File without changes
|
{pulpcore-3.77.0 → pulpcore-3.77.1}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/app/migrations/0006_delete_filefilesystemexporter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulpcore-3.77.0 → pulpcore-3.77.1}/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
|
|
File without changes
|
{pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/api/test_crud_content_unit.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulpcore-3.77.0 → pulpcore-3.77.1}/pulp_file/tests/functional/api/test_download_policies.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
|
|
File without changes
|