Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explicit mention of the assignee make a task | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -10/+9 |
| | | | | Since potentially the previous assign-task has already been handled. | ||||
* | :lipstick: Cosmetic changes | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -21/+21 |
| | |||||
* | Refactoring task queue partials | Douglas Barbosa Alexandre | 2016-02-20 | 6 | -79/+37 |
| | |||||
* | Improve formatted message for tasks when action is a mention | Douglas Barbosa Alexandre | 2016-02-20 | 3 | -5/+11 |
| | |||||
* | Use destroy, in case we ever have before_destroy callbacks on Task | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -2/+2 |
| | |||||
* | Fix task factory | Douglas Barbosa Alexandre | 2016-02-20 | 3 | -3/+6 |
| | |||||
* | Fix rubocop offenses | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -4/+4 |
| | |||||
* | Update CHANGELOG | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -0/+1 |
| | |||||
* | Fix pending examples from task model spec | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -4/+30 |
| | |||||
* | Add filters by project, author, type, and action to task queue page list | Douglas Barbosa Alexandre | 2016-02-20 | 6 | -37/+317 |
| | |||||
* | Add a link to Task Queue on dashboard sidebar | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -6/+12 |
| | |||||
* | Create a pending task when a user is mentioned when edit a issue/mr/note | Douglas Barbosa Alexandre | 2016-02-20 | 10 | -100/+146 |
| | |||||
* | Does not create a task if new assignee is the current user | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -4/+15 |
| | |||||
* | Create a pending task when a user is mentioned on a note | Douglas Barbosa Alexandre | 2016-02-20 | 13 | -21/+146 |
| | |||||
* | Create a pending task when a user is mentioned on issue/mr | Douglas Barbosa Alexandre | 2016-02-20 | 3 | -36/+94 |
| | |||||
* | Rename TaskService#mark_as_done to mark_pending_tasks_as_done | Douglas Barbosa Alexandre | 2016-02-20 | 4 | -10/+10 |
| | |||||
* | Move common behavior to to IssuableBaseService | Douglas Barbosa Alexandre | 2016-02-20 | 3 | -34/+13 |
| | |||||
* | Marks pending tasks for an user as done when he merge the MR | Douglas Barbosa Alexandre | 2016-02-20 | 3 | -0/+26 |
| | |||||
* | Marks pending tasks for an user as done when he close the MR | Douglas Barbosa Alexandre | 2016-02-20 | 4 | -1/+34 |
| | |||||
* | Marks pending tasks for an user as done when he edit a MR | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -1/+75 |
| | |||||
* | Create a pending task when an MR is assigned to someone | Douglas Barbosa Alexandre | 2016-02-20 | 6 | -15/+142 |
| | |||||
* | Mark pending tasks for the current user as done when he edit a note | Douglas Barbosa Alexandre | 2016-02-20 | 3 | -0/+60 |
| | |||||
* | Mark pending tasks for the note author as done when he left a note | Douglas Barbosa Alexandre | 2016-02-20 | 4 | -6/+53 |
| | |||||
* | Fix rubocop offenses | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -5/+5 |
| | |||||
* | Marks pending tasks for an user as done when he close the issue | Douglas Barbosa Alexandre | 2016-02-20 | 4 | -0/+35 |
| | |||||
* | Marks pending tasks for an user as done when he edit an issue | Douglas Barbosa Alexandre | 2016-02-20 | 7 | -14/+130 |
| | |||||
* | Remove task abilities, since we will only ever show the user their own | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -19/+0 |
| | |||||
* | Add feature spec for task queue list page | Douglas Barbosa Alexandre | 2016-02-20 | 4 | -0/+102 |
| | |||||
* | Add pending tasks badge on top right next to the new and logout button | Douglas Barbosa Alexandre | 2016-02-20 | 5 | -6/+25 |
| | |||||
* | Allow user to mark each task as done manually | Douglas Barbosa Alexandre | 2016-02-20 | 5 | -1/+43 |
| | |||||
* | Does not create a task for new issue when assignee is the current user | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -1/+5 |
| | |||||
* | Create a pending task when an issue is assigned to someone | Douglas Barbosa Alexandre | 2016-02-20 | 7 | -2/+141 |
| | |||||
* | Fix task queue list page title | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -2/+2 |
| | |||||
* | Add tasks queue list page | Douglas Barbosa Alexandre | 2016-02-20 | 8 | -0/+211 |
| | |||||
* | Add task model | Douglas Barbosa Alexandre | 2016-02-20 | 6 | -1/+95 |
| | |||||
* | Merge branch 'doc_artifacts_api' into 'master' | Achilleas Pipinellis | 2016-02-20 | 1 | -11/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | Fix docs on artifacts API Small fixes for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2893 - Backticks in parameters - Remove headings - Fix curl URL link See merge request !2902 | ||||
| * | Fix docs on artifacts API | Achilleas Pipinellis | 2016-02-20 | 1 | -11/+6 |
|/ | | | | | | | | - Backticks in parameters - Remove headings - Fix curl URL link [ci skip] | ||||
* | Merge branch 'visibletrap/gitlab-ce-label' | Douwe Maan | 2016-02-19 | 18 | -19/+70 |
|\ | |||||
| * | Missing @ in @labels | Tap | 2016-02-19 | 1 | -1/+1 |
| | | |||||
| * | Pull right side of label row out | Tap | 2016-02-19 | 2 | -11/+11 |
| | | |||||
| * | Find label in issues_finder | Tap | 2016-02-19 | 3 | -4/+20 |
| | | |||||
| * | Fix label - description spacing | Tap | 2016-02-19 | 1 | -1/+2 |
| | | |||||
| * | Remove unnecessary .present? | Tap | 2016-02-19 | 1 | -1/+1 |
| | | |||||
| * | Add my name to the changelog | Tap | 2016-02-19 | 1 | -2/+2 |
| | | |||||
| * | Label description and Label row | Tap | 2016-02-17 | 17 | -25/+59 |
| | | | | | | | | | | - Add label description - Show label row when filtering issues or merge requests by label | ||||
* | | Merge branch 'rs-move-controller-specs' into 'master' | Douwe Maan | 2016-02-20 | 5 | -0/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | Move a few controller specs to their correct locations See merge request !2889 | ||||
| * | | Move a few controller specs to their correct locationsrs-move-controller-specs | Robert Speicher | 2016-02-18 | 5 | -0/+0 |
| | | | |||||
* | | | Merge branch 'rs-blob' into 'master' | Douwe Maan | 2016-02-20 | 6 | -17/+118 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a `Blob` model that wraps `Gitlab::Git::Blob` This allows us to take advantage of Rails' `to_partial_path` to render the correct partial based on the Blob type, rather than cluttering the view with conditionals. It also allows (and will allow in the future) better encapsulation for Blob-related logic which makes sense for our Rails app but might not make as much sense for the core `gitlab_git` library, such as detecting if the blob is an SVG. See merge request !2887 | ||||
| * | | | Add a `Blob` model that wraps `Gitlab::Git::Blob`rs-blob | Robert Speicher | 2016-02-18 | 6 | -17/+118 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to take advantage of Rails' `to_partial_path` to render the correct partial based on the Blob type, rather than cluttering the view with conditionals. It also allows (and will allow in the future) better encapsulation for Blob-related logic which makes sense for our Rails app but might not make as much sense for the core `gitlab_git` library, such as detecting if the blob is an SVG. | ||||
* | | | Merge branch 'refactor-scan' into 'master' | Douwe Maan | 2016-02-20 | 1 | -6/+5 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Improve readability of 'rake cache:clear' code See merge request !2892 |