- 18 Oct, 2016 6 commits
-
-
Addressing PR comments
mikedikan committed -
Comments about testing query counts and view perspective on functionality added. ECOM-6145
Mike Dikan committed -
ECOM-5680 Sortable organizations in admin program form
Matthew Piatetsky committed -
Matthew Piatetsky committed
-
ECOM-5680
Matthew Piatetsky committed -
Exclude unpublished programs from the course run endpoint
mikedikan committed
-
- 17 Oct, 2016 7 commits
-
-
We currently include unpublished programs on the course run endpoint by default. This change will change that default behavior so that unpublished programs aren't presented unless the 'include_unpublished_programs' flag is set as a query string parameter. ECOM-6013
Mike Dikan committed -
Add swagger comments for the get call view as well
Simon Chen committed -
Simon Chen committed
-
Exclude deleted programs from course and course_run api
Simon Chen committed -
Originally, the associated programs array in the course and course_run api object would include all programs regardless of status. With this change, the deleted programs are filtered. Only the query string parameter include_deleted_programs will list out all associated programs ECOM-5729
Simon Chen committed -
Updated i18n-tool version, .travis.yml and Makefile files
Ivan Ivic committed -
Ivan Ivic committed
-
- 14 Oct, 2016 2 commits
-
-
Increase the default facet organizations field limit from 100 to 10000
Simon Chen committed -
BM-6105
Simon Chen committed
-
- 12 Oct, 2016 1 commit
-
-
This switch is no longer necessary. ECOM-5791
Renzo Lucioni committed
-
- 11 Oct, 2016 1 commit
-
-
Data containing & will now have that entity converted to &. ECOM-5997
Clinton Blackburn committed
-
- 07 Oct, 2016 9 commits
-
-
This will allow users to better filter the catalog data they receive. ECOM-5749
Clinton Blackburn committed -
Change edx-django-release-util version.
John Eskew committed -
John Eskew committed
-
Adding UserAttribute table
Awais Qureshi committed -
Adding migration.
Awais committed -
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 1 commit
-
-
Fix malformed table error
Marko Jevtić committed
-