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-17Merge branch 'fix-todos-counters' into 'master' Robert Speicher
Ensure Todos counters doesn't count Todos for projects pending delete Use `TodosFinder` instead of `current_user.todos` to filter projects pending delete on Todos counters helpers. Counters should not reflect the number of Todos displayed on the tabs. Fixes #18633 See merge request !4663
2016-06-17Merge branch '18034-cache-todo-counter' into 'master' Yorick Peterse
Cache todo counters (pending/done) See merge request !4438
2016-06-14Updated TODO descriptionPhil Hughes
2016-06-14todo title text update for manual todosPhil Hughes
2016-05-31Add tooltips to todo target linksRobert Speicher
2016-05-25Make conditional a guard clauseAlfredo Sumaran
2016-05-25Address feedbackAlfredo Sumaran
Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com>
2016-05-25Move conditional to a methodAlfredo Sumaran
2016-05-25Fix syntaxAlfredo Sumaran
2016-05-25Add target statusAlfredo Sumaran
2016-05-17Create a todo on failing MR buildSean McGivern
When a build fails for a commit, create a todo for the author of the merge request that commit is the HEAD of. If the commit isn't the HEAD commit of any MR, don't do anything. If there already is a todo for that user and MR, don't do anything. Current limitations: - This isn't configurable by project. - The author of a merge request might not be the person who pushed the breaking commit.
2016-04-13Fix todo_target_path for todos where target was removedDouglas Barbosa Alexandre
2016-03-18Rename `Todo#to_reference` to `Todo#target_reference`Douglas Barbosa Alexandre
Since we're not actually returning a todo reference.
2016-03-18Trigger a todo for mentions on commits pageDouglas Barbosa Alexandre
2016-03-11Title attributes for activity feedJosh Frye
2016-03-10RubocopJosh Frye
2016-03-10Set link title for todos. Closes #14042Josh Frye
2016-02-20"X assigned you Y" instead of "X assigned Y"Douwe Maan
2016-02-20Add "Mark all as done" buttonDouwe Maan
2016-02-20Include 'issue'/'merge request' in linkDouwe Maan
2016-02-20Rename Tasks to TodosDouglas Barbosa Alexandre