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
2020-09-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-28Add Issue and Merge Request titles to Todo itemsArun Kumar Mohan
Only displays the todo body if the todo has a note. This is to avoid redundant Issue or Merge Request titles displayed both in the Todo title and body.
2019-08-15CE-specific changes to allow design TodosLuke Duncalfe
CE-specific changes for: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15129 Co-Authored-By: Alex Kalderimis <akalderimis@gitlab.com> Co-Authored-By: Luke Duncalfe <lduncalfe@eml.cc>
2019-06-24Eliminate N+1 queries in Dashboard::TodosControllerStan Hu
This appears to bring down the number of SQL queries on GitLab.com for my Todos page from 672 to 100. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/43042
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2018-08-02Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová
This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175.
2018-07-11Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová
This reverts commit 4d9a3f42f1fd3be21555e19872b7121cca65015e, reversing changes made to ecf9c145f6e4d170cd059df88743393d9e63c489.
2018-07-03More EE->CE fixesJan Provaznik
2018-07-03Move todo_group_options to CEJan Provaznik
2018-07-03Support todos for epics backportJarka Kadlecová
2018-03-05Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-01-17Resolve "Closed issue label in todo's styling is difficult to read"Simon Knox
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