Manjinder Singh
d99070f68d
docs: Clarifying pytest testing guide ( #25668 )
2020-12-01 09:48:30 -05:00
Diana Huang
1049c8c502
Clarify how to debug javascript tests in testing.rst.
2020-11-30 11:38:17 -05:00
Jeremy Bowman
d19368525b
DEPR-43 Remove most of the shoppingcart app ( #24692 )
...
Removed most of the deprecated shoppingcart app, leaving just enough to allow us to cleanly remove the related database tables later. Also removed the relevant Django settings that weren't in use elsewhere.
2020-10-14 14:24:52 -04:00
Calen Pennington
4a120a9e26
Fix failures caused by removing lms/djangoapps from sys.path
2020-09-23 10:05:37 -04:00
Gábor Boros
6ccd6c308d
docs(lms and studio): Replace all .(lms|cms).(\w+|_)?\.json to .(lms|cms).(\w+|_)?\.yml
2020-09-18 10:44:14 +02:00
Manjinder Singh
c76ed6ae45
Extracting plugin app from edx-platform ( #24678 )
...
* Moving plugins infrastructure to edx-django-utils
This PR extracts the code that enables plugins in edx-platform and puts it in edx-django-utils. This is done to allow other IDAS to add plugin functionality.
2020-08-12 07:48:53 -04:00
Aarif
09ac7f9372
remove cyclomatic complexity calculation for python code
2020-08-04 22:10:05 +05:00
Braden MacDonald
831a90ebca
Document the various integration points for platform extensions ( #24057 )
2020-06-10 17:22:32 -04:00
Robert Raposa
5de9eed420
ARCHBOM-1093: Fix unit test enable-migrations ( #23789 )
...
* fix old migrations
* fix a test
* fix enable-migrations cmd argument
* enhance verbose logging to log migrations
* update testing doc with help
2020-04-23 14:04:29 -04:00
Alex Dusenbery
31498cc414
In canUserCreateTeam(), look in this.context.userInfo for staff/priveleged attributes.
2020-01-29 14:59:48 -05:00
Adam Butterworth
f0aa3daa87
Use Fullscreen API for video XBlock full screen mode ( #22896 )
...
[TNL-7051] Clicking a video XBlock's fullscreen button now takes the video fullscreen instead of full window.
Gracefully fallback to full window if fullscreen apis are absent
2020-01-24 09:48:41 -05:00
Manjinder Singh
ac232e926a
Merge pull request #22645 from edx/msingh/fixing_type
...
Fixing typo
2020-01-01 21:26:16 -05:00
Feanil Patel
6e3fe00fff
Fix all E303 pep8 errors.
2019-12-30 12:25:38 -05:00
Manjinder Singh
2a6517ad27
Fixing typo
2019-12-30 10:42:35 -05:00
Feanil Patel
9cf2f9f298
Run 2to3 -f future . -w
...
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
2019-12-30 10:35:30 -05:00
Ned Batchelder
cdac1f4abb
Doc tooling for static API docs
2019-09-17 16:53:07 -04:00
Ned Batchelder
3b69fe0b47
Move existing docs down a level to make room for more
2019-07-23 08:31:15 -04:00