Glib Glugovskiy
33968fb376
docs: ADR for signatures migration
2022-11-30 10:13:57 -05:00
Henrry Pulgarin
93fd8cc148
fix: prevent 500 error when course mode currency is not the same as the one configured in settings ( #31312 )
...
This commit solves the http 500 error when course concurrency is setted different for PAID_COURSE_REGISTRATION_CURRENCY and course modes.
2022-11-30 09:50:48 -05:00
Usama Sadiq
929d4b97d2
Revert "feat: update xblock lti library to version 7" ( #31377 )
2022-11-30 13:19:49 +05:00
Feanil Patel
5bb84e9962
Merge pull request #31366 from openedx/feanil/minimal_config
...
feat: Add a minimal yaml file for use with production.py
2022-11-29 15:19:18 -05:00
Feanil Patel
456eecb479
Merge pull request #31370 from openedx/feanil/partial_rtd_yaml_config
...
docs: Try to explicitly set python 3.8 for docs.
2022-11-29 15:18:35 -05:00
Marlon Keating
1582b800c7
Merge pull request #31371 from openedx/marlonkeating-versionbump
...
chore: version bump edx-enterprise to 3.58.14
2022-11-29 11:59:35 -08:00
Feanil Patel
df4b59d93e
docs: Update build operating system.
...
Co-authored-by: Carlos Muniz <cmuniz@tcril.org >
2022-11-29 14:54:20 -05:00
Feanil Patel
f83865212f
feat: Add a minimal yaml file for use with production.py
...
Sometimes you just want to run a few paver or django commands without
having to bring up the entire development stack.
2022-11-29 14:10:04 -05:00
Jansen Kantor
db082830e3
fix: slight change to logic of how teams is considered enabled ( #31277 )
...
* fix: slight change to logic of how teams is considered enabled
* fixup! fix: slight change to logic of how teams is considered enabled
2022-11-29 14:01:55 -05:00
Navin Karkera
c302c8a22b
feat: block metadata api - index_dictionary
...
Adds new api to return block metadata which includes index_dictionary.
Reason for new api instead of adding it to course blocks API: data like
index_dictionary are too large for the cache used by course/blocks
transformers API.
2022-11-29 10:49:36 -08:00
Marlon Keating
8dca5638df
chore: version bump edx-enterprise to 3.58.14
2022-11-29 18:03:19 +00:00
Andrew Shultz
92d3d7988b
Merge pull request #31369 from openedx/ashultz0/lti701
...
feat: update xblock lti library to version 7
2022-11-29 12:31:15 -05:00
Andy Shultz
1985cd6d15
feat: update xblock lti library to version 7
...
7 removed use of various deprecated block methods, 7.0.1 includes
a minor bugfix
2022-11-29 11:54:32 -05:00
Feanil Patel
a2499f94ef
docs: Try to explicitly set python 3.8 for docs.
...
This repo currently builds multiple RTD projects out of it and the yaml
config doesn't really have a way to specify which project it's for so we
keep this minimal.
The hope is that any settings it doesn't find here it will pick up from
the advanced project settings in RTD.
We need to explicitly set the python version because RTD seems to be
defaulting to Python 3.7 otherwise and that's not compatible with some
of the requirements in our docs.txt file which no longer support
python<3.8
We need to explicitly list any extra requirements files we want to
install and that can't be set per project but luckily all the doc
projects share the same requirements file.
2022-11-29 11:51:26 -05:00
Feanil Patel
eaf4ba6054
Merge pull request #31367 from openedx/feanil/bleach_css
...
feanil/bleach css
2022-11-29 11:25:07 -05:00
Feanil Patel
8ccf2a3b88
chore: Run compile requirements
2022-11-29 10:49:02 -05:00
Feanil Patel
15251640a9
fix: Explicitly ask for the css extra package.
...
Based on https://github.com/openedx/edx-platform/pull/31360/files#r1033984433
it looks like compile-requirements runs differently on different OSes
potentially. But we need this because it's used by the CSSSanitizer in
capa (xmodule/capa/util.py).
2022-11-29 10:45:48 -05:00
bydawen
b83f5fc328
fix: bootstrap classes for the program_details template ( #30998 )
...
Co-authored-by: Attiya Ishaque <atiya.ishaq@arbisoft.com >
2022-11-29 08:37:16 -05:00
Mohammad Ahtasham ul Hassan
19ee9f0354
chore: install django-wiki from pypi ( #31271 )
2022-11-29 13:29:07 +05:00
Feanil Patel
1a869ec7ce
Merge pull request #31360 from openedx/feanil/compile_requirements
...
feanil/compile requirements
2022-11-28 15:42:46 -05:00
Feanil Patel
28fd02d6d2
Merge pull request #31346 from openedx/feanil/ubuntu_reqs
...
feat: Add a target for ubuntu requirements.
2022-11-28 15:00:09 -05:00
Jenkins
fc219e0adb
chore(i18n): update translations
2022-11-28 14:40:15 -05:00
Feanil Patel
7b7022ba54
feat: Add a target for ubuntu requirements.
...
I found this useful because then I can run some basic dev commands
locally instead of needing a full container environment just to run
pylint or other basic dev tasks.
Co-authored-by: Kyle McCormick <kdmc@pm.me >
2022-11-28 14:39:59 -05:00
Feanil Patel
8f446759f5
chore: Run make compile-requirements
2022-11-28 14:19:59 -05:00
Feanil Patel
cd3a7cbbec
chore: Remove explicit dependency.
...
This dependency was explicitly added but doesn't need to be because
it's only required as a sub-dependency of edx-enterprise. We can
pull it in by recompiling the requirements instead.
2022-11-28 14:19:53 -05:00
edx-transifex-bot
1cb7401f75
chore(i18n): update translations ( #31347 )
...
Co-authored-by: Jenkins <sre+jenkins@edx.org >
Co-authored-by: Tim McCormack <tmccormack@edx.org >
2022-11-28 19:18:05 +00:00
Feanil Patel
03d3a174d7
Merge pull request #31359 from openedx/feanil/update_drag_and_drop
...
feat!: update Drag and Drop v2 XBlock to prevent XSS vulnerabilities
2022-11-28 14:01:07 -05:00
Agrendalath
8662672444
feat!: update Drag and Drop v2 XBlock to prevent XSS vulnerabilities
...
BREAKING CHANGE: disallowed HTML tags (e.g. <script>) will no longer be
rendered in LMS and Studio.
2022-11-28 13:45:18 -05:00
Tim McCormack
279e4d0b67
feat: Use new configurable producer API for event bus ( #31356 )
...
This involves a breaking-change update to edx-event-bus-kafka 2.0.0.
2022-11-28 18:41:35 +00:00
Kira Miller
1999bf7dc5
Merge pull request #31351 from openedx/kiram15-versionbump
...
chore: version bump
2022-11-28 13:40:18 -05:00
Kira Miller
f56dcc9f1b
Merge branch 'master' into kiram15-versionbump
2022-11-28 13:21:05 -05:00
Kira
4b08efc18d
chore: version bump
2022-11-28 13:19:12 -05:00
Brian Beggs
cff40f2142
chore: Add PGPy as a requirement see ENT-6547 ( #31355 )
...
This is intended as a temporary fix to unblock the pipeline.
2022-11-28 18:15:41 +00:00
Ahtisham Shahid
ee35ae6a59
fix: allow user to save/update custom email ( #31337 )
2022-11-28 16:03:01 +05:00
Syed Sajjad Hussain Shah
9d30f45776
fix: change register button text ( #31343 )
...
VAN-1174
2022-11-25 16:01:37 +05:00
Mubbshar Anwar
3941fa5083
fix: hide course dates block ( #31335 )
...
If course is archived hide the course dates block from email..
VAN-1176
2022-11-24 23:29:12 +05:00
Pooja Kulkarni
e456965c36
Merge pull request #30999 from open-craft/agrendalath/invalidate_cache_on_due_date_extension
...
fix: regenerate the cache on due date extensions
2022-11-24 11:10:05 -05:00
Arunmozhi
54507c1e08
feat: allow overriding TinyMCE config using settings
...
The TinyMCE configuration can be overridden by adding a
`TINYMCE_CONFIG_OVERRIDES` dict to the `JS_ENV_EXTRA_CONFIG`.
2022-11-23 19:55:28 +01:00
Nicholas Moy
e5b4879cd4
Merge pull request #31322 from openedx/nmoy/PSRE-2015_tracking_logs
...
fix: change docker-production log settings
2022-11-23 11:02:07 -05:00
Nathan Sprenkle
af050d46cb
feat: add enterprise UUID to learner home init data ( #31328 )
...
* feat: add enterprise UUID to return object
* style: run black
2022-11-22 12:03:43 -05:00
Brian Citro
231ddd0c57
Merge pull request #31329 from openedx/bcitro/ENT-6530
...
chore: upgrade edx-enterprise version to 3.58.12
2022-11-22 11:32:55 -05:00
Brian Citro
4b6f55af5a
chore: upgrade edx-enterprise version to 3.58.12
2022-11-22 10:54:28 -05:00
Saleem Latif
f4b572fb28
Merge pull request #31327 from openedx/saleem-latif/ENT-6480-fix
...
ENT-6480: chore: upgrade edx-enterprise version to 3.58.11
2022-11-22 16:08:48 +05:00
Saleem Latif
c75737d647
chore: upgrade edx-enterprise version to 3.58.11
2022-11-22 15:44:32 +05:00
Muhammad Ammar
133729c967
Merge pull request #31325 from openedx/ammar/upgrade-edx-enterprise-to-3.58.10
...
chore: upgrade edx-enterprise to 3.58.10
2022-11-22 14:48:52 +05:00
muhammad-ammar
91f7992754
chore: upgrade edx-enterprise to 3.58.10
2022-11-22 13:55:28 +05:00
Mubbshar Anwar
dccb792f73
fix: Add segment event ( #31316 )
...
- add segment event to analyze course enrolment email sections data.
- update exception logs.
VAN-1168
2022-11-22 11:10:26 +05:00
ohnickmoy
9cd84f9a9b
fix: change docker-production log settings
2022-11-21 16:33:47 -05:00
Andrew Shultz
00b35d04f5
Merge pull request #31314 from openedx/ashultz0/close-goal-hole
...
fix: after failing to get course, stop trying to make a course message
2022-11-21 13:29:21 -05:00
Michael Roytman
bfea413a95
Merge pull request #31321 from openedx/mroytman/bump-xblock-lti-consumer-6.4.0
...
feat: upgrade lti-consumer-xblock to install proctoring support and LTI 1.1 launch user_id changes
2022-11-21 10:34:46 -05:00