summaryrefslogtreecommitdiff
path: root/lib/gitlab/background_migration
Commit message (Expand)AuthorAgeFilesLines
* Reset merge status from mergeable MRsOswaldo Ferreira2019-05-311-0/+17
* Add wiki size to project statisticsPeter Marko2019-05-291-0/+18
* Fix typos in the whole gitlab-ce projectYoginth2019-05-201-1/+1
* Run rubocop -a on CE filessh-upgrade-rubocop-0.68.0-ceStan Hu2019-05-052-3/+3
* Fix stage index migration failing in PostgreSQL 10sh-fix-issue-59985Stan Hu2019-04-031-2/+2
* Remove additional loggingissue_51789_part_1Felipe Artur2019-04-012-4/+0
* Address review commentsFelipe Artur2019-03-281-1/+1
* Merge masterFelipe Artur2019-03-277-23/+55
|\
| * Add multiple assignees migration and table populationOswaldo Ferreira2019-03-251-0/+36
| * Run rubocop -aNick Thomas2019-03-133-20/+15
| * Adds the Rubocop ReturnNil copAndrew Newdigate2019-03-062-2/+2
| * Use encrypted runner tokensKamil Trzciński2019-03-061-1/+2
* | Remove auto vacuum logic, decrease batch size and intervalFelipe Artur2019-03-013-102/+22
* | Address review commentsFelipe Artur2019-02-195-70/+93
* | Add more specs and code improvementsFelipe Artur2019-02-194-29/+32
* | Make migrations reschedulableFelipe Artur2019-02-184-27/+47
* | Fix typoFelipe Artur2019-02-181-2/+2
* | Fix rubocopFelipe Artur2019-02-183-51/+60
* | Add Reschedulable moduleFelipe Artur2019-02-152-31/+56
* | Split background migration for issues and merge requestsFelipe Artur2019-02-142-8/+27
* | Schedule background migrations and specsFelipe Artur2019-02-121-5/+5
* | Migrate issuable states to integer patch 1Felipe Artur2019-02-111-0/+29
|/
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-4/+4
* Cleanup dead code and commentsToon Claes2019-01-111-20/+0
* Fix failing spec with orphaned namespaceToon Claes2019-01-111-1/+1
* Load all projects, namespaces, routes in 1 queryToon Claes2019-01-111-9/+28
* Fix duplicate disk path in Backfill ProjectReposStan Hu2019-01-111-1/+12
* Backfill project_repositories for legacy storage projectsDouglas Barbosa Alexandre2018-12-183-123/+238
* Merge branch 'osw-update-mr-metrics-with-events-data' into 'master'Douwe Maan2018-12-101-0/+99
|\
| * Populate MR metrics with events table information (migration)osw-update-mr-metrics-with-events-dataOswaldo Ferreira2018-12-061-0/+99
* | Fill project_repositories for hashed storageDouglas Barbosa Alexandre2018-12-061-41/+51
* | Fill project_repositories for hashed storageToon Claes2018-12-061-0/+124
|/
* Use a 32-byte version of db_key_base for web hooksNick Thomas2018-12-051-2/+2
* Add a line before conditional in encrypt columns classGrzegorz Bizon2018-12-041-0/+1
* Use plaintext token when migration is not completeGrzegorz Bizon2018-12-032-1/+11
* Use proper scope when accessting application settingsGrzegorz Bizon2018-12-031-1/+1
* Merge branch 'master' into fix/gb/encrypt-runners-tokensGrzegorz Bizon2018-11-282-0/+223
|\
| * Ensure all Routables have a parentToon Claes2018-11-271-10/+17
| * Disable the `type` STI column for the migrationToon Claes2018-11-271-0/+1
| * Always run CleanUp before writing the git configToon Claes2018-11-271-1/+2
| * Run repository cleanup on failureToon Claes2018-11-271-1/+8
| * Retry the failing projectsToon Claes2018-11-271-9/+52
| * Move code to a BackgroundMigrationToon Claes2018-11-271-0/+150
| * Correctly handle data-loss scenarios when encrypting columnsNick Thomas2018-11-271-0/+14
* | Expire application settings after encrypting tokensGrzegorz Bizon2018-11-281-0/+5
* | Reduce Sidekiq signature of scheduled tokens migrationGrzegorz Bizon2018-11-231-1/+9
* | Add specs for runners tokens encryption migrationGrzegorz Bizon2018-11-231-3/+7
* | Improve test cases description in token-related specsGrzegorz Bizon2018-11-231-1/+1
* | Schedule background migration for encrypting runners tokensGrzegorz Bizon2018-11-211-0/+20
* | Add migratable models for runners tokens migrationGrzegorz Bizon2018-11-216-6/+120
|/