Commit Graph

61603 Commits

Author SHA1 Message Date
Muhammad Adeel Tajamul
5298c3827c Merge pull request #30628 from openedx/inf-302
fix: fixed topics api sort to same as legacy sort
2022-06-23 10:44:20 +05:00
Alexander J Sheehan
3669b18ab8 Merge pull request #30561 from openedx/asheehan-edx/ENT-5903-multiple-certs-continued-work
sso provider config bugs
2022-06-22 14:12:45 -04:00
Nathan Sprenkle
abfd50a984 feat: Learner Dashboard top level serializer (#30631)
* feat: add top-level serializer classes

List serializer classes stubbed, to be filled out later.

* test: add basic test for high-level serializer.

Includes 2 examples of how to patch sub-serializers.

Co-authored-by: nsprenkle <nsprenkle@2u.com>
2022-06-22 13:38:30 -04:00
John Nagro
c4ac82b557 feat: release edx-enterprise 3.51.1 (#30638)
ENT-5957
ENT-5901
2022-06-22 11:31:26 -04:00
Leangseu Kim
6bb7a17741 fix: remove constraint for openedx-events 2022-06-22 11:08:33 -04:00
Alexander Sheehan
fd6b726a68 fix: accounting for non-unique entity ID on idp configs + fixing provider data bulk update bug 2022-06-22 11:02:08 -04:00
Maria Grimaldi
c0cbf6c7a2 Merge pull request #29866 from eduNEXT/MJG/filters-docs
[BD-32] docs: Open edX Filters & Events guides update
2022-06-22 09:34:14 -04:00
Maria Grimaldi
033934e896 docs: add Open edX Events & Filters latest documentation 2022-06-22 09:13:13 -04:00
Muhammad Ammar
d5f8fef029 Merge pull request #30627 from openedx/ammar/update-segment-events-data-for-passed-and-failed-learners
feat: update segment events data for passed and failed learners
2022-06-22 12:44:37 +05:00
edX requirements bot
54d757189b chore: Updating Python Requirements (#30624) 2022-06-22 11:41:05 +05:00
adeel.tajamul
7d6ce90213 fix: fixed topics test cases 2022-06-22 06:25:40 +05:00
jawad khan
fe6b666f5b feat: exchange third party auth token with jwt token (#30283)
Exchange third party auth token wiith jwt token
since mobile platform is moving to jwt token we
need jwt token instead of access token now.

LEARNER-8517

Co-authored-by: Robert Raposa <rraposa@edx.org>
2022-06-21 14:58:39 -04:00
muhammad-ammar
80e4b6a165 feat: update segment events data for passed and failed learners 2022-06-21 23:48:00 +05:00
Awais Qureshi
872c951417 build: new check for static assets. (#30599)
* build: static assets check for lms and cms.
2022-06-21 19:55:13 +05:00
Kyle McCormick
37753369fb docs: update xmodule README (#30623) 2022-06-21 10:07:05 -04:00
adeel.tajamul
a91139d4c0 fix: fixed topics api sort to same as legacy sort 2022-06-21 18:43:38 +05:00
Muhammad Umar Khan
d9f54b9f46 Merge pull request #30622 from openedx/revert-30621-revert-30394-umar/move-xmdule-folder-to-root
Revert "Revert "refactor: move xmodule folder to root""
2022-06-21 15:30:15 +05:00
Muhammad Umar Khan
a389a9ff10 Revert "Revert "refactor: move xmodule folder to root"" 2022-06-20 18:20:06 +05:00
Muhammad Umar Khan
46d848be41 Merge pull request #30621 from openedx/revert-30394-umar/move-xmdule-folder-to-root
Revert "refactor: move xmodule folder to root"

Today, it's a holiday in the US. We normally don't deploy huge PRs on holiday. So just reverting it.
2022-06-20 18:17:50 +05:00
Muhammad Umar Khan
d890f06507 Revert "refactor: move xmodule folder to root" 2022-06-20 16:03:48 +05:00
Muhammad Umar Khan
182eb39ed2 Merge pull request #30394 from openedx/umar/move-xmdule-folder-to-root
refactor: move xmodule folder to root
2022-06-20 16:03:23 +05:00
M Umar Khan
a91df0c40f refactor: move xmodule folder to root
- Moving xmodule folder to root as we're dissolving sub-projects of common folder in edx-platform
    - More info: https://openedx.atlassian.net/browse/BOM-2579
- -e common/lib/xmodule has been removed from the requirements as xmodule has itself become the part of edx-platform and not being installed through requirements
- The test files common/lib/xmodule/test_files/ have been removed as they are not being used anymore
2022-06-20 14:33:45 +05:00
Shafqat Farhan
26c8ec5c2a Merge pull request #30517 from openedx/shafqat/VAN-966
feat: VAN-966 - Added a management command to back populate 'marketing_emails_opt_in' UserAttribute
2022-06-20 14:22:48 +05:00
Syed Sajjad Hussain Shah
897905ce29 Merge pull request #30603 from openedx/sajjad/VAN-977
fix: remove fields based on extended_profile configuration
2022-06-20 13:52:38 +05:00
Shafqat Farhan
c7a42f2cbe feat: VAN-966 - Added a management command to back populate 'marketing_emails_opt_in' UserAttribute 2022-06-20 13:31:39 +05:00
Syed Sajjad Hussain Shah
c1a58499a5 fix: remove fields based on extended_profile configuration
Meta field in UserProfile model will only store those fields which are available in extended_profile configuration,
so we are removing the fields that are not available in extended_profile configuration because their data will
not be stored

VAN-977
2022-06-20 12:26:22 +05:00
Zainab Amir
7a700dcfd1 feat: command to populate user data on braze (#30556) 2022-06-20 10:19:09 +05:00
edx-semantic-release
4cf314c38b chore(i18n): update translations 2022-06-19 17:07:57 -04:00
Nathan Sprenkle
541515cbd0 feat: add ora grading/gradebook urls for devstck (#30616)
Co-authored-by: nsprenkle <nsprenkle@2u.com>
2022-06-17 14:10:53 -04:00
Kyle McCormick
3b93d1428c feat: warn when old safe_lxml import path is used (#30554)
See docstring of `./safe_lxml/__init__.py`
for details.
2022-06-17 07:41:44 -04:00
Muhammad Ammar
a1f8df126d Merge pull request #30608 from openedx/ammar/refine-source-param-in-dsc-url
chore: refine source param in dsc url
2022-06-17 15:28:24 +05:00
muhammad-ammar
dd70066644 chore: refine source param in dsc url 2022-06-17 15:05:29 +05:00
Shafqat Farhan
018b4ccd60 Merge branch 'master' into shafqat/VAN-966 2022-06-17 07:51:27 +05:00
bszabo
2d57196df2 Merge pull request #30610 from openedx/revert-30601-jill/blockstore-1.2.3
Revert "[BD-14] chore: bumps blockstore to 1.2.3"
2022-06-16 15:11:01 -04:00
connorhaugh
d1180fb778 Revert "[BD-14] chore: bumps blockstore to 1.2.3" 2022-06-16 14:46:40 -04:00
bszabo
2c745d939c Merge pull request #30601 from open-craft/jill/blockstore-1.2.3
[BD-14] chore: bumps blockstore to 1.2.3
2022-06-16 14:07:45 -04:00
Ahtisham Shahid
c9d2635a0d fix: resolved caching issue in discussions iframe (#30607)
Co-authored-by: AhtishamShahid <ahtishamshahid@A006-00850.local>
2022-06-16 19:04:41 +05:00
Attiya Ishaque
27a787aa5a fix: [VAN-975] add confirm email field to registration form (#30584) 2022-06-16 18:15:56 +05:00
Waheed Ahmad
868505dbb8 fix: braze track call for email address change (#30606) 2022-06-16 16:48:16 +05:00
irfanuddinahmad
e35f98265d Merge pull request #30604 from openedx/iahmad/ENT-5766-2
chore: upgraded edx-enterprise
2022-06-16 16:12:48 +05:00
irfanuddinahmad
00c808c9f7 chore: upgraded edx-enterprise 2022-06-16 15:50:11 +05:00
Zainab Amir
9762ccf5cd fix: update is_marketable value for Braze (#30591) 2022-06-16 14:07:07 +05:00
Waheed Ahmad
a4f5f03a14 chore: update warning message with exception details (#30605) 2022-06-16 13:26:57 +05:00
Jillian Vogel
c2d1ad41ad chore: bumps blockstore to 1.2.3 2022-06-16 07:05:59 +09:30
Zaman Afzal
ec36d3a949 fix: revert Add Learner pathway progress update signal (#30598) 2022-06-16 01:59:40 +05:00
Giovanni Cimolin da Silva
b50f3ec6cc Merge pull request #30244 from open-craft/navin/bb-6077
fix: get CELERY_RESULT_BACKEND from ENV_TOKENS
2022-06-15 16:16:01 -03:00
Leangseu Kim
e0f7d31f0e fix: revert openedx-events 2022-06-15 13:11:50 -04:00
Robert Raposa
371eafebf0 fix: revert blockstore to 1.2.1 (#30595)
Blockstore 1.2.2 currently has a bug.
See 7794a65d63 (r76182896)
2022-06-15 13:01:32 -04:00
Maria Grimaldi
19ed61b6c2 fix: add () to print statement so template works in newer versions 2022-06-15 08:29:16 -07:00
Waheed Ahmad
541065c542 fix: [VAN-980] changing the email address sync with Braze (#30590)
Currently, changing the email address in LMS does not reflect in Braze
and the transaction emails sent through Braze are delivering to user's
old/previous email address.

Added a signal/receiver to sync the new email address upon confirm email
change.
2022-06-15 19:39:23 +05:00