Commit Graph

5531 Commits

Author SHA1 Message Date
michaelroytman
4198975928 chore: Update version of edx-name-affirmation library from 0.6.4 to 0.7.0.
This package includes a change that adds two key fields to the VerifiedNameHistoryView, verified_name_enabled and use_verified_name_for_certs.

MST-954 (https://openedx.atlassian.net/browse/MST-954)
2021-08-27 09:53:26 -04:00
Matt Hughes
cc8522c13f revert: https://github.com/edx/edx-proctoring/pull/902
Causing AttributeErrors refering to `is_verified` for some reason
2021-08-25 15:05:05 -04:00
Simon Chen
f1a603edcd fix: Fix bug where username is being used as DOM ID for accordian on bulk exam allowance view. (#28542)
MST-994

Fix the bug introduce when the username contains special characters like @. These causes javascript errors on bulk exam allowance view

The change is all on edx-proctoring library. This is a version update to fix the above bug

Co-authored-by: Simon Chen <schen@edx-c02fw0guml85.lan>
2021-08-25 12:33:26 -04:00
Tim McCormack
f75ae33580 feat: Implement (but don't activate) LMS OAuth2 SSO login for Studio (#28533)
Once LOGIN_URL is changed for an environment, the OAuth flow will be
activated. (See included temporary doc.)

This is for ARCHBOM-1860: Convert Studio to use LMS OAuth login.
2021-08-25 16:16:48 +00:00
Kyle McCormick
cd3957b987 fix: upgrade py2neo from 3.1.2 to 2021.1.5 (#28480)
* fix: upgrade py2neo from 3.1.2 to 2021.1.5

The dump_to_neo4j management command has not been working
since the upgrade to python 3.8. The latest version of
python that py2neo 3.1.2 states support for is python 3.5,
so this isn't surprising.

The earliest non-prerelease version of py2neo that supports
python 3.8 is 2020.x (skipping the 4.x and 5.x series). Since
we're going as far as a 2020.x, we may as well upgrade all the
way to the newest series, 2021.x. This commit does that upgrade,
as well as a handful of minor code modifications in order
to handle breaking changes that have been made to the py2neo
API, and some unrelated pin bumps as the result of
'make upgrade'.

This will also require an upgrade of Coursegraph's Neo4j
version from 3.2.x to 3.5.x.

TNL-8386
2021-08-25 09:34:41 -04:00
Kira Miller
2aae2994f8 Merge pull request #28531 from edx/kiram15/ent-update
chore: bump edx-enterprise to 3.27.24
2021-08-24 15:53:39 -04:00
Andy Shultz
8fcfe64b50 chore: update edx-proctoring to 3.23.7
MST-1001
2021-08-24 13:15:46 -04:00
Kira
945436d018 chore: bump edx-enterprise to 3.27.24 2021-08-24 12:08:05 -04:00
Azan Bin Zahid
de0f42c93e Merge pull request #28289 from edx/azan/PROD-2400
Pact Provider Verification Setup
2021-08-24 17:19:59 +05:00
Azan Bin Zahid
1cce2e952d feat: add pact verification method 2021-08-24 14:59:46 +05:00
Usama Sadiq
337fdc508c BOM-2746: Pin django-ipware and pylint versions (#28514)
* fix: pin django-ipware<4.0.0
* fix: pin pylint<2.10.0
2021-08-24 12:20:47 +05:00
Bianca Severino
9a980a2a78 Merge pull request #28512 from edx/bseverino/proctoring-3.23.6
chore: update edx-proctoring to 3.23.6
2021-08-23 10:11:56 -04:00
Bianca Severino
6ab0b4af82 chore: update edx-proctoring to 3.23.6 2021-08-23 09:26:52 -04:00
Usama Sadiq
c6ecdf735c BOM-2715: Update the post-pip-compile script (#28301)
* update the post-pip-compile script to fix the py38.txt parsing for sandbox requirements.
2021-08-23 12:09:40 +05:00
mohtamba
b693a54e1e Merge pull request #28499 from edx/mohtamba/bump-edx-proctoring-to-3.23.5
Update edx-proctoring version
2021-08-19 16:24:52 -04:00
Kyle McCormick
602d6a8587 Merge pull request #28471 from edx/jenkins/upgrade-python-requirements-97f750f
Python Requirements Update + unit test check fixes
2021-08-19 15:03:21 -04:00
mohtamba
f37d58c8c9 Update edx-proctoring version
Update edx-proctoring version to be the most recent release.
2021-08-19 13:38:05 -04:00
Talia Rhodes
5e7670c4ce chore: bump edx-enterprise to 3.27.23 2021-08-19 10:29:58 -04:00
edX requirements bot
e3f6e4abbb chore: Updating Python Requirements
Co-Authored-By: Kyle McCormick <kmccormick@edx.org>
2021-08-19 10:13:25 -04:00
Kyle McCormick
63635d6bcd fix: constrain edxval to <2.1 to avoid pact-python base req 2021-08-19 09:48:34 -04:00
Michael Roytman
7b3066d025 Merge pull request #28492 from edx/mroytman/bump-edx-proctoring-3.23.4
Update Version of edx-proctoring Library to 3.23.4
2021-08-18 14:55:11 -04:00
michaelroytman
a3079f6b69 chore: Update Version of edx-proctoring Library to 3.23.4 2021-08-18 14:00:55 -04:00
Andy Shultz
97a5094efc chore: bump name affirmation to complete column removal
This is the last PR removing verified name is_verified,
so we can bring back the test.
2021-08-18 12:49:01 -04:00
Andy Shultz
9e05538573 chore: update 2/3 of proctoring library for is_verified removal
This update removes the field, but not yet the column, so it
includes the test skip.

MST-969
2021-08-18 09:31:52 -04:00
mohtamba
63b65a9b48 Update version for edx proctoring
Update version for edx-proctoring to 3.23.3.
2021-08-17 15:50:41 -04:00
Andrew Shultz
78a390f83d Merge pull request #28478 from edx/ashultz0/name-affirm-061
chore: update name affirmation to 0.6.1
2021-08-17 15:27:29 -04:00
Andy Shultz
fa89221d46 feat: update name affirmation to 0.6.1
Certificate tests required an update to switch from boolean verified
flag to status. This feature is not deployed yet so only test uses
needed attention.

MST-969 and friends
2021-08-17 14:50:45 -04:00
Michael Terry
1b9306c296 chore: bump edx-ace to 1.3.1
This allows us to force specific transactional emails to go through
the default channel instead.

AA-951
2021-08-17 11:10:58 -04:00
Jansen Kantor
97f750ffea bump ora to 3.6.18 (#28469) 2021-08-16 15:49:12 -04:00
Binod Pant
fa7ed70cc5 fix: No longer fail when course not found on remote LMS (#28459)
For Blackboard and Moodle

ENT-4082
2021-08-13 11:11:52 -04:00
Michael Roytman
6d0b8ee7a5 Merge pull request #28420 from edx/mroytman/bump-edx-proctoring-to-3.23.1
chore: upgrade edx-proctoring library to 3.23.1
2021-08-10 10:21:36 -04:00
Bianca Severino
98053147b4 Merge pull request #28425 from edx/bseverino/name-affirmation-service
[MST-916] Set runtime service for Name Affirmation
2021-08-10 09:27:30 -04:00
Alexander Sheehan
27bf54da54 maint: bumping edx-enterprise version to 3.27.21 2021-08-09 16:16:06 -04:00
Bianca Severino
d0da23058d chore: set runtime service for name affirmation
If special exams are enabled, set a runtime service for Name Affirmation
in order to enable it for use in proctored exam attempts.
2021-08-09 11:38:26 -04:00
michaelroytman
360f24c716 chore: upgrade edx-proctoring library to 3.23.1 2021-08-06 16:37:12 -04:00
Alexander Sheehan
24c87b5521 maint: bumping enterprise version to 3.27.19 2021-08-05 17:45:57 -04:00
Alexander Sheehan
86aea4d93e maint: bumping enterprise version to 3.27.17 2021-08-05 13:37:41 -04:00
Andrew Shultz
7303e771a5 Merge pull request #28397 from edx/ashultz0/proctoring3230
chore: update edx-proctoring to 3.23.0
2021-08-04 11:58:04 -04:00
Alexander J Sheehan
ea3af16818 Merge pull request #28396 from edx/asheehan-edx/bumping-enterprise-3-27-16
maint: bumping enterprise version to 3.27.16
2021-08-04 11:31:06 -04:00
Andy Shultz
1e1e302509 chore: update edx-proctoring to 3.23.0 2021-08-04 11:16:11 -04:00
Jansen Kantor
f4c5dc25b7 ora 3.6.17 (#28393) 2021-08-04 11:12:09 -04:00
Leangseu Kim
3e3c83629b chore: version bump for edx-bulk-grades 2021-08-04 10:58:57 -04:00
Alexander Sheehan
f924b5c7f9 maint: bumping enterprise version to 3.27.16 2021-08-04 10:57:03 -04:00
Zaman Afzal
3491cc516b maint: ENT4740 bumping enterprise version to 3.27.15 (#28390) 2021-08-04 18:21:14 +05:00
Bianca Severino
1e66380f0e chore: upgrade edx-name-affirmation to 0.3.1 2021-08-03 14:43:04 -04:00
Jansen Kantor
68e8a6a981 chore(bump ora to 3.6.15) (#28383) 2021-08-03 12:01:49 -04:00
Alexander Sheehan
48ef7cd096 maint: bumping enterprise version to 3.27.14 2021-08-03 10:25:05 -04:00
Leangseu Kim
58377ae780 remove constraint and update ora 2021-08-03 09:43:55 -04:00
edX requirements bot
c09d226b24 chore: Updating Python Requirements (#28375) 2021-08-03 12:34:51 +05:00
Binod Pant
0dd00460c6 feat: bump edx-enterprise to 3.27.13 (#28367)
ENT-4789
2021-08-02 16:30:35 -04:00