summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'eReGeBe/gitlab-ce-feature/milestone-md' into 'master' Douwe Maan2016-05-2011-47/+281
|\
| * Address Yorick's feedbackeReGeBe/gitlab-ce-feature/milestone-mdRémy Coutable2016-05-182-4/+2
| * Merge remote-tracking branch 'origin/master' into eReGeBe/gitlab-ce-feature/m...Rémy Coutable2016-05-18767-6387/+11431
| |\
| * | Fix cross-project milestone ref with invalid projectDouwe Maan2016-04-231-11/+17
| * | Move changelog itemDouwe Maan2016-04-231-1/+1
| * | Merge branch 'master' into eReGeBe/gitlab-ce-feature/milestone-mdDouwe Maan2016-04-23162-3280/+2290
| |\ \
| * | | Update CHANGELOGAlejandro Rodríguez2016-04-201-0/+1
| * | | Include Milestone reference syntax in Markdown documentationAlejandro Rodríguez2016-04-201-14/+18
| * | | Using project `path_with_namespace` in milestone's cross project references l...Alejandro Rodríguez2016-04-202-4/+4
| * | | Inserting the Milestone title between quotes on GFM auto completeAlejandro Rodríguez2016-04-201-1/+1
| * | | Sorting Milestones on the auto complete list by due date and titleAlejandro Rodríguez2016-04-201-1/+1
| * | | Inserting Milestone titles insted of IIDs with GFM auto completeAlejandro Rodríguez2016-04-201-1/+1
| * | | Matching version-like expressions as `milestone_name`s instead of `milestone_...Alejandro Rodríguez2016-04-201-3/+8
| * | | Implementing autocomplete for GFM milestone referencesAlejandro Rodríguez2016-04-203-0/+24
| * | | Escaping the `object_link_text` on cross project milestone referencesAlejandro Rodríguez2016-04-202-1/+7
| * | | Transforming milestones link references to the short reference formAlejandro Rodríguez2016-04-203-1/+7
| * | | Consistently using iid when treating milestones as referrablesAlejandro Rodríguez2016-04-203-32/+157
| * | | Implementing special GitLab markdown reference for milestonesAlejandro Rodríguez2016-04-205-14/+71
* | | | Merge branch 'issue_14632' into 'master' Douwe Maan2016-05-201-1/+3
|\ \ \ \
| * | | | Fix group visibility level migration in case all visibility levels are restri...issue_14632Felipe Artur2016-05-191-1/+3
* | | | | Merge branch 'issue_9013' into 'master' Douwe Maan2016-05-206-8/+81
|\ \ \ \ \
| * | | | | Use the right default notification settings for non membersissue_9013Felipe Artur2016-05-194-23/+12
| * | | | | Update documentationFelipe Artur2016-05-174-35/+37
| * | | | | Improve documentation and add changelogFelipe Artur2016-05-173-10/+33
| * | | | | Let users set notification levels in projects which they are not membersFelipe Artur2016-05-176-6/+65
* | | | | | Merge branch 'issue-17537-fix' into 'master' Douwe Maan2016-05-203-4/+27
|\ \ \ \ \ \
| * | | | | | Fix Error 500 when attempting to retrieve project license when HEAD points to...Stan Hu2016-05-143-4/+27
* | | | | | | Merge branch 'rs-issue-3055' into 'master' Douwe Maan2016-05-202-1/+7
|\ \ \ \ \ \ \
| * | | | | | | Use extended regexp flag for `git grep`-ing filesrs-issue-3055Robert Speicher2016-05-182-1/+7
* | | | | | | | Merge branch 'fix/url-refactor-from-ee' into 'master' Robert Speicher2016-05-201-8/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | refactor project to include some nicer EE stufffix/url-refactor-from-eeJames Lopez2016-05-201-8/+3
* | | | | | | | | Merge branch 'update-db-schema' into 'master' Jeroen van Baarsen2016-05-201-3/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Updated the DB schemaYorick Peterse2016-05-191-3/+4
|/ / / / / / / /
* | | | | | | | Merge branch 'feature/runner-config-untagged-jobs' into 'master' Robert Speicher2016-05-1922-98/+314
|\ \ \ \ \ \ \ \
| * | | | | | | | Use migration helper to prevent downtime migrationfeature/runner-config-untagged-jobsGrzegorz Bizon2016-05-191-8/+10
| * | | | | | | | Minor runner-related code refactoringsGrzegorz Bizon2016-05-194-21/+22
| * | | | | | | | Rename method that validates runner tag constrainsGrzegorz Bizon2016-05-191-2/+2
| * | | | | | | | Display validation errors when admin edits a runnerGrzegorz Bizon2016-05-192-11/+17
| * | | | | | | | Add minor corrections related to config of runnerGrzegorz Bizon2016-05-194-7/+6
| * | | | | | | | Improve setting default runner attrs when using APIGrzegorz Bizon2016-05-191-2/+5
| * | | | | | | | Move runner validator to separate private methodGrzegorz Bizon2016-05-191-6/+10
| * | | | | | | | Use form errors helper in CI runner edit formGrzegorz Bizon2016-05-191-4/+1
| * | | | | | | | Add not null constraint to run untagged runner optionGrzegorz Bizon2016-05-192-2/+2
| * | | | | | | | Set run untagged option when registering a runnerGrzegorz Bizon2016-05-192-12/+38
| * | | | | | | | Refactor CI API specs for creating runnerGrzegorz Bizon2016-05-191-17/+29
| * | | | | | | | Add docs for a new configuration setting for runnerGrzegorz Bizon2016-05-191-1/+7
| * | | | | | | | Extend runner options that are configurable via APIGrzegorz Bizon2016-05-193-5/+13
| * | | | | | | | Add Changelog entry for new runner configurationGrzegorz Bizon2016-05-191-0/+1
| * | | | | | | | Add method that check if build has tagsGrzegorz Bizon2016-05-192-3/+17
| * | | | | | | | Extend CI runners specsGrzegorz Bizon2016-05-191-1/+31