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-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-10Test todos_count_format helper at the correct level to improve speedRobert Speicher
Instead of an integration test that creates 101 Todo records to test a simple view helper, just unit test the helper.
2017-05-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-28Improve text on todo list when the todo action comes from yourselfJacopo
Improved todo message when an issue is assigned to yourself. - The new message when an user assign to himself an issue or a mr is: "You assigned issue xx to yourself" - The new message when an user adds a todo to himself is: "You added a todo for issue xx" - The new message when and user mention himself is: "You mentioned yourself on issue xx" - The new message when an user directly address himself is: "You directly addressed yourself on issue xx" - The new message when an user mark himself as an approver is: "You set yourself as an approver for merge request xx"
2017-03-21Revert "Merge branch '29534-todos-performance' into 'master'"Sean McGivern
This reverts merge request !10076
2017-03-20Todos performance: Include associations in FinderJarka Kadlecova
2017-03-16Include routes when loading user projectsJarka Kadlecova
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-21change todos counter position & format ( for large counts )mhasbini
2017-02-08Create directly_addressed Todos when mentioned in beginning of a lineErshad Kunnakkadan
2017-01-29Filter todos by manual addJacopo
Added the option to filter todo by Added and Pipelines
2017-01-19Merge branch '23524-notify-automerge-user-of-failed-build' into 'master' Sean McGivern
Notify the user who set auto-merge when merge is not possible Closes #23524 See merge request !8056
2017-01-14Notify the user who set auto-merge when merge conflict occurstwonegatives
2016-12-22Fix viewing "build failed" TODOsNick Thomas
2016-12-16Notify the user who set auto-merge when a build failstwonegatives
2016-11-08Changed helper method to check for none on paramsPhil Hughes
Moved if statements around in view
2016-11-07Fixed todos empty state when filteringPhil Hughes
Closes #24127
2016-10-03Removed try method call on due datePhil Hughes
2016-10-03Moved middot into helper methodPhil Hughes
2016-10-03Moved todo due date to helper methodPhil Hughes
2016-10-03Moved todo due date text into helper methodPhil Hughes
2016-09-01Removed inline JS and improved dropdown labelsLuke Bennett
2016-09-01Swapped out author dropdown and started on swapping out project dropdownLuke Bennett
2016-08-12Recover usage of Todos counter cachePaco Guzman
We’re being kept up to date the counter data but we’re not using it. The only thing which is not real if is the number of projects that the user read changes the number of todos can be stale for some time. The counters will be sync just after the user receives a new todo or mark any as done
2016-07-12Merge branch 'approval-required-todo' into 'master' Robert Speicher
Add approval required todos Ports the 'approval required' todo type from EE - https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/547 See merge request !5217
2016-07-12Add approval required todosSean McGivern
2016-07-12Cache todos pending/done dashboard query countsPaco Guzman
2016-06-18Merge branch 'issuable-todo-improvements'Douwe Maan
# Conflicts: # app/controllers/projects/todos_controller.rb
2016-06-17Ensure Todos counters doesn't count Todos for projects pending deleteDouglas Barbosa Alexandre
2016-06-17Cache todo counters (pending/done)Paco Guzman
- As todos are created/updated inside the TodoService we repopulate the cache just there for both pending/done todos - Todos as mark as done from the TodosController we update cache there too - All the added methods are kept in the User class for cohesion
2016-06-17Improved manual todosPhil Hughes
Based on feedback from !4502
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