| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix timestamp to include %M instead of %I for post-deploy migrations.ab-44121-post-deploy-migrations-time-format | Andreas Brandl | 2018-03-12 | 1 | -1/+1 |
| | | | | | Closes #44121. | ||||
| * | require rails/generators for generators | Yorick Peterse | 2016-11-01 | 1 | -0/+2 |
| | | | | | | | Because this code resides in lib/ it may be eager loaded. Rails in turn doesn't define Rails::Generators by default unless you explicitly require "rails/generators". | ||||
| * | Support for post deployment migrationsbackground-migrations | Yorick Peterse | 2016-10-31 | 1 | -0/+13 |
| These are regular Rails migrations that are executed by default. A user can opt-out of these migrations by setting an environment variable during the deployment process. Fixes gitlab-org/gitlab-ce#22133 | |||||
