summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Fix error 500 when sorting issues by milestone due date and filtering by labelsFelipe Artur2016-05-311-2/+19
* Merge branch 'remove-main-language' into 'master' Josh Frye2016-05-261-6/+0
|\
| * Remove main_language and testsremove-main-languageJosh Frye2016-05-251-6/+0
* | Merge branch 'zero-project-creation-error-message' into 'master' Robert Speicher2016-05-251-1/+7
|\ \ | |/ |/|
| * Fixed project model testszero-project-creation-error-messagePhil Hughes2016-05-251-2/+2
| * Updated erorr message when project limit is zeroPhil Hughes2016-05-241-1/+7
* | Merge branch 'issue_15221_2'Douwe Maan2016-05-251-4/+7
|\ \
| * | Fix outer join when filtering milestonesissue_15221_2Felipe Artur2016-05-241-0/+2
| * | Fix bug when ordering by milestone due date and filtering by milestoneFelipe Artur2016-05-241-1/+0
| * | improve ordering sql for milestonesFelipe Artur2016-05-241-2/+2
| * | Fix ordering for MysqlFelipe Artur2016-05-241-2/+2
| * | Fix issues/MRs filter when ordering by milestone due dateFelipe Artur2016-05-241-1/+3
| |/
* | Seconds plural slackAran Koning2016-05-241-2/+2
|/
* Enable Style/InfiniteLoop Rubocop copcomplexity/rubocop-style-loopGrzegorz Bizon2016-05-231-1/+1
* Serialize application setting as Array by defaultfix/application-settings-error-default-valueGrzegorz Bizon2016-05-221-1/+1
* Allow anonymous user to access pipelinesKamil Trzcinski2016-05-231-0/+1
* Merge branch 'zj-gitignore-dropdown'Douwe Maan2016-05-201-7/+19
|\
| * Dropdown implementationzj-gitignore-dropdownAlfredo Sumaran2016-05-201-1/+5
| * Backend for a gitignores dropdownZeger-Jan van de Weg2016-05-201-6/+14
* | Merge branch 'rm-source-branch' into 'master' Douwe Maan2016-05-201-1/+16
|\ \
| * | Allows MR authors to have the source branch removed when merging the MRJeroen Jacobs2016-05-201-1/+16
* | | Merge branch 'eReGeBe/gitlab-ce-feature/milestone-md' into 'master' Douwe Maan2016-05-201-7/+51
|\ \ \ | |_|/ |/| |
| * | Address Yorick's feedbackeReGeBe/gitlab-ce-feature/milestone-mdRémy Coutable2016-05-181-2/+2
| * | Merge remote-tracking branch 'origin/master' into eReGeBe/gitlab-ce-feature/m...Rémy Coutable2016-05-1888-1804/+482
| |\ \
| * \ \ Merge branch 'master' into eReGeBe/gitlab-ce-feature/milestone-mdDouwe Maan2016-04-238-146/+181
| |\ \ \
| * | | | Matching version-like expressions as `milestone_name`s instead of `milestone_...Alejandro Rodríguez2016-04-201-3/+8
| * | | | Consistently using iid when treating milestones as referrablesAlejandro Rodríguez2016-04-201-7/+18
| * | | | Implementing special GitLab markdown reference for milestonesAlejandro Rodríguez2016-04-201-7/+35
* | | | | Merge branch 'issue-17537-fix' into 'master' Douwe Maan2016-05-201-4/+8
|\ \ \ \ \
| * | | | | Fix Error 500 when attempting to retrieve project license when HEAD points to...Stan Hu2016-05-141-4/+8
* | | | | | Merge branch 'rs-issue-3055' into 'master' Douwe Maan2016-05-201-1/+1
|\ \ \ \ \ \
| * | | | | | Use extended regexp flag for `git grep`-ing filesrs-issue-3055Robert Speicher2016-05-181-1/+1
* | | | | | | refactor project to include some nicer EE stufffix/url-refactor-from-eeJames Lopez2016-05-201-8/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'feature/runner-config-untagged-jobs' into 'master' Robert Speicher2016-05-192-1/+22
|\ \ \ \ \ \
| * | | | | | Rename method that validates runner tag constrainsGrzegorz Bizon2016-05-191-2/+2
| * | | | | | Move runner validator to separate private methodGrzegorz Bizon2016-05-191-6/+10
| * | | | | | Add method that check if build has tagsGrzegorz Bizon2016-05-191-3/+5
| * | | | | | Improve displaying validation messages for runnerGrzegorz Bizon2016-05-191-3/+7
| * | | | | | Add custom validator to runner modelGrzegorz Bizon2016-05-191-0/+7
| * | | | | | Disallow runner to pick untagged build if configuredGrzegorz Bizon2016-05-191-0/+4
| * | | | | | Extend runner config options for untagged jobsGrzegorz Bizon2016-05-191-1/+1
* | | | | | | Merge branch 'create-todo-on-failing-build' into 'master' Douwe Maan2016-05-193-2/+12
|\ \ \ \ \ \ \
| * | | | | | | Create a todo on failing MR buildSean McGivern2016-05-173-2/+12
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'with-pipeline-view' into 'master' Douwe Maan2016-05-193-8/+34
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-05-1612-213/+276
| |\ \ \ \ \ \
| * | | | | | | Improve the pipelines designKamil Trzcinski2016-05-161-0/+1
| * | | | | | | Fix specs for MySQLKamil Trzcinski2016-05-141-3/+2
| * | | | | | | Revert `stages` changeKamil Trzcinski2016-05-141-3/+8
| * | | | | | | Fix specsKamil Trzcinski2016-05-141-1/+1
| * | | | | | | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-05-1386-1673/+64
| |\ \ \ \ \ \ \