Commit Graph

4172 Commits

Author SHA1 Message Date
alangsto
361bbf1330 chore: update edx-name-affirmation version (#30008) 2022-03-03 09:24:07 -05:00
Usama Sadiq
193efadd30 Remove django-countries pin (#29990)
* fix: remove django-countries pin
django-countries==7.3.1 resolved the issue with Python<3.9 so
the constraint can be removed now.
2022-03-02 11:36:17 +05:00
Bianca Severino
d54c5e6350 chore: upgrade edx-name-affirmation to 2.3.0 2022-03-01 11:22:56 -05:00
edX requirements bot
c2cda91e27 chore: Updating Python Requirements (#29988) 2022-03-01 11:16:03 +05:00
edX requirements bot
3b27444ce5 Fix: pin django-countries<7.3 (#29985)
* fix: pin django-countries<7.3
Co-authored-by: UsamaSadiq <usama.sadiq@arbisoft.com>
2022-02-28 23:38:34 +05:00
Rebecca Graber
0157518a9c feat: remove kafka_consumer from edx-platform (#29983) 2022-02-28 09:41:57 -05:00
Alexander Sheehan
d1e89a3417 chore: enterprise version bumnp 3.40.9 2022-02-25 14:50:28 -05:00
alangsto
e2b24e3cdd chore: update edx-name-affirmation version to latest release (#29970) 2022-02-23 12:02:34 -05:00
Long Lin
4dc360314c chore: bump edx-enterprise version 2022-02-23 09:46:08 -05:00
John Nagro
508a1d3a05 fix: release edx-enterprise 3.40.7 (#29966)
- fix: broken Canvas oauth authorization url

ENT-5479
2022-02-22 16:00:13 -05:00
edX requirements bot
704df3f27b chore: Updating Python Requirements (#29960) 2022-02-22 13:12:23 +05:00
John Nagro
9fa7b8b704 feat: edx-enterprise 3.40.5 release (#29951)
ENT-5463
ENT-5366
2022-02-18 12:53:36 -05:00
Binod Pant
38aa5eaec7 feat: upgrade to enterprise 3.40.3 (#29940)
helps better view of whether we can show course prices and send them to integrations like SAP SF

ENT-5367
2022-02-16 18:18:25 -05:00
edX requirements bot
2862fa8775 chore: Updating Python Requirements (#29925) 2022-02-15 13:20:47 +05:00
John Nagro
64704f7d9b feat: edx-enterprise release 3.40.2 (#29921)
- https://github.com/openedx/edx-enterprise/pull/1470

ENT-5347
2022-02-14 13:27:44 -05:00
Carlos Muniz
8e8d8404be Carlos muniz/symmath removal unrevert (#29912)
* Revert "Merge pull request #29909 from openedx/revert-29869-Carlos-Muniz/symmath-removal"

This reverts commit 8c0db8ddff, reversing
changes made to 1156c62014.

* fix: Remove misplaced `-e`

`-e` was wrongfully placed in front of `common/lib/sandbox-packages`,
which may have most likely been causing the edxAPP to break.

* fix: Change regex to apply to right dirs

`py38.txt` does not include `common/lib/xmodule` so it doesn't match the
regex. Therefore, it never got its lines in `common/lib/sandbox-packages`
fixed. If we change the regex to match any `common/lib/<packagename>` it
should work correctly.
2022-02-14 10:26:40 -05:00
Phillip Shiu
6ac1dd688a Revert "Remove symmath from edx-platform" 2022-02-11 10:30:08 -05:00
Awais Qureshi
7a7a8f25bb chore: Upgrading edx-enterprise version. It contains squash migrations. (#29907) 2022-02-11 18:26:15 +05:00
Carlos Muniz
a01a7ad416 feat: Update openedx-calc==3.0.1
This allows common/lib/capa/capa/responsetypes.py to not have to
change.
2022-02-10 15:06:20 -05:00
Carlos Muniz
8245a6b1cf docs: Update mistune constraint description 2022-02-10 15:06:20 -05:00
Carlos Muniz
6a227dfd86 chore: Update requirements to remove symmath 2022-02-10 15:06:03 -05:00
Awais Qureshi
cd5d5fdf46 chore: Upgrading edx-enterprise version. It will bring 2 db migrations. (#29899) 2022-02-10 17:49:35 +05:00
Aarif
2739431938 chore: pinned scipy to fix upgrade failure (#29886) 2022-02-10 16:06:47 +05:00
Alexander Sheehan
46f59687e7 chore: version bump for edx-enterprise 2022-02-08 16:01:37 -05:00
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