Usama Sadiq
13d4b892f5
fix: remove setuptools constraint ( #31647 )
...
* fix: skip global setuptools constraint
2023-01-24 15:43:54 +05:00
Muhammad Adeel Tajamul
a8535ffaea
fix: updated discussion enabled label ( #31572 )
...
Co-authored-by: adeel.tajamul <adeel.tajamul@arbisoft.com >
2023-01-24 14:42:22 +05:00
Ahtisham Shahid
536fe66362
fix: remove chapters if thre are no sequentials in Topics v3 ( #31625 )
2023-01-24 13:18:27 +05:00
edx-transifex-bot
3a3d47f0ef
chore(i18n): update translations ( #31640 )
...
Co-authored-by: Jenkins <sre+jenkins@edx.org >
2023-01-23 19:30:05 +00:00
Alexander J Sheehan
c2a892806b
Merge pull request #31641 from openedx/asheehan-edx/bumping-enterprise-version-3-60-15
...
chore: bumping enterprise package to 3.60.15
2023-01-23 14:26:08 -05:00
Alex Sheehan
a804f07052
chore: bumping enterprise package to 3.60.15
2023-01-23 19:06:59 +00:00
Alexander J Sheehan
5e8c609110
Merge pull request #31634 from openedx/asheehan-edx/bumping-enterprise-3.60.14
...
chore: bumping enterprise version to 3.60.14
2023-01-23 09:46:13 -05:00
Piotr Surowiec
600219b047
Merge pull request #31384 from open-craft/tecoholic/unify-xblock-naming-item
...
refactor: unify XBlock naming: item [BD-13]
2023-01-23 15:04:56 +01:00
Arunmozhi
41e2f25d8f
refactor: rename display_blocks to children in seq_block
2023-01-23 14:47:48 +01:00
Arunmozhi
7c621e6ad2
refactor: remove get_displayable_items and displayable_items from XModule
2023-01-23 14:47:48 +01:00
Arunmozhi
59d8b5d286
refactor: replace displayable_blocks with child
...
This removes the "displayable_blocks" property and replaces all the
usages with the "child" property.
2023-01-23 14:47:47 +01:00
Arunmozhi
b6634a811a
refactor: replace get_display_blocks with get_children
2023-01-23 14:47:47 +01:00
Arunmozhi
1a20033180
refactor: rename system with runtime on conditional_block
2023-01-23 14:47:47 +01:00
Arunmozhi
59757ee52d
refactor: replace xmodule.load_item calls with get_block
2023-01-23 14:47:47 +01:00
Arunmozhi
851eb65d53
refactor: rename get_displayable_items and displayable_items
2023-01-23 14:47:47 +01:00
Arunmozhi
d417a7561f
refactor: rename ItemFactory to BlockFactory
2023-01-23 14:47:47 +01:00
Shafqat Farhan
4a41208cf9
Merge pull request #31484 from openedx/shafqat/VAN-1221
...
feat: VAN-1221 - POC: Course skills based recommendations from Algolia
2023-01-23 12:47:51 +05:00
Shafqat Farhan
5e44e483b2
Merge branch 'master' into shafqat/VAN-1221
2023-01-23 12:29:20 +05:00
Shafqat Farhan
68acdca9d7
feat: VAN-1221 - POC: Course skills based recommendations from Algolia
2023-01-23 12:10:28 +05:00
Alex Sheehan
a0fadf46c5
chore: bumping enterprise version to 3.60.14
2023-01-20 20:10:42 +00:00
John Nagro
b68ea9194d
fix: tweak namespace for SSO username generation ( #31631 )
2023-01-20 11:47:15 -05:00
Awais Qureshi
3d2d02bffe
fix: upgrade pytz. ( #31599 )
...
* fix: upgrade pytz
2023-01-20 14:27:41 +05:00
John Nagro
0c4efc6ef2
fix: increase namespace for SSO username generation ( #31619 )
2023-01-19 16:22:10 -05:00
NiedielnitsevIvan
f5484ea448
feat!: [FC-0004] Support for legacy assets with deprecated keys is removed from uploads only ( #31487 )
2023-01-19 14:19:08 -05:00
Mohammad Ahtasham ul Hassan
b01cf355a7
Unpin django-ratelimit ( #31416 )
...
* fix: fix ratelimit upgrade changes
Co-authored-by: Awais Qureshi <awais.qureshi@arbisoft.com >
2023-01-19 16:39:23 +05:00
edX requirements bot
11e07f06b4
chore: Updating Python Requirements ( #31598 )
2023-01-19 16:17:46 +05:00
Awais Qureshi
8abcdd2552
fix: Unpin icalendar constraint. ( #31590 )
...
* fix: Unpin icalendar constraint.
* chore: Updating Python Requirements (#31591 )
Co-authored-by: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com >
2023-01-19 12:39:01 +05:00
Hamza442
7e93be158b
Merge pull request #31584 from openedx/hamza442/DENG-1261-add-testcases
...
chore: add new tests for retire_user management command
2023-01-18 23:58:59 +05:00
Zainab Amir
83437a9702
fix: redirect after the event has been fired ( #31592 )
2023-01-18 22:35:15 +05:00
Nathan Sprenkle
670477e7d5
fix: add fallthrough exception for course overview ( #31582 )
...
An issue trying to get a course overview for a deleted course and trying
to write back into the DB had been raising unhandled errors. Catching
other classes of errors to keep this function from breaking. Should just
return None in these cases and log the exception.
2023-01-18 11:40:38 -05:00
Maria Fernanda Magallanes Zubillaga
dcc795042b
perf: change queryset to get_queryset in CourseEnrollmentAdmin
2023-01-18 11:29:13 -05:00
Emad Rad
dc5d017c46
feat: persian language support added ( #31154 )
2023-01-18 10:26:57 -05:00
Zubair Shakoor
141d6d4ce6
refactor: remove all paver code related to python unit tests ( #31180 )
2023-01-18 17:41:56 +05:00
Awais Qureshi
8ac55ed4af
build: Unpin django-countries. ( #31565 )
...
* build: upgrade django-countries.
2023-01-18 14:13:41 +05:00
Ahtisham Shahid
62f311c041
fix: removed subsections with no units from v3 topics api ( #31553 )
...
* fix: removed subsections with no units from v3 topics API
* fix: fixed unit test
2023-01-18 13:52:12 +05:00
Zainab Amir
e999775b62
fix: add default value for is_control ( #31585 )
2023-01-18 13:45:48 +05:00
Awais Qureshi
a47f44db7d
edx-sphinx-theme upgraded ( #31574 )
...
* fix: Upgrading `edx-sphinx-theme` version
2023-01-18 13:22:22 +05:00
Zainab Amir
b0ec8f31bf
feat: update recommendations api for dashboard ( #31563 )
2023-01-18 12:48:43 +05:00
Hamza442
61b8228b7b
chore: add new tests for retire_user management command
2023-01-18 12:47:13 +05:00
Shafqat Farhan
a21d947733
Merge pull request #31558 from openedx/shafqat/VAN-1247
...
fix: VAN-1247 - Add isControl property in recommendations response
2023-01-18 11:03:37 +05:00
Hamza442
fc63003376
Merge pull request #31501 from openedx/hamza442/DENG-1261
...
chore: add multiple users to retirement queue.
2023-01-18 10:56:03 +05:00
Hamza442
265ffda0aa
chore: add multiple users to retirement queue.
2023-01-18 10:35:28 +05:00
Sagirov Eugeniy
3877201dd2
test: update test_contentstore.py for split modulestore
2023-01-17 14:54:14 -05:00
Sagirov Eugeniy
f3de63058c
test: tests for removing support for children in Old Mongo
...
* updated test_authoring_mixin.py
* updated test_xblock_utils.py
* updated TestOnboardingView tests (update default course key)
* updated UsersDefaultRole tests
2023-01-17 14:54:14 -05:00
Sagirov Eugeniy
1c664bc121
test: updated test_assets.py for split modulestore
2023-01-17 14:53:10 -05:00
Sagirov Eugeniy
1936de4d68
test: updated CourseOverview Signals Tests for split modulestore
2023-01-17 14:53:10 -05:00
Shafqat Farhan
23d436831b
fix: VAN-1247 - Add isControl property in recommendations response and update event properties
2023-01-17 20:54:20 +05:00
Ahtisham Shahid
0870e1a758
feat: added apis for discussions tours ( #31495 )
...
* feat: added apis for discussions tours
* fix: resolved linter issues
* feat: moved config list to settings and fixed unit tests
* refactor: merged migrations in 1 file
2023-01-17 15:59:26 +05:00
Awais Qureshi
cee6f22acd
build: Unpin python-slugify constraint ( #31561 )
...
* build: Unpin python-slugify constraint.
2023-01-17 15:16:48 +05:00
Awais Qureshi
5f95a78a17
build: Unpin few packages. ( #31554 )
...
* build: Unpin few packages. These pins were added to minimize the changeset.
* chore: Updating Python Requirements (#31555 )
Co-authored-by: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com >
2023-01-17 11:50:09 +05:00