Commit Graph

5531 Commits

Author SHA1 Message Date
iloveagent57
d022766fd6 feat: Upgrade Python dependency edx-enterprise
edx-enterprise 4.17.0 | limit the number of resulting learners in Django admin manage learners view

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-04-30 15:16:27 -04:00
Kyle McCormick
d4ca537f21 docs: add upgrade details to edx-sandbox readme (#34632) 2024-04-30 13:36:37 -04:00
github-actions[bot]
25e2048c0a feat: Upgrade Python dependency edx-django-utils (#34666)
Add custom Datadog telemetry support.

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

Co-authored-by: timmc-edx <timmc-edx@users.noreply.github.com>
2024-04-30 16:19:00 +00:00
Usama Sadiq
188e486699 fix: fix lxml constraint issue (#34652)
* fix: pin lxml<5.0 version
* fix: update lxml constraint comment
---------
Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
2024-04-30 20:08:29 +05:00
Tim McCormack
afe93559b9 Revert "build: Python requirements upgrade and lxml build without binary (#34…" (#34661)
This reverts commit 52adce48d1 because we were getting this in the build pipeline:

```
WARNING: lxml 5.2.1 does not provide the extra 'html-clean'
ERROR: Exception:
Traceback (most recent call last):
  File "/edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line 173, in _main
    status = self.run(options, args)
  File "/edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/pip/_internal/cli/req_command.py", line 203, in wrapper
    return func(self, options, args)
  File "/edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/pip/_internal/commands/install.py", line 315, in run
    requirement_set = resolver.resolve(
  File "/edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 94, in resolve
    result = self._result = resolver.resolve(
  File "/edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 472, in resolve
    state = resolution.resolve(requirements, max_rounds=max_rounds)
  File "/edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 366, in resolve
    failure_causes = self._attempt_to_pin_criterion(name)
  File "/edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 221, in _attempt_to_pin_criterion
    satisfied = all(
  File "/edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 222, in <genexpr>
    self._p.is_satisfied_by(requirement=r, candidate=candidate)
  File "/edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/provider.py", line 178, in is_satisfied_by
    return requirement.is_satisfied_by(candidate)
  File "/edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/requirements.py", line 84, in is_satisfied_by
    assert candidate.name == self.name, (
AssertionError: Internal issue: Candidate is not for this requirement lxml[html-clean,html-clean] vs lxml[html-clean]
WARNING: You are using pip version 21.2.1; however, version 24.0 is available.
You should consider upgrading via the '/edx/app/edxapp/venvs/edxapp/bin/python -m pip install --upgrade pip' command.
```
2024-04-29 21:06:45 +00:00
Feanil Patel
e52f28385d Merge pull request #34657 from openedx/feanil/upgrade-edx-codejail-45cd459
feat: Upgrade Python dependency edx-codejail
2024-04-29 15:54:19 -04:00
Feanil Patel
1f7facc8e4 Merge pull request #34660 from openedx/feanil/upgrade-enmerkar-underscore-3f7ac2c
feat: Upgrade Python dependency enmerkar-underscore
2024-04-29 15:20:20 -04:00
edX requirements bot
52adce48d1 build: Python requirements upgrade and lxml build without binary (#34655)
* build: build lxml without binary in requirements and CI workflows
---------
Co-authored-by: Usama Sadiq <usama.sadiq@arbisoft.com>
2024-04-29 23:48:57 +05:00
feanil
d954141fa4 feat: Upgrade Python dependency enmerkar-underscore
Update to a Python 3.11 compatible version

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-04-29 18:30:06 +00:00
alex-sheehan-edx
504068f67b feat: Upgrade Python dependency edx-enterprise
enterprise version bump 4.16.5

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-04-29 17:33:02 +00:00
feanil
fbdae763a0 feat: Upgrade Python dependency edx-codejail
Update to a Python 3.11 compatible version

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-04-29 16:17:21 +00:00
github-actions[bot]
70c5087562 feat: Upgrade Python dependency pytest (#34647)
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
2024-04-27 13:43:06 +05:00
github-actions[bot]
2b1578564f feat: Upgrade Python dependency xblock-drag-and-drop-v2 (#34646)
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
2024-04-27 00:35:48 +05:00
github-actions[bot]
d124bd2aca feat: Upgrade Python dependency edx-opaque-keys (#34645)
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
2024-04-27 00:23:12 +05:00
Usama Sadiq
734a5508ee fix: fix constraints path (#34638) 2024-04-26 21:15:51 +05:00
Usama Sadiq
68fedc024a fix: pin path package version (#34631)
* fix: pin path<16.12.0
---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
2024-04-26 14:39:42 +05:00
github-actions[bot]
f51c161fbf feat: Upgrade Python dependency future (#34623)
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
2024-04-25 22:46:07 +05:00
github-actions[bot]
dfbc17ca6b feat: Upgrade Python dependency requests-oauthlib (#34624)
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
2024-04-25 22:45:45 +05:00
Chris Chávez
a33165aaa6 feat: bump openedx-learning to support tagging with multiple taxonomies at once (#34490) 2024-04-25 10:44:47 -07:00
github-actions[bot]
df7fb35867 feat: Upgrade Python dependency pytest-cov (#34621)
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
2024-04-25 22:33:00 +05:00
github-actions[bot]
988fd94a43 feat: Upgrade Python dependency regex (#34625)
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
2024-04-25 22:15:15 +05:00
Feanil Patel
69692c69d9 Merge pull request #34604 from openedx/feanil/upgrade-olxcleaner-5967dde
feat: Upgrade Python dependency olxcleaner
2024-04-25 12:19:03 -04:00
github-actions[bot]
3fd8037357 feat: Upgrade Python dependency gunicorn (#34620)
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
2024-04-25 20:26:33 +05:00
github-actions[bot]
57ecea797e feat: Upgrade Python dependency faker (#34619)
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
2024-04-25 20:14:10 +05:00
github-actions[bot]
b837b3d9d8 feat: Upgrade Python dependency django-ses (#34618)
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
2024-04-25 20:12:33 +05:00
github-actions[bot]
0a43e330e6 feat: Upgrade Python dependency django-filter (#34617)
fix: upgrade django-filter

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

Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
2024-04-25 19:16:21 +05:00
github-actions[bot]
0b9f94155c feat: Upgrade Python dependency diff-cover (#34615)
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
Co-authored-by: Usama Sadiq <usama.sadiq@arbisoft.com>
2024-04-25 18:43:37 +05:00
Muhammad Ammar
f59c6c8956 Merge pull request #34611 from openedx/muhammad-ammar/upgrade-edx-enterprise-c37e976
feat: Upgrade Python dependency edx-enterprise
2024-04-25 18:11:09 +05:00
github-actions[bot]
589892ffec feat: Upgrade Python dependency packaging (#34614)
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
2024-04-25 18:03:14 +05:00
muhammad-ammar
7e5049cfc6 feat: Upgrade Python dependency edx-enterprise
chore: upgrade edx-enterprise to 4.16.4

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-04-25 16:42:04 +05:00
github-actions[bot]
142d08a0e8 feat: Upgrade Python dependency pytest (#34612)
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
2024-04-25 16:29:44 +05:00
github-actions[bot]
18c2e8f6c9 feat: Upgrade Python dependency django-model-utils (#34610)
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
2024-04-25 16:24:08 +05:00
iloveagent57
d90bdba172 feat: Upgrade Python dependency edx-enterprise
fix: fix the PATCH method of ``EnterpriseCourseEnrollmentView``. edx-enterprise 4.16.2

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-04-24 12:38:33 -04:00
Usama Sadiq
e91029202e feat: update django-countries (#34603)
* feat: Upgrade Python dependency django-countries (#34602)
---------
Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
2024-04-24 21:34:32 +05:00
feanil
d6707d46e0 feat: Upgrade Python dependency olxcleaner
Update to a Python 3.11 compatible version

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-04-24 16:30:20 +00:00
Usama Sadiq
7cf97ec0de fix: pin moto<5.0 (#34595) 2024-04-24 18:08:58 +05:00
Usama Sadiq
1080d139bd fix: pin xmlsec version (#34592)
* fix: pin xmlsec==1.3.13
---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
2024-04-24 17:04:27 +05:00
Muhammad Ammar
2b36061ab7 Merge pull request #34583 from openedx/muhammad-ammar/upgrade-edx-enterprise-bf19fe2
chore: Upgrade Python dependency edx-enterprise
2024-04-24 16:11:52 +05:00
Ahtisham Shahid
33733ca460 chore: updated ora version (#34575)
* chore: updated ora version

* chore: updated openedx-events version

* chore: updated openedx-filters version
2024-04-24 12:56:32 +05:00
muhammad-ammar
06d8f7db6e feat: Upgrade Python dependency edx-enterprise
upgrade edx-enterprise to 4.16.1

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-04-23 20:36:36 +00:00
katrinan029
8d10be0da0 feat: Upgrade Python dependency edx-enterprise
feat: Upgrade Python dependency edx-enterprise

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`

chore: fix

fix: lint error
2024-04-23 17:20:22 +00:00
muhammad-ammar
f9425445a6 feat: Upgrade Python dependency edx-enterprise
fix: set default language for all learners linked with an enteprise customer

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-04-23 07:03:38 +00:00
Yusuf Musleh
a31ed929f7 feat: update studio search index when object tags change (#34559)
* feat: Update search index when object tags updated

* feat: Update index when library block tags change

* refactor: Remove extra params

* docs: Add new event to hook events docs

* feat: Add and use upsert_block_tags_index_docs

This takes care of updating tags data in search index for both course and library blocks.

* chore: Update openedx-events

* fix: Update tests + include course block tags in reindex

* feat: Fix static-type issues + adjust tag_object

* fix: bug retrieving the Meilisearch API key UID (first time only)

* docs: Update comments

---------

Co-authored-by: Braden MacDonald <braden@opencraft.com>
2024-04-22 10:53:49 -07:00
Feanil Patel
2e587a8830 Merge pull request #34569 from openedx/feanil/upgrade-edx-event-bus-kafka-b4b4696
feat: Upgrade Python dependency edx-event-bus-kafka
2024-04-22 13:35:12 -04:00
feanil
8ae083dc2d feat: Upgrade Python dependency edx-event-bus-kafka
Update to a Python 3.11 compatible version

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-04-22 16:52:28 +00:00
feanil
7051aec6fc feat: Upgrade Python dependency xss-utils
Update to a Python 3.11 compatible version

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-04-22 16:46:43 +00:00
Feanil Patel
b4b4696fa0 Merge pull request #34564 from openedx/feanil/upgrade-edx-opaque-keys-ef7fbf4
feat: Upgrade Python dependency edx-opaque-keys
2024-04-22 12:35:47 -04:00
Feanil Patel
fa9aaa8524 Merge pull request #34565 from openedx/feanil/upgrade-chem-ef7fbf4
feat: Upgrade Python dependency chem
2024-04-22 12:35:25 -04:00
feanil
fc669b29b6 feat: Upgrade Python dependency lti-consumer-xblock
Update to a Python 3.11 compatible version

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-04-22 14:55:02 +00:00
feanil
bfcd911ad9 feat: Upgrade Python dependency chem
Update to a Python 3.11 compatible version

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-04-22 14:31:31 +00:00