Feanil Patel
b94545cc35
Merge pull request #33171 from openedx/feanil/fix_docs_build
...
build: Fix the docs build.
2023-09-05 10:49:21 -04:00
Dmytro
d74a6aed2a
fix: for the wiki page translation ( #33049 )
2023-09-05 18:28:06 +05:00
Feanil Patel
9f5052315a
Merge pull request #33156 from openedx/feanil/cleanup_some_warnings
...
fix: Don't set default_app_config.
2023-09-05 09:22:37 -04:00
Feanil Patel
c889a4535f
Merge pull request #33152 from farhan/farhan/doc-improvements
...
Makes some improvements in the doc
2023-09-05 09:15:08 -04:00
Feanil Patel
322a9c4773
build: Fix the docs build.
...
We were pointing to the wrong location for the conf.py file previously.
Correct this so that the docs build works.
2023-09-05 09:10:49 -04:00
Ahtisham Shahid
aec8fcd559
fix: use disabled as default for posting_restrictions ( #33159 )
2023-09-05 15:44:10 +05:00
edX requirements bot
2b5ed926a9
chore: Updating Python Requirements ( #33167 )
2023-09-05 14:52:11 +05:00
SaadYousaf
afbd680a33
fix: move notification generation event within task
2023-09-05 13:48:17 +05:00
Feanil Patel
8691aa78e1
fix: Don't set default_app_config.
...
From the warning: Django now detects this configuration automatically.
You can remove default_app_config.
This also removes two warnings from shell startup.
2023-09-01 14:41:34 -04:00
Rômulo Penido
6e28ba329e
feat: add language auto-tagging with feature flag ( #32907 )
2023-09-01 11:09:46 -07:00
Kyle McCormick
6704901a77
fix: include the correct SCSS file for lti_block ( #33155 )
...
There exists a Sass file for lti_block's display, but not for its editor.
However, during the `add_sass_to_fragment` refactoring, I mixed that up:
I added a non-existent scss file to the studio_view but didn't add
the actual scss file to the student_view.
Course authors using the (deprecated) lti_block saw:
We're having trouble rendering your component
Students will not be able to access this component. Re-edit your component to fix the error.
Error: Sass not found: /edx/app/edxapp/edx-platform/xmodule/assets/LTIBlockEditor.scss
as a result of this bug.
Original PR: https://github.com/openedx/edx-platform/pull/32592
Private-ref: https://2u-internal.atlassian.net/browse/TNL-11029
2023-09-01 13:28:20 -04:00
Robert Raposa
53f2030067
Merge pull request #33153 from openedx/robrap/upgrade-edx-drf-extensions-26d8c21
...
feat: Upgrade Python dependency edx-drf-extensions
2023-09-01 12:08:16 -04:00
robrap
6360bc440d
feat: Upgrade Python dependency edx-drf-extensions
...
Minor updates around forgiving JWTs.
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2023-09-01 14:20:41 +00:00
Paulo Viadanna
26d8c2166d
feat: implements SHOW_REGISTRATION_LINKS feature toggle
...
(cherry picked from commit 3025ab5fe6f6f53d6af5b36681355efafa37c74b)
2023-09-01 15:06:40 +02:00
farhan
98dfb6d873
docs: Makes some improvements in the docs
2023-09-01 17:53:28 +05:00
dependabot[bot]
59299ddb61
build(deps): bump aws-actions/configure-aws-credentials from 1 to 3 ( #33107 )
...
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials ) from 1 to 3.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases )
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v1...v3 )
---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-01 17:33:55 +05:00
SaadYousaf
376135ca73
fix: fix notification generated event, and add notification tray opened event
2023-09-01 14:32:51 +05:00
Kira Miller
c75c706c6f
fix: bump edx-enterprise ( #33149 )
2023-08-31 15:23:40 -06:00
Kyle McCormick
db459761d8
build: don't exclude lms/static/css/vendor from Docker build ( #33143 )
...
The .dockerignore file smartly excludes lms/static/css from the Docker
build, as most of its contents are generated CSS.
However, there is one version-controlled subdirectory of lms/static/css:
lms/static/css/vendor.
In order to correctly build a Docker image using a bind-mounted
edx-platform repository, we need this vendor directory to be included.
2023-08-31 16:02:58 +00:00
John Nagro
2ca5b01099
fix: better username lookup in tpa pipeline ( #33145 )
2023-08-31 11:47:01 -04:00
Awais Qureshi
23c142a845
test: adding check to run migrations tests only if its django32. ( #33141 )
2023-08-31 18:48:04 +05:00
Muhammad Adeel Tajamul
96f7e9cd9a
fix: handle new_comment notification edge case ( #33088 )
2023-08-31 16:33:20 +05:00
Muhammad Adeel Tajamul
c1b28c35f8
feat: make notification type info translateable ( #33071 )
2023-08-31 15:20:06 +05:00
Muhammad Adeel Tajamul
4efd54a3fd
feat: added new_question_post and new_discussion_post notification ( #33043 )
2023-08-31 14:29:21 +05:00
Awais Qureshi
9db024c435
feat!: upgrading django-storages to 1.11.1
2023-08-31 14:21:24 +05:00
Jenkins
ee4e56124c
chore: geoip2: update maxmind geolite country database
2023-08-30 16:59:13 -04:00
Alexander J Sheehan
98fda41100
Merge pull request #33138 from openedx/alex-sheehan-edx/upgrade-edx-enterprise-878e720
...
feat: Upgrade Python dependency edx-enterprise
2023-08-30 13:03:29 -04:00
alex-sheehan-edx
081007f95d
feat: Upgrade Python dependency edx-enterprise
...
enterprise version bump
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2023-08-30 16:31:41 +00:00
Kristin Aoki
878e72024b
feat: add API endpoint for asset usage search ( #33092 )
2023-08-30 11:48:19 -04:00
John Nagro
ddf4ea670b
feat: release edx-enterprise 4.1.4 ( #33135 )
2023-08-30 15:23:42 +00:00
Awais Qureshi
3c76d6644f
Revert "Revert "Revert "feat!: upgrading django-storages to 1.10.1 ( #32571 )" ( #33109 )" ( #33111 )" ( #33113 )
...
This reverts commit 2f8475c307 .
2023-08-30 19:40:32 +05:00
edX requirements bot
749a086d95
chore: Updating Python Requirements ( #33128 )
2023-08-30 15:50:40 +05:00
Irtaza Akram
4773f14a41
fix: object has no attribute is_ajax ( #33134 )
2023-08-30 14:18:35 +05:00
Irtaza Akram
09f84e5255
fix: func.__name__ issue ( #33133 )
2023-08-30 14:18:05 +05:00
Awais Qureshi
779e4b9e7d
feat!: upgrading django-storages to 1.11.1 ( #33115 )
...
* feat: upgrading `django-storages` to `1.11.1`
2023-08-29 15:20:07 +05:00
Katrina Nguyen
3b692f21ed
Merge pull request #33122 from openedx/knguyen2/version-bump
...
chore: version bump
2023-08-28 19:23:40 -07:00
knguyen2
5073cf340c
chore: version bump
2023-08-29 00:53:19 +00:00
Braden MacDonald
a013c08ae6
fix: incorrect type hints in a few places ( #33104 )
2023-08-28 10:34:08 -07:00
Kira Miller
776f4bf94e
feat: adding unenrollments to event bus ( #33085 )
...
* feat: adding unenrollments to event bus
* fix: quality fixes
* fix: tweaks to pass tests
* fix: more tweaks for testing
---------
Co-authored-by: John Nagro <jnagro@edx.org >
2023-08-28 09:08:49 -06:00
Awais Qureshi
2f8475c307
Revert "Revert "feat!: upgrading django-storages to 1.10.1 ( #32571 )" ( #33109 )" ( #33111 )
...
This reverts commit 191b825a2c .
2023-08-28 14:46:21 +05:00
Awais Qureshi
191b825a2c
Revert "feat!: upgrading django-storages to 1.10.1 ( #32571 )" ( #33109 )
...
This reverts commit 9281ea4a9a .
2023-08-28 14:05:38 +05:00
Ejaz Ahmad
07de29f721
Merge pull request #33056 from openedx/eahmadjaved/ENT-7542
...
feat: add hook to modify courserun data for executive education courses
2023-08-28 14:04:07 +05:00
Usama Sadiq
a0076c1243
fix: fix django 41 deprecation warnings ( #33099 )
2023-08-28 13:32:39 +05:00
Awais Qureshi
9281ea4a9a
feat!: upgrading django-storages to 1.10.1 ( #32571 )
...
* feat!: upgrading django-storages to 1.10.1
2023-08-28 13:13:28 +05:00
jajjibhai008
fa70214578
feat: add hook to modify courserun data for executive education courses
2023-08-28 11:56:23 +05:00
mubbsharanwar
345ae69bad
fix: move recommendations to edx-recommendations
...
Move recommendations related code to separate plugin edx-recommendations.
VAN-1596
2023-08-28 11:38:43 +05:00
Dmytro
fc90c852b2
fix: TypeError during student.send_activation_email task ( #32623 )
...
Co-authored-by: Edward Zarecor <ezarecor@tcril.org >
2023-08-28 11:21:07 +05:00
Jenkins
75f24ff513
chore(i18n): update translations
2023-08-27 17:05:27 -04:00
Syed Muhammad Dawoud Sheraz Ali
a4d77003b3
Revert "feat: add skill_tagging plugin configs ( #32932 )" ( #33102 )
...
This reverts commit fc5e7926c1 .
2023-08-25 21:42:30 +05:00
leangseu-edx
4526300c55
chore: add constraint for ora2
2023-08-25 11:56:34 -04:00