summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Simplify the changeShinya Maeda2018-12-071-6/+5
| | * | | Fix broken seeder 11.6Shinya Maeda2018-12-062-4/+15
| | | |/ | | |/|
| * | | Revert "Merge branch 'fix/gb/encrypt-ci-build-token' into 'master'"Robert Speicher2018-12-063-30/+0
| | |/ | |/|
| * | Merge branch '19376-post-bfg-cleanup' into 'master'Douglas Barbosa Alexandre2018-12-062-1/+11
| |\ \
| | * | Use BFG object maps to clean projectsNick Thomas2018-12-062-1/+11
| * | | Merge branch '54610-allow-review-jobs-to-fail' into 'master'Douglas Barbosa Alexandre2018-12-062-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | Ensure the default ApplicationSetting record is created firstRémy Coutable2018-12-062-0/+2
| | |/
| * | Merge branch 'zj-fixture-fork' into 'master'Douwe Maan2018-12-061-0/+16
| |\ \
| | * | Fixture for forksZeger-Jan van de Weg2018-12-061-0/+16
| * | | Merge branch '53994-add-missing-ci_builds-partial-indices' into 'master'Andreas Brandl2018-12-063-0/+67
| |\ \ \
| | * | | Remove redundant ci_builds partial index on GitLab.comLin Jen-Shin2018-12-031-0/+33
| | * | | Add partial index for ci_builds on project_id and statusLin Jen-Shin2018-12-032-0/+34
| | |/ /
| * | | Merge branch 'partial-index-for-merge_request_id' into 'master'Andreas Brandl2018-12-062-3/+3
| |\ \ \
| | * | | Change to partial indexpartial-index-for-merge_request_idShinya Maeda2018-12-062-3/+3
| | | |/ | | |/|
| * | | Merge branch 'fix/gb/encrypt-ci-build-token' into 'master'Kamil Trzciński2018-12-063-1/+31
| |\ \ \ | | |/ / | |/| |
| | * | Use partial NOT NULL index for token_encrypted fieldGrzegorz Bizon2018-12-052-2/+2
| | * | Add encrypted token field to ci_builds tableGrzegorz Bizon2018-12-053-1/+31
| * | | Rename project's pipelines relationFrancisco Javier López2018-12-051-1/+1
| * | | Merge request pipelinesShinya Maeda2018-12-053-0/+38
| |/ /
| * | Revert "Revert "Remove runner token indices from db schema as well""Yorick Peterse2018-12-041-3/+0
| * | Revert "Remove runner token indices from db schema as well"🤖 GitLab Bot 🤖2018-12-041-0/+3
| * | Remove runner token indices from db schema as wellGrzegorz Bizon2018-12-041-3/+0
| * | Merge commit '83f0798e7dc588f0e4cb6816daadeef7dbfc8b81' into fix/gb/encrypt-r...Grzegorz Bizon2018-12-043-0/+29
| |\ \ | | |/
| | * Move drop_site_statistics to be a post deployment migrationGabriel Mazetto2018-11-291-0/+0
| | * Store hashed storage paths in the databaseToon Claes2018-11-292-0/+29
| * | Do not add indices for encrypted tokens in this iterationGrzegorz Bizon2018-12-031-21/+0
| * | Merge commit '6852680584a1b22788f451457a6042eabf862a73' into fix/gb/encrypt-r...Grzegorz Bizon2018-11-295-9/+79
| |\ \ | | |/
| | * Merge branch 'security-fix-uri-xss-applications' into 'master'Cindy Pallares2018-11-281-0/+32
| | * Merge branch 'security-stored-xss-for-environments' into 'master'Cindy Pallares2018-11-281-0/+18
| | * Merge branch 'zj-object-pool-path' into 'master'Nick Thomas2018-11-283-9/+29
| | |\
| | | * Rename the Repository table to PoolRepositoryZeger-Jan van de Weg2018-11-273-9/+29
| * | | Merge branch 'master' into fix/gb/encrypt-runners-tokensGrzegorz Bizon2018-11-281069-1071/+1226
| |\ \ \ | | |/ /
| * | | Adjust batch size for migrating runners tokenGrzegorz Bizon2018-11-231-2/+2
| * | | Reduce Sidekiq signature of scheduled tokens migrationGrzegorz Bizon2018-11-231-1/+1
| * | | Schedule background migration for encrypting runners tokensGrzegorz Bizon2018-11-212-1/+39
| * | | Add database indices to encrypted runner tokensGrzegorz Bizon2018-11-215-4/+25
| * | | Merge remote-tracking branch 'dev/master' into security-encrypt-runners-tokensGrzegorz Bizon2018-11-215-567/+593
| |\ \ \
| * | | | Encrypt runners communication token in the databaseGrzegorz Bizon2018-11-202-1/+14
| * | | | Encrypt group / project runners registration tokensGrzegorz Bizon2018-11-163-1/+27
| * | | | Encrypt new instance runners registration tokensGrzegorz Bizon2018-11-152-1/+13
* | | | | option to make variables protected by defaultAlexis Reigel2018-11-292-0/+18
| |_|/ / |/| | |
* | | | Move code to a BackgroundMigrationToon Claes2018-11-271-117/+8
* | | | Migration to write fullpath in all repository configsToon Claes2018-11-271-0/+136
* | | | Merge branch '53778-remove-site-statistics' into 'master'Sean McGivern2018-11-272-4/+22
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove Site Statistic53778-remove-site-statisticsGabriel Mazetto2018-11-262-4/+22
* | | | Merge branch 'triggermesh-phase2-external-ip' into 'master'Kamil Trzciński2018-11-272-0/+15
|\ \ \ \
| * | | | Expose external_ip to knative cluster applicationChris Baumbauer2018-11-262-0/+15
| |/ / /
* | | | Remove notes index on updated_atLin Jen-Shin2018-11-272-2/+33
|/ / /
* | | Add events index on project_id and created_atLin Jen-Shin2018-11-262-1/+34
* | | Merge branch 'certmanager-temp' into 'master'Kamil Trzciński2018-11-232-0/+31
|\ \ \