summaryrefslogtreecommitdiff
path: root/app/controllers/projects
Commit message (Expand)AuthorAgeFilesLines
* Use `includes(:priorities)` on Projects::LabelsControllerDouglas Barbosa Alexandre2016-10-191-1/+1
* Abstract LabelPriority away into methods on Label modelDouglas Barbosa Alexandre2016-10-191-8/+6
* Fix issue board related controllers to expose label priority per projectDouglas Barbosa Alexandre2016-10-192-5/+4
* Add support to group labels prioritization on project levelDouglas Barbosa Alexandre2016-10-191-6/+7
* Use present? instead of presence on Projects::IssuesController#indexDouglas Barbosa Alexandre2016-10-191-1/+1
* Render all available labels to project on project labels dropdownDouglas Barbosa Alexandre2016-10-191-1/+1
* Limit what label fields we expose on Projects::LabelsController#indexDouglas Barbosa Alexandre2016-10-191-1/+1
* Use present? instead of presence on Projects::MergeRequestsControllerDouglas Barbosa Alexandre2016-10-191-1/+4
* Remove scopes/types for labelsDouglas Barbosa Alexandre2016-10-191-9/+10
* Avoid an extra a query per label when setting label priorityDouglas Barbosa Alexandre2016-10-191-2/+3
* Remove project_labels from Projects::ApplicationControllerDouglas Barbosa Alexandre2016-10-194-22/+17
* List group labels on project labels pageDouglas Barbosa Alexandre2016-10-194-6/+15
* Allow user to create a board list based on a group labelDouglas Barbosa Alexandre2016-10-191-1/+4
* Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre2016-10-193-5/+11
* Merge branch '21444-pipeliens-new-mr' into 'master' Fatih Acet2016-10-191-6/+13
|\
| * Extract pipeline vars in merge requests controllerGrzegorz Bizon2016-10-181-5/+13
| * Use all pipelines variable when creating merge requestGrzegorz Bizon2016-10-181-2/+2
| * Remove obsolete variable assigned to MR widget viewGrzegorz Bizon2016-10-181-1/+0
* | Merge branch '22191-delete-dynamic-envs-mr' into 'master' Rémy Coutable2016-10-192-10/+21
|\ \
| * | Add logical validation to gitlab-ci.ymlKamil Trzcinski2016-10-181-1/+1
| * | Add `stop!` to `environment`Kamil Trzcinski2016-10-181-4/+7
| * | Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mrKamil Trzcinski2016-10-181-5/+15
| |\ \ | | |/
| * | Fix remaining specs failuresKamil Trzcinski2016-10-181-1/+6
| * | Fix specsKamil Trzcinski2016-10-171-1/+1
| * | Fix environments specsKamil Trzcinski2016-10-171-2/+3
| * | Improve after code reviewKamil Trzcinski2016-10-171-6/+5
| * | Remove destroy from environments [ci skip]Kamil Trzcinski2016-10-171-13/+3
| * | Refactor code to use available and stopped statuses and refactor views to use...Kamil Trzcinski2016-10-172-4/+6
| * | Add environment stop action [ci skip]Kamil Trzcinski2016-10-172-1/+6
| * | Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mrKamil Trzcinski2016-10-1710-129/+202
| |\ \
| * | | Make environments to be close ableKamil Trzcinski2016-10-061-5/+6
| * | | Adds variables to controllerFilipa Lacerda2016-10-061-0/+5
* | | | Merge remote-tracking branch 'upstream/master' into pipeline-emailspipeline-emailsLin Jen-Shin2016-10-181-5/+15
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' into merge-conflicts-editor-2Sean McGivern2016-10-173-18/+64
| |\ \ \ | | | |/ | | |/|
| * | | Allow setting content for resolutionsSean McGivern2016-10-131-5/+15
* | | | Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-10-172-17/+39
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'members-ui' into 'master' Fatih Acet2016-10-142-17/+39
| |\ \ \
| | * | | Changed how collections are renderedPhil Hughes2016-10-061-15/+0
| | * | | Merge branch 'master' into members-uiPhil Hughes2016-10-065-37/+71
| | |\ \ \
| | * | | | Updated Ruby variable namePhil Hughes2016-10-051-5/+3
| | * | | | Updated RubyPhil Hughes2016-10-042-3/+4
| | * | | | Merge branch 'master' into members-uiPhil Hughes2016-10-0410-62/+149
| | |\ \ \ \
| | * | | | | Group links search test fixPhil Hughes2016-09-131-0/+4
| | * | | | | Added back orderingPhil Hughes2016-09-131-0/+1
| | * | | | | Ruby updatePhil Hughes2016-09-131-7/+7
| | * | | | | Removed group members from the list for nowPhil Hughes2016-09-131-25/+0
| | * | | | | Fixed bug when group_ids not present when creatingPhil Hughes2016-09-131-9/+11
| | * | | | | Search project groupsPhil Hughes2016-09-131-8/+41
| | * | | | | Fixed removing groupsPhil Hughes2016-09-131-1/+6
| | * | | | | Added test for updating groups permissionsPhil Hughes2016-09-131-1/+1