summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Create the specified remote directory during backuprs-create-remote-backup-folderRobert Speicher2016-05-311-1/+1
* Add Application Setting to configure Container Registry token expire delay (d...Kamil Trzcinski2016-05-312-0/+2
* Merge branch 'rubocop/enable-negatedif-style-cop' into 'master' Robert Speicher2016-05-301-1/+1
|\
| * Enable Style/NegatedIf Rubocop coprubocop/enable-negatedif-style-copGrzegorz Bizon2016-05-301-1/+1
* | Merge branch 'rubocop/enable-literal-in-condition-cop' into 'master' Robert Speicher2016-05-301-3/+2
|\ \
| * | Enable Lint/LiteralInCondition rubocop coprubocop/enable-literal-in-condition-copGrzegorz Bizon2016-05-301-3/+2
| |/
* | Merge branch 'style/enable-rubocop-indent-assignment-cop' into 'master' Robert Speicher2016-05-301-7/+7
|\ \
| * | Enable Style/IndentAssignment Rubocop style copstyle/enable-rubocop-indent-assignment-copGrzegorz Bizon2016-05-301-7/+7
| |/
* | Merge branch 'style/enable-while-until-do-rubocop-style-cop' into 'master' Robert Speicher2016-05-301-1/+1
|\ \
| * | Enable Style/WhileUntilDo rubocop style copstyle/enable-while-until-do-rubocop-style-copGrzegorz Bizon2016-05-301-1/+1
| |/
* | Merge branch 'rubocop/enable-redundant-parentheses-cop' into 'master' Robert Speicher2016-05-301-1/+1
|\ \
| * | Enable Style/RedundantParentheses rubocop coprubocop/enable-redundant-parentheses-copGrzegorz Bizon2016-05-301-1/+1
| |/
* | Enable Style/SpaceBeforeComment rubocop coprubocop/enable-space-before-comment-copGrzegorz Bizon2016-05-301-1/+1
|/
* Merge branch 'fix/gitlab-importer-issue' into 'master' Robert Speicher2016-05-261-3/+3
|\
| * fix bad refactoring of import data credentialsJames Lopez2016-05-261-3/+3
* | Merge branch 'measure-proxy-timing' into 'master' Yorick Peterse2016-05-261-0/+24
|\ \ | |/ |/|
| * Rename metric to 'rails queue duration'Jacob Vosmaer2016-05-261-2/+2
| * Align class name with field nameJacob Vosmaer2016-05-251-1/+1
| * Send data to InfluxDB instead of stdoutJacob Vosmaer2016-05-251-4/+6
| * Measure proxy timing: needs influxdb codeJacob Vosmaer2016-05-241-0/+22
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-05-263-2/+9
|\ \
| * \ Merge branch 'updated-contrib-calendar' into 'master' Jacob Schatz2016-05-251-1/+1
| |\ \
| | * | Group the contributing calendar by dayPhil Hughes2016-05-161-1/+1
| * | | Merge branch 'fix/import-url-uri-issue' into 'master' Douwe Maan2016-05-251-1/+1
| |\ \ \
| | * | | fix changelog and mergefix/import-url-uri-issueJames Lopez2016-05-231-1/+1
| * | | | Merge branch 'issue_10725' into 'master' Douwe Maan2016-05-251-0/+7
| |\ \ \ \
| | * | | | Fix forks creation when visibility level is restrictedissue_10725Felipe Artur2016-05-251-0/+7
* | | | | | Merge branch 'fix-issue-17496' into 'master' Douwe Maan2016-05-251-2/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix groups API to list only user's accessible projectsStan Hu2016-05-241-2/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'complexity/enable-multiple-rubocop-cops-2' into 'master' Robert Speicher2016-05-251-1/+1
|\ \ \ \ \
| * | | | | Enable multiple compatible Rubocop copscomplexity/enable-multiple-rubocop-cops-2Grzegorz Bizon2016-05-251-1/+1
| |/ / / /
* | | | | Switch the gitlab:db:configure task to use tables.any? instead of looking spe...DJ Mountney2016-05-251-1/+1
* | | | | Update hash syntax and add changelog for the gitlab:db:configure rake taskDJ Mountney2016-05-251-2/+1
* | | | | Add a gitlab:db:configure rake task to handle conditionally seeding or migrat...DJ Mountney2016-05-251-0/+11
| |/ / / |/| | |
* | | | Merge branch 'incremental-fixes' into 'master' Jacob Schatz2016-05-251-1/+3
|\ \ \ \
| * | | | Replace \n to <br>Kamil Trzcinski2016-05-231-1/+3
| |/ / /
* | | | Merge branch 'fix-registry-backups' into 'master' Douwe Maan2016-05-252-9/+26
|\ \ \ \ | |/ / / |/| | |
| * | | Improve after reviewfix-registry-backupsKamil Trzcinski2016-05-241-5/+5
| * | | Fix backups if registry is disabledKamil Trzcinski2016-05-232-8/+25
| |/ /
* | | Add rubocop-rspecrs-rubocop-rspecRobert Speicher2016-05-231-0/+1
* | | Merge branch 'rs-space-around-keyword' into 'master' Robert Speicher2016-05-231-1/+1
|\ \ \
| * | | Enable Style/SpaceAroundKeyword cop and fix offensesRobert Speicher2016-05-231-1/+1
* | | | Merge branch 'rs-range-include' into 'master' Robert Speicher2016-05-231-1/+1
|\ \ \ \
| * | | | Enable Performance/RangeInclude cop and fix single offensers-range-includeRobert Speicher2016-05-231-1/+1
| |/ / /
* | | | Enable Style/DefWithParentheses cop and fix single offenseRobert Speicher2016-05-231-1/+1
|/ / /
* | | Fix Error 500 in CI charts by gracefully handling commits with no durationsStan Hu2016-05-221-1/+2
|/ /
* | Merge branch 'registry_admin_docs' into 'master' Achilleas Pipinellis2016-05-231-0/+53
|\ \
| * | Add note about port needed in NGINX configAchilleas Pipinellis2016-05-221-0/+2
| * | Add NGINX config file for RegistryAchilleas Pipinellis2016-05-221-0/+51
* | | Extend comment for migrations helper MySQL fixGrzegorz Bizon2016-05-221-1/+8