kenclary
42e7e785e3
Merge pull request #28551 from edx/juliasq/TNL_8061_optimize_outline_block_data_retrieval
...
Use new version of edx-when.
2021-09-07 09:31:18 -04:00
edX requirements bot
3c088e1c96
Python Requirements Update ( #28661 )
...
* chore: Updating Python Requirements
* fix: two tests failing due to different query count.
Co-authored-by: Awais Qureshi <awais.qureshi@arbisoft.com >
2021-09-07 14:05:31 +05:00
alangsto
39b44c8bd7
chore: update edx-proctoring version ( #28653 )
2021-09-03 10:57:56 -04:00
Leangseu Kim
86a9870c3c
version bump for bulk-grade, super-csv and ora2
2021-09-03 10:27:32 -04:00
Usama Sadiq
0192d5a59a
fix: bump the git tag of edx/django-ratelimit-backend fork to fix test failures in Django30 ( #28578 )
2021-09-03 19:05:09 +05:00
Julia Eskew
a4ba37b882
feat: Optimize the querying of course block dates when querying dates for use in a
...
course outline, which don't need block dates below the subsection level of a course.
Pass the course's published version to all the appropriate places where edx-when's API
is called - to allow edx-when to more efficiently cache queried/processed results.
TNL-8061
2021-09-02 17:45:13 -04:00
alangsto
cb93219c23
chore: update edx-proctoring version ( #28639 )
2021-09-02 16:04:34 -04:00
Andy Shultz
1a438eb70e
chore: bump edx-proctoring to 3.24.3
...
part of MST-1020
2021-09-02 11:55:43 -04:00
Felipe Montoya
f0d319ee12
Merge pull request #28266 from eduNEXT/MJG/1st_batch_openedx_events
...
[BD-32] feat: 1st batch of Open edX Events
2021-09-02 10:08:44 -05:00
mariagrimaldi
c0618592d2
feat: add 1st batch of Open edX events
...
* Add STUDENT_REGISTRATION_COMPLETED event after the user's registration
* Add SESSION_LOGIN_COMPLETED event after the user's login session
* Add COURSE_ENROLLMENT_CREATED event after the user's enrollment creation
2021-09-02 10:05:23 -04:00
Andy Shultz
a0df34a3cc
chore: update name affirmation library to 0.9.0
...
part of MST-1020
2021-09-02 09:13:42 -04:00
Zachary Hancock
7419aaa435
fix: bump proctoring for bugfix ( #28621 )
2021-09-01 18:18:25 -04:00
Talia Rhodes
3764283184
revert: revert: Bump enterprise back to 3.27.27
2021-09-01 15:15:33 -04:00
J. Victor Martins
14e2f29516
feat: Make content libraries an LTI 1.3 tool
...
Offers blockstore-based content through content libraries acting as an
LTI 1.3 tool:
- Content Library support LTI 1.3 launches offering blockstore-based
content through resource links.
- Content Library support LTI 1.3. AGS, allowing gradebook updates from
graded assignments.
2021-09-01 11:56:51 -07:00
Talia Rhodes
7248f336e1
revert: edx-enterprise bump due to catalog issues
2021-09-01 13:51:17 -04:00
Talia Rhodes
922ffab67d
chore: Bump edx-enterprise for catalog api call changes
2021-09-01 10:55:03 -04:00
Simon Chen
a17443f1f7
Chore: Update the name affirmation library to 0.8.2 for easier django admin editing ( #28598 )
...
Co-authored-by: Simon Chen <schen@edx-c02fw0guml85.lan >
2021-08-31 11:32:15 -04:00
edX requirements bot
c2a299ef4f
chore: Updating Python Requirements ( #28587 )
2021-08-31 15:40:38 +05:00
alangsto
c2ba5e7975
chore: update edx-proctoring version ( #28586 )
2021-08-30 19:29:00 -04:00
Alex Dusenbery
23bf7f1795
refactor: edx-enterprise 3.27.26
...
Refactor data-sharing consent GET and POST handlers to not have too many statements, because readability matters.
2021-08-30 15:04:03 -04:00
Binod Pant
9983ed9885
feat: ENT-4776 blackboard client oauth refresh token fixes ( #28566 )
...
ENT-4776
2021-08-30 10:51:33 -04:00
alangsto
b9d5e8c3f9
chore: update name affirmation version ( #28576 )
2021-08-30 09:30:24 -04:00
Usama Sadiq
358e846768
BOM-2747: Remove django-ipware constraint ( #28529 )
...
* fix: remove django-ipware constraint
2021-08-30 18:24:59 +05:00
alangsto
9b97071647
chore: update edx-proctoring version to latest release ( #28559 )
2021-08-30 08:12:27 -04:00
Michael Roytman
15438cab49
Merge pull request #28564 from edx/mroytman/update-edx-name-affirmation-version-0.7.0
...
chore: Update version of edx-name-affirmation library from 0.6.4 to 0.7.0.
2021-08-27 11:14:03 -04:00
Leangseu Kim
79369f01b6
bump ora version
2021-08-27 10:19:28 -04:00
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