- 07 Oct, 2016 4 commits
-
-
Awais786/ecom 5496
Awais Qureshi committed -
Implement new design with css. Test cases added.
Awais committed -
Added header/footer.
Waheed Ahmed committed -
ECOM-5284
Waheed Ahmed committed
-
- 06 Oct, 2016 3 commits
-
-
The viewers field attempts to render all users in the system. This does not scale and may bring down the system. This fix renders the field as a text input. ECOM-5964
Clinton Blackburn committed -
ECOM-5961 Fix course ordering bug
Matthew Piatetsky committed -
We were using a generator form of course runs which was getting exhausted after the first course run. ECOM-5961
Matthew Piatetsky committed
-
- 05 Oct, 2016 1 commit
-
-
Re-introduces minimal serializers used to avoid expensive serialization of data not used by any clients. ECOM-5791
Renzo Lucioni committed
-
- 03 Oct, 2016 3 commits
-
-
Add title boosting for search queries
Matthew Piatetsky committed -
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 1 commit
-
-
Programs endpoint fixes
Clinton Blackburn committed
-