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
AgeCommit message (Collapse)Author
2018-03-12Add helpers for labels dropdownKushal Pandya
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2017-12-11Hide issues and MRs in labels list if disabledSophie Herold
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-07Free up some group reserved wordsBob Van Landuyt
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Rename many path_with_namespace -> full_pathGabriel Mazetto
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2016-12-03Add shorthand support to gitlab markdown referencesOswaldo Ferreira
2016-10-19Fix LabelsHelper#link_to_label to use the subject argumentDouglas Barbosa Alexandre
2016-04-26Updated label links to work correctly for filteringPhil Hughes
See !3846#note_5033951
2016-03-20change the css class has_tooltip to has-tooltip universallyArinde Eniola
2016-03-18Fix specsRémy Coutable
2016-02-04Allow link_to_label to take an optional type argRémy Coutable
You can set type: :merge_request to create a link to merge request lists instead of issues list. Accept both Symbol & String as type argument for the link_to_label helper
2016-01-25Update text_color_for_bg helper to support RGB triplet color codesRobert Speicher
Closes #12677
2015-10-14Merge branch 'master' into filter-labelDouwe Maan
2015-10-07Support filtering by "Any" milestone or issue and fix "No Milestone" and "No ↵Stan Hu
Label" filters Closes #2619 Closes https://github.com/gitlabhq/gitlabhq/issues/9631
2015-05-22Add link_to_label helperRobert Speicher
2015-04-20Reference filters :sparkles:Robert Speicher
Commit ranges, commits, external issues, issues, labels, merge requests, snippets, users.
2014-07-30Fix old api compatibility and testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-11Determine label color based on lowercase nameJeroen van Baarsen