Dave St.Germain
84e854d22c
Merge pull request #23205 from edx/dcs/fix-tabs
...
Add url_slug to the CourseOverviewTab, to support serializing StaticTabs
2020-02-28 12:43:36 -05:00
Dave St.Germain
7d94408132
Add verified mode to the courseware API
2020-02-28 12:42:26 -05:00
Brittney Exline
b12790e405
Merge pull request #23237 from edx/bexline/ent2666
...
Revert "BOM-1069"
2020-02-28 10:39:23 -07:00
Adam Butterworth
04083cf4ab
Allow chromeless courseware content to be centered ( #23201 )
...
TNL-7093 Use inline styles to reset display to block from table-cell and width to auto
2020-02-28 12:27:14 -05:00
Brittney Exline
a22c676cac
Revert "BOM-1069"
...
This reverts commit 140738df4c .
2020-02-28 09:52:49 -07:00
Frank Bijlsma
a195b5699c
expand subsections when the url anchor points to them.
2020-02-28 11:32:13 -03:00
Ayub
6d6283f4e9
Merge pull request #23119 from edx/BOM-1069
...
BOM-1069
2020-02-28 18:48:37 +05:00
Ayub-khan
140738df4c
BOM-1069
...
-django-babel-underscore custom version to support django>=2.2
2020-02-28 18:18:45 +05:00
Feanil Patel
fa87430cf6
Remove the crowdsource_hinter tests and the xblock director along with it.
2020-02-27 18:26:24 -05:00
Feanil Patel
44bcf4e87e
Remove low value video license test.
2020-02-27 18:26:24 -05:00
Feanil Patel
f561076225
Remove low value video handout ui tests.
2020-02-27 18:26:24 -05:00
Feanil Patel
0d9ab59c6c
Remove video bumper tests.
...
Video Bumper feature is not valuable enough to keep UI tests for.
2020-02-27 18:26:24 -05:00
Feanil Patel
15503b6628
Remove low value annotation test.
2020-02-27 18:26:24 -05:00
Feanil Patel
da68d62628
Re-balance shards to make sure all shards have tests on them.
2020-02-27 18:26:24 -05:00
Feanil Patel
05bb662c52
Remove the low value Studio textbook tests.
2020-02-27 18:26:24 -05:00
Feanil Patel
d9a76e2986
Remove studio tabs UI tests.
2020-02-27 18:26:24 -05:00
Feanil Patel
add4054a90
Remove test related to the AB feature.
...
This feature has been un-used for years and doesn't merit having
expensive UI tests.
2020-02-27 18:26:24 -05:00
Feanil Patel
bd2b9b836b
Remove low value content license UI tests.
2020-02-27 18:26:24 -05:00
Feanil Patel
48d756a215
We don't use this UI as much.
...
Reruns are created by the API and we don't care about the UI as much.
2020-02-27 18:26:24 -05:00
Feanil Patel
5f4f819609
Library feature is low usage we don't need this many tests for it.
...
Test the crucial UI features only.
2020-02-27 18:26:24 -05:00
Feanil Patel
d6d5568afe
Remove studio help related UI tests.
...
This feature is not valuable enough to warrant an expensive UI test.
2020-02-27 18:26:24 -05:00
Feanil Patel
91b0e0c9cd
Don't UI test studio course team page.
2020-02-27 18:26:24 -05:00
Feanil Patel
9af226f0ef
Low value studio test that is slow.
2020-02-27 18:26:24 -05:00
Feanil Patel
0e585e4c35
Delete studio create course UI tests.
...
We don't use this UI for creating courses anymore. This is done
via publisher. So while the underlying APIs need to work. The UI
is not as valuable to test.
2020-02-27 18:26:24 -05:00
Feanil Patel
4bed74d2aa
Delete this set of tests because we don't think these UI tests are valuable.
2020-02-27 18:26:24 -05:00
Feanil Patel
f49c35efee
Remove ImageProblem related tests. This is a low value xblock.
2020-02-27 18:26:24 -05:00
Feanil Patel
4ba2624228
Remove low value bokchoy tests.
...
These tests are not worth the amout of time we're spending on them
because the things they are testing are not high value.
2020-02-27 18:26:24 -05:00
Feanil Patel
049cdd6750
Remove the staff debug tests.
...
Not critical enough to keep as a part of bokchoy.
2020-02-27 18:26:24 -05:00
Feanil Patel
f1c24bf5ae
Remove BatchBetaTesters and EntranceExamGrade related UI tests.
...
The batch feature is unlikely to change and hits a tested backend API.
The EntranceExam is not a sufficiently highly used test to warrante the
expense of UI tests.
2020-02-27 18:26:24 -05:00
Feanil Patel
49cdad8b23
Remove notes tests.
...
This feature is not sufficiently important to warrant expensive UI tests.
2020-02-27 18:26:24 -05:00
Feanil Patel
72a8278110
Remove advanced settings validation UI tests.
2020-02-27 18:26:24 -05:00
Feanil Patel
68ef0b7132
Remove wordcloud related tests.
2020-02-27 18:26:24 -05:00
Feanil Patel
3e66813e42
Remove tests for the learner profile page we no longer use in production.
2020-02-27 18:26:24 -05:00
Feanil Patel
98012dd9cf
Remove lms dashboard search tests.
2020-02-27 18:26:24 -05:00
Feanil Patel
f0fd995cdc
Remove lms conditional tests.
...
These tests are very slow(10-40 seconds per test) and so don't provide
enough value to be worth that much cost.
2020-02-27 18:26:24 -05:00
Feanil Patel
e335842d5d
Remove lms ccx tests.
2020-02-27 18:26:24 -05:00
Feanil Patel
d2817ce79f
Remove lms bookmarks tests.
2020-02-27 18:26:24 -05:00
Feanil Patel
2fa432beda
Merge pull request #23231 from edx/feanil/fix_constraint_error
...
Don't iterate over an empty filters list.
2020-02-27 17:31:05 -05:00
Tim McCormack
341205a85d
Launch celery directly instead of via django-celery (BOM-1157) ( #23222 )
2020-02-27 21:53:27 +00:00
Feanil Patel
54d7743817
Don't iterate over an empty filters list.
2020-02-27 16:32:43 -05:00
Feanil Patel
781629d489
Correct docs and test of restricted JWTs.
...
The comment is misleading beacuse now that restricted JWTs are enforced
everywhere, we don't need to set the expiry to be in the past for JWT
tokens.
2020-02-27 15:53:48 -05:00
Manjinder Singh
953b0e728b
Remove ThirdPartyAuthProviderApiPermission ( #23195 )
...
* Remove ThirdPartyAuthProviderApiPermission
Also removed ProviderApiPermissions and ApiPermissionsAdminForm and removal of DOP for third_party_auth
* Removing model
* Replaced long_token with default_token_generator
* Adding skip to test_migrations_are_in_sync
2020-02-27 15:42:09 -05:00
Calen Pennington
5cce110a91
Merge pull request #23217 from cpennington/edx-when-published-only
...
Only extract published dates into edx-when
2020-02-27 15:12:51 -05:00
Calen Pennington
5ea77433d3
Only extract published dates into edx-when
2020-02-27 14:10:12 -05:00
Troy Sankey
ac4fd6f91a
Merge pull request #23224 from edx/revert-23214-pwnage101/rename_site_configuration_siteconfiguration_values_2.1
...
Revert "Rename values in SiteConfiguration (2/3) attempt #2 "
2020-02-27 13:58:53 -05:00
Calen Pennington
6d2ad6aa2f
Merge pull request #23219 from cpennington/fix-emails-no-weeks
...
Don't try and multiply None with a number when computing number of we…
2020-02-27 13:31:36 -05:00
Troy Sankey
e6f58b6d4c
Revert "Rename values in SiteConfiguration (2/3) attempt #2 "
2020-02-27 13:24:55 -05:00
Calen Pennington
70314cfa7b
Don't try and multiply None with a number when computing number of weekly emails to send
2020-02-27 11:47:28 -05:00
Diana Huang
f945687582
Merge pull request #23207 from edx/msingh/remove_dop
...
Removing dop code from oauth_dispatch
2020-02-27 11:37:00 -05:00
jinder1s
295da79fe5
Remove DOP dispatching from oauth_dispatch.
...
https://openedx.atlassian.net/browse/BOM-1330
2020-02-27 10:47:06 -05:00