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
2016-06-18Merge branch 'issuable-todo-improvements'Douwe Maan
# Conflicts: # app/controllers/projects/todos_controller.rb
2016-06-14Moved todo creation over to project todos controllerPhil Hughes
2016-06-14Fixed bug with sidebar when user is not logged inPhil Hughes
2016-06-14Manually create todo for issuablePhil Hughes
Added a button into the sidebar for issues & merge requests to allow users to manually create todo items Closes #15045
2016-06-06Remove prev/next buttons on issues and merge requestsAlejandro Rodríguez
The buttons were rarely used and added at least 1 query each on every page load.
2016-06-04Address feedbackAlfredo Sumaran
2016-06-04Set indeterminated itemsAlfredo Sumaran
2016-05-27Fixed issue with spacing in issuable headerPhil Hughes
The Ruby was returning the HTML without a spacing next to the word 'by' Closes #17864
2016-05-26Filter issuables by any userPhil Hughes
Closes #2836
2016-04-20Merge branch 'multi-filter-labels' into 'master' Jacob Schatz
Mutliple label filter Fixes #989 See merge request !3438
2016-04-19some refactoringArinde Eniola
2016-04-16Fixed testsPhil Hughes
2016-04-16Fixed up based on feedbackPhil Hughes
2016-04-16Moved meta information into an issuable helper methodPhil Hughes
2016-04-14rename the test fileArinde Eniola
2016-04-13Move functionality to label[]Jacob Schatz
2016-04-13Proper selecting multiple labels.Jacob Schatz
2016-03-29Updated based on Ruby feedbackPhil Hughes
2016-03-29Ruby fixesPhil Hughes
2016-03-29Fixed rubocop issuesPhil Hughes
2016-03-29Standardised the output of the JSON to always include the namePhil Hughes
The frontend will then always use the name as the ID - like previous
2016-03-25Fix minor code style issuesJacob Schatz
Fix underscore template error. Fix `=` spacing
2016-03-17Moved code to single line ifPhil Hughes
2016-03-16Removed label/milestone helper methodsPhil Hughes
2016-03-16Fixed failing testsPhil Hughes
2016-03-16Pre-selects values on issue and merge request dropdownPhil Hughes
Closes #14290
2016-03-08Fixes "iid of max iid" in Issuable sidebar for merged MRRémy Coutable
Fixes #13928
2016-02-16Display "iid of max_iid" in Issuables' sidebarRémy Coutable
2016-02-15Fix the "x of y" displayed at the top of Issuables' sidebarRémy Coutable
1. We now display the index of the current issuable among all its project's issuables, of the same type and with the same state. 2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper module. 3. Added acceptance specs for the sidebar counter.