Aarif
98af9ce418
remove useless-supression warnings
2020-05-01 19:42:15 +05:00
Aarif
6ee2089077
fixed warnings for wrong-import-order
2020-04-08 23:43:06 +05:00
Tim McCormack
11fc118402
Remove django-celery from transitive deps; remove unused tasks ( #23318 )
...
The video thumbnail and transcript tasks were the only things using chord_task from
edx-celeryutils, which in turn was blocking django-celery removal. But, they're no longer used.
Co-authored-by: Diana Huang <diana.k.huang@gmail.com >
2020-03-05 21:57:12 +00:00
Tim McCormack
95d4acad7c
Minimize dependency on django-celery ( #23193 )
...
- Reimplement `djcelery.common.respect_language` utility function so we
can drop the dependency.
- Loosen `celery` pinning to a range, which brings in a fix for a
possible crash bug
Also, pin `path` to 13.1.0 for now in order to continue supporting py35.
2020-02-26 00:46:36 +00:00
Ahtisham Shahid
7a026b7850
created const for update_search_index
2020-01-17 14:29:30 +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
Feanil Patel
75eeee0f89
Correct the output file name for exports.
2019-12-19 12:48:13 -05:00
Feanil Patel
50ab035d49
Make the file name not have a 'b' prefix.
...
We make sure the temp file name is a string because we combine it with
other string components with path later.
2019-12-18 12:58:34 -05:00
Feanil Patel
ca705a2757
Encoding that was breaking import.
2019-10-07 13:49:25 -04:00
noraiz-anwar
67af4b8eb1
fix course import issue
2019-09-26 18:00:21 +05:00
Awais Qureshi
40d9a683e5
PROD-692
...
Fixing python3
2019-09-17 17:03:56 +05:00
Ayub khan
da9c71557b
-Remove unicode and use six.text_type
2019-09-02 16:14:02 +05:00
arbisoft
84cfb8d1ec
BOM-392
...
Fixing encode/decode issues for python3.
2019-08-22 16:45:25 +05:00
Waheed Ahmed
23bc5af0fc
Fix course:org link creation upon rerun.
...
Upon rerun creation from publisher course:organization link
was not creating, due to which org logo was not appearing on
course certificates.
Fixed by creating course:org link upon rerun.
PROD-125
2019-08-05 13:48:50 +05:00
Feanil Patel
63f8167dfc
Remove the task that is no longer being referenced.
...
Second phase for removing the task. The references to it were removed
earlier as a part of DEPR-41
2019-07-26 16:24:05 -04:00
Feanil Patel
1f7b12a38d
Remove references to push notifications.
...
Push notifications was only ever setup to connect to Parse.com a service
that has been discontinued. Since we haven't replaced the functionality
for a few years now, remove this dead code.
In cms/templates/js/course_info_update.underscore we're allowing content
to not be escaped because this is by design according to the tests.
Long term there should be a better fix for this but for now this is
intended behavior.
2019-07-24 11:45:46 -04:00
asadazam93
eb2422990c
Reverted logs
2019-05-03 16:10:17 +05:00
Awais Jibran
3bfab9fd32
Adding more timing logs as course-rerun is slow for mitx-7.00x
2019-03-22 15:41:57 +05:00
Matthew Piatetsky
7df30938c4
fix unicode strings in cms/
2019-02-04 13:01:51 -05:00
Diana Huang
6572d99e76
Remove all references to datadog from our code.
2019-01-08 15:41:24 -05:00
irfanuddinahmad
527edc5c45
Add video thumbnails management command to scrape youtube thumbnails and update them in edxval
2018-09-04 19:07:03 +05:00
Jeremy Bowman
68902a2f3f
TE-2689 Remove useless pylint suppressions part 3
2018-08-16 09:57:01 -04:00
Qubad786
68e760ff29
Move transcript migrations tasks to low priority queue
2018-07-10 19:00:47 +05:00
Kshitij Sobti
491532c2db
Update report generation code to include old state for backwards compatibility
...
Include report data generated by blocks as columns instead of a json dict
2018-07-09 23:56:51 +05:30
Qubad786
c444a51af8
Resolve transcript migrations issues resulted from running it on stage
2018-06-28 18:47:40 +05:00
Qubad786
c7c2f808e7
Add a field to transcript migration data model to track number of runs
...
include command run tracking information in logging
2018-06-25 20:42:23 +05:00
Qubad786
5b49f17dfe
migrate video transcripts for both published and draft structure
2018-06-25 16:16:59 +05:00
Qubad786
6f5fa33d97
Fix celery chord issues, improve logging for splunk reports generations.
2018-06-25 16:16:59 +05:00
Qubad786
9f820c9e71
Fix tests
2018-06-07 15:57:45 +05:00
Qubad786
981be5db57
Fix migrations of external video component transcripts and beautify/refatoring
2018-06-07 15:57:45 +05:00
irfanuddinahmad
2146d7219c
fixed migrate command's aws settings issues
2018-06-07 15:57:45 +05:00
irfanuddinahmad
0195e9720d
added admin site settings
2018-04-23 19:47:40 +05:00
irfanuddinahmad
3e426aca91
New command to migrate transcripts to S3
2018-04-12 16:57:23 +05:00
bmedx
46cb89e55d
Fixes to CMS failures in Django 1.11 tests
2018-01-23 14:11:06 -05:00
Alex Dusenbery
1602a0e66c
EDUCATOR-1817 | Add traceback info on course import/export exceptions.
2017-11-29 10:10:58 -05:00
Andy Armstrong
ebb04ca396
Reorder Studio imports using isort
2017-05-30 17:00:50 -04:00
Clinton Blackburn
1edfd795fb
Cloning additional data when re-running a course
...
Re-running a course now clones the OrganizationCourse and RestrictedCourse data from the old run to the new run. This will allow administrators to avoid the tedium of manually recreating this data.
2017-04-18 10:11:35 -04:00
Jeremy Bowman
8d36c3825c
PLAT-1121 Export courses asynchronously
2017-03-13 09:00:11 -04:00
Jeremy Bowman
d3b873c7e9
PLAT-1104 Import courses asynchronously
2017-02-22 15:06:34 -05:00
Jesse Zoldak
83a451dc0b
Revert "PLAT-1104 Import courses asynchronously"
2017-01-30 19:21:43 -05:00
Jeremy Bowman
831cd4b85b
PLAT-1104 Import courses asynchronously
2017-01-30 12:19:33 -05:00
Nimisha Asthagiri
b124485ed6
MA-611, MA-613 Mobile Push Notification Studio Backend; Integration with Parse
2015-04-18 15:30:19 -04:00
E. Kolpakov
9bbad95497
Moved library key normalization into library_tools module, fixed library update task test
2015-04-14 14:43:37 +03:00
E. Kolpakov
77cc80f6b6
Added code to fire library_updated signal when library is updated
2015-04-14 12:41:24 +03:00
E. Kolpakov
bd891c21db
Added setting to enable/disable library indexing + moved is_index_enabled into search indexer classes
...
Added task and signal to fire library reindex
2015-04-14 12:40:05 +03:00
Davorin Sego
e37a98d1be
Indexing moved to celery task. Reorganised indexing to always allow for full course reindex. Indexing code no longer needs to be in common, because it is triggered by signal instead of being called.g
2015-04-10 14:30:19 -04:00
christopher lee
e8dfac091b
MA-77 Auto VAL clone course
...
MA-77 Automatically adds the course id to the videos in VAL
when a course is rerun.
2015-03-26 12:36:43 -04:00
Nimisha Asthagiri
bdd91daeb6
Include stack trace in Course Rerun errors; Log errors.
2014-09-04 14:31:07 -04:00
Ben McMorran
62643a5941
Fix broken rerun test
2014-08-21 15:43:22 -04:00
Ben McMorran
ff525bea96
Fix field serialization
2014-08-21 12:11:30 -04:00