summaryrefslogtreecommitdiff
path: root/db/migrate/20181129104854_add_token_encrypted_to_ci_builds.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-301-1/+5
|
* Adds cop to enforce string limits on migrationsMayra Cabrera2019-08-231-1/+1
| | | | | | | This cop will analyze migrations that add columns with string, and report an offense if the string has no limit enforced Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/64505
* Encrypt CI/CD builds tokensKamil TrzciƄski2018-12-071-0/+11
| | | | | | | | Brings back 1e8f1de0 reverted in !23644 Closes #52342 See merge request gitlab-org/gitlab-ce!23436
* Revert "Merge branch 'fix/gb/encrypt-ci-build-token' into 'master'"Robert Speicher2018-12-061-11/+0
| | | | | This reverts commit 1e8f1de034aa9b6a60b640b2b091f60c4d3ba365, reversing changes made to 62d971129da99936a3cdc04f3740d26f16a0c7a6.
* Add encrypted token field to ci_builds tableGrzegorz Bizon2018-12-051-0/+11