1. 08 Jul, 2016 1 commit
  2. 26 Feb, 2016 1 commit
    • Run migrate on every DB in DATABASES for both lms and the cms · 243ad1b6
      Does so by running the edxapp role just to generate config (as
      controlled by check-migrations.sh's use of the --tag) and then
      the tasks in the playbook are hardcoded to always run, regardless
      of the tag.  Because the edxapp play has run, the tasks have
      access to the various config variables containing DATABASES
      and can tell what DBs are in use.
      
      Skip the read replica
      Kevin Falcone committed
  3. 22 Feb, 2016 1 commit
  4. 10 Dec, 2015 1 commit
  5. 01 Dec, 2015 1 commit
  6. 24 Nov, 2015 1 commit
  7. 27 May, 2015 2 commits
  8. 26 May, 2015 2 commits
  9. 06 May, 2015 1 commit
  10. 28 Apr, 2015 1 commit
  11. 26 Sep, 2014 2 commits
  12. 11 Sep, 2014 6 commits
  13. 27 Aug, 2014 1 commit
  14. 11 Jun, 2014 3 commits
  15. 09 Jun, 2014 1 commit
    • check-migration test · a0cdbd5c
      check for var definitions
      
      create configs for migration
      
      fixing ansible command
      
      setting extravars
      
      run migrations using a new ansible play
      
      missing spaces
      
      removing venv var
      
      adding verbose flag to ansible run for migrations
      
      fixing newline output
      
      add db_dry_run var
      
      add db_dry_run logic
      
      facts not needed for migration
      
      fixing name
      John Jarvis committed