Commit Graph

5283 Commits

Author SHA1 Message Date
MueezKhan246
faa020940c feat: Upgrade Python dependency edx-enterprise and remove unencrypted credentials from SAP config
1. Upgraded Python dependency edx-enterprise
   - Removed unencrypted credentials from SAP configuration model

2. Test updates
   - Skipped `test_migrations_are_in_sync` for unencrypted credentials removal
   - Updated related tests and requirements.

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-09-10 13:06:11 +00:00
MueezKhan246
c8c67e6950 feat: Upgrade Python dependency edx-enterprise
made unencrypted credentials nullable so after removing refs tests can run

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-09-10 09:32:25 +00:00
MueezKhan246
966554c749 feat: Upgrade Python dependency edx-enterprise
added data migration to populate encrypted columns and replaced references from unencrypted to encrypted columns

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-09-09 13:06:03 +00:00
MueezKhan246
d0ee7164f6 feat: Upgrade Python dependency edx-enterprise and convert contentserver to view permanently
1. Upgraded Python dependency edx-enterprise
   - Added encrypted client secret for SAP config

2. Converted contentserver to view permanently (drop middleware and flag)
   - Deleted `content_server.use_view` waffle flag in favor of always using view
   - Removed `StaticContentServerMiddleware` and references to it
   - Updated views module docstring
   - Moved contentserver implementation into `views.py`
   - Lint cleanup: Fixed import ordering

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-09-06 15:16:03 +00:00
MueezKhan246
c658287386 feat: Upgrade Python dependency edx-enterprise and re-enable migrations test
- Upgraded Python dependency `edx-enterprise` and updated relevant requirements files.
- Added migration file to remove `char field decrypted_secret`.
- Re-enabled `test_migrations_are_in_sync` by unskipping the test.

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`.
2024-09-06 10:10:38 +00:00
MueezKhan246
edd24922fe Merge pull request #35435 from openedx/MueezKhan246/upgrade-edx-enterprise-dbc1b23
feat: Upgrade Python dependency edx-enterprise
2024-09-06 12:00:57 +05:00
Feanil Patel
de6d6046cb chore: Bump the version of enmerkar-underscore
We need to correctly pull in the vendored markey files.
2024-09-05 14:24:59 -04:00
MueezKhan246
5dfc5b0fc9 feat: Upgrade Python dependency and refactor test skip reason
- Upgraded Python dependency for edx-enterprise
- Removed references to the char field `decrypted_secret`
- Updated the skip reason message for `test_migrations_are_in_sync`

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-09-05 16:24:08 +00:00
Troy Sankey
af20832d70 feat: install and enable new LC enrollment revoked event
ENT-9213
2024-09-04 19:03:36 -07:00
pwnage101
4d9066d215 feat: Upgrade Python dependency openedx-events
ENT-9213

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-09-05 00:21:47 +00:00
katrinan029
96a6176a82 feat: Upgrade Python dependency edx-enterprise
chore: version bump

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-09-04 17:29:45 +00:00
sameeramin
1ad9fd2967 feat: Upgrade Python dependency edx-enterprise
added migrations to remove client_id and client_secret from canvas

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-09-04 13:22:19 +00:00
sameeramin
ff2afe19df feat: Upgrade Python dependency edx-enterprise
reverts changes from #566

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-09-03 11:00:48 +00:00
MueezKhan246
c96949eeaa feat: Upgrade Python dependency edx-enterprise
altered decrypted_secret to be encrypted and made credentials nullable

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-09-02 10:30:39 +00:00
sameeramin
989a51316d feat: Upgrade Python dependency edx-enterprise
populate encrypted client id and secret

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-08-29 15:19:15 +00:00
Navin Karkera
c65478e487 feat: index library collections in studio meilisearch index (#35324) 2024-08-27 10:45:46 -07:00
MueezKhan246
a9d6d4b20d feat: Upgrade Python dependency edx-enterprise
added encrypted columns for user credentials for SAP config

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-08-26 19:16:36 +00:00
Rômulo Penido
5fbcc794cf feat: add collections app from openedx-learning (#35312) 2024-08-23 14:33:31 +09:30
Nathan Sprenkle
72d060cbeb feat: update XBlock to 5.1.0 (#35325) 2024-08-22 12:34:30 -04:00
Prashant Makwana
0c2a919c3a chore: bumping version to 4.23.9 (#35335)
Co-authored-by: Kira Miller <31229189+kiram15@users.noreply.github.com>
2024-08-21 12:27:45 -06:00
iamsobanjaved
30bfbd532c feat: Upgrade Python dependency algoliasearch
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-08-21 14:34:30 +00:00
Muhammad Soban Javed
a8ee9a6ca8 chore: Pin algoliasearch to v3
Recently algoliasearch released the new major version v4 of its Python client and it has multiple breaking changes, which will impact one of the edX platform plugins. So we must make that plugin compatible with algoliasearch v4 before upgrading this package.

Changelog: https://algolia.com/doc/libraries/python/v4/upgrade/
2024-08-21 19:17:32 +05:00
edX requirements bot
860ca3c204 chore: Upgrade Python requirements 2024-08-19 22:23:27 -04:00
Prashant Makwana
018ba9d42d chore: bumping version num to 4.23.8 (#35310) 2024-08-13 10:52:04 -06:00
hamzawaleed01
30f1c754b4 feat: Upgrade Python dependency edx-enterprise
feat: added migration for model updateroleassignmentswithcustomersconfig

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-08-13 15:15:01 +00:00
MueezKhan246
04e507635c feat: Upgrade Python dependency edx-enterprise
added logs for data dog inspection for permission check in handler function.

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-08-12 12:46:28 +00:00
Marlon Keating
aaa733edd0 chore: bump edx-enterprise to 4.23.3 2024-08-08 19:18:18 +00:00
Ahtisham Shahid
63f327b682 feat: added events to bulk email tool (#35147)
* feat: added events to bulk email tool
2024-08-08 14:57:32 +05:00
katrinan029
2228129dca chore: version bump 2024-08-07 15:34:42 +00:00
Diana Huang
35651daccb build: Downgrade xblock due to behavior regression. (#35244)
Xblock used to allow overrides of the built-in xblocks.
The latest version introduced a regression.
2024-08-07 10:58:49 -04:00
edX requirements bot
834dc31073 chore: Upgrade Python requirements (#35241) 2024-08-06 19:18:33 +00:00
Diana Huang
94f4c488a6 build: Pin social-auth-app-django as a requirement. (#35237)
There are a few migrations going into this library
which cause operational headaches for operators.
We would like to pin until the migrations settle down
and then we can unpin this again.
2024-08-06 14:09:25 -04:00
github-actions[bot]
3c64b747e5 feat: Upgrade Python dependency edx-django-utils (#35235)
Update to latest version with updates to function trace functionality.

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: dianakhuang <2952947+dianakhuang@users.noreply.github.com>
2024-08-06 10:25:00 -04:00
Prashant Makwana
05bf82c655 chore: bumping enteprise version to 4.22.4 2024-08-05 16:50:43 +00:00
Eemaan Amir
500516832b chore: update ora2 version in requirements (#35222) 2024-08-05 18:35:20 +05:00
Jillian
20f7dbda7a fix: content search last_published date [FC-0059] (#35195)
* fix: use versioning.last_publish_log for components
* chore: bump openedx-learning to 0.10.1
2024-08-02 02:48:31 +09:30
github-actions[bot]
46c972eb15 feat: Upgrade Python dependency edx-enterprise (#35205)
fix: serialize 'course_key' from the CourseDetails model by @brobro10000 in #2185

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: brobro10000 <82611798+brobro10000@users.noreply.github.com>
2024-07-30 15:02:33 +00:00
hamzawaleed01
459b0a4907 feat: Upgrade Python dependency edx-enterprise
created migration to create a system-wide enterprise role named `enterprise_provisioning_admin`.

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-07-30 12:54:43 +00:00
Muhammad Umar Khan
e9e4a3d041 feat!: upgrade pymongo (#35179) 2024-07-26 15:34:17 +05:00
MueezKhan246
7620c434a5 feat: Upgrade Python dependency edx-enterprise
fixed search fetch crashing because of server taking too long for api request logs

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-07-26 08:31:53 +00:00
Muhammad Umar Khan
5198496703 Revert "feat!: upgrade pymongo (#34675)" (#35178)
This reverts commit cbd4904e1b.
2024-07-25 18:42:03 +05:00
Muhammad Umar Khan
cbd4904e1b feat!: upgrade pymongo (#34675) 2024-07-25 16:03:06 +05:00
MueezKhan246
726835e266 feat: Upgrade Python dependency edx-enterprise
fixed 500 error for search filter for api request logs in admin view

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-07-23 17:42:21 +00:00
Kristin Aoki
896b011e88 fix: downgrade django-storages to 1.14.3 (#35156)
* fix: downgrade django-storages to 1.14.3

* fix: change max version

* feat: Recompile Python dependencies (#35164)

Commit generated by workflow `openedx/edx-platform/.github/workflows/compile-python-requirements.yml@refs/heads/master`

Co-authored-by: KristinAoki <42981026+KristinAoki@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-23 13:15:01 -04:00
katrinan029
d35d13b733 feat: Upgrade Python dependency edx-enterprise
version bump

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-07-22 20:43:01 +00:00
Muhammad Soban Javed
004cd29cf3 chore!: uprgade social-auth-app-django to version 5.4.1 (#35045)
* chore!: uprgade social-auth-app-django to version 5.4.1

* chore: add migration from social_django
2024-07-22 18:27:57 +05:00
Feanil Patel
7a1c4d1bcd chore: Run make upgrade 2024-07-16 11:24:11 -04:00
Feanil Patel
a1aef2626b build: Pin numpy to unblock the upgrade.
More detail in the comment and related github issue.
2024-07-16 11:24:11 -04:00
edX requirements bot
9c303728b3 chore: Upgrade Python requirements 2024-07-16 11:14:27 -04:00
hamzawaleed01
306fb280ae feat: Upgrade Python dependency edx-enterprise
feat: allow PAs to access all enterprise customers

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-07-15 07:24:30 +00:00