edx-enterprise-data 10.7.6__tar.gz → 10.7.7__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.
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/CHANGELOG.rst +4 -0
- {edx_enterprise_data-10.7.6/edx_enterprise_data.egg-info → edx_enterprise_data-10.7.7}/PKG-INFO +1 -1
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7/edx_enterprise_data.egg-info}/PKG-INFO +1 -1
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/__init__.py +1 -1
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/requirements/base.txt +8 -8
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/requirements/ci.txt +1 -1
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/requirements/dev.txt +8 -8
- edx_enterprise_data-10.7.7/requirements/django.txt +1 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/requirements/quality.txt +9 -9
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/requirements/test-master.txt +8 -8
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/requirements/test-reporting.txt +9 -6
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/requirements/test.txt +9 -9
- edx_enterprise_data-10.7.6/requirements/django.txt +0 -1
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/LICENSE +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/MANIFEST.in +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/README.md +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/edx_enterprise_data.egg-info/SOURCES.txt +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/edx_enterprise_data.egg-info/dependency_links.txt +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/edx_enterprise_data.egg-info/not-zip-safe +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/edx_enterprise_data.egg-info/requires.txt +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/edx_enterprise_data.egg-info/top_level.txt +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/admin_analytics/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/admin_analytics/constants.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/admin_analytics/data_loaders.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/admin_analytics/database/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/admin_analytics/database/queries/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/admin_analytics/database/queries/fact_engagement_admin_dash.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/admin_analytics/database/queries/fact_enrollment_admin_dash.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/admin_analytics/database/queries/skills_daily_rollup_admin_dash.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/admin_analytics/database/tables/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/admin_analytics/database/tables/base.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/admin_analytics/database/tables/fact_engagement_admin_dash.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/admin_analytics/database/tables/fact_enrollment_admin_dash.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/admin_analytics/database/tables/skills_daily_rollup_admin_dash.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/admin_analytics/database/utils.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/urls.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v0/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v0/serializers.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v0/urls.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v0/views.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v1/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v1/serializers.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v1/urls.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v1/views/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v1/views/analytics_completions.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v1/views/analytics_engagements.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v1/views/analytics_enrollments.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v1/views/analytics_leaderboard.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v1/views/base.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v1/views/enterprise_admin.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v1/views/enterprise_learner.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v1/views/enterprise_offers.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/apps.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/cache/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/cache/decorators.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/clients.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/constants.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/filters.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/fixtures/enterprise_enrollment.json +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/fixtures/enterprise_user.json +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/management/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/management/commands/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/management/commands/create_dummy_data.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/management/commands/create_dummy_data_lpr_v1.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/management/commands/create_enterprise_enrollment.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/management/commands/create_enterprise_learner_enrollment_lpr_v1.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/management/commands/create_enterprise_learner_lpr_v1.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/management/commands/create_enterprise_offer.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/management/commands/create_enterprise_user.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/management/commands/pre_warm_analytics_cache.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/management/commands/tests/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/management/commands/tests/test_create_dummy_data_lpr_v1.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/management/commands/tests/test_create_enterprise_enrollment.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/management/commands/tests/test_create_enterprise_learner_enrollment_lpr_v1.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/management/commands/tests/test_create_enterprise_learner_lpr_v1.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/management/commands/tests/test_create_enterprise_user.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/management/commands/tests/test_pre_warm_analytics_cache.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0001_initial.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0002_auto_20180430_1358.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0003_auto_20180501_0603.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0004_auto_20180501_0928.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0004_auto_20180508_1652.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0005_auto_20180524_2204.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0006_auto_20180612_0336.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0007_auto_20180612_0534.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0008_auto_20180614_0108.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0009_auto_20180628_1152.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0010_enterpriseenrollment_created.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0011_enterpriseuser.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0012_auto_20180831_1930.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0013_auto_20180831_1931.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0014_enterpriseuser_created.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0015_auto_20180907_1757.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0016_auto_20180924_2138.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0017_enterpriseenrollment_unenrollment_timestamp.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0018_enterprisedatafeaturerole_enterprisedataroleassignment.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0019_add_enterprise_data_feature_roles.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0020_add_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0021_auto_20190329_1241.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0022_remove_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0023_enterpriselearner_enterpriselearnerenrollment.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0024_auto_20210602_1811.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0025_auto_20210703_1854.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0026_auto_20210916_0414.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0027_enterpriselearnerenrollment_total_learning_time_seconds.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0028_enterpriselearnerenrollment_offer_id.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0029_enterpriseoffer.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0030_auto_20230609_1353.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0031_auto_20230615_0705.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0032_auto_20230704_0818.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0033_enterpriseadminlearnerprogress_enterpriseadminsummarizeinsights.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0034_auto_20230907_0834.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0035_auto_20230907_1154.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0036_enterprisesubsidybudget_subsidy_access_policy_display_name.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0037_alter_enterpriseenrollment_consent_granted.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0038_enterpriseoffer_export_timestamp.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0039_auto_20240212_1403.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0040_auto_20240718_0536_squashed_0043_alter_enterpriselearnerenrollment_enterprise_enrollment_id.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0044_enterpriseexecedlcmoduleperformance.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0045_alter_enterpriseexecedlcmoduleperformance_options_and_more.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0046_enterprisegroupmembership.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/models.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/paginators.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/renderers.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/settings/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/settings/test.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/signals.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/admin_analytics/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/admin_analytics/mock_analytics_data.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/admin_analytics/mock_enrollments.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/admin_analytics/test_analytics_engagements.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/admin_analytics/test_analytics_enrollments.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/admin_analytics/test_analytics_leaderboard.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/admin_analytics/test_data_loaders.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/admin_analytics/test_enterprise_completions.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/api/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/api/v0/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/api/v0/test_serializers.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/api/v1/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/api/v1/test_serializers.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/api/v1/test_views.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/api/v1/views/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/api/v1/views/test_enterprise_admin.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/factories.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/mixins.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/test_clients.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/test_filters.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/test_models.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/test_utils.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/tests/test_views.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/urls.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/utils.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data_roles/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data_roles/admin.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data_roles/apps.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data_roles/constants.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data_roles/migrations/0001_initial.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data_roles/migrations/0002_add_enterprise_data_feature_roles.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data_roles/migrations/0003_add_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data_roles/migrations/0004_enterprisedataroleassignment_enterprise_id.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data_roles/migrations/0005_turn_on_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data_roles/migrations/0006_remove_role_based_access_control_switch.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data_roles/migrations/0007_enterprisedataroleassignment_applies_to_all_contexts.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data_roles/migrations/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data_roles/models.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data_roles/rules.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data_roles/tests/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data_roles/tests/factories.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data_roles/tests/test_models.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/clients/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/clients/enterprise.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/clients/s3.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/clients/snowflake.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/clients/vertica.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/delivery_method.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/external_resource_link_report.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/fixtures/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/fixtures/enterprise_customer_reporting.json +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/reporter.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/send_enterprise_reports.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/tests/__init__.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/tests/test_clients.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/tests/test_delivery_method.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/tests/test_enterprise_client.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/tests/test_external_link_report.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/tests/test_reporter.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/tests/test_send_enterprise_reports.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/tests/test_utils.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/tests/test_vertica_client.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/tests/utils.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_reporting/utils.py +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/requirements/base.in +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/requirements/common_constraints.txt +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/requirements/constraints.txt +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/requirements/pip.txt +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/requirements/pip_tools.txt +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/requirements/reporting.in +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/setup.cfg +0 -0
- {edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/setup.py +0 -0
@@ -10,15 +10,15 @@ asgiref==3.8.1
|
|
10
10
|
# via django
|
11
11
|
asn1crypto==1.5.1
|
12
12
|
# via snowflake-connector-python
|
13
|
-
awscli==1.37.
|
13
|
+
awscli==1.37.16
|
14
14
|
# via -r requirements/reporting.in
|
15
15
|
bcrypt==4.2.1
|
16
16
|
# via paramiko
|
17
17
|
billiard==4.2.1
|
18
18
|
# via celery
|
19
|
-
boto3==1.36.
|
19
|
+
boto3==1.36.16
|
20
20
|
# via -r requirements/reporting.in
|
21
|
-
botocore==1.36.
|
21
|
+
botocore==1.36.16
|
22
22
|
# via
|
23
23
|
# awscli
|
24
24
|
# boto3
|
@@ -63,7 +63,7 @@ cryptography==44.0.0
|
|
63
63
|
# pyjwt
|
64
64
|
# pyopenssl
|
65
65
|
# snowflake-connector-python
|
66
|
-
django==4.2.
|
66
|
+
django==4.2.19
|
67
67
|
# via
|
68
68
|
# -c /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/common_constraints.txt
|
69
69
|
# -r requirements/base.in
|
@@ -123,7 +123,7 @@ edx-rbac==1.10.0
|
|
123
123
|
# via -r requirements/base.in
|
124
124
|
edx-rest-api-client==6.0.0
|
125
125
|
# via -r requirements/base.in
|
126
|
-
factory-boy==3.3.
|
126
|
+
factory-boy==3.3.3
|
127
127
|
# via -r requirements/base.in
|
128
128
|
faker==35.2.0
|
129
129
|
# via factory-boy
|
@@ -145,7 +145,7 @@ monotonic==1.6
|
|
145
145
|
# via py2neo
|
146
146
|
mysql-connector-python==9.2.0
|
147
147
|
# via -r requirements/base.in
|
148
|
-
newrelic==10.
|
148
|
+
newrelic==10.6.0
|
149
149
|
# via edx-django-utils
|
150
150
|
numpy==2.2.2
|
151
151
|
# via
|
@@ -159,9 +159,9 @@ pandas==2.2.3
|
|
159
159
|
# via -r requirements/base.in
|
160
160
|
pansi==2024.11.0
|
161
161
|
# via py2neo
|
162
|
-
paramiko==3.5.
|
162
|
+
paramiko==3.5.1
|
163
163
|
# via -r requirements/reporting.in
|
164
|
-
pbr==6.1.
|
164
|
+
pbr==6.1.1
|
165
165
|
# via stevedore
|
166
166
|
pgpy==0.6.0
|
167
167
|
# via -r requirements/reporting.in
|
@@ -14,15 +14,15 @@ astroid==3.3.8
|
|
14
14
|
# via
|
15
15
|
# pylint
|
16
16
|
# pylint-celery
|
17
|
-
awscli==1.37.
|
17
|
+
awscli==1.37.16
|
18
18
|
# via -r requirements/reporting.in
|
19
19
|
bcrypt==4.2.1
|
20
20
|
# via paramiko
|
21
21
|
billiard==4.2.1
|
22
22
|
# via celery
|
23
|
-
boto3==1.36.
|
23
|
+
boto3==1.36.16
|
24
24
|
# via -r requirements/reporting.in
|
25
|
-
botocore==1.36.
|
25
|
+
botocore==1.36.16
|
26
26
|
# via
|
27
27
|
# awscli
|
28
28
|
# boto3
|
@@ -92,7 +92,7 @@ dill==0.3.9
|
|
92
92
|
# via pylint
|
93
93
|
distlib==0.3.9
|
94
94
|
# via virtualenv
|
95
|
-
django==4.2.
|
95
|
+
django==4.2.19
|
96
96
|
# via
|
97
97
|
# -c /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/common_constraints.txt
|
98
98
|
# -r requirements/base.in
|
@@ -161,7 +161,7 @@ edx-rbac==1.10.0
|
|
161
161
|
# via -r requirements/base.in
|
162
162
|
edx-rest-api-client==6.0.0
|
163
163
|
# via -r requirements/base.in
|
164
|
-
factory-boy==3.3.
|
164
|
+
factory-boy==3.3.3
|
165
165
|
# via -r requirements/base.in
|
166
166
|
faker==35.2.0
|
167
167
|
# via factory-boy
|
@@ -226,7 +226,7 @@ more-itertools==10.6.0
|
|
226
226
|
# jaraco-functools
|
227
227
|
mysql-connector-python==9.2.0
|
228
228
|
# via -r requirements/base.in
|
229
|
-
newrelic==10.
|
229
|
+
newrelic==10.6.0
|
230
230
|
# via edx-django-utils
|
231
231
|
nh3==0.2.20
|
232
232
|
# via readme-renderer
|
@@ -246,11 +246,11 @@ pandas==2.2.3
|
|
246
246
|
# via -r requirements/base.in
|
247
247
|
pansi==2024.11.0
|
248
248
|
# via py2neo
|
249
|
-
paramiko==3.5.
|
249
|
+
paramiko==3.5.1
|
250
250
|
# via -r requirements/reporting.in
|
251
251
|
path==16.16.0
|
252
252
|
# via edx-i18n-tools
|
253
|
-
pbr==6.1.
|
253
|
+
pbr==6.1.1
|
254
254
|
# via stevedore
|
255
255
|
pgpy==0.6.0
|
256
256
|
# via -r requirements/reporting.in
|
@@ -0,0 +1 @@
|
|
1
|
+
django==4.2.19
|
@@ -14,15 +14,15 @@ astroid==3.3.8
|
|
14
14
|
# via
|
15
15
|
# pylint
|
16
16
|
# pylint-celery
|
17
|
-
awscli==1.37.
|
17
|
+
awscli==1.37.16
|
18
18
|
# via -r requirements/reporting.in
|
19
19
|
bcrypt==4.2.1
|
20
20
|
# via paramiko
|
21
21
|
billiard==4.2.1
|
22
22
|
# via celery
|
23
|
-
boto3==1.36.
|
23
|
+
boto3==1.36.16
|
24
24
|
# via -r requirements/reporting.in
|
25
|
-
botocore==1.36.
|
25
|
+
botocore==1.36.16
|
26
26
|
# via
|
27
27
|
# awscli
|
28
28
|
# boto3
|
@@ -76,7 +76,7 @@ colorama==0.4.6
|
|
76
76
|
# via
|
77
77
|
# awscli
|
78
78
|
# tox
|
79
|
-
coverage[toml]==7.6.
|
79
|
+
coverage[toml]==7.6.11
|
80
80
|
# via pytest-cov
|
81
81
|
cryptography==44.0.0
|
82
82
|
# via
|
@@ -96,7 +96,7 @@ dill==0.3.9
|
|
96
96
|
# via pylint
|
97
97
|
distlib==0.3.9
|
98
98
|
# via virtualenv
|
99
|
-
django==4.2.
|
99
|
+
django==4.2.19
|
100
100
|
# via
|
101
101
|
# -c /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/common_constraints.txt
|
102
102
|
# -r requirements/base.in
|
@@ -166,7 +166,7 @@ edx-rbac==1.10.0
|
|
166
166
|
# via -r requirements/base.in
|
167
167
|
edx-rest-api-client==6.0.0
|
168
168
|
# via -r requirements/base.in
|
169
|
-
factory-boy==3.3.
|
169
|
+
factory-boy==3.3.3
|
170
170
|
# via
|
171
171
|
# -r requirements/base.in
|
172
172
|
# -r requirements/test.in
|
@@ -241,7 +241,7 @@ more-itertools==10.6.0
|
|
241
241
|
# jaraco-functools
|
242
242
|
mysql-connector-python==9.2.0
|
243
243
|
# via -r requirements/base.in
|
244
|
-
newrelic==10.
|
244
|
+
newrelic==10.6.0
|
245
245
|
# via edx-django-utils
|
246
246
|
nh3==0.2.20
|
247
247
|
# via readme-renderer
|
@@ -262,11 +262,11 @@ pandas==2.2.3
|
|
262
262
|
# via -r requirements/base.in
|
263
263
|
pansi==2024.11.0
|
264
264
|
# via py2neo
|
265
|
-
paramiko==3.5.
|
265
|
+
paramiko==3.5.1
|
266
266
|
# via -r requirements/reporting.in
|
267
267
|
path==16.16.0
|
268
268
|
# via edx-i18n-tools
|
269
|
-
pbr==6.1.
|
269
|
+
pbr==6.1.1
|
270
270
|
# via stevedore
|
271
271
|
pgpy==0.6.0
|
272
272
|
# via -r requirements/reporting.in
|
@@ -10,15 +10,15 @@ asgiref==3.8.1
|
|
10
10
|
# via django
|
11
11
|
asn1crypto==1.5.1
|
12
12
|
# via snowflake-connector-python
|
13
|
-
awscli==1.37.
|
13
|
+
awscli==1.37.16
|
14
14
|
# via -r requirements/reporting.in
|
15
15
|
bcrypt==4.2.1
|
16
16
|
# via paramiko
|
17
17
|
billiard==4.2.1
|
18
18
|
# via celery
|
19
|
-
boto3==1.36.
|
19
|
+
boto3==1.36.16
|
20
20
|
# via -r requirements/reporting.in
|
21
|
-
botocore==1.36.
|
21
|
+
botocore==1.36.16
|
22
22
|
# via
|
23
23
|
# awscli
|
24
24
|
# boto3
|
@@ -54,7 +54,7 @@ click-repl==0.3.0
|
|
54
54
|
# via celery
|
55
55
|
colorama==0.4.6
|
56
56
|
# via awscli
|
57
|
-
coverage[toml]==7.6.
|
57
|
+
coverage[toml]==7.6.11
|
58
58
|
# via pytest-cov
|
59
59
|
cryptography==44.0.0
|
60
60
|
# via
|
@@ -130,7 +130,7 @@ edx-rbac==1.10.0
|
|
130
130
|
# via -r requirements/base.in
|
131
131
|
edx-rest-api-client==6.0.0
|
132
132
|
# via -r requirements/base.in
|
133
|
-
factory-boy==3.3.
|
133
|
+
factory-boy==3.3.3
|
134
134
|
# via
|
135
135
|
# -r requirements/base.in
|
136
136
|
# -r requirements/test.in
|
@@ -162,7 +162,7 @@ monotonic==1.6
|
|
162
162
|
# via py2neo
|
163
163
|
mysql-connector-python==9.2.0
|
164
164
|
# via -r requirements/base.in
|
165
|
-
newrelic==10.
|
165
|
+
newrelic==10.6.0
|
166
166
|
# via edx-django-utils
|
167
167
|
numpy==2.2.2
|
168
168
|
# via
|
@@ -177,9 +177,9 @@ pandas==2.2.3
|
|
177
177
|
# via -r requirements/base.in
|
178
178
|
pansi==2024.11.0
|
179
179
|
# via py2neo
|
180
|
-
paramiko==3.5.
|
180
|
+
paramiko==3.5.1
|
181
181
|
# via -r requirements/reporting.in
|
182
|
-
pbr==6.1.
|
182
|
+
pbr==6.1.1
|
183
183
|
# via stevedore
|
184
184
|
pgpy==0.6.0
|
185
185
|
# via -r requirements/reporting.in
|
@@ -8,15 +8,15 @@ amqp==5.3.1
|
|
8
8
|
# via kombu
|
9
9
|
asn1crypto==1.5.1
|
10
10
|
# via snowflake-connector-python
|
11
|
-
awscli==1.37.
|
11
|
+
awscli==1.37.16
|
12
12
|
# via -r /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/reporting.in
|
13
13
|
bcrypt==4.2.1
|
14
14
|
# via paramiko
|
15
15
|
billiard==4.2.1
|
16
16
|
# via celery
|
17
|
-
boto3==1.36.
|
17
|
+
boto3==1.36.16
|
18
18
|
# via -r /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/reporting.in
|
19
|
-
botocore==1.36.
|
19
|
+
botocore==1.36.16
|
20
20
|
# via
|
21
21
|
# awscli
|
22
22
|
# boto3
|
@@ -57,7 +57,7 @@ colorama==0.4.6
|
|
57
57
|
# via
|
58
58
|
# awscli
|
59
59
|
# tox
|
60
|
-
coverage[toml]==7.6.
|
60
|
+
coverage[toml]==7.6.11
|
61
61
|
# via pytest-cov
|
62
62
|
cryptography==44.0.0
|
63
63
|
# via
|
@@ -104,9 +104,9 @@ packaging==24.2
|
|
104
104
|
# tox
|
105
105
|
pansi==2024.11.0
|
106
106
|
# via py2neo
|
107
|
-
paramiko==3.5.
|
107
|
+
paramiko==3.5.1
|
108
108
|
# via -r /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/reporting.in
|
109
|
-
pbr==6.1.
|
109
|
+
pbr==6.1.1
|
110
110
|
# via mock
|
111
111
|
pgpy==0.6.0
|
112
112
|
# via -r /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/reporting.in
|
@@ -215,3 +215,6 @@ virtualenv==20.29.1
|
|
215
215
|
# via tox
|
216
216
|
wcwidth==0.2.13
|
217
217
|
# via prompt-toolkit
|
218
|
+
|
219
|
+
# The following packages are considered to be unsafe in a requirements file:
|
220
|
+
# setuptools
|
@@ -10,15 +10,15 @@ asgiref==3.8.1
|
|
10
10
|
# via django
|
11
11
|
asn1crypto==1.5.1
|
12
12
|
# via snowflake-connector-python
|
13
|
-
awscli==1.37.
|
13
|
+
awscli==1.37.16
|
14
14
|
# via -r requirements/reporting.in
|
15
15
|
bcrypt==4.2.1
|
16
16
|
# via paramiko
|
17
17
|
billiard==4.2.1
|
18
18
|
# via celery
|
19
|
-
boto3==1.36.
|
19
|
+
boto3==1.36.16
|
20
20
|
# via -r requirements/reporting.in
|
21
|
-
botocore==1.36.
|
21
|
+
botocore==1.36.16
|
22
22
|
# via
|
23
23
|
# awscli
|
24
24
|
# boto3
|
@@ -54,7 +54,7 @@ click-repl==0.3.0
|
|
54
54
|
# via celery
|
55
55
|
colorama==0.4.6
|
56
56
|
# via awscli
|
57
|
-
coverage[toml]==7.6.
|
57
|
+
coverage[toml]==7.6.11
|
58
58
|
# via pytest-cov
|
59
59
|
cryptography==44.0.0
|
60
60
|
# via
|
@@ -67,7 +67,7 @@ cryptography==44.0.0
|
|
67
67
|
# snowflake-connector-python
|
68
68
|
ddt==1.7.2
|
69
69
|
# via -r requirements/test.in
|
70
|
-
django==4.2.
|
70
|
+
django==4.2.19
|
71
71
|
# via
|
72
72
|
# -c /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/common_constraints.txt
|
73
73
|
# -r requirements/base.in
|
@@ -128,7 +128,7 @@ edx-rbac==1.10.0
|
|
128
128
|
# via -r requirements/base.in
|
129
129
|
edx-rest-api-client==6.0.0
|
130
130
|
# via -r requirements/base.in
|
131
|
-
factory-boy==3.3.
|
131
|
+
factory-boy==3.3.3
|
132
132
|
# via
|
133
133
|
# -r requirements/base.in
|
134
134
|
# -r requirements/test.in
|
@@ -160,7 +160,7 @@ monotonic==1.6
|
|
160
160
|
# via py2neo
|
161
161
|
mysql-connector-python==9.2.0
|
162
162
|
# via -r requirements/base.in
|
163
|
-
newrelic==10.
|
163
|
+
newrelic==10.6.0
|
164
164
|
# via edx-django-utils
|
165
165
|
numpy==2.2.2
|
166
166
|
# via
|
@@ -175,9 +175,9 @@ pandas==2.2.3
|
|
175
175
|
# via -r requirements/base.in
|
176
176
|
pansi==2024.11.0
|
177
177
|
# via py2neo
|
178
|
-
paramiko==3.5.
|
178
|
+
paramiko==3.5.1
|
179
179
|
# via -r requirements/reporting.in
|
180
|
-
pbr==6.1.
|
180
|
+
pbr==6.1.1
|
181
181
|
# via stevedore
|
182
182
|
pgpy==0.6.0
|
183
183
|
# via -r requirements/reporting.in
|
@@ -1 +0,0 @@
|
|
1
|
-
django==4.2.18
|
File without changes
|
File without changes
|
File without changes
|
{edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/edx_enterprise_data.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/edx_enterprise_data.egg-info/not-zip-safe
RENAMED
File without changes
|
{edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/edx_enterprise_data.egg-info/requires.txt
RENAMED
File without changes
|
{edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/edx_enterprise_data.egg-info/top_level.txt
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
|
{edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v0/__init__.py
RENAMED
File without changes
|
{edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v0/serializers.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v1/__init__.py
RENAMED
File without changes
|
{edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v1/serializers.py
RENAMED
File without changes
|
File without changes
|
{edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v1/views/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/api/v1/views/base.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/cache/decorators.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/management/__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
|
{edx_enterprise_data-10.7.6 → edx_enterprise_data-10.7.7}/enterprise_data/migrations/0001_initial.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
|