Commit Graph

4185 Commits

Author SHA1 Message Date
John Nagro
f5e3b5f7ae fit: release edx-enterprise 3.40.16 (#30057)
- https://github.com/openedx/edx-enterprise/pull/1495

ENT-5565
2022-03-14 14:36:29 -04:00
Binod Pant
10a9bc09c6 fix: Degree2 completions path url (#30056)
Fixes issue with sending completions to Degreed2

ENT-5581
2022-03-14 13:51:13 -04:00
Simon Chen
ebf15e4754 chore: upgrade edx-name-affirmation to 2.3.2 (#30044)
With this version, we added simple_history to the VerifiedName model for tracking

Co-authored-by: Simon Chen <schen@edX-C02FW0GUML85.local>
2022-03-11 10:33:43 -05:00
John Nagro
5fede518e4 fix: release edx-enterprise 3.40.14 (#30040)
- fix: CornerstoneLearnerDataTransmissionAudit admin view timeout (#1493)

ENT-5565
2022-03-10 20:16:52 -05:00
John Nagro
64efc97ebe fix: release edx-enterprise 3.40.13 (#30038)
- fix: Degreed2 Missing Learner Data Audit Records

ENT-5558
2022-03-10 17:00:16 -05:00
John Nagro
174f21353a fix: release edx-enterprise 3.40.12 (#30036)
- fix: Degreed: Missing Learner Data Audit Records #1490

ENT-5558
2022-03-10 10:56:56 -05:00
Alexander Sheehan
efbc972fc5 chore: bumping enterprise version to 3.40.11 2022-03-09 09:17:55 -05:00
Gabor Boros
df50d379c1 chore(dependencies): upgrade dependencies
Signed-off-by: Gabor Boros <gabor.brs@gmail.com>
2022-03-08 21:37:06 +01:00
Gabor Boros
0b0ea1ce80 chore(dependencies): bump celery dependencies
Bump celery and related dependencies to minimum necessary version.

Signed-off-by: Gabor Boros <gabor.brs@gmail.com>
2022-03-08 21:27:34 +01:00
edX requirements bot
4018b2672a chore: Updating Python Requirements (#30024) 2022-03-08 11:34:22 +05:00
Jansen Kantor
0d5b827b31 chore: bump ORA to 4.0.2 (#30020) 2022-03-07 11:54:46 -05:00
Juan David Buitrago
860dfde5b2 refactor: modified the imports to use openedx-events library (#29930)
* refactor: modified the imports to use openedx-events library

* chore: upgrade openedx-events to latest version

* fix: ran isort to avoid style errors

Co-authored-by: Maria Grimaldi <maria.grimaldi@edunext.co>
2022-03-07 19:42:13 +05:00
Kira
3adcbcf665 fix: version bump 2022-03-03 17:16:06 -05:00
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