Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
AgeCommit message (Expand)Author
2016-10-19Spaces before `}`!Douwe Maan
2016-10-19Remove order by label type on LabelsFinderDouglas Barbosa Alexandre
2016-10-19Only show label type for projects that belong to a groupDouglas Barbosa Alexandre
2016-10-19Disable subscribing to group-level labelsDouglas Barbosa Alexandre
2016-10-19Warn user deleting a group label affect all projects within the groupDouglas Barbosa Alexandre
2016-10-19Add label type to group and project labels listsDouglas Barbosa Alexandre
2016-10-19Fix shared labels filterDouglas Barbosa Alexandre
2016-10-19Always use symbols for type on LabelsHelper#link_to_labelDouglas Barbosa Alexandre
2016-10-19Reduce duplication between the project and group label formsDouglas Barbosa Alexandre
2016-10-19Hide prioritized labels only when no labels are available to projectDouglas Barbosa Alexandre
2016-10-19Remove scopes/types for labelsDouglas Barbosa Alexandre
2016-10-19Fix LabelsHelper#link_to_label to use the subject argumentDouglas Barbosa Alexandre
2016-10-19Show labels widget on issuable sidebar if project has only group labelsDouglas Barbosa Alexandre
2016-10-19Add ProjectLabel modelDouglas Barbosa Alexandre
2016-10-19Use policies to handle with global/project label permissionsDouglas Barbosa Alexandre
2016-10-19Hides project/group labels section if there are noneDouglas Barbosa Alexandre
2016-10-19Remove duplication between global and the regular label partialsDouglas Barbosa Alexandre
2016-10-19Remove project_labels from Projects::ApplicationControllerDouglas Barbosa Alexandre
2016-10-19List group labels on project labels pageDouglas Barbosa Alexandre
2016-10-19Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre
2016-10-19Add CRUD for Group LabelsDouglas Barbosa Alexandre
2016-10-19Merge branch '21444-pipeliens-new-mr' into 'master' Fatih Acet
2016-10-19Merge branch 'fix/fix-public-builds-name-in-pipeline-settings' into 'master' Achilleas Pipinellis
2016-10-19Merge branch 'corrected-build-page-header-username-to-full-name' into 'master' Jacob Schatz
2016-10-19Use `to_reference` for Issue "show" and "edit" page titlesRobert Speicher
2016-10-19Revert "Merge branch 'gjlaubenstein/gitlab-ce-21712-change-issue-show-html-ti...Robert Speicher
2016-10-19Added dyanmic position adjustmentLuke Bennett
2016-10-19Fix name of feature that restricts builds tracesGrzegorz Bizon
2016-10-19Merge branch '22191-delete-dynamic-envs-mr' into 'master' Rémy Coutable
2016-10-19Merge branch 'master' into issue-board-sidebarPhil Hughes
2016-10-19Use Hash rocket syntax to fix cycle analytics under Ruby 2.1Adam Niedzielski
2016-10-19Use Hash rocket syntax to maintain Ruby 2.1 compatibilityStan Hu
2016-10-19Use Hash rocket syntax to maintain Ruby 2.1 compatibilityStan Hu
2016-10-18Merge branch '19991-triggered-pipeline' into 'master' Jacob Schatz
2016-10-18Merge branch 'pipeline-emails' into 'master' Kamil Trzciński
2016-10-18Merge branch '21192-retried-builds' into 'master' Jacob Schatz
2016-10-18Merge branch 'login-fixups' into 'master' Rémy Coutable
2016-10-18Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mrKamil Trzcinski
2016-10-18Merge branch 'fix/pipeline-settings-page' into 'master' Kamil Trzciński
2016-10-18Extract pipeline vars in merge requests controllerGrzegorz Bizon
2016-10-18Use all pipelines variable when creating merge requestGrzegorz Bizon
2016-10-18Fix variable to show multiple pipelines for MRAnnabel Dunstone Gray
2016-10-18Fix pipeline tab content display and badge countAnnabel Dunstone Gray
2016-10-18Add pipelines tab to new MRAnnabel Dunstone
2016-10-18Move build order array to HasStatus moduleAnnabel Dunstone Gray
2016-10-18Remove unnecessary retried check & fix test failuresAnnabel Dunstone Gray
2016-10-18Move sidebar build class into helperAnnabel Dunstone Gray
2016-10-18show all builds in sidebar, including retriedAnnabel Dunstone Gray
2016-10-18Remove retried build labelAnnabel Dunstone Gray
2016-10-18Replace retried build icon with fa-refreshAnnabel Dunstone Gray