summaryrefslogtreecommitdiff
path: root/lib/gitlab/background_migration
Commit message (Expand)AuthorAgeFilesLines
* Remove circular dependency on Redactable in migrationStan Hu2018-11-092-17/+27
* Merge branch 'sh-fix-issue-52649' into 'master'Sean McGivern2018-11-071-1/+1
|\
| * Fix statement timeouts in RemoveRestrictedTodos migrationStan Hu2018-11-041-1/+1
* | Add background migration for Kubernetes NamespacesMayra Cabrera2018-11-061-0/+82
|/
* Fix typos in comments and specsGeorge Tsiolis2018-11-012-4/+4
* Merge branch 'security-redact-links' into 'master'Jan Provaznik2018-10-291-0/+62
|\
| * Redact unsubscribe links in issuable textsJan Provaznik2018-10-231-0/+62
* | [master] Persist only SHA digest of PersonalAccessToken#tokenImre Farkas2018-10-291-0/+25
|/
* Use a CTE to remove the query timeoutBrett Walker2018-10-051-9/+75
* Migrate sensitive web hook data in the backgroundNick Thomas2018-10-012-0/+108
* Refactor migration specs using ActiveRecord modelsMatija Čupić2018-09-281-1/+1
* Refactor external_pipelines queryMatija Čupić2018-09-271-8/+5
* Update all pipelines in single queryMatija Čupić2018-09-271-3/+2
* Add background migration to fill pipeline sourceMatija Čupić2018-09-251-0/+54
* Squashed commit of the following:add-background-migration-for-legacy-tracesShinya Maeda2018-08-271-0/+126
* Remove todos of users without access to targets migrationJarka Kadlecová2018-08-071-0/+105
* Use schedulers and delete diff files upon deadtuples checkOswaldo Ferreira2018-07-102-32/+60
* Remove unnecessary EachBatchOswaldo Ferreira2018-07-101-4/+0
* Reschedule DeleteDiffFiles until there is none left to removeOswaldo Ferreira2018-07-101-27/+36
* Wait postgresql vacuum of deadtuples on merge_request_diff_files deletionOswaldo Ferreira2018-07-102-86/+58
* Add 1000 files per minute deletion ratio on schedulerOswaldo Ferreira2018-07-102-15/+58
* Create a diff deletion worker scheduler to avoid long-running post-migrationOswaldo Ferreira2018-07-101-0/+32
* Updates from `rubocop -a`Lin Jen-Shin2018-07-0919-22/+5
* [Rails5] Fix 'Invalid single-table inheritance type: Group is not a subclass ...blackst0ne2018-07-071-0/+2
* Fixed pluck and renamed methodsJan Provaznik2018-07-051-7/+8
* Restrict group scopeJan Provaznik2018-07-051-1/+1
* Added tests for MRsJan Provaznik2018-07-051-1/+1
* Fixed sql string splitsJan Provaznik2018-07-041-7/+6
* Migration which fixes cross-project label referencesJan Provaznik2018-07-031-0/+138
* Schedule workers to delete non-latest diffs in post-migrationOswaldo Ferreira2018-06-281-0/+46
* Add a helper to rename a column using a background migrationSean McGivern2018-06-263-44/+70
* Use data_source_exists? instead of table_exists?rails5-databaseJarka Kadlecová2018-06-141-1/+2
* Revise comments in ArchiveLegacyTracesShinya Maeda2018-06-041-3/+3
* Directly refer application code from migration codeShinya Maeda2018-06-041-66/+11
* Add background migrations to arhive legacy tracesShinya Maeda2018-06-041-0/+79
* Remove Gitlab::BackgroundMigration exxxplicit namespaces from migration classesShinya Maeda2018-05-283-6/+6
* Rename FillFileStoreUpload to FillStoreUploadShinya Maeda2018-05-281-2/+2
* Add spec for fill_file_store migrationShinya Maeda2018-05-283-6/+6
* Remove legacy artifacts file_store migrationShinya Maeda2018-05-282-42/+0
* Add background migration to fill file storesShinya Maeda2018-05-285-0/+103
* Backports every CE related change from ee-44542 to CETiago Botelho2018-05-042-0/+79
* Use stages position column to track stage indexGrzegorz Bizon2018-05-011-4/+4
* Rename stage index column name to priority columnGrzegorz Bizon2018-04-241-4/+4
* Improve stages index migration code readabilityGrzegorz Bizon2018-04-241-10/+10
* Improve performance of stages index migration on PostgreSQLGrzegorz Bizon2018-04-241-9/+28
* Make stages index background migration more idempotentGrzegorz Bizon2018-04-241-0/+1
* Add background migration that migrates stages indicesGrzegorz Bizon2018-04-241-0/+27
* [Rails5] Update `type_cast_*_database` methodsblackst0ne2018-04-061-1/+1
* Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'securit...Douwe Maan2018-04-052-0/+52
* Do not use STI mechanisms when migrating pipeline stagesGrzegorz Bizon2018-03-291-0/+1