Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-05Memorize project to avoid re-queryMark Chao
2018-08-02Fix deploy tokens without `expire_at` crashesBob Van Landuyt
2018-08-02Merge branch 'frozen-string-enable-app-models' into 'master'Rémy Coutable
2018-07-27Rename the module and add a simple test to checkLin Jen-Shin
2018-07-27Enable frozen string in app/models/*.rbgfyoung
2018-07-25Introduce PolicyCheckable for checking policiesLin Jen-Shin
2018-07-23Resolve "Deploy Tokens failed to clone LFS repository"Mayra Cabrera
2018-04-20Refactor deploy token methods on Ci::BuildMayra Cabrera
2018-04-20Rename special deploy token to make it more descriptiveMayra Cabrera
2018-04-20Expose deploy token to CI/CD jobs as environment variableMayra Cabrera
2018-04-18Revert the addition of goldiloaderYorick Peterse
2018-04-10Verify that deploy token has valid access when pulling container registry imageMayra Cabrera
2018-04-09Add cop for has_many :through without disabled autoloadingSean McGivern
2018-04-07Handle limit for datetime attributes on MySQLMayra Cabrera
2018-04-07Handles default expires_at date directly into DeployToken modelMayra Cabrera
2018-04-07Addresses database commentsMayra Cabrera
2018-04-07Increase test suite around deploy tokens behaviorMayra Cabrera
2018-04-07Include ProjectDeployTokensMayra Cabrera
2018-04-07Support Deploy Tokens properly without hacking abilitiesKamil Trzciński
2018-04-07Addreses backend review suggestionsMayra Cabrera
2018-04-07Address UX reviewMayra Cabrera
2018-04-07Implement 'read_repo' for DeployTokensMayra Cabrera
2018-04-07Create barebones for DeploytokenMayra Cabrera