summaryrefslogtreecommitdiff
path: root/spec/migrations
Commit message (Expand)AuthorAgeFilesLines
...
* Merge commit '83f0798e7dc588f0e4cb6816daadeef7dbfc8b81' into fix/gb/encrypt-r...Grzegorz Bizon2018-12-042-9/+11
|\
| * Merge branch '6861-group-level-project-templates-ce' into 'master'Phil Hughes2018-11-302-9/+11
| |\
| | * Backport changes from spec/migrations/clean_up_for_members_spec.rbRubén Dávila2018-11-271-2/+3
| | * Backport from gitlab-org/gitlab-ee!6878Rubén Dávila2018-11-271-7/+8
* | | Merge commit '6852680584a1b22788f451457a6042eabf862a73' into fix/gb/encrypt-r...Grzegorz Bizon2018-11-292-0/+76
|\ \ \ | |/ /
| * | Merge branch 'security-fix-uri-xss-applications' into 'master'Cindy Pallares2018-11-281-0/+48
| * | Merge branch 'security-stored-xss-for-environments' into 'master'Cindy Pallares2018-11-281-0/+28
* | | Merge branch 'master' into fix/gb/encrypt-runners-tokensGrzegorz Bizon2018-11-282-6/+104
|\ \ \ | |/ /
| * | Always run CleanUp before writing the git configToon Claes2018-11-271-14/+12
| * | Run repository cleanup on failureToon Claes2018-11-271-2/+16
| * | Retry the failing projectsToon Claes2018-11-271-0/+10
| * | Move code to a BackgroundMigrationToon Claes2018-11-271-0/+6
| * | Make it only run the associated migrationToon Claes2018-11-271-6/+6
| * | Migration to write fullpath in all repository configsToon Claes2018-11-271-0/+70
| |/
* | Adjust batch size for migrating runners tokenGrzegorz Bizon2018-11-231-7/+7
* | Reduce Sidekiq signature of scheduled tokens migrationGrzegorz Bizon2018-11-231-0/+7
* | Add test case for scheduling runners tokens migrationGrzegorz Bizon2018-11-231-0/+31
|/
* Add migration to steal FillStoreUploadToon Claes2018-11-071-0/+40
* Squashed commit of the following:Shinya Maeda2018-11-062-0/+85
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
* Merge branch 'security-redact-links' into 'master'Jan Provaznik2018-10-291-0/+42
|\
| * Redact unsubscribe links in issuable textsJan Provaznik2018-10-231-0/+42
* | [master] Persist only SHA digest of PersonalAccessToken#tokenImre Farkas2018-10-291-0/+46
|/
* Move Project#rename_repo to a service classrefactor-project-rename-repoYorick Peterse2018-10-222-2/+20
* Make GitLab pages support access controlTuomo Ala-Vannesluoma2018-10-051-0/+30
* Remove orphaned label linksStan Hu2018-09-071-0/+40
* Merge branch 'master' into 'alerts-for-built-in-metrics'Kamil Trzciński2018-09-061-0/+73
|\
| * Squashed commit of the following:add-background-migration-for-legacy-tracesShinya Maeda2018-08-271-0/+73
* | Fix migrationsKamil Trzciński2018-09-051-1/+1
* | Add `# frozen_string_literal: true`Kamil Trzciński2018-09-041-0/+2
* | Import common metrics into database.Kamil Trzciński2018-09-041-0/+14
|/
* API: Protected tagsRobert Schilling2018-08-251-0/+40
* Merge branch 'blacklist-destroy-all' into 'master'Robert Speicher2018-08-171-1/+1
|\
| * Whitelist existing destroy_all offensesblacklist-destroy-allYorick Peterse2018-08-161-1/+1
* | Merge branch 'ab-49754-gh-importer-internal-ids' into 'master'Yorick Peterse2018-08-171-0/+119
|\ \
| * | Add migration to cleanup internal_ids.ab-49754-gh-importer-internal-idsAndreas Brandl2018-08-171-0/+119
| |/
* | Add WikiAccessLevel migration from `NULL` to `20`Gabriel Mazetto2018-08-161-0/+29
|/
* Merge branch 'background-migrations-system-load' into 'master'Stan Hu2018-08-061-3/+3
|\
| * Fix interval in NormalizeLdapExternUids specYorick Peterse2018-08-061-3/+3
* | Resolve "Remove ghost notification settings for groups and projects"🙈 jacopo beschi 🙉2018-08-021-0/+36
|/
* Remove code for dynamically generating routesstop-dynamic-routable-creationYorick Peterse2018-07-251-0/+84
* Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs'blackst0ne2018-07-239-10/+10
* Remove direct disk access in RemoveDotGitFromUsernamesZeger-Jan van de Weg2018-07-191-6/+2
* MigrateProcessCommitWorkerJobs to use GitalyZeger-Jan van de Weg2018-07-191-42/+21
* Remove unreachable Git codeJacob Vosmaer (GitLab)2018-07-181-2/+3
* Use schedulers and delete diff files upon deadtuples checkOswaldo Ferreira2018-07-101-2/+2
* Wait postgresql vacuum of deadtuples on merge_request_diff_files deletionOswaldo Ferreira2018-07-101-2/+2
* Add 1000 files per minute deletion ratio on schedulerOswaldo Ferreira2018-07-101-34/+5
* Create a diff deletion worker scheduler to avoid long-running post-migrationOswaldo Ferreira2018-07-101-25/+15
* Schedule batches in bulks of 5 diffsOswaldo Ferreira2018-07-101-8/+16