summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Hides project/group labels section if there are noneDouglas Barbosa Alexandre2016-10-191-6/+4
| * | | | | | Remove duplication between global and the regular label partialsDouglas Barbosa Alexandre2016-10-199-97/+33
| * | | | | | Avoid an extra a query per label when setting label priorityDouglas Barbosa Alexandre2016-10-191-2/+3
| * | | | | | List only labels that belongs to the group on the group issues pageDouglas Barbosa Alexandre2016-10-194-16/+23
| * | | | | | Remove project_labels from Projects::ApplicationControllerDouglas Barbosa Alexandre2016-10-198-48/+88
| * | | | | | LabelsFinder inherits from UnionFinderDouglas Barbosa Alexandre2016-10-191-9/+4
| * | | | | | Replace label references with links for group labelsDouglas Barbosa Alexandre2016-10-191-3/+13
| * | | | | | Remove unused method LabelsHelper#project_label_namesDouglas Barbosa Alexandre2016-10-191-4/+0
| * | | | | | Validates uniqueness of title unless label is a templateDouglas Barbosa Alexandre2016-10-192-4/+3
| * | | | | | List group labels on project labels pageDouglas Barbosa Alexandre2016-10-1918-89/+226
| * | | | | | Allow user to create a board list based on a group labelDouglas Barbosa Alexandre2016-10-194-2/+17
| * | | | | | Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre2016-10-1911-20/+60
| * | | | | | Add LabelsFinderDouglas Barbosa Alexandre2016-10-191-0/+58
| * | | | | | Add CRUD for Group LabelsDouglas Barbosa Alexandre2016-10-1913-5/+238
| * | | | | | Add GroupLabel modelDouglas Barbosa Alexandre2016-10-197-0/+44
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'dropdowns-should-drop-down' into 'master' Jacob Schatz2016-10-191-3/+3
|\ \ \ \ \ \
| * | | | | | Remove show_menu_above attribute from issuable dropdowns.Fatih Acet2016-10-191-3/+3
* | | | | | | Merge branch 'dz-refactor-project-members-controller-spec' into 'master' Sean McGivern2016-10-192-119/+77
|\ \ \ \ \ \ \
| * | | | | | | Change the order of tested methods in project_members_controller_specDmitriy Zaporozhets2016-10-191-44/+44
| * | | | | | | Refactor project_members_controller_specdz-refactor-project-members-controller-specDmitriy Zaporozhets2016-10-192-78/+36
* | | | | | | | Merge branch 'adam-fix-ruby-2-1-cycle-analytics' into 'master' Douwe Maan2016-10-191-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Spaces before `}`!adam-fix-ruby-2-1-cycle-analyticsDouwe Maan2016-10-191-1/+1
| * | | | | | | Use Hash rocket syntax to fix cycle analytics under Ruby 2.1Adam Niedzielski2016-10-191-1/+1
* | | | | | | | Merge branch 'dz-start-8-14' into 'master' Dmitriy Zaporozhets2016-10-192-1/+3
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Its time for 8.14 in masterdz-start-8-14Dmitriy Zaporozhets2016-10-192-1/+3
* | | | | | | | Merge branch 'issue_828' into 'master' Douwe Maan2016-10-1916-83/+199
|\ \ \ \ \ \ \ \
| * | | | | | | | Prevent wrong markdown on issue ids when project has Jira service activatedissue_828Felipe Artur2016-10-1916-83/+199
* | | | | | | | | Merge branch 'update-omniauth-saml' into 'master' Douwe Maan2016-10-192-5/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Bump `omniauth-saml` to 1.7.0 to include security fixes and metadata support ...update-omniauth-samlPatricio Cano2016-10-192-5/+5
* | | | | | | | | | Merge branch '22457-reset-filters-button-should-be-invisible-when-no-filters-...Robert Speicher2016-10-193-2/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added `issuable_filters_present` to check for active filters before rendering...22457-reset-filters-button-should-be-invisible-when-no-filters-are-activeLuke Bennett2016-10-073-2/+15
* | | | | | | | | | | Merge branch 'dont-touch-fs-on-pipeline-save' into 'master' Rémy Coutable2016-10-192-1/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | Keep around commits only on pipeline createdont-touch-fs-on-pipeline-saveKamil Trzcinski2016-10-192-1/+2
* | | | | | | | | | | Merge branch '21444-pipeliens-new-mr' into 'master' Fatih Acet2016-10-195-38/+75
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Improve code that creates a list of commits for MR21444-pipeliens-new-mrGrzegorz Bizon2016-10-181-2/+3
| * | | | | | | | | | | Extend merge request tests for all commits methodGrzegorz Bizon2016-10-182-20/+45
| * | | | | | | | | | | Use temporary compare commits when MR not persistedGrzegorz Bizon2016-10-181-11/+9
| * | | | | | | | | | | Extract pipeline vars in merge requests controllerGrzegorz Bizon2016-10-182-6/+14
| * | | | | | | | | | | Use all pipelines variable when creating merge requestGrzegorz Bizon2016-10-182-6/+6
| * | | | | | | | | | | Remove obsolete variable assigned to MR widget viewGrzegorz Bizon2016-10-181-1/+0
| * | | | | | | | | | | Fix variable to show multiple pipelines for MRAnnabel Dunstone Gray2016-10-182-2/+1
| * | | | | | | | | | | Fix pipeline tab content display and badge countAnnabel Dunstone Gray2016-10-181-1/+1
| * | | | | | | | | | | Add pipelines tab to new MRAnnabel Dunstone2016-10-181-0/+7
* | | | | | | | | | | | Merge branch 'fix/fix-public-builds-name-in-pipeline-settings' into 'master' Achilleas Pipinellis2016-10-191-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fix name of feature that restricts builds tracesfix/fix-public-builds-name-in-pipeline-settingsGrzegorz Bizon2016-10-191-2/+2
* | | | | | | | | | | | Merge branch 'corrected-build-page-header-username-to-full-name' into 'master' Jacob Schatz2016-10-191-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Change username full name back to only username on xs viewportscorrected-build-page-header-username-to-full-nameLuke Bennett2016-09-081-3/+5
| * | | | | | | | | | | Changed build header username area to use the full name with the username as ...Luke Bennett2016-09-081-1/+2
* | | | | | | | | | | | Merge branch 'fix-escaping' into 'master' Sean McGivern2016-10-193-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fix: commit messages being double-escaped in activies tabamaia2016-10-183-1/+7