Commit Graph

4148 Commits

Author SHA1 Message Date
Rebecca Graber
47aed8d2ab feat: management command for consuming kafka events (#29838) 2022-02-03 12:39:31 -05:00
Adam Stankiewicz
fb77ac9b27 chore: bump edx-enterprise to 3.39.0 (#29856) 2022-02-01 15:04:42 -05:00
Simon Chen
c2a96c059a chore: upgrade lti-consumer-xblock library to version 3.4.1 (#29854)
Co-authored-by: Simon Chen <schen@edX-C02FW0GUML85.local>
2022-02-01 14:11:33 -05:00
edX requirements bot
429cee1fb2 chore: Updating Python Requirements (#29849) 2022-02-01 14:35:00 +05:00
John Nagro
0aae4a20df feat: release edx-enterprise 3.38.7 (#29847)
- https://github.com/openedx/edx-enterprise/pull/1455
- https://pypi.org/project/edx-enterprise/3.38.7/

ENT-5315
2022-01-31 14:06:05 -05:00
Nathan Sprenkle
1212e3550c feat: ora staff grader backend (#29828)
- Adds Enhanced Staff Grader (ESG) backend-for-frontend (BFF) in `lms/djangoapps/ora_staff_grader`
    - Adds routing to ESG BFF at `{lms_url}/api/ora_staff_grader/*`
    - Adds mock implementation routing at `{lms_url}/api/ora_staff_grader/mock/*`
    - Adds `ORA_GRADING_MICROFRONTEND_URL` setting for routing to ESG microfrontend (MFE)
- Updates to the teams app:
    - Add`get_teams_in_teamset` to the teams API.
    - Add `get_team_names` to teams service.
- Adds `openassessment.staffgrader` app for appropriate ORA migrations.
- Modifies management commands for creation of users.
- Updates test factory to return display org with course overview.

Co-authored-by: jansenk <jkantor@edx.org>
Co-authored-by: Leangseu Kim <lkim@edx.org>
Co-authored-by: Ben Warzeski <bwarzeski@edx.org>
2022-01-31 11:09:41 -05:00
Felipe Montoya
c807af628f Merge pull request #29449 from eduNEXT/MJG/1st_filters_batch
[BD-32] feat: add first batch of Open edX Filters
2022-01-26 11:35:00 -05:00
Maria Grimaldi
f29a4eef68 feat: add first batch of Open edX Filters
* Add PreEnrollmentFilter
* Add PreRegisterFilter
* Add PreLoginFilter
2022-01-26 11:45:44 -04:00
edX requirements bot
f4a807572e chore: Updating Python Requirements (#29815) 2022-01-25 12:09:08 +05:00
Alex Dusenbery
22d3e0ec73 fix: enterprise 3.38.5 - link_learners errors on empty payload
Deploys https://github.com/openedx/edx-enterprise/pull/1442
2022-01-21 11:42:29 -05:00
Carlos Muniz
653870da53 temp: Add a constraint on openedx-calc v2.0.1
`symmath` has been added to `openedx-calc v3.0.0`. Prior to removing
`symmath` from `edx-platform`, a constraint needs to be put on using the
old version of `openedx-calc` so that everything plays nicely.
2022-01-21 10:08:40 -05:00
John Nagro
ea7323d4a9 fix: release edx-enterprise 3.38.4 (#29801)
- cornerstone missing completion events

ENT-5255
2022-01-21 09:30:01 -05:00
John Nagro
07645c2e94 fix: edx-enterprise 3.38.3 (#29790)
- more logging to debug missing completion records

ENT-5255
2022-01-20 09:06:35 -05:00
Simon Chen
f315fcc3ea feat: upgrade lti-consumer-xblock library to include the OSPR-6283 (#29786)
The lti-consumer-xblock library now have custom parameters template substitution capability

Co-authored-by: Simon Chen <schen@edx-c02fw0guml85.lan>
2022-01-19 13:26:35 -05:00
John Nagro
d94e2be670 fix: edx-enterprise 3.38.2 (#29767)
- django admin fixes
2022-01-18 08:51:07 -05:00
edX requirements bot
4e835c61b2 chore: Updating Python Requirements (#29776) 2022-01-18 11:32:01 +05:00
Simon Chen
ee10f84ed6 chore: upgrade edx-proctoring to 4.8.4 (#29760)
Co-authored-by: Simon Chen <schen@edX-C02FW0GUML85.local>
2022-01-13 13:54:09 -05:00
edX requirements bot
163e9fb975 chore: Updating Python Requirements (#29755) 2022-01-13 20:50:56 +05:00
Bianca Severino
9ca7c9a0b2 Merge pull request #29753 from openedx/bseverino/proctoring-4.8.3
chore: upgrade edx-proctoring to 4.8.3
2022-01-13 09:31:36 -05:00
Manny
db32ff2cdf chore: Upgrade edx-enterpirse to 3.38.0 (#29754) 2022-01-12 13:07:44 -05:00
Brian Beggs
7183e7dd89 Merge pull request #29751 from edx/bbeggsenterprise-3.37
Upgrade edx-enterpirse to 3.37.0
2022-01-12 11:52:36 -05:00
Bianca Severino
29cb920690 chore: upgrade edx-proctoring to 4.8.3 2022-01-12 11:41:52 -05:00
Brian Beggs
11c1e2649f chore: Upgrade edx-enterpirse to 3.37.0 2022-01-12 11:24:31 -05:00
Bianca Severino
356f712ab2 chore: upgrade edx-name-affirmation to 2.1.0 2022-01-12 10:20:04 -05:00
edX requirements bot
551acc1a0e chore: Updating Python Requirements (#29740) 2022-01-11 13:35:28 +05:00
Long Lin
dc9fc1e600 chore: bump edx-enterprise version to 3.36.13 2022-01-10 14:51:55 -05:00
Binod Pant
79a170c9cc fix: Degreed2 integrated channel fix for date parsing (#29729)
avoids interruption of content metadata export when one item has invalid dates by returning 0 duration

ENT-5292
2022-01-07 15:04:00 -05:00
Tim McCormack
1e55b4e1b6 feat: Add utility for logging sensitive information using encryption (#29682)
Introduces `common.djangoapps.util.log_sensitive module` for
public-key encryption of sensitive debug information in log
messages, including CLI commands for generating keys and
decrypting log output.

Also:

- Adds `PyNaCl` to base requirements for encryption tools
- Requirements upgrade

ref: ARCHBOM-1940
2022-01-05 21:37:45 +00:00
Adam Stankiewicz
30e57cddde chore: bump edx-enterprise to 3.36.10 (#29706) 2022-01-04 14:32:33 -05:00
edX requirements bot
781d248088 chore: Updating Python Requirements (#29702) 2022-01-04 14:33:02 +05:00
edX requirements bot
3d2fa978bb chore: Updating Python Requirements (#29690) 2021-12-28 14:43:40 +05:00
John Nagro
1caf29ab14 feat: release edx-enterprise 3.36.9 (#29663)
ENT-5238
2021-12-21 15:13:58 -05:00
edX requirements bot
a358012cc1 chore: Updating Python Requirements (#29653) 2021-12-21 15:54:44 +05:00
John Nagro
21cf1000ff feat: edx-enterprise release 3.36.8 (#29648)
ENT-5238
2021-12-20 14:13:40 -05:00
Jansen Kantor
9d00f21eb8 chore: bump ora and submissions versions (#29637) 2021-12-20 09:10:12 -05:00
Jansen Kantor
7b2731dd06 chore: bump submissions to 3.4.3 and ora 3.7.7 (#29634) 2021-12-17 14:16:14 -05:00
Long Lin
dee42c6498 chore: bump edx-enterprise version 2021-12-16 15:47:04 -05:00
Zainab Amir
dd610118a7 feat: create braze alias and event (#29612) 2021-12-15 19:07:25 +05:00
edX requirements bot
cf64f0e198 chore: Updating Python Requirements (#29610) 2021-12-15 16:15:53 +05:00
edX requirements bot
66436c2e79 chore: Updating Python Requirements (#29587) 2021-12-14 16:13:05 +05:00
John Nagro
2d3e774db1 feat: Show OAuth Auth link for Blackboard Admin (#29584)
- edx-enterprise version bump 3.36.6

ENT-4389
2021-12-13 14:01:20 -05:00
Adam Stankiewicz
18ed3f6f34 build: bump edx-enterprise to 3.36.5 (#29575) 2021-12-13 10:33:15 -05:00
edX requirements bot
5c5614d70a chore: Updating Python Requirements (#29571) 2021-12-13 18:05:19 +05:00
Andy Shultz
d80a897ae4 chore: update proctoring to 4.8.1
this completes the drop of the old attempt history table

MST-963
2021-12-08 10:54:59 -05:00
Andrew Shultz
0885837775 Merge pull request #29527 from edx/ashultz0/proctoring-480
chore: update edx-proctoring to 4.8.0
2021-12-08 09:36:52 -05:00
edX requirements bot
bb20b17428 Python Requirements Update (#29516)
* chore: Updating Python Requirements

* fix: fix pylint issues

Co-authored-by: Mohammad Ahtasham ul Hassan <mohammad.ahtasham@arbisoft.com>
2021-12-08 14:13:27 +05:00
Andy Shultz
ebd037d895 chore: update edx-proctoring to 4.8.0
removing use of old history table

skips migrations in sync test pending the migration catching up next release

part of MST-963
2021-12-07 14:49:31 -05:00
Binod Pant
f32128f7a0 feat: edx-enterprise releases 3.36.1-3 (#29523)
[3.36.3] -------- feat: Integrated channels, grade send logic only logs instead of raising when enterprise_customer_user record is inactive  [3.36.2] -------- feat: add is_active on enterprise customer invite key  [3.36.1] feat: improved integrated channel log consistency
2021-12-07 11:20:44 -05:00
Bianca Severino
51fe9b9da4 Merge pull request #29514 from edx/bseverino/proctoring-4.7.3
chore: upgrade edx-proctoring to 4.7.3
2021-12-06 13:22:17 -05:00
Manny
d3e0e5df6a feat: bump edx-enterprise to 3.36.0 (#29513) 2021-12-06 12:15:57 -05:00