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
Carol Tong
26ea2dff56
Merge pull request #12311 from edx/carol/doc/DOC-2862_All
...
DOC-2862: Add doc for Courses API
2016-05-06 17:08:32 -04:00
Carol Tong
a1394e9945
Add documentation for Courses API
2016-05-06 15:40:21 -04:00
Brian Jacobel
df32d2a130
Path update for Karma debug runner
2016-05-04 10:34:59 -04:00
Brian Jacobel
1d49dd9d49
JS tests no longer use js-test-tool
2016-05-04 10:28:38 -04:00
Nimisha Asthagiri
c6954902e3
Create courseware/views folder
2016-05-03 09:02:45 -04:00
Peter Desjardins
09aae6e72c
Mocking some modules that were missing during platform API doc builds.
2016-04-28 13:54:14 -04:00
Chris Rodriguez
e42520194c
Adding i18n info
2016-04-08 13:28:44 -04:00
Peter Desjardins
3983d4b58a
Deprecating REST APIs per DOC-2101, DOC-2653. Also adding the -W shpinx-build option per DOC-2530.
2016-03-31 17:05:17 -04:00
Adam Palay
82aad56e62
fix typo on testing.rst page
2016-03-22 10:25:01 -04:00
Peter Desjardins
6650cffd7f
Fix typo in REST path.
2016-03-03 17:32:07 -05:00
Peter Desjardins
afd04658cd
Adding the -n option to the Sphinx build invocation so that WARNINGs will be treated as ERRORs. This will cause builds to fail if Sphinx cannot import modules for its autoclass directives. Currently, they fail silently and leave gaps in the published HTML where docstring content should have been.
2016-03-03 14:52:29 -05:00
Renzo Lucioni
8637198578
Document use of --disable-migrations flag
2016-02-29 14:00:25 -05:00
Alison Hodges
4653301516
Merge pull request #11649 from edx/ahodges/DOC-2720p
...
Syncs preface with edx-doc repo version
2016-02-25 14:09:39 -05:00
Alison Hodges
8057903556
Syncs preface and browsers file with edx-doc repo version
2016-02-25 12:27:28 -05:00
Peter Desjardins
0f3b99182e
Merge pull request #11642 from edx/pdesjardins/DOC-2638
...
Fix build failures in the docs/en_us/platform_api guide.
2016-02-24 15:47:07 -05:00
Peter Desjardins
6ee64fc685
Adjusted the list of mock modules for the platform API documentation build. This prevents build failures when Sphinx cannot import modules. Addresses https://openedx.atlassian.net/browse/DOC-2638 .
2016-02-23 17:48:22 -05:00
Kevin Falcone
21b75f83aa
Copy this doc up from the bok_choy tests.
...
It's just as relevant to unit tests and I wish I had seen it earlier.
Stress the transient nature of this debugging step.
2016-02-12 10:27:03 -05:00
Toby Lawrence
0009d53c53
Adding optimized images in batches [15/19]
2016-01-13 20:38:42 -05:00
Toby Lawrence
451b0a9c66
Revert "Crush down images."
...
This reverts commit 8402be3b20 .
2016-01-13 19:12:13 -05:00
Toby Lawrence
8402be3b20
Crush down images.
...
Ran these suckers through ImageOptim, which crunched 'em down real nice.
2016-01-13 18:29:00 -05:00
Calen Pennington
9daaa35d8d
Shrink images using trimage
...
common/test/data/xml_dag/static/just_a_test.jpg | Bin 547 -> 517 bytes
.../test_microsite/images/background-image.jpg | Bin 160660 -> 160625 bytes
.../test_microsite/images/header-logo.png | Bin 1215 -> 1212 bytes
docs/en_us/architecture/locator_ubiquity.jpg | Bin 51876 -> 47455 bytes
docs/en_us/architecture/presplit.jpg | Bin 43129 -> 38944 bytes
docs/en_us/architecture/studio mapping.jpg | Bin 48247 -> 43786 bytes
.../enrollment_api/source/_static/homepage-bg.jpg | Bin 160660 -> 160625 bytes
docs/en_us/internal/test_pyramid.png | Bin 24698 -> 17598 bytes
.../platform_api/source/_static/homepage-bg.jpg | Bin 160660 -> 160625 bytes
.../shared/images/Announcement_subscriptions.png | Bin 43413 -> 15474 bytes
lms/static/certificates/images/backpack-logo.png | Bin 2107 -> 1112 bytes
lms/static/certificates/images/backpack-ui.png | Bin 76558 -> 54810 bytes
lms/static/certificates/images/bg-verified.png | Bin 25152 -> 5169 bytes
lms/static/certificates/images/demo-sig1.png | Bin 3852 -> 2099 bytes
lms/static/certificates/images/demo-sig2.png | Bin 3695 -> 1990 bytes
lms/static/certificates/images/demo-sig3.png | Bin 7315 -> 3721 bytes
.../certificates/images/demo-user-profile.png | Bin 61749 -> 40719 bytes
lms/static/certificates/images/ico-honor.png | Bin 59443 -> 35743 bytes
.../certificates/images/ico-mozillaopenbadges.png | Bin 3638 -> 1870 bytes
lms/static/certificates/images/ico-verified.png | Bin 59571 -> 35713 bytes
lms/static/images/app/google_play_badge_45.png | Bin 8913 -> 4548 bytes
lms/static/images/bg-footer-divider.jpg | Bin 416 -> 390 bytes
lms/static/images/bg-texture.png | Bin 10028 -> 2092 bytes
lms/static/images/bulk_email/FacebookIcon.png | Bin 550 -> 333 bytes
lms/static/images/bulk_email/GooglePlusIcon.png | Bin 1286 -> 679 bytes
25 files changed, 0 insertions(+), 0 deletions(-)
2016-01-07 10:48:40 -05:00
Ned Batchelder
65c68d07ac
Keep the API docs building
2015-12-14 19:02:22 -05:00
Christine Lytwynec
06caf65b5b
Merge pull request #10979 from edx/clytwynec/te-1105
...
remove outdated references to specific .coveragerc files in docs
2015-12-14 11:02:53 -05:00
Christine Lytwynec
5e1bbef3ad
remove outdated references to specific .coveragerc files in docs
2015-12-14 09:22:52 -05:00
Peter Desjardins
df13b52181
Fix doc build failures that were caused by Python module import failures. Also fix broken cross references. https://openedx.atlassian.net/browse/DOC-2478
2015-12-11 12:50:40 -05:00
Ben Patterson
c41b67f503
Add documentation.
2015-12-01 14:38:16 -05:00
Carol Tong
163e6f0a19
Update config.ini file with new paths
2015-11-24 12:27:27 -05:00