Commit Graph

3840 Commits

Author SHA1 Message Date
irfanuddinahmad
3606d89366 chore: Upgraded edx-enterprise 2021-06-30 14:12:02 +05:00
Binod Pant
9fb39562c9 feat: Upgrade edx-enterprise to 3.26.12 ENT-4594 (#28063)
* feat: Upgrade edx-enterprise to 3.26.13

Canvas client create_or_update, and detection of deleted courses

ENT-4594

* fix: Use correct edx-enterprise version

ENT-4594

ENT-4594
2021-06-29 20:14:53 -04:00
edX requirements bot
2bf176d523 chore: Updating Python Requirements (#28055) 2021-06-29 12:22:47 +05:00
Michael Roytman
96c81292a4 Revert "feat: Upgrade edx-proctoring Library to Version 3.17.0 (#28030)"
This reverts commit e286e1ce28.
2021-06-25 13:19:40 -04:00
Michael Roytman
e286e1ce28 feat: Upgrade edx-proctoring Library to Version 3.17.0 (#28030)
This pull request upgrade the version of the edx-proctoring library from 3.14.0 to 3.17.0.

This includes the following changes.

GET and POST endpoints are added for to bulk get and bulk create allowances.
A bug in the exam attempt API where total time allowed for the exam would not include allowance time is fixed.
Internal logic for determing learners' onboarding statuses for the course onboarding API is replaced with a provider onboarding API.
2021-06-25 14:54:56 +00:00
edX requirements bot
44e8ea4e0b chore: Updating Python Requirements (#28024) 2021-06-25 12:46:49 +05:00
Dillon Dumesnil
61358b230e feat: AA-869: Add in logic to mark special exams as complete
This is technically a revert of a revert that also includes some new
logic. The original PR was https://github.com/edx/edx-platform/pull/27770
and the revert PR was https://github.com/edx/edx-platform/pull/27973.

The new logic is to mock a request and create a module with user state
taken into account. We also put this into a celery task to help avoid
any potential concerns with recursing through children.
2021-06-24 12:06:11 -07:00
Kshitij Sobti
b083ad13d6 refactor: Move CourseEditLTIFieldsEnabledFlag to xblock-lti-consumer (#27529) 2021-06-24 14:31:50 +05:00
Diana Huang
29548459fa refactor: Remove PyContracts usage. (#27887)
* refactor: Remove PyContracts usage.

We have not used PyContracts in a while and it is overhead we don't
need in edx-platform.

https://openedx.atlassian.net/browse/DEPR-147

* chore: Updating Python Requirements (#28018)

Co-authored-by: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
2021-06-23 18:24:06 -04:00
Diana Huang
ad0555267f fix: Pin lti-consumer-xblock version. (#28014)
There are issues in lti-consumer-xblock version 2.11.0 that
we cannot merge into edx-platform. This pins to a previous
version until the issues are resolved.
2021-06-23 17:00:41 -04:00
edx-abolger
a2128dc9cf Merge pull request #28002 from edx/edx-abolger/ENT-4103-fix-forward-version-bump
bump: bump edx-enterprise version to 3.26.10
2021-06-22 17:25:17 -04:00
Jansen Kantor
e16852f368 ora 3.6.6 (#28001) 2021-06-22 16:54:50 -04:00
Adrienne Bolger
efd683d140 bump: bump edx-enterprise version to 3.26.10 2021-06-22 16:32:12 -04:00
HammadAhmadWaqas
d43704304f version bump edx-enterprise. 2021-06-22 18:40:16 +05:00
edX requirements bot
658a0e135d chore: Updating Python Requirements (#27995) 2021-06-22 16:54:44 +05:00
irfanuddinahmad
53971f21d6 chore: ENT-4611 Updated edx-enterprise 2021-06-18 16:29:44 +05:00
Jansen Kantor
61643d6074 bump ora to 3.6.4 (#27970) 2021-06-16 15:22:30 -04:00
Dillon Dumesnil
74340c368d Merge pull request #27973 from edx/revert-27770-ddumesnil/special-exam-completeness-aa-773
Revert "feat: AA-773: Add in logic to mark special exams as complete"
2021-06-16 10:55:23 -07:00
Brian Beggs
1d4bb15aa5 Upgrade edx-enterprise to 3.25.5 to address ENT-4455 2021-06-16 13:25:10 -04:00
Dillon Dumesnil
68cce7dbbb Revert "feat: AA-773: Add in logic to mark special exams as complete" 2021-06-16 10:16:27 -07:00
HammadAhmadWaqas
64230832bc edx-enterprise version bump. 2021-06-15 20:27:25 +05:00
M. Zulqarnain
fb86d4111b BOM-2247 - Upgrade pip-tools (#27861)
* chore: upgrade pip-tools

* replace --no-index with --no-emit-index-url

* upgrade pip

Co-authored-by: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
2021-06-15 17:02:22 +05:00
Zaman Afzal
174c14d21e ENT4508- Bump Edx-Enterprise Version (#27958) 2021-06-15 16:57:40 +05:00
M. Zulqarnain
f11362543a Fix: Make Upgrade job failure (#27959)
* fix: upgrade job failure

* chore: Updating Python Requirements (#27960)

Co-authored-by: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
2021-06-15 15:59:14 +05:00
Alex Dusenbery
3b8162fb6c fix: update edx-enterprise to 3.25.2 | log exception stack trace during DSC licensed-enrollment flow so that we can understand what part of some licensed-enrollment flows are failing. 2021-06-14 16:31:45 -04:00
Alexander Sheehan
6afd719932 maint: bumping enterprise to 3.25.1 2021-06-14 08:37:16 -04:00
Hammad Ahmad Waqas
69488dac5b version bump (#27921) 2021-06-11 15:59:15 -04:00
edX requirements bot
c8f5602963 Updating Python Requirements (#27926) 2021-06-11 14:49:38 +05:00
Dillon Dumesnil
cc7be98f91 feat: AA-773: Add in logic to mark special exams as complete
We have had numerous support tickets/bugs related to special exams
not properly displaying completeness (see https://openedx.atlassian.net/browse/AA-773 for
details). Along with a corresponding edx-proctoring PR, this will now
submit completions for all completable children within a special
exam upon the exam being completed for the first time (as dictated by
the logic in the edx-proctoring PR).
2021-06-10 11:58:21 -07:00
edX requirements bot
8db89d05fb Updating Python Requirements (#27907) 2021-06-10 13:15:45 +05:00
Binod Pant
c52bcaceab feat: Bulk enrollment emails, and default email templates are now in database (#27902)
no more file templates, also supports notion of template_type now (self, admin for now)

ENT-4322
2021-06-09 15:08:22 -04:00
alangsto
5272556a90 chore: update edx-proctoring version (#27896) 2021-06-09 11:01:53 -04:00
edX requirements bot
1338081916 Updating Python Requirements (#27892) 2021-06-09 15:22:37 +05:00
edX requirements bot
9965fe9c81 chore: Updating Python Requirements (#27876) 2021-06-08 12:33:24 +05:00
David Ormsbee
3ef905c79b chore: upgrade Django to 2.2.24 (#27851)
This was delayed because we needed the fix on 93cd185.
2021-06-07 12:54:01 -04:00
alangsto
0b84c86b36 chore: update proctoring version (#27866) 2021-06-07 11:44:22 -04:00
Usama Sadiq
b58e27b45e refactor: setup python38 requirements for codejail environments (#27768)
separate shared requirements between platform and sandbox
move python 3.5 constraints in sandbox requirements
2021-06-07 17:50:43 +05:00
edX requirements bot
a9d6488e61 Updating Python Requirements (#27855) 2021-06-07 12:32:11 +05:00
Bianca Severino
d00131c093 fix: upgrade edx-proctoring to 3.12.0 2021-06-04 13:25:11 -04:00
Alex Dusenbery
1cfa4b5eeb feat: edx-enterprise to 3.23.11 | Log more specific information about HTTP client errors that are caught when using the LMS enrollment API. Also send an exception event to the monitoring service when this happens, even though we handle the exception 'gracefully'. 2021-06-04 11:03:11 -04:00
alangsto
c37f774207 chore: update edx-proctoring version (#27837)
The latest version of edx-proctoring contains updated logging for exam attempts,
specifically in the case where the status of an attempt is updated due to a
time out or if the learner is reattempting an exam
2021-06-04 10:07:34 -04:00
edX requirements bot
fb8b03178c Updating Python Requirements (#27832) 2021-06-04 13:13:23 +05:00
Raul Gallegos
f8fad40059 chore: update DnD xblock version 2021-06-03 10:30:25 -07:00
edX requirements bot
7a96588b15 Updating Python Requirements (#27819) 2021-06-03 13:30:48 +05:00
Julia Eskew
f88a44d8dd TNL-8080 ][: Use module mixin and fix permissions for proxy models. (#27811)
* chore: Update Python requirements via pip-tools. Needed the newest
edx-django-utils version.

* refactor: Use the newly-added ReadOnlyAdminMixin from the updated module and
remove the existing implementation.

* fix: edx-platform now has a Django proxy model - CourseOutlineRegenerate.
Without this fix, the permissions to the model's admin interface cannot be
added to a group and successfully granted to users.
2021-06-02 17:33:03 -04:00
irfanuddinahmad
07ab9f4c44 Merge pull request #27808 from edx/iahmad/ENT-4567-3
chore: ENT-4567 Updated edx-enterprise to 3.23.10
2021-06-02 19:33:30 +05:00
irfanuddinahmad
ce6b666351 chore: Updated edx-enterprise 2021-06-02 18:07:05 +05:00
Awais Qureshi
c21b7d2050 feat: Removing constraint.
chore: Updating Python Requirements

chore: Updating Python Requirements
2021-06-02 17:58:26 +05:00
edX requirements bot
5a58b94019 Updating Python Requirements (#27805) 2021-06-02 15:46:07 +05:00
Simon Chen
3d93553f8b [Chore] Upgrade edx-prctoring to 3.11.5 (#27794)
With this upgrade, a small piece of javascript was fixed so we pass milliseconds instead of seconds to vendor script to check the healthiness of the proctoring desktop app
2021-06-01 11:00:58 -04:00