gitlab-org--gitlab-foss/spec
Douglas Barbosa Alexandre 04d1b41258 Merge branch 'tasks' into 'master'
Add Todos

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/2425

Tasks:

-  Prepare database
 - [X] Create a new table (`todos`)
- Tasks Queue view
 - [X] Add a number icon showing the number of todos on the top right next to the new and logout button that will redirect the user to the todos page
 - [X] Add a chronological list of todos, with the 'Todos' tab active by default
 - [X] Add a 'Done' button to each todo
 - [x] Add filters (project, author, type, and action)
- Todos generation
 - [X] When user issue/mr is assgined to someone
 - [x] When user is mentioned on (issues/mr's/comments)
- Mark todo as `done`
 - [X] When clicks on the 'Done' button
 - [X] When edit issue/mr
 - [X] When left/edit a comment
 - [X] When reassign issue/mr
 - [X] When add/remove labels to issue/mr
 - [X] When issue/mr is closed
 - [X] When mr is merged
 - [X] When added an emoji
 - [X] When changed the issue/mr milestone

* Screenshot:

![Screenshot_2016-02-20_12.45.57](/uploads/4b2554b1bde25aed3347e1ae41e8e0c0/Screenshot_2016-02-20_12.45.57.png)

See merge request !2817
2016-02-22 02:36:41 +00:00
..
benchmarks
controllers Merge branch 'rs-move-controller-specs' into 'master' 2016-02-20 01:12:59 +00:00
factories Rename Tasks to Todos 2016-02-20 12:39:27 -02:00
features Fix old usages of `ci_runner` factory 2016-02-19 13:18:49 +01:00
finders remove public field from namespace and refactoring 2016-01-04 16:00:29 +02:00
fixtures Render sanitized SVG images 2016-02-01 18:25:32 +01:00
helpers Merge branch 'rs-emoji' into 'master' 2016-02-19 08:11:02 +00:00
initializers Ensure Gravatar host looks like an actual host 2016-01-18 14:58:16 +01:00
javascripts Project dropdown test span -> i 2016-02-05 20:08:28 +00:00
lib Merge branch 'commit-status-fix' into 'master' 2016-02-19 19:22:25 +00:00
mailers Move profile notifications specs to separate file 2016-02-12 14:01:28 +01:00
models Merge branch 'tasks' into 'master' 2016-02-22 02:36:41 +00:00
requests Fix ci_build trace trait 2016-02-19 19:31:57 +01:00
routing Increase the minimum length for commit SHA matching to 7 2016-01-29 19:52:29 -05:00
services Merge branch 'tasks' into 'master' 2016-02-22 02:36:41 +00:00
support Add newline 2016-02-17 15:22:33 +01:00
tasks/gitlab
views/help
workers Expire caches after forking/importing a repository 2016-02-17 11:38:18 +01:00
factories.rb Unsubscribe from thread through link in email footer 2016-01-09 12:41:22 +01:00
factories_spec.rb
rails_helper.rb
spec_helper.rb Add temporary monkey patch to get specs passing on 4.2.5.1 2016-01-25 14:53:28 -08:00
teaspoon_env.rb