Eric Fischer
3994615d2d
Merge pull request #14090 from edx/efischer/alt_queues
...
Get alternate queues from ENV_TOKENS
2016-12-05 12:51:59 -05:00
Brandon DeRosier
097b6417e1
Merge pull request #13958 from edx/bdero/celery-broker-tls
...
Allow configuring TLS for celery broker
2016-12-03 12:18:25 -05:00
Eric Fischer
b610215e08
Get alternate queues from ENV_TOKENS
2016-12-02 10:32:00 -05:00
Eric Fischer
01cc136217
Allow CELERY_QUEUES to be overriden using ENV_TOKENS
2016-11-17 12:56:07 -05:00
Jeremy Bowman
f05899b2ba
Merge pull request #13930 from edx/PLAT-1074
...
PLAT-1074 Add support for django-user-tasks
2016-11-09 15:11:26 -05:00
Jeremy Bowman
3ee8fc130c
PLAT-1074 Add support for django-user-tasks
2016-11-09 14:12:09 -05:00
Brandon DeRosier
8c9aa7d3f3
Allow configuring TLS for celery broker
2016-11-09 12:14:42 -05:00
John Eskew
cd522358f2
Merge pull request #13706 from edx/jeskew/move_embargo_out_of_common
...
Move embargo from common to openedx/core/djangoapps.
2016-11-08 14:38:24 -05:00
John Eskew
e3cb462d18
Move embargo from common to openedx/core/djangoapps.
2016-11-07 08:47:36 -05:00
attiyaishaque
0ffde1a620
ECOM-5281 Adding retries and celery task for sending activation email.
2016-11-07 11:23:43 +05:00
Nimisha Asthagiri
6e7f131c40
Merge pull request #13790 from edx/release
...
Merge Release to Master
2016-10-18 19:23:23 -04:00
Eric Fischer
c4c2875232
Route grading updates to low priority queue
2016-10-14 14:24:08 -04:00
Andy Armstrong
03c3ee53e5
Move cors_crsf to openedx/core
2016-10-14 13:59:01 -04:00
chrisndodge
6d327594ac
add restricted DOT OAUTH2 client with reduced privileges
2016-10-14 07:31:26 -04:00
Andy Armstrong
4d4097e13c
Move dark_lang and lang_pref apps to openedx/core
2016-10-13 11:56:24 -04:00
Andy Armstrong
0b24614d6f
Move session_inactivity_timeout to openedx/core
2016-10-12 00:17:54 -04:00
Nimisha Asthagiri
27c99e1cf2
Move header_control from common to openedx/core
2016-10-11 17:56:56 -04:00
Andy Armstrong
684aec8740
Move contentserver to openedx/core
2016-10-11 12:49:33 -04:00
Adam Palay
da58ad2a2b
only dump courses to neo4j if they've been updated since the last time they were dumped
...
improvements to the command line interface for caching
2016-10-11 08:20:23 -04:00
Nimisha Asthagiri
cf2c48ab8f
Merge pull request #13688 from edx/common_cleanup/datadog
...
Move datadog from common to openedx/core
2016-10-07 14:13:34 -04:00
Nimisha Asthagiri
0df9fb355b
Merge pull request #13692 from edx/common_cleanup/monitoring
...
Move monitoring from common to openedx/core
2016-10-07 13:52:00 -04:00
Nimisha Asthagiri
2112e7f8c8
Merge pull request #13659 from edx/common_cleanup/external_auth
...
Moves external_auth from common to openedx/core
2016-10-07 13:39:21 -04:00
Nimisha Asthagiri
fd49f88e08
Moves external_auth from common to openedx/core.
2016-10-07 12:34:22 -04:00
Andy Armstrong
12ec1fffba
Merge pull request #13668 from edx/andya/remove-empty-reverification-app
...
Remove empty reverification Django app
2016-10-07 09:51:28 -04:00
Nimisha Asthagiri
af5f7789d1
Move datadog from common to openedx/core.
2016-10-07 08:57:02 -04:00
Nimisha Asthagiri
c8bca627f0
Move monitoring from common to openedx/core
2016-10-07 08:43:24 -04:00
Andy Armstrong
9f08457c53
Merge pull request #13675 from edx/andy/move-service-status
...
Move service_status from common into openedx
2016-10-06 20:16:07 -04:00
Nimisha Asthagiri
8ebc4106f2
Merge pull request #13673 from edx/common_cleanup/cache_toolbox
...
Move cache_toolbox from common to openedx/core
2016-10-06 18:07:46 -04:00
Nimisha Asthagiri
2c7975f804
Move cache_toolbox from common to openedx/core.
2016-10-06 16:57:00 -04:00
Andy Armstrong
a75f64b6c0
Move service_status from common into openedx
2016-10-06 13:37:35 -04:00
Andy Armstrong
0f18b740c8
Move pipeline_js Django app into CMS
...
Note: this used to be in common, but it was only used in Studio.
2016-10-06 12:08:04 -04:00
Andy Armstrong
96a572dded
Remove empty reverification Django app
2016-10-06 10:35:08 -04:00
Jesse Shapiro
47d18c35fe
Add DnDv2 to advanced problems; relabel DnDv1 as deprecated
2016-10-05 09:22:35 -04:00
cahrens
e77b5eb3c3
Merge with release.
2016-09-28 09:58:14 -04:00
attiyaishaque
e8f109a328
Revert "ECOM-5281 Add retires for email sending while registering."
...
This reverts commit 4bbeaf32ae .
2016-09-27 17:21:24 +05:00
attiyaishaque
648bc7efb4
Revert "Adding celery task for sending activation email."
...
This reverts commit fe136122db .
2016-09-27 17:20:57 +05:00
Matjaz Gregoric
344c72b3e2
Use non-ascii PLATFORM_NAME in tests.
...
It should help catch unicode encoding problems earlier.
This also updates python-saml dependency to a version that includes a
patch for unicode strings.
2016-09-23 15:38:23 +02:00
attiyaishaque
fe136122db
Adding celery task for sending activation email.
2016-09-23 11:43:26 +05:00
attiyaishaque
4bbeaf32ae
ECOM-5281 Add retires for email sending while registering.
2016-09-23 11:43:26 +05:00
asadiqbal
2833d1e9a5
WL-603 load locale paths for themes directories
2016-09-22 13:26:11 +05:00
Eric Fischer
31953c5e0c
Update correct persistent score
...
* First take at forcing a subsection's grade to update when a signal is
sent that a problem's score has changed
* Refactor signal handler connection.
* Expand bokchoy tests to cover progress page
* Add some grading unit tests
TNL-5394
TNL-5364
2016-09-08 15:09:05 -04:00
Renzo Lucioni
948c1bd8ae
Merge pull request #13408 from edx/renzo/display-catalog-micromasters
...
Retrieve marketable MicroMasters from the catalog service
2016-09-08 09:47:20 -04:00
Renzo Lucioni
37523939f2
Retrieve marketable MicroMasters from the catalog service
...
Catalog-based MicroMasters need to be displayed in the LMS. However, the LMS currently retrieves all program data from the soon-to-be-retired programs service. Consuming program data exclusively from the catalog service is out of the question right now; it's too complex to confidently pull off in a week. This is a functional middle ground introduced by ECOM-5460. Cleaning up this debt is tracked by ECOM-4418.
2016-09-07 17:44:54 -04:00
J. Cliff Dyer
1371739f45
Register block_structure djangoapp.
...
TNL-5274
2016-09-06 11:42:38 -04:00
sanfordstudent
b7ac081e49
Merge pull request #13329 from edx/sstudent/TNL-5382-part-1
...
creating django admin settings for subsection grades
2016-09-02 10:52:51 -04:00
Sanford Student
d54a784a43
creating django admin settings for subsection grades
2016-09-02 09:32:33 -04:00
Nimisha Asthagiri
b37d2d739a
Make BlockStructure tasks more resilient against failures.
...
https://openedx.atlassian.net/browse/TNL-5041
2016-09-02 08:02:49 -04: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
George Song
5811b92e6e
Disable debug-toolbar ProfilingPanel
...
There's a [bug](https://github.com/jazzband/django-debug-toolbar/issues/792 )
that prevents wrapped views from working properly with the profiling panel.
Disable it by default.
2016-08-31 13:38:28 -07:00
George Song
194ace0ff0
Update to latest django-debug-toolbar
...
Also make sure we set the recommended settings according to
<https://django-debug-toolbar.readthedocs.io/en/stable/installation.html#explicit-setup >
2016-08-30 11:33:05 -07:00