summaryrefslogtreecommitdiff
path: root/app/models/deploy_token.rb
Commit message (Expand)AuthorAgeFilesLines
* 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