David Ormsbee
b7f2ddf620
WIP stab at the plan for static assets in edx-platform
2018-02-06 17:51:03 -05:00
Ari Rizzitano
27546f646f
move bootstrap doc from developer docs
2018-01-08 09:53:44 -05:00
Ari Rizzitano
37c5591be5
first stab at a js doc
2018-01-07 23:24:47 -05:00
Ned Batchelder
5df93d7f15
Use nicer .rst for testing.rst
2017-10-05 06:55:37 -04:00
Tyler Hallada
9d7c3f92c1
Spelling mistake fix
2017-10-03 16:12:11 -04:00
Tyler Hallada
3a8ca1aa3b
RST is confusing
2017-10-03 11:49:12 -04:00
Tyler Hallada
352a652d11
Address PR comments
2017-10-03 11:46:41 -04:00
Tyler Hallada
d30ba9ff5e
Document how to run @ddt.data methods with pytest
2017-10-02 11:50:30 -04:00
Jeremy Bowman
ca97e946a6
Switch to pytest for unit tests
2017-09-22 16:07:53 -04:00
Jeremy Bowman
9e3f35db22
PLAT-1676 Use pytest for bok-choy tests
2017-08-14 11:49:39 -04:00
Omar Al-Ithawi
e6140cbbe9
Deprecate lettuce in testing.rst document
2017-07-05 15:09:31 +03:00
Robert Raposa
4a1111df8f
Add best practice doc for course overview/course blocks.
2017-06-05 10:48:09 -04:00
Robert Raposa
6bd64c4a61
Clean up docs directory.
...
- Remove old docs
- Move testing.rst
- Update READMEs and index.rst for docs.
2017-05-18 09:50:59 -04:00
Robert Raposa
de2b47ca58
Move and rename help_tokens.ini files.
2017-05-18 09:50:59 -04:00
Carol Tong
9442a2629c
DOC-3411 Update lms_config.ini for instr dash landing page
2017-05-10 10:58:41 -04:00
Andy Armstrong
2e8c68e609
Make tests and coverage work with openedx/features
2017-05-04 09:28:16 -04:00
Ned Batchelder
2f1936ce73
Replace context processor with new help-tokens app
...
This makes it possible to refer to multiple book from a single app.
This also means that Open edX branches will be able to pass bok-choy
tests (at least if the books have already been built.)
2017-04-27 10:34:09 -04:00
Albert St. Aubin
59c6218885
Show Enrollment Tracks in Group Configurations.
...
TNL-6743
2017-04-19 12:35:15 -04:00
Carol Tong
6e19cc4928
Fix Studio help links affected by guide reorg
2017-04-11 13:13:39 -04:00
Carol Tong
8ee34ab3ba
Fix broken LMS Help Links
2017-04-04 09:22:03 -04:00
Andy Armstrong
ebe2ca2ce9
Update URL for Studio getting started guide
2017-04-01 18:48:20 -04:00
Brian Jacobel
96e99d09f3
Merge pull request #14732 from edx/bjacobel/a11y-test-paths
...
a11y test example path is wrong
2017-03-24 10:51:19 -04:00
Ned Batchelder
60221dcc13
Get the doc version from openedx.core.release, instead of an ini file
2017-03-22 12:25:46 -04:00
Brian Jacobel
254f4c47e5
a11y test example path is wrong
...
This test lives in `common/test/acceptance/tests/lms/test_lms_dashboard.py`, so the paver string should be `paver test_a11y -t lms/test_lms_d...`
2017-03-20 15:01:52 -04:00
Renzo Lucioni
e7771148b7
Load all programs from the catalog
...
This commit contains back end changes necessary to load programs from the catalog in all contexts. The existing program munging utility is applied as late as possible to avoid conflating this work with changes to the front end; those will be made separately.
ECOM-4422
2017-02-06 23:16:29 -05:00
Anthony Mangano
0fd91f0739
add course_name to enrollment api reponse
...
ECOM-5936
2017-01-05 08:50:31 -05:00
cahrens
c9fb71c4a1
Add tests for context-sensitive Help button.
2016-12-15 16:42:06 -05:00
Gregory Martin
83cfeb9d88
update pytz, update ora-2
2016-11-30 11:44:48 -05:00
John Eskew
e3cb462d18
Move embargo from common to openedx/core/djangoapps.
2016-11-07 08:47:36 -05:00
Jesse Zoldak
b15378a28b
Merge pull request #13776 from edx/zoldak/TE-1587
...
Add enable-migrations parameter for python unit tests
2016-10-18 22:52:22 -04:00
Jesse Zoldak
ac1e4643a0
Add enable-migrations parameter for python unit tests
2016-10-17 15:59:44 -04:00
Deepa
f9c8e38df6
Update django-countries to the latest supported version
2016-10-17 21:48:19 +05:30
Jesse Zoldak
4465373177
Disable migrations by default in unittests
...
Rendering model states when running migrate in Django 1.8 consumes
on the order of 4x-6x more memory than <1.8.
References:
* https://code.djangoproject.com/ticket/24745
* https://code.djangoproject.com/ticket/24743
This is causing failures in Jenkins as the workers run out of memory
and either processes cannot fork or the Out Of Memory Killer
kills a process that is running tests.
Disabling migrations until we do either or both of these:
* Upgrade to Django 1.9 and turn them back on. See EV-92 "Discovery: Upgrade edx-platform to Django 1.9"
* Address TE-1310 "Unit tests should be able to run without migrations"
2016-10-12 14:02:19 -04:00
Nimisha Asthagiri
fd49f88e08
Moves external_auth from common to openedx/core.
2016-10-07 12:34:22 -04:00
Shaily Sangwan
fc639afa11
replaced static with dynamically generated copyright year
2016-09-23 18:01:46 +05:30
Sylvia Pearce
a448d74f6c
Add more specific help links for four LMS pages
2016-09-16 09:07:22 -06:00
Peter Desjardins
e276ae2d36
Adds a context-sensitive link to learner documentation from the LMS. The base URL defaults to Open edX learner doc and can be overridden with the base URL for edx.org learner doc. Also relabels the tab for support from help to support.
2016-09-01 10:56:09 -04:00
Carol Tong
54ddede0e0
Merge pull request #13332 from edx/carol/DOC-3245
...
DOC-2546: Remove refs to Hangouts; fix RTD URLs
2016-08-30 19:11:24 -04:00
Peter Desjardins
79e0691ebe
Merge pull request #13331 from edx/pdesjardins/DOC-3278
...
Fix platform API documentation build
2016-08-26 16:33:51 -04:00
Carol Tong
c6563dcb0b
DOC-3245 Remove ref to Hangouts and update RTD URLs
2016-08-26 13:50:26 -04:00
Peter Desjardins
35521a38fb
Fixed import failures that were preventing the platform API documentation from building. The problem is that the doc building environment doesn't need to install all the Python modules that the platform software does, but when Sphinx tries to import select modules so that it can use autoclass to publish docstrings it tries to import all the modules that are imported by those modules, recursively. I mocked the missing modules.
2016-08-26 13:25:08 -04:00
Morton Fox
c39ade5d18
Fix the edx-documentation link
2016-08-26 00:08:49 -04:00
Jesse Zoldak
99a7c555ab
test_acceptance paver command option fasttest should not recompile sass
2016-08-19 13:21:16 -04:00
Brian Jacobel
9e67f15306
Update docs
2016-08-02 13:59:30 -04:00
Brian Jacobel
940f6e992d
Document how to run tests on Paver scripts
...
Meta.
2016-07-25 15:20:58 -04:00
Eric Fischer
35ae67b530
New CMS visibility settings ( #12940 )
...
TNL-4906 Subsections now use radio buttons, to allow for "hide after due" as a
visibility option. Also, all tabs have been consolidated to "Basic" and
"Advanced", and visibility options have moved there.
Documentation links are updated to assist course authors with the new
visibility options. Tests have also been updated, and the changes suggested
in TNL-4951 are included.
2016-07-20 19:58:51 -04:00
Calen Pennington
b839b048ee
Clean up documentation about test concurrency
2016-06-20 08:30:23 -04:00
Peter Desjardins
7ff463c0e9
Mocked some Python modules when running a Sphinx documentation publishing build. Updated an autoclass class name that changed."
2016-06-10 12:27:51 -04:00
Nimisha Asthagiri
4a56fa5fb1
Adding infrastructure to support context-sensitive help links in the LMS.
2016-05-27 11:35:05 -04:00
Calen Pennington
e60114c716
Add paver arguments to control concurrency and randomization
2016-05-18 14:39:00 -04:00