summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add MySQL compatibility fix in migration helpersGrzegorz Bizon2016-05-221-1/+2
|/ /
* | Merge branch 'zj-gitignore-dropdown'Douwe Maan2016-05-205-0/+140
|\ \
| * | Dropdown implementationzj-gitignore-dropdownAlfredo Sumaran2016-05-201-5/+5
| * | Update API and fetching taskZeger-Jan van de Weg2016-05-202-38/+46
| * | Backend for a gitignores dropdownZeger-Jan van de Weg2016-05-205-0/+132
* | | Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-203-8/+53
|\ \ \
| * | | Reuse existing SCSS variablesadambutler/gitlab-ce-feature/support-diff-of-issue-title-renameRémy Coutable2016-05-181-2/+12
| * | | Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler2016-05-183-8/+43
* | | | Merge branch 'eReGeBe/gitlab-ce-feature/milestone-md' into 'master' Douwe Maan2016-05-201-1/+43
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge remote-tracking branch 'origin/master' into eReGeBe/gitlab-ce-feature/m...Rémy Coutable2016-05-1868-476/+1200
| |\ \ \
| * | | | Fix cross-project milestone ref with invalid projectDouwe Maan2016-04-231-11/+17
| * | | | Merge branch 'master' into eReGeBe/gitlab-ce-feature/milestone-mdDouwe Maan2016-04-236-44/+42
| |\ \ \ \
| * | | | | Using project `path_with_namespace` in milestone's cross project references l...Alejandro Rodríguez2016-04-201-1/+1
| * | | | | Escaping the `object_link_text` on cross project milestone referencesAlejandro Rodríguez2016-04-201-1/+1
| * | | | | Transforming milestones link references to the short reference formAlejandro Rodríguez2016-04-201-0/+5
| * | | | | Consistently using iid when treating milestones as referrablesAlejandro Rodríguez2016-04-201-5/+14
| * | | | | Implementing special GitLab markdown reference for milestonesAlejandro Rodríguez2016-04-201-2/+24
* | | | | | Merge branch 'feature/runner-config-untagged-jobs' into 'master' Robert Speicher2016-05-193-10/+11
|\ \ \ \ \ \
| * | | | | | Add minor corrections related to config of runnerGrzegorz Bizon2016-05-191-1/+1
| * | | | | | Improve setting default runner attrs when using APIGrzegorz Bizon2016-05-191-2/+5