hunytalk
ef7350f375
Add comment
2020-01-13 19:09:15 +05:00
hunytalk
8374d111c1
Add start_date, end_date for renaming start, end field to CourseOverview
2020-01-13 18:59:51 +05:00
David Ormsbee
db30d8f447
Merge pull request #22631 from appsembler/omar/iexact__in
...
Safer CourseOverview.org filed matching
2019-12-30 14:59:13 -05:00
Feanil Patel
046feb0cf0
Merge pull request #22649 from edx/feanil/fix_pep8
...
Fix all E303 pep8 errors.
2019-12-30 13:32:26 -05:00
Feanil Patel
6e3fe00fff
Fix all E303 pep8 errors.
2019-12-30 12:25:38 -05:00
Feanil Patel
2df8b8226b
Merge pull request #22643 from edx/feanil/2to3_asserts
...
Run `2to3 -f asserts . -w` on edx-platform.
2019-12-30 12:13:42 -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
70294b0ad2
Run 2to3 -f asserts . -w on edx-platform.
...
https://docs.python.org/3.5/library/2to3.html#2to3fixer-asserts
2019-12-30 10:22:19 -05:00
Omar Al-Ithawi
99960d7001
Safer CourseOverview.org filed matching
...
Regular expressions are harder to read and debug
2019-12-30 11:01:50 +03:00
Hassan Javeed
b699308933
Added management command to add history from snapshot.
2019-12-19 15:41:29 +05:00
Feanil Patel
f485ff450d
Deal with pylint.
2019-12-09 11:03:22 -05:00
Feanil Patel
bf482f4989
Respond to code review.
2019-12-06 15:02:22 -05:00
Feanil Patel
48e9724808
Handle other places where we might be unpickling things.
...
We use pickling in conjunction with caches in these cases so we should
be able to fallback to the uncached behavior if the pickled data is
corrupt in some way.
eg. it's a python 2 pickle we don't know how to read.
2019-12-05 17:06:12 -05:00
Stu Young
9ec9d45bc4
remove backfill history management command ( #22267 )
2019-11-07 15:03:31 -05:00
Stu Young
cb9f6b4a1b
fix example in history backfill command ( #22224 )
2019-11-01 17:32:47 -04:00
Hassan Javeed
86f0f42520
Replace 'NULL' with None.
2019-10-28 16:05:45 +05:00
Manjinder Singh
7f3045cf75
BOM-933: Fix type mismatches in various migrations 4 ( #22146 )
...
* fix type mismatch in course_goals migrations
* fix type mismatch in experiments migrations
* fix type mismatch in xblock_django migrations
* fix type mismatch in catalog migrations
* fix type mismatch in static_replace migrations
* fix type mismatch in bulk_email migrations
* fix type mismatch in course_overviews migrations
2019-10-24 13:47:51 -04:00
Hassan Javeed
edb732d83a
Added management command to populate history as of 06/29.
2019-10-23 01:43:13 +05:00
Adeel Khan
f11afb57a2
Adds migration for simulate publish command
...
A rewording of help text caused django to create
a new migration for config model and that was not
initially pushed to master.
2019-10-02 14:45:43 +05:00
Nimisha Asthagiri
95c2e49438
Merge pull request #21840 from edx/bom/block-structure-python-3
...
block_structure python-3 upgrade
2019-09-30 08:33:32 -04:00
Nimisha Asthagiri
b0a1a99aa6
block_structure python-3 upgrade
2019-09-28 14:15:24 -04:00
Nimisha Asthagiri
ea0bea8193
course_overviews python-3 upgrade
2019-09-28 14:00:14 -04:00
Jeremy Bowman
ead81288ad
Always store transformers_schema_version as text BOM-576 ( #21823 )
2019-09-27 14:33:25 -04:00
Jeremy Bowman
88b8e97409
Fix block_structure error handling BOM-577 ( #21801 )
2019-09-27 10:06:00 -04:00
Hassan Javeed
8ad77f7f0c
Removed one-off management commands.
2019-09-27 18:04:16 +05:00
Ayub khan
5c47a3b425
BOM Project
...
Updated __unicode__ to __str__
2019-09-25 18:31:54 +05:00
Ned Batchelder
e1a3d66143
Merge pull request #21220 from eduNEXT/coa/course-index-regex
...
Making the regex that gets the index courses more secure
2019-09-23 11:32:28 -04:00
Hassan Javeed
23cd4d9899
Management command to add history to course_overviews_courseoverview.
2019-09-20 23:50:01 +05:00
Kyle McCormick
298c3498ae
Add course_exists utility to CourseOverview class
2019-09-20 09:55:13 -04:00
Aarif
530dadb1b0
Merge pull request #21682 from edx/BOM-485
...
BOM-485
2019-09-18 18:01:37 +05:00
Adeel Khan
98c6c1af49
Adds config models to pass arguments to management command
...
This would enable simulate_publish management command to
fetch its arguments from config model.
PROD-548
2019-09-18 11:42:02 +05:00
aarif
7cc0efdb24
python 3 fixes
2019-09-17 18:19:21 +05:00
Aarif
0225162c67
Merge pull request #21654 from edx/BOM-476
...
BOM-476
2019-09-17 12:37:22 +05:00
Hassan Javeed
092da8c5f4
Management command to insert initial historical records.
2019-09-17 03:13:07 +05:00
Awais Qureshi
f6537586d6
BOM-479
...
Fixing python3
2019-09-15 00:23:39 +05:00
aarif
0690178446
python 3 fixes
2019-09-13 17:02:39 +05:00
Kyle McCormick
7c10e03ce4
Fix CourseOverview factory timezone unawareness warnings
2019-09-12 14:54:03 -04:00
Chris Pappas
228920e701
Merge pull request #21566 from edx/cpappas/course-overview-serializer-bug-fix
...
Updating course overview serializer to return bool data for has_end…
2019-09-05 09:55:26 -04:00
Christopher Pappas
5f510a8dd5
Updating course overview serializer to return string data for has_ended and has_started, and not a bound method
...
Oops meant this to be a bool and not a string type
Had to add a start and end date for the course overview test fixture for tests to pass
2019-09-04 19:32:28 -04:00
Ayub khan
611e43bc6d
BOM-245
...
python3 compatibility
2019-09-04 18:20:20 +05:00
Chris Pappas
4829fd4fde
ENT-2117 | Creating new endpoint for enterprise learner portal. Includes small refactor of programs_enrollment GET logic, sowe do not need to duplicate the logic ( #21258 )
...
Adding new course_overview internal api
CourseOverview serializer work
Removing enterprise learner portal djangoapp from this repo
Removing ent learner portal url
Minor cleanups
Updating serializers again
typo
adding some tests and quality fixes
more quality fixes
Fixing test
Adding in an import i removed
2019-08-14 11:27:12 -04:00
aarif
61800c619f
replaced StringIO imports with import from six
...
replaced cStringIO and StringIO imports with import from six
fixed StringIO imports
fixed StringIO imports
fixed XSS python-wrap warning
2019-08-08 00:09:16 +05:00
Diego Millan
0dcb6ecea5
Making the regex that gets the index courses more secure
2019-07-25 11:09:32 -04:00
Troy Sankey
4500536151
Add history to CourseOverview
2019-07-03 16:24:28 -04:00
Calen Pennington
390122ec93
Make CourseOverviewFactory create new courses every time (unless otherwise specified)
2019-06-25 12:04:59 -04:00
Jeremy Bowman
f9929f32b5
Update quality threshold counts ( #20681 )
2019-05-24 08:27:54 -04:00
Amit
d0810a5c94
INCR-249: Make compatible with Python 3.x without breaking Python 2.7 support ( #20528 )
...
* INCR-249: Make compatible with Python 3.x without breaking Python 2.7 support --> openedx/core/djangoapps/content/block_structure
* INCR-249: Grouped six package
* INCR-249: Remove the duplicate lines for absolute_import
2019-05-13 12:15:05 -04:00
amitvadhel
467eb70f50
INCR-141: Run python-modernize on openedx/core/djangoapps/content/block_structure [migrations, management, config]
2019-05-10 12:13:17 +03:00
Anthony Wee
a73dd36f60
INCR-143: Run python-modernize on openedx/core/djangoapps/content/course_overviews ( #20443 )
...
* INCR-143: Run python-modernize on openedx/core/djangoapps/content/course_overviews
* isort
* pylint
2019-05-07 16:34:04 -04:00
Nimisha Asthagiri
e160b23903
Move django_comment_client to discussion/
2019-05-03 12:09:46 -04:00