- 03 Oct, 2016 2 commits
-
-
Bill DeRusha committed
-
Awais786/ecom 5802 publisher model changes
Awais Qureshi committed
-
- 02 Oct, 2016 2 commits
-
-
Adding new migration. ECOM-5802
Awais committed -
Forking processes with open database connections can lead to some surprising behavior! This change forces the parent process running the refresh command to reconnect to the database before making any queries in case one of its child processes has closed the connection it relies on. ECOM-5871
Renzo Lucioni committed
-
- 01 Oct, 2016 2 commits
-
-
Force each process to use its own database connection, add a migration creating relevant switches, and simplify the logic determining whether it's safe to use threads. ECOM-5871
Renzo Lucioni committed -
A Waffle switch can now be used to toggle parallelized execution of the data loading pipeline. The pipeline is structured so that stages that can run independently of others are interleaved using separate processes. A separate Waffle switch can be used to toggle threaded writes to the database. Instead of using threads to request all data, then writing it all serially, use this switch to spawn separate threads responsible for reading and writing each page of data. ECOM-5871
Renzo Lucioni committed
-
- 30 Sep, 2016 2 commits
-
-
Created dashboard for publisher.
Waheed Ahmed committed -
ECOM-5174
Waheed Ahmed committed
-
- 29 Sep, 2016 8 commits
-
-
Fix malformed table error
Marko Jevtić committed -
Marko Jevtić committed
-
Created tab and fields for Sales Force.
Waheed Ahmed committed -
ECOM-5110
Waheed Ahmed committed -
Update ecommerce api endpoint example
Marko Jevtić committed -
Marko Jevtić committed
-
Fixed pylint was not checking the files under publisher/tests and publisher_comments/tests.
Waheed Ahmed committed -
ECOM-5845
Waheed Ahmed committed
-
- 28 Sep, 2016 4 commits
-
-
Renzo Lucioni committed
-
Calls to course, course run, and program APIs can use this parameter to prevent UTM parameters from being appended to marketing URLs. ECOM-5782.
Renzo Lucioni committed -
[ECOM-5701] Otto performance improvement
Bill DeRusha committed -
Reduce the number of threads used when calling the ecommerce system to limit concurrent load.
Bill DeRusha committed
-
- 27 Sep, 2016 4 commits
-
-
ECOM-5740 Only include programs for which the course runs are not excluded
Matthew Piatetsky committed -
Matthew Piatetsky committed
-
ECOM-5436 Order courses in a program
Matthew Piatetsky committed -
Matthew Piatetsky committed
-
- 23 Sep, 2016 1 commit
-
-
These empty parameters cause errors, resulting in failed responses. ECOM-5685
Clinton Blackburn committed
-
- 22 Sep, 2016 2 commits
-
-
Clinton Blackburn committed
-
endorser is a field on Endorsement, not CorporateEndorsement. We should be prefetching individual_endorsements.
Renzo Lucioni committed
-
- 21 Sep, 2016 3 commits
-
-
Query optimization
Renzo Lucioni committed -
Renzo Lucioni committed
-
Renzo Lucioni committed
-
- 20 Sep, 2016 6 commits
-
-
Programs endpoint fixes
Clinton Blackburn committed -
Clinton Blackburn committed
-
Clinton Blackburn committed
-
Clinton Blackburn committed
-
Renzo Lucioni committed
-
ECOM-5559
Clinton Blackburn committed
-
- 19 Sep, 2016 4 commits
-
-
ECOM-5689.
Renzo Lucioni committed -
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
-