Commit Graph

63616 Commits

Author SHA1 Message Date
Awais Qureshi
43315cb684 chore: upgrading django-simple-history to latest version. (#33010)
* chore: upgrading `django-simple-history` to latest version.
2023-08-16 15:17:21 +05:00
edX requirements bot
aca521f256 Merge pull request #32578 from openedx/usamasadiq/remove-language-session-key-usage
fix: remove language_session_key usage
2023-08-16 06:05:19 -04:00
Usama Sadiq
4ee5964855 fix: fix django4 deprecation warnings (#32957) 2023-08-16 14:39:49 +05:00
Usama Sadiq
4dea331486 fix: fix django4 deprecation warnings (#32948) 2023-08-16 11:15:17 +05:00
Tim McCormack
595c94b795 build: Fail PR if requirements files are inconsistent (#32057)
We have a few situations where requirements files can become
inconsistent or cause unnecessary review churn in later `make upgrade`
runs either due to manual editing, inconsistent environments, or
incorrectly specified git dependencies. This will produce a failing
check for any PR that does not produce a clean run of `make
compile-requirements` on Linux.

Addresses https://github.com/openedx/edx-platform/issues/31372
2023-08-15 20:40:24 +00:00
kenclary
fa22e01147 Merge pull request #32912 from openedx/kenclary/TNL-10912
fix: fix mako runtime bug with studio_view. TNL-10912
2023-08-15 16:37:11 -04:00
Tim McCormack
2ea5b1d0b3 fix: Run make compile-requirements to fix inconsistency (#33016) 2023-08-15 20:09:04 +00:00
Braden MacDonald
b8713faf76 fix: error on course outline in Studio due to browser caching old JS file (#33015)
This fixes a bug where some users would see an error that prevented the course outline page in Studio from loading, for any course.
2023-08-15 14:42:47 -04:00
Soban Javed
27edbc6055 fix: added back test_views file 2023-08-15 21:28:43 +05:00
Soban Javed
c45ac51475 fix: update urls and tests for cookies 2023-08-15 21:28:43 +05:00
UsamaSadiq
e332a5660e fix: remove language_session_key usage 2023-08-15 21:28:43 +05:00
Robert Raposa
b9134c64ff feat: add observability for default auth classes (#33003)
Added new authentication classes to be used in
DEFAULT_AUTHENTICATION_CLASSES that include
observability. This will enable us to see more
about the endpoints using the defaults, to help
us make choices about changes in the defaults.

We make the DRF default of Session and Basic
Authentication explicit by setting
DEFAULT_AUTHENTICATION_CLASSES explicitly.
2023-08-15 10:13:26 -04:00
Leangseu Kim
6c162c4560 chore: update ora2 package 2023-08-15 10:09:54 -04:00
Muhammad Adeel Tajamul
4e5d3f9210 fix: update discussion enabled if true (#33008) 2023-08-15 14:27:15 +05:00
kenclary
af07ab702a Merge branch 'master' into kenclary/TNL-10912 2023-08-14 17:21:39 -04:00
Alexander J Sheehan
a5912b7198 Merge pull request #33005 from openedx/alex-sheehan-edx/upgrade-edx-enterprise-08fda1b
feat: Upgrade Python dependency edx-enterprise
2023-08-14 17:06:21 -04:00
alex-sheehan-edx
81a211ed98 feat: Upgrade Python dependency edx-enterprise
4.0.14

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2023-08-14 20:46:17 +00:00
Jenkins
6a6ac0166c chore(i18n): update translations 2023-08-14 15:43:08 -04:00
John Nagro
658c42081c feat: release edx-enterprise 4.0.13 (#33002) 2023-08-14 19:26:53 +00:00
Braden MacDonald
08fda1b3eb feat: new actions menu for copy/pasting units in Studio (behind waffle flag) (#32891) 2023-08-14 11:58:24 -07:00
Mohamed Akram
43b22557bb feat: allow disabling default beta tester enrollment notifications
The "Notify users by email" checkbox checks the value of the 
`BATCH_ENROLLMENT_NOTIFY_USERS_DEFAULT` configuration to match the user 
experience with other checkboxes on the Membership page.
2023-08-14 18:25:28 +02:00
Tim McCormack
f9614533c4 Revert "feat: Pact Provider Verification for Profile Endpoint" (#32999)
Reverts openedx/edx-platform#32928 -- mistaken merge.
2023-08-14 15:04:19 +00:00
Brian Citro
d6848e3f71 Merge pull request #32997 from openedx/bcitro/ENT-7509
chore: upgrade edx-enterprise to 4.0.12
2023-08-14 10:18:19 -04:00
Swayam Rana
bd7f6188d2 Merge pull request #32928 from openedx/sr-pact-provider
feat: Pact Provider Verification for Profile Endpoint
2023-08-14 10:13:01 -04:00
Brian Citro
5865701e32 chore: upgrade edx-enterprise to 4.0.12 2023-08-14 09:54:38 -04:00
Swayam Rana
036fb3ddf7 feat: pact provider profile setup 2023-08-14 13:36:13 +00:00
Ken Clary
b453e4861f fix: fix mako runtime bug with studio_view. TNL-10912 2023-08-11 16:21:02 -07:00
connorhaugh
4b38b1f750 feat: mgmt cmd to replace v1 libr refs in courses (#32904)
This PR adds a management command to, given a mapping of V1 content libraries to matching v2 content libraries, replaces references to v1 libs in courses (in library source xblocks) with V2 libraries. It does so by manipulating the mongo document directly.

it also offers some improvements to the management command which copies all v1 libraries into v2 libraries.
2023-08-11 09:48:34 -04:00
github-actions[bot]
1b35bf716e feat: Upgrade Python dependency openedx-django-wiki (#32989)
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: awais786 <awais786@users.noreply.github.com>
2023-08-11 17:26:18 +05:00
Moeez Zahid
9123602386 refactor: Log exceptions in apple user migration (#32987) 2023-08-11 14:52:04 +05:00
github-actions[bot]
9743e80cbe feat: Upgrade Python dependency edxval (#32983)
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: awais786 <awais786@users.noreply.github.com>
2023-08-11 14:13:28 +05:00
Rebecca Graber
a11eba003d chore: Update README.rst with People section (#32981) 2023-08-10 12:05:19 -04:00
Rebecca Graber
5d11db24c4 chore: add maintainership documentation (#32970)
Add catalog-info.yaml and update the README
2023-08-10 10:54:50 -04:00
github-actions[bot]
aeb1fa7f80 feat: Upgrade Python dependency openedx-events (#32979)
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: dianakhuang <dianakhuang@users.noreply.github.com>
2023-08-10 14:41:03 +00:00
Zubair Shakoor
9b53cd45b7 fix: five packages has been bumped has django42 supportt (#32950)
Co-authored-by: Awais Qureshi <awais.qureshi@arbisoft.com>
2023-08-10 16:43:26 +05:00
Awais Qureshi
0c1230757d feat: upgrading django-history. (#32969)
* feat: upgrading django-history.
2023-08-10 15:56:32 +05:00
Muhammad Adeel Tajamul
a7f9770cc1 fix: set isPublish as True when creating topics in incontext discussion (#32953) 2023-08-10 13:23:08 +05:00
Awais Qureshi
14d2cc8f95 chore: enabling migrations syncing test. (#32941) 2023-08-09 23:51:08 +05:00
Tim McCormack
e0cee84ca9 fix: Bust node prereq cache on changes to package-lock.json as well
We're using `npm ci`, so the package-lock file is actually the more
important file to check for changes.
2023-08-09 14:12:21 -04:00
Tim McCormack
9f19fa55fe fix: Delete root-owned files when provisioning
This should help avoid permissions errors for existing devstack users when
they re-provision.

Ticket: https://github.com/openedx/devstack/issues/1138
2023-08-09 14:12:21 -04:00
github-actions[bot]
60e701e441 feat: Upgrade Python dependency edx-event-bus-kafka (#32962)
new error logging for events that failed to publish
2023-08-09 12:55:38 -04:00
Awais Qureshi
46309081b0 chore: upgrading ora2 version. (#32961) 2023-08-09 21:31:44 +05:00
Rebecca Graber
f4f665a9f6 fix: reconcile pygments versions (#32959) 2023-08-09 11:59:47 -04:00
Michael Roytman
1a688a1f8a Merge pull request #32931 from openedx/MichaelRoytman/MST-2038-courseware-api-xpert-la
Replace learning_assistant_launch_url with learning_assistant_enabled in courseware API.
2023-08-09 11:54:05 -04:00
michaelroytman
7598a81b57 feat: replace learning_assistant_launch_url with learning_assistant_enabled in courseware API
This commit replaces the learning_assistant_launch_url field of the CoursewareInformation view of the courseware API with a learning_assistant_enabled field. learning_assistant_enabled is a boolean that represents whether the Xpert Learning Assistant is enabled for the requesting user, based on the associated CourseWaffleFlag. This change is necessary because we are no longer leveraging the Learning Assistant LTI tool.
2023-08-09 10:29:11 -05:00
Sameen Fatima
3d6e0c939a chore: remove skill-tagging dependency from edx-platform (#32958) 2023-08-09 16:46:04 +02:00
Zubair Shakoor
4fd2241896 fix: chardet bumped to 5.2.0 in all the requirements files (#32956) 2023-08-09 10:01:40 -04:00
Muhammad Soban Javed
b085ce4b6a chore: upgrade edx-enterprise to 4.0.11 (#32943) 2023-08-08 21:01:39 +05:00
github-actions[bot]
2a4a01e19e feat: Upgrade Python dependency edx-organizations (#32937)
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2023-08-08 19:24:20 +05:00
Awais Qureshi
8e6dc4868f chore: upgrading edx-enterprise to 4.0.10 (#32940)
* chore: upgrading edx-enterprise to 4.0.10

* chore: Update base.txt

* chore: bumping edx-enterprise ver.
2023-08-08 18:56:03 +05:00