openedx-learning 0.30.0__tar.gz → 0.30.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.
- {openedx_learning-0.30.0/openedx_learning.egg-info → openedx_learning-0.30.1}/PKG-INFO +4 -4
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/__init__.py +1 -1
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/backup_restore/api.py +2 -2
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/backup_restore/management/commands/lp_dump.py +8 -1
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/backup_restore/zipper.py +17 -2
- {openedx_learning-0.30.0 → openedx_learning-0.30.1/openedx_learning.egg-info}/PKG-INFO +4 -4
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/CHANGELOG.rst +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/LICENSE.txt +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/MANIFEST.in +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/README.rst +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/api/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/api/authoring.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/api/authoring_models.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/backup_restore/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/backup_restore/admin.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/backup_restore/apps.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/backup_restore/management/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/backup_restore/management/commands/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/backup_restore/management/commands/lp_load.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/backup_restore/migrations/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/backup_restore/models.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/backup_restore/serializers.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/backup_restore/toml.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/collections/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/collections/admin.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/collections/api.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/collections/apps.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/collections/migrations/0001_initial.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/collections/migrations/0002_remove_collection_name_collection_created_by_and_more.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/collections/migrations/0003_collection_entities.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/collections/migrations/0004_collection_key.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/collections/migrations/0005_alter_collection_options_alter_collection_enabled.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/collections/migrations/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/collections/models.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/components/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/components/admin.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/components/api.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/components/apps.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/components/management/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/components/management/commands/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/components/management/commands/add_assets_to_component.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/components/migrations/0001_initial.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/components/migrations/0002_alter_componentversioncontent_key.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/components/migrations/0003_remove_componentversioncontent_learner_downloadable.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/components/migrations/0004_remove_componentversioncontent_uuid.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/components/migrations/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/components/models.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/contents/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/contents/admin.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/contents/api.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/contents/apps.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/contents/migrations/0001_initial.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/contents/migrations/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/contents/models.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/admin.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/api.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/apps.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/contextmanagers.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/migrations/0001_initial.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/migrations/0002_alter_learningpackage_key_and_more.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/migrations/0003_containers.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/migrations/0004_publishableentity_can_stand_alone.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/migrations/0005_alter_entitylistrow_options.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/migrations/0006_draftchangelog.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/migrations/0007_bootstrap_draftchangelog.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/migrations/0008_alter_draftchangelogrecord_options_and_more.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/migrations/0009_dependencies_and_hashing.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/migrations/0010_backfill_dependencies.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/migrations/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/models/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/models/container.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/models/draft_log.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/models/entity_list.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/models/learning_package.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/models/publish_log.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/publishing/models/publishable_entity.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/sections/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/sections/admin.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/sections/api.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/sections/apps.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/sections/migrations/0001_initial.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/sections/migrations/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/sections/models.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/subsections/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/subsections/admin.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/subsections/api.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/subsections/apps.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/subsections/migrations/0001_initial.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/subsections/migrations/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/subsections/models.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/units/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/units/admin.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/units/api.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/units/apps.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/units/migrations/0001_initial.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/units/migrations/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/units/models.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/contrib/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/contrib/media_server/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/contrib/media_server/apps.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/contrib/media_server/urls.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/contrib/media_server/views.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/lib/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/lib/admin_utils.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/lib/cache.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/lib/collations.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/lib/fields.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/lib/managers.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/lib/test_utils.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/lib/validators.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/py.typed +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning.egg-info/SOURCES.txt +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning.egg-info/dependency_links.txt +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning.egg-info/not-zip-safe +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning.egg-info/requires.txt +3 -3
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning.egg-info/top_level.txt +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/admin.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/api.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/apps.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/data.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/import_export/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/import_export/actions.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/import_export/api.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/import_export/exceptions.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/import_export/import_plan.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/import_export/parsers.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/import_export/tasks.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/import_export/template.csv +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/import_export/template.json +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0001_initial.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0001_squashed.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0002_auto_20230718_2026.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0003_auto_20230721_1238.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0004_auto_20230723_2001.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0005_language_taxonomy.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0006_alter_objecttag_unique_together.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0006_auto_20230802_1631.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0007_tag_import_task_log_null_fix.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0008_taxonomy_description_not_null.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0009_alter_objecttag_object_id.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0010_cleanups.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0011_remove_required.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0012_language_taxonomy.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0013_tag_parent_blank.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0014_minor_fixes.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0015_taxonomy_export_id.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0016_object_tag_export_id.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0017_alter_tagimporttask_status.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/0018_objecttag_is_copied.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/migrations/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/models/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/models/base.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/models/import_export.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/models/system_defined.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/models/utils.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/rest_api/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/rest_api/paginators.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/rest_api/urls.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/rest_api/utils.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/rest_api/v1/__init__.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/rest_api/v1/permissions.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/rest_api/v1/serializers.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/rest_api/v1/urls.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/rest_api/v1/views.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/rest_api/v1/views_import.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/rules.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/urls.py +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/py.typed +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/requirements/base.in +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/setup.cfg +0 -0
- {openedx_learning-0.30.0 → openedx_learning-0.30.1}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openedx-learning
|
|
3
|
-
Version: 0.30.
|
|
3
|
+
Version: 0.30.1
|
|
4
4
|
Summary: Open edX Learning Core and Tagging.
|
|
5
5
|
Home-page: https://github.com/openedx/openedx-learning
|
|
6
6
|
Author: David Ormsbee
|
|
@@ -20,11 +20,11 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
20
20
|
Requires-Python: >=3.11
|
|
21
21
|
License-File: LICENSE.txt
|
|
22
22
|
Requires-Dist: tomlkit
|
|
23
|
-
Requires-Dist:
|
|
24
|
-
Requires-Dist: edx-drf-extensions
|
|
23
|
+
Requires-Dist: djangorestframework<4.0
|
|
25
24
|
Requires-Dist: celery
|
|
25
|
+
Requires-Dist: Django
|
|
26
26
|
Requires-Dist: attrs
|
|
27
|
-
Requires-Dist:
|
|
27
|
+
Requires-Dist: edx-drf-extensions
|
|
28
28
|
Requires-Dist: rules<4.0
|
|
29
29
|
Dynamic: author
|
|
30
30
|
Dynamic: author-email
|
|
@@ -9,7 +9,7 @@ from openedx_learning.apps.authoring.backup_restore.zipper import LearningPackag
|
|
|
9
9
|
from openedx_learning.apps.authoring.publishing.api import get_learning_package_by_key
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
def create_zip_file(lp_key: str, path: str, user: UserType | None = None) -> None:
|
|
12
|
+
def create_zip_file(lp_key: str, path: str, user: UserType | None = None, origin_server: str | None = None) -> None:
|
|
13
13
|
"""
|
|
14
14
|
Creates a dump zip file for the given learning package key at the given path.
|
|
15
15
|
The zip file contains a TOML representation of the learning package and its contents.
|
|
@@ -17,7 +17,7 @@ def create_zip_file(lp_key: str, path: str, user: UserType | None = None) -> Non
|
|
|
17
17
|
Can throw a NotFoundError at get_learning_package_by_key
|
|
18
18
|
"""
|
|
19
19
|
learning_package = get_learning_package_by_key(lp_key)
|
|
20
|
-
LearningPackageZipper(learning_package, user).create_zip(path)
|
|
20
|
+
LearningPackageZipper(learning_package, user, origin_server).create_zip(path)
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
def load_learning_package(path: str, key: str | None = None, user: UserType | None = None) -> dict:
|
|
@@ -32,11 +32,18 @@ class Command(BaseCommand):
|
|
|
32
32
|
help='The username of the user performing the backup operation.',
|
|
33
33
|
default=None
|
|
34
34
|
)
|
|
35
|
+
parser.add_argument(
|
|
36
|
+
'--origin_server',
|
|
37
|
+
type=str,
|
|
38
|
+
help='The origin server for the backup operation.',
|
|
39
|
+
default=None
|
|
40
|
+
)
|
|
35
41
|
|
|
36
42
|
def handle(self, *args, **options):
|
|
37
43
|
lp_key = options['lp_key']
|
|
38
44
|
file_name = options['file_name']
|
|
39
45
|
username = options['username']
|
|
46
|
+
origin_server = options['origin_server']
|
|
40
47
|
if not file_name.lower().endswith(".zip"):
|
|
41
48
|
raise CommandError("Output file name must end with .zip")
|
|
42
49
|
try:
|
|
@@ -45,7 +52,7 @@ class Command(BaseCommand):
|
|
|
45
52
|
if username:
|
|
46
53
|
user = User.objects.get(username=username)
|
|
47
54
|
start_time = time.time()
|
|
48
|
-
create_zip_file(lp_key, file_name, user=user)
|
|
55
|
+
create_zip_file(lp_key, file_name, user=user, origin_server=origin_server)
|
|
49
56
|
elapsed = time.time() - start_time
|
|
50
57
|
message = f'{lp_key} written to {file_name} (create_zip_file: {elapsed:.2f} seconds)'
|
|
51
58
|
self.stdout.write(self.style.SUCCESS(message))
|
|
@@ -88,9 +88,22 @@ class LearningPackageZipper:
|
|
|
88
88
|
A class to handle the zipping of learning content for backup and restore.
|
|
89
89
|
"""
|
|
90
90
|
|
|
91
|
-
def __init__(
|
|
91
|
+
def __init__(
|
|
92
|
+
self,
|
|
93
|
+
learning_package: LearningPackage,
|
|
94
|
+
user: UserType | None = None,
|
|
95
|
+
origin_server: str | None = None):
|
|
96
|
+
"""
|
|
97
|
+
Initialize the LearningPackageZipper.
|
|
98
|
+
|
|
99
|
+
Args:
|
|
100
|
+
learning_package (LearningPackage): The learning package to zip.
|
|
101
|
+
user (UserType | None): The user initiating the backup.
|
|
102
|
+
origin_server (str | None): The origin server for the backup.
|
|
103
|
+
"""
|
|
92
104
|
self.learning_package = learning_package
|
|
93
105
|
self.user = user
|
|
106
|
+
self.origin_server = origin_server
|
|
94
107
|
self.folders_already_created: set[Path] = set()
|
|
95
108
|
self.entities_filenames_already_created: set[str] = set()
|
|
96
109
|
self.utc_now = datetime.now(tz=timezone.utc)
|
|
@@ -269,7 +282,9 @@ class LearningPackageZipper:
|
|
|
269
282
|
|
|
270
283
|
with zipfile.ZipFile(path, "w", compression=zipfile.ZIP_DEFLATED) as zipf:
|
|
271
284
|
# Add the package.toml file
|
|
272
|
-
package_toml_content: str = toml_learning_package(
|
|
285
|
+
package_toml_content: str = toml_learning_package(
|
|
286
|
+
self.learning_package, self.utc_now, user=self.user, origin_server=self.origin_server
|
|
287
|
+
)
|
|
273
288
|
self.add_file_to_zip(zipf, Path(TOML_PACKAGE_NAME), package_toml_content, self.learning_package.updated)
|
|
274
289
|
|
|
275
290
|
# Add the entities directory
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openedx-learning
|
|
3
|
-
Version: 0.30.
|
|
3
|
+
Version: 0.30.1
|
|
4
4
|
Summary: Open edX Learning Core and Tagging.
|
|
5
5
|
Home-page: https://github.com/openedx/openedx-learning
|
|
6
6
|
Author: David Ormsbee
|
|
@@ -20,11 +20,11 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
20
20
|
Requires-Python: >=3.11
|
|
21
21
|
License-File: LICENSE.txt
|
|
22
22
|
Requires-Dist: tomlkit
|
|
23
|
-
Requires-Dist:
|
|
24
|
-
Requires-Dist: edx-drf-extensions
|
|
23
|
+
Requires-Dist: djangorestframework<4.0
|
|
25
24
|
Requires-Dist: celery
|
|
25
|
+
Requires-Dist: Django
|
|
26
26
|
Requires-Dist: attrs
|
|
27
|
-
Requires-Dist:
|
|
27
|
+
Requires-Dist: edx-drf-extensions
|
|
28
28
|
Requires-Dist: rules<4.0
|
|
29
29
|
Dynamic: author
|
|
30
30
|
Dynamic: author-email
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/api/authoring_models.py
RENAMED
|
File without changes
|
|
File without changes
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/__init__.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
|
|
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
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/contents/api.py
RENAMED
|
File without changes
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/contents/apps.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/sections/api.py
RENAMED
|
File without changes
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/sections/apps.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
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/units/admin.py
RENAMED
|
File without changes
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/units/api.py
RENAMED
|
File without changes
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/units/apps.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/apps/authoring/units/models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/contrib/media_server/apps.py
RENAMED
|
File without changes
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/contrib/media_server/urls.py
RENAMED
|
File without changes
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning/contrib/media_server/views.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
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_learning.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/__init__.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
|
|
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
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/models/__init__.py
RENAMED
|
File without changes
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/models/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/models/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/rest_api/urls.py
RENAMED
|
File without changes
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/rest_api/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openedx_learning-0.30.0 → openedx_learning-0.30.1}/openedx_tagging/core/tagging/rest_api/v1/urls.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
|