1. 26 May, 2016 1 commit
  2. 24 May, 2016 2 commits
  3. 19 May, 2016 1 commit
  4. 18 May, 2016 6 commits
  5. 17 May, 2016 1 commit
  6. 16 May, 2016 1 commit
  7. 13 May, 2016 1 commit
  8. 12 May, 2016 2 commits
  9. 11 May, 2016 2 commits
  10. 10 May, 2016 2 commits
  11. 02 May, 2016 7 commits
  12. 28 Apr, 2016 2 commits
    • Switch to using the edxapp-migrate-(lms|cms) tools · b7e070e0
      edxapp-migrate-lms figures out at system build time what databases
      it needs to migrate (just default, or default + student_module_history).
      This avoids paver needing to be clever about figuring out if a user has
      enabled the split CSMHE databases flag and permits this to merge early
      and safely.
      
      We can turn the CSMHE flag on from configuration at the same time we
      enable all of the database config and ensure that the new database is
      created.  Until a devstack is provisioned using that version of
      configuration, it'll continue to have 1 DB and migrate 1 DB.  This
      allows us to better control deployment.
      Kevin Falcone committed
  13. 27 Apr, 2016 2 commits
  14. 26 Apr, 2016 1 commit
  15. 22 Apr, 2016 6 commits
  16. 21 Apr, 2016 2 commits
  17. 15 Apr, 2016 1 commit
    • Reconcile double reverts · 60fab86f
      Resolves conflicts between reverts of pattern library test pages and multi-site comprehensive theming, and the re-introduction of pattern library test pages. Fixes a pipeline rendering test which relied on other tests updating assets. The test now ensures that static assets are available before running.
      Andy Armstrong committed