Feanil Patel
|
6e3fe00fff
|
Fix all E303 pep8 errors.
|
2019-12-30 12:25:38 -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 |
|
Ayub khan
|
5c47a3b425
|
BOM Project
Updated __unicode__ to __str__
|
2019-09-25 18:31:54 +05:00 |
|
Zainab Amir
|
6b78107081
|
Fix unregistered celery task (#21305)
openedx.core.djangoapps.ccxcon.tasks.update_ccxcon is not get auto
discovered by celery. Adding it to CELERY_IMPORTS to be explicitly
added.
PROD-283
|
2019-08-08 11:32:17 +05:00 |
|
Ayub
|
ef1da0f007
|
Merge pull request #21032 from edx/INCR-377
INCR-377 python 3 compatibility
|
2019-07-19 12:24:25 +05:00 |
|
Ayub
|
c3ad8a2f48
|
Merge pull request #21030 from edx/INCR-376
INCR-376 python3 compatibility
|
2019-07-18 12:09:29 +05:00 |
|
Ayub khan
|
7ffccff0f3
|
INCR-376 python3 compatibility
|
2019-07-10 19:57:32 +05:00 |
|
Ayub khan
|
91a3c91fd2
|
INCR-377 python 3 compatibility
|
2019-07-10 15:10:05 +05:00 |
|
Ayub khan
|
f2ac9498fd
|
INCR-375 python3 comptatibility
|
2019-07-10 14:57:45 +05:00 |
|
Julia Eskew
|
368f221f0a
|
Initial start on annotations.
|
2019-02-19 11:24:21 -05:00 |
|
Matthew Piatetsky
|
f294b1a374
|
fix unicode strings in openedx/ part 1
|
2019-02-13 10:47:35 -05:00 |
|
Michael Youngstrom
|
4bbd1dee0b
|
Remove shards from commonlib-unit tests
|
2019-02-12 14:28:35 -05:00 |
|
Jeremy Bowman
|
d90afa4cde
|
TE-2689 Remove useless pylint suppressions part 5
|
2018-08-21 11:07:52 -04:00 |
|
Jeremy Bowman
|
c290bf8a07
|
TE-2524 Stop using nose.plugins - openedx
|
2018-08-02 14:54:50 -04:00 |
|
John Eskew
|
09bd0244b4
|
Move ccxcon, credit, and programs Django apps to AppConfig standard.
|
2017-11-08 17:06:09 -05:00 |
|
John Eskew
|
a2cc679b25
|
Remove usage of default_app_label from ccxcon.
|
2017-11-02 16:52:09 -04:00 |
|
John Eskew
|
4b95abb715
|
Make an AppConfig to register ccxcon signals.
|
2017-10-05 11:12:53 -04:00 |
|
Andy Armstrong
|
93235d118d
|
Reorder imports using isort (except lms and cms)
|
2017-05-30 16:04:54 -04:00 |
|
Eric Fischer
|
4a90a5df84
|
Resolve circular dependency issue
|
2017-03-30 11:08:29 -04:00 |
|
Calen Pennington
|
bc20a37c2b
|
Simplify how shards are selected in CI
|
2016-08-03 16:23:02 -04:00 |
|
muzaffaryousaf
|
e2d9ecc010
|
Make migrations in-sync with models
|
2016-04-07 12:26:18 +05:00 |
|
Ben Patterson
|
c504029b39
|
Create a third shard for lms unit tests.
This will leverage the nose attrib plugin to allow us
to break tests apart on our build system to run
in parallel on separate nodes.
|
2016-03-17 12:01:42 -04:00 |
|
Giovanni Di Milia
|
bb36ab013f
|
Added CCXCon app
The CCXCon app is used to push course updated to the CCXCon
externale service.
|
2016-01-20 10:47:37 -05:00 |
|