summaryrefslogtreecommitdiff
path: root/app/models/deploy_token.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-0/+5
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-0/+15
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+4
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+14
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-141-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-031-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-3/+30
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-291-0/+5
* Avoid calling freeze on already frozen strings in app/modelsdineshpanda2019-09-011-1/+1
* Add encrypted optional option to DeployToken authentication fieldEtienne Baqué2019-08-261-1/+1
* Add username to deploy tokensKrasimir Angelov2019-07-021-1/+13
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Memorize project to avoid re-queryMark Chao2018-11-051-1/+4
* Fix deploy tokens without `expire_at` crashesBob Van Landuyt2018-08-021-1/+7
* Merge branch 'frozen-string-enable-app-models' into 'master'Rémy Coutable2018-08-021-0/+2
|\
| * Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* | Rename the module and add a simple test to checkLin Jen-Shin2018-07-271-1/+1
* | Introduce PolicyCheckable for checking policiesce-7000-introduce-PolicyCheckableLin Jen-Shin2018-07-251-4/+1
|/
* Resolve "Deploy Tokens failed to clone LFS repository"Mayra Cabrera2018-07-231-1/+5
* Refactor deploy token methods on Ci::BuildMayra Cabrera2018-04-201-0/+4
* Rename special deploy token to make it more descriptiveMayra Cabrera2018-04-201-1/+1
* Expose deploy token to CI/CD jobs as environment variableMayra Cabrera2018-04-201-0/+1
* Revert the addition of goldiloaderYorick Peterse2018-04-181-1/+1
* Verify that deploy token has valid access when pulling container registry imageMayra Cabrera2018-04-101-1/+1
* Add cop for has_many :through without disabled autoloadingfix-n-plus-one-when-getting-notification-settings-for-recipientsSean McGivern2018-04-091-1/+1
* Handle limit for datetime attributes on MySQLMayra Cabrera2018-04-061-2/+10
* Handles default expires_at date directly into DeployToken modelMayra Cabrera2018-04-061-1/+3
* Addresses database commentsMayra Cabrera2018-04-061-4/+6
* Increase test suite around deploy tokens behaviorMayra Cabrera2018-04-061-5/+1
* Include ProjectDeployTokensMayra Cabrera2018-04-061-13/+28
* Support Deploy Tokens properly without hacking abilitiesKamil Trzciński2018-04-061-1/+5
* Addreses backend review suggestionsMayra Cabrera2018-04-061-1/+2
* Address UX reviewMayra Cabrera2018-04-061-2/+2
* Implement 'read_repo' for DeployTokensMayra Cabrera2018-04-061-0/+8
* Create barebones for DeploytokenMayra Cabrera2018-04-061-0/+25