- 19 Sep, 2016 6 commits
-
-
The sorting code now exits with the default value if a course has no course runs. ECOM-5696
Clinton Blackburn committed -
ECOM-5688.
Renzo Lucioni committed -
Also add a filter to the list view of CourseRun admin so that users can determine which course runs are hidden. ECOM-5687.
Renzo Lucioni committed -
These empty parameters cause errors, resulting in failed responses. ECOM-5685
Clinton Blackburn committed -
Docker testing improvements
Clinton Blackburn committed -
- Sharing values between local nad Docker test settings - Added nose-exclude to resolve issue with nose attempting to run devstack_test
Clinton Blackburn committed
-
- 16 Sep, 2016 8 commits
-
-
These values better reflect what we use in production.
Clinton Blackburn committed -
ECOM-5673
Clinton Blackburn committed -
ECOM-5668.
Renzo Lucioni committed -
Pre-fetching greatly reduces the number of queries. Locally, this has resulted in a 78% decrease in queries. ECOM-5559
Clinton Blackburn committed -
ECOM-5660 Add logo image url override for organizations
Matthew Piatetsky committed -
Matthew Piatetsky committed
-
ECOM-5635 allow filter of unpublished course_runs
Simon Chen committed -
Simon Chen committed
-
- 15 Sep, 2016 3 commits
-
-
django-simple-history's HistoricalRecords conflict with django-extensions' AutoSlugField. Briefly: AutoSlugField tries to automatically generate a unique slug any time a new model instance is saved. This includes the addition of rows to historical tables. AutoSlugField attempts to generate a unique slug 100 times by appending '-i' where i is between 2 and 99, inclusive, then raises an exception, preventing a historical row from being created. This happened very quickly for models whose slug field source(s) slugify to the empty string, but would have eventually happened for all models using HistoricalRecords. This behavior renders the historical tables (which we weren't using in the first place) useless until we can exclude specific fields from historical tracking: https://github.com/treyhunner/django-simple-history/issues/165. Note that the migration included here will drop the historical tables currently in place. This is fine - the data is not useful - and should not incur downtime. An added benefit of fixing this issue by removing HistoricalRecords from course metadata models: a refresh with production data takes 11 minutes on my local machine. ECOM-5579.
Renzo Lucioni committed -
ECOM-5659
Clinton Blackburn committed -
This removes the burden of conversion from our API clients. ECOM-5623
Clinton Blackburn committed
-
- 14 Sep, 2016 3 commits
-
-
Clinton Blackburn committed
-
ECOM-5577
Clinton Blackburn committed -
Clinton Blackburn committed
-
- 13 Sep, 2016 20 commits
-
-
- Enabling Django Debug Toolbar by default - Removed local/syslog logger for testing since there is no syslog on the containers
Clinton Blackburn committed -
ECOM-5534
Clinton Blackburn committed -
ECOM-5534
Clinton Blackburn committed -
Change edx-django-release-util version.
John Eskew committed -
John Eskew committed
-
Make marketing slug required for program activation
Renzo Lucioni committed -
A program's marketing_slug field must be populated before it can be marked as 'Active'. ECOM-5568.
Renzo Lucioni committed -
Marketable programs must be active
Renzo Lucioni committed -
Programs have a status field that must be respected when filtering marketable programs. The LMS consumes the set of marketable MicroMasters. We don't want to leak unpublished programs.
Renzo Lucioni committed -
Query Performance Improvements
Clinton Blackburn committed -
ECOM-5559 and ECOM-5440
Clinton Blackburn committed -
ECOM-5559 and ECOM-5440
Clinton Blackburn committed -
ECOM-5559 and ECOM-5440
Clinton Blackburn committed -
ECOM-5559 and ECOM-5440
Clinton Blackburn committed -
OEP-5 Compliance
Clinton Blackburn committed -
Clinton Blackburn committed
-
- Corrected location of devstack data - Corrected location of Elasticsearch data volumes - Added .dockerignore
Clinton Blackburn committed -
Drupal data loader fixes
Bill DeRusha committed -
Bill DeRusha committed
-
Bill DeRusha committed
-