Matt Hughes
92973038fa
fix: missing file extension for csv file exports
...
see https://github.com/openedx/staff_graded-xblock/pull/97
JIRA:TNL-9720
2022-04-07 14:39:25 -04:00
John Nagro
842a2e4fee
feat: release edx-enterprise 3.42.3 ( #30201 )
...
- feat: additional fk data backfill performance improvements
ENT-5605
2022-04-07 13:54:38 -04:00
John Nagro
b9d6e01a05
feat: release edx-enterprise 3.42.2 ( #30199 )
...
- https://github.com/openedx/edx-enterprise/pull/1525
ENT-5605
2022-04-07 09:39:21 -04:00
Usama Sadiq
80f9f1de7a
Fix quality failures with pylint 2.13.5 ( #30197 )
...
* build: update pylint-checks ci workflow
* fix: fix quality failures with new pylint version
* chore: remove pylint constraint
* chore: Updating Python Requirements (#30196 )
Co-authored-by: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com >
2022-04-07 13:59:44 +05:00
edX requirements bot
c884a3a995
Python Requirements Update ( #30194 )
...
* chore: Updating Python Requirements
* chore: pin pylint<2.13.0
* chore: Updating Python Requirements (#30195 )
Co-authored-by: UsamaSadiq <usama.sadiq@arbisoft.com >
2022-04-07 11:39:18 +05:00
John Nagro
4a03aa391d
feat: release edx-enterprise 3.42.1 ( #30190 )
...
- feat: use new foreign keys on integrated channels audit models by @johnnagro in https://github.com/openedx/edx-enterprise/pull/1524
- fix: transifex migration to new client by @edx-requirements-bot in https://github.com/openedx/edx-enterprise/pull/1499
- feat: add admin_users to EnterpriseCustomerSerializer by @long74100 in https://github.com/openedx/edx-enterprise/pull/1517
2022-04-06 11:04:27 -04:00
John Nagro
7857c138d9
fix: release edx-enterprise 3.41.13 ( #30185 )
...
- fix: remove backfill managment command arguments
ENT-5605
2022-04-05 09:45:02 -04:00
muhammad-ammar
be8c99aaad
fix: upgrade edx-enterprise to 3.41.12
2022-04-05 16:37:50 +05:00
Nathan Sprenkle
3fdd3f9150
feat: add batch lock delete endpoint ( #30161 )
...
* feat: add batch lock delete endpoint
* chore: bump ORA versions
* docs: update example postman collection
2022-04-04 11:22:22 -04:00
alangsto
681c2f1d6c
chore: remove IDV references for proctoring and student/instructor display ( #30146 )
...
Places where IDV is referenced for blocking proctoring or displaying the IDV status to students and instructors should be removed. This includes the use of the ENABLE_INTEGRITY_SIGNATURE setting, which was used in part to deprecate IDV in those specified places. Other areas where ENABLE_INTEGRITY_SIGNATURE is used (such as for showing/hiding the integrity signature, for the verification deadline, or for certs) shall be left as is due to deprecation concerns.
2022-04-04 08:11:40 -07:00
Sameen Fatima
6e12f13548
chore: upgrade edx-enterprise 3.41.11 ( #30163 )
2022-04-01 13:52:54 +05:00
John Nagro
6352fed661
feat: release edx-enterprise 3.41.10 ( #30155 )
...
- feat: management command to backfill missing fks
- https://github.com/openedx/edx-enterprise/pull/1516
ENT-5605
2022-03-30 17:07:25 -04:00
John Nagro
f2a44ada41
fix: release edx-enterprise 3.41.9 ( #30153 )
...
- https://github.com/openedx/edx-enterprise/pull/1513
- https://github.com/openedx/edx-enterprise/pull/1515
2022-03-30 11:56:42 -04:00
John Nagro
4a7719e73f
fix: release edx-enterprise 3.41.7 ( #30145 )
...
- https://github.com/openedx/edx-enterprise/pull/1508
ENT-5595
ENT-5603
ENT-5605
2022-03-29 13:38:43 -04:00
Kira Miller
f1d930fb35
chore: version bump ( #30136 )
2022-03-28 18:20:18 -04:00
jansenk
103ff55dd1
chore: bump ORA to 4.0.6
2022-03-28 15:54:00 -04:00
Awais Qureshi
bc45f1ee48
fix: Removed usage of djangoratelimitbackend. ( #30116 )
...
* fix: Removed usage of djangoratelimitbackend.
2022-03-25 15:27:39 +05:00
Binod Pant
4ed395a653
fix: make completed_timestamp optional ( #30111 )
...
in learner audit record model
ENT-5622
2022-03-23 15:50:47 -04:00
edX requirements bot
5c8c69d9c2
chore: Updating Python Requirements ( #30104 )
2022-03-22 11:54:06 +05:00
Alexander Sheehan
b3b79bf754
chore: enterprise version bump to 3.41.2
2022-03-21 16:23:05 -04:00
John Nagro
a23b9b7487
fix: release edx-enterprise 3.41.1 ( #30098 )
...
ENT-5521
2022-03-21 12:29:25 -04:00
Simon Chen
15ad3a36d8
chore: upgrade xblock_lti_consumer library to version 3.4.5 ( #30096 )
...
Co-authored-by: Simon Chen <schen@edx-c02fw0guml85.lan >
2022-03-21 10:30:49 -04:00
Long Lin
2776949771
chore: bump edx-enterprise version
2022-03-18 13:54:39 -04:00
Robert Raposa
9fa79809d8
refactor: CookieMonitoringMiddleware moved to edx-django-utils
...
The CookieMonitoringMiddleware and its related script
moved to edx-django-utils.
ARCHBOM-2054
2022-03-17 16:59:00 -04:00
edX requirements bot
626a0e112e
Python Requirements Update ( #30073 )
...
* chore: Updating Python Requirements
* chore: bump edx-organizations to 6.11.1
Co-authored-by: Waheed Ahmed <waheed.ahmed@arbisoft.com >
2022-03-16 12:16:15 +05:00
Nathan Sprenkle
c052a1d499
feat: ESG submit grade for teams ( #30049 )
...
* refactor: update to new ORA/ESG grading endpoint
* docs: update example Postman collection
* chore: bump ORA versions
2022-03-15 15:16:07 -04:00
Awais Qureshi
a1c2cc39eb
chore: upgrading httpretty version. ( #30061 )
...
* chore: upgrading http version.
2022-03-15 18:49:57 +05:00
edX requirements bot
7f5ac6ebd2
Python Requirements Update ( #30060 )
...
* fix: pin django-celery-utils<2.3.0 to resolve test failures
* chore: Updating Python Requirements
Co-authored-by: UsamaSadiq <usama.sadiq@arbisoft.com >
2022-03-15 11:50:07 +05:00
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