summaryrefslogtreecommitdiff
path: root/db/migrate
Commit message (Expand)AuthorAgeFilesLines
* Add table and model for error tracking settingsReuben Pereira2019-01-071-0/+17
* Merge branch 'depracated-migration-inheritance' into 'master'Rémy Coutable2019-01-071-1/+1
|\
| * ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for AddIndexesToCiBui...Jasper Maes2019-01-051-1/+1
* | Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5Kamil Trzciński2019-01-041-0/+15
|/
* Change release links table ID to bigserialac-releases-api-with-assetsShinya Maeda2019-01-041-1/+1
* Add unique constraint to release and urlShinya Maeda2019-01-041-0/+1
* Support CURD operation for release asset linksShinya Maeda2019-01-041-0/+18
* Merge branch 'ab-50763-persist-index' into 'master'Yorick Peterse2019-01-041-0/+44
|\
| * Add specific index namesab-50763-persist-indexAndreas Brandl2019-01-031-4/+29
| * Add specific indexes for CIAndreas Brandl2019-01-031-0/+19
* | Make RBAC enabled default for new clustersDylan Griffith2019-01-041-0/+9
|/
* Fix deprecation: insert_sql is deprecated and will be removedJasper Maes2019-01-021-1/+1
* Merge branch 'master' into 'feature/option-to-make-variables-protected'Grzegorz Bizon2018-12-2027-34/+348
|\
| * ActiveRecord::Migration -> ActiveRecord::Migration[5.0]Jasper Maes2018-12-181-1/+1
| * Merge branch 'deprecated-directly-inheriting-migration' into 'master'Rémy Coutable2018-12-181-1/+1
| |\
| | * Fix deprecation: Directly inheriting from ActiveRecord::Migration is deprecated.Jasper Maes2018-12-171-1/+1
| * | Add NGINX 0.16.0 and above metricsJoshua Lambert2018-12-171-0/+15
| |/
| * Remove rails4 specific codeJasper Maes2018-12-163-10/+3
| * Merge branch 'ac-releases-name-sha-author' into 'master'Kamil Trzciński2018-12-143-0/+51
| |\
| | * Add name, author and sha to releasesAlessio Caiazza2018-12-133-0/+51
| * | Allow suggesting single line changes in diffsOswaldo Ferreira2018-12-131-0/+20
| |/
| * Fix ActiveRecord::Migration deprecationsYorick Peterse2018-12-1211-11/+11
| * Allow public forks to be deduplicatedZeger-Jan van de Weg2018-12-071-0/+19
| * Encrypt CI/CD builds tokensKamil Trzciński2018-12-072-0/+28
| * Revert "Merge branch 'fix/gb/encrypt-ci-build-token' into 'master'"Robert Speicher2018-12-062-28/+0
| * Use BFG object maps to clean projectsNick Thomas2018-12-061-0/+9
| * Merge branch '53994-add-missing-ci_builds-partial-indices' into 'master'Andreas Brandl2018-12-062-0/+66
| |\
| | * 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-031-0/+33
| * | Merge branch 'partial-index-for-merge_request_id' into 'master'Andreas Brandl2018-12-061-2/+2
| |\ \
| | * | Change to partial indexpartial-index-for-merge_request_idShinya Maeda2018-12-061-2/+2
| * | | Merge branch 'fix/gb/encrypt-ci-build-token' into 'master'Kamil Trzciński2018-12-062-0/+28
| |\ \ \ | | |/ / | |/| |
| | * | Use partial NOT NULL index for token_encrypted fieldGrzegorz Bizon2018-12-051-1/+1
| | * | Add encrypted token field to ci_builds tableGrzegorz Bizon2018-12-052-0/+28
| * | | Merge request pipelinesShinya Maeda2018-12-052-0/+35
| |/ /
| * | Merge commit '83f0798e7dc588f0e4cb6816daadeef7dbfc8b81' into fix/gb/encrypt-r...Grzegorz Bizon2018-12-042-22/+18
| |\ \ | | |/
| | * Move drop_site_statistics to be a post deployment migrationGabriel Mazetto2018-11-291-22/+0
| | * Store hashed storage paths in the databaseToon Claes2018-11-291-0/+18
| * | 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-293-0/+38
| |\ \ | | |/
| | * 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-282-0/+20
| | |\
| | | * Rename the Repository table to PoolRepositoryZeger-Jan van de Weg2018-11-272-0/+20
| * | | Merge branch 'master' into fix/gb/encrypt-runners-tokensGrzegorz Bizon2018-11-28895-891/+1010
| |\ \ \ | | |/ /
| * | | Add database indices to encrypted runner tokensGrzegorz Bizon2018-11-214-3/+21
| * | | Merge remote-tracking branch 'dev/master' into security-encrypt-runners-tokensGrzegorz Bizon2018-11-214-0/+169
| |\ \ \
| * | | | Encrypt runners communication token in the databaseGrzegorz Bizon2018-11-201-0/+12
| * | | | Encrypt group / project runners registration tokensGrzegorz Bizon2018-11-162-0/+24
| * | | | Encrypt new instance runners registration tokensGrzegorz Bizon2018-11-151-0/+11
* | | | | option to make variables protected by defaultAlexis Reigel2018-11-291-0/+17
| |_|/ / |/| | |