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
2019-04-24Merge branch '10504-single-codebase-ce' into 'master'Sean McGivern
Add Epics in issuable list when EE See merge request gitlab-org/gitlab-ce!27545
2019-04-24Add Epics in issuable list when EERajat Jain
Create a method in LabelsHelper which returns the correct list of `issuable_types` to the view.
2019-04-23Move scoped_label into label presenterJan Provaznik
When rendering a label we want to check 'scoped_label' feature availability on a project/group where label is being used. For this reason a label presenter is used in UI and information about context project/group is passed to this presenter.
2019-01-22fix(labels): Move the primary button out of breadcrumbs and into the project ↵Martin Hobert
section
2018-11-02Update project and group labels empty stateGeorge Tsiolis
2018-10-04Refactor labels_filter_path and labels navDmitriy Zaporozhets
Refactor labels_filter_path method to be consistent with other similar methods like search_filter_path, milestones_filter_path etc. Also move repeating code in labels index page nav into shared partial Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-10-04Add subscribe filter to labels pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-19Unite green buttons under one css classDmitriy Zaporozhets
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-10Add sort dropdown to project labels page and group labels pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-05Remove unnecessary logic from group labels pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-03Add search to group labels page [ci skip]Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-01Correct remaining `Lint/UselessAssignment` haml-lint violationsRobert Speicher
2018-06-06perf improvementLuke Bennett
2018-06-06UX reviewLuke Bennett
2018-06-05FE review changesLuke Bennett
2018-05-28Fix featuresLuke Bennett
2018-05-28missing i18nLuke Bennett
2018-05-24Fix accuracy of 'prioritized label' badge, when given different contextsLuke Bennett
2018-05-17Fix group labels listLuke Bennett
2018-05-08UX review changesLuke Bennett
2018-04-25Start changing group label pageLuke Bennett
2018-03-06Backport description composition from EEKushal Pandya
2017-09-25Remove all old sub nav barsAnnabel Dunstone Gray
2017-09-06Moves the action buttons out of the breadcrumbsPhil Hughes
Closes #36459
2017-09-06Clean up new navigation templatesPhil Hughes
2017-07-03more action button movementsPhil Hughes
fixed eslint failures fixed project select dropdown not working on some pages
2017-02-23Code style improvementsAlfredo Sumaran
2016-11-01Use label subject to calculate number of issues/mrs within the groupDouglas Barbosa Alexandre
2016-10-19Add label type to group and project labels listsDouglas Barbosa Alexandre
2016-10-19Remove scopes/types for labelsDouglas Barbosa Alexandre
2016-10-19Remove duplication between global and the regular label partialsDouglas Barbosa Alexandre
2016-10-19Add CRUD for Group LabelsDouglas Barbosa Alexandre