Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge branch 'master' into avatar-croppingavatar-cropping | Alfredo Sumaran | 2016-02-26 | 3 | -2/+16 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge branch 'rs-crowd-form-view-spec' into 'master' | Rémy Coutable | 2016-02-26 | 1 | -0/+37 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'fix-todos' into 'master' | Robert Speicher | 2016-02-25 | 1 | -0/+10 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Does not create a todo when commenting on commit or project snippet | Douglas Barbosa Alexandre | 2016-02-24 | 1 | -0/+10 | |
| | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Merge remote-tracking branch 'origin/Baertierchen/gitlab-ce-showTestCoverage' | Dmitriy Zaporozhets | 2016-02-25 | 1 | -1/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add a spec for coverage indicator in project's builds listBaertierchen/gitlab-ce-showTestCoverage | Rémy Coutable | 2016-02-22 | 1 | -1/+5 | |
| * | | | | | | | Merge branch 'feature/jschatz1/sidebar-sizing' into 'master' | Jacob Schatz | 2016-02-24 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | Set window_size to 1366*768 | Alfredo Sumaran | 2016-02-23 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'rs-crowd-form-view-spec' into avatar-cropping | Alfredo Sumaran | 2016-02-24 | 1 | -0/+37 | |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | Move "I should see Crowd login form" feature to a view specrs-crowd-form-view-spec | Robert Speicher | 2016-02-24 | 1 | -0/+37 | |
| |/ / / / / / | ||||||
* | | | | | | | Add `:with_avatar` trait to User factory | Robert Speicher | 2016-02-24 | 6 | -6/+25 | |
|/ / / / / / | ||||||
* | | | | | | Does not raise an error when Todo is already marked as done | Douglas Barbosa Alexandre | 2016-02-23 | 1 | -27/+7 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge branch 'ci/extend-summary-status-specs' into 'master' | Kamil Trzciński | 2016-02-23 | 1 | -21/+51 | |
|\ \ \ \ \ | ||||||
| * | | | | | Extend specs for summary build statusci/extend-summary-status-specs | Grzegorz Bizon | 2016-02-20 | 1 | -21/+51 | |
* | | | | | | Merge branch 'fix-autocomplete-spec' into 'master' | Robert Speicher | 2016-02-23 | 1 | -1/+1 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Ensure we don't check a commit's description for revert message if it has no ... | Rémy Coutable | 2016-02-22 | 1 | -0/+34 | |
* | | | | | Check the HEAD of branch when doing Merge When Succeededimprove-merge-when-succeeded | Kamil Trzcinski | 2016-02-22 | 1 | -0/+16 | |
| |_|_|/ |/| | | | ||||||
* | | | | Merge branch 'tasks' into 'master' | Douglas Barbosa Alexandre | 2016-02-22 | 13 | -4/+656 | |
|\ \ \ \ | ||||||
| * | | | | Rename Tasks to Todos | Douglas Barbosa Alexandre | 2016-02-20 | 13 | -333/+338 | |
| * | | | | Create or mark task pending as soon the action happens | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -1/+1 | |
| * | | | | Ensure that we only have one task per issue/mr | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -18/+16 | |
| * | | | | Explicit mention of the assignee make a task | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -4/+4 | |
| * | | | | Refactoring task queue partials | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -19/+5 | |
| * | | | | Improve formatted message for tasks when action is a mention | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -1/+7 | |
| * | | | | Use destroy, in case we ever have before_destroy callbacks on Task | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -1/+1 | |
| * | | | | Fix task factory | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -2/+5 | |
| * | | | | Fix rubocop offenses | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -3/+3 | |
| * | | | | Fix pending examples from task model spec | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -4/+30 | |
| * | | | | Create a pending task when a user is mentioned when edit a issue/mr/note | Douglas Barbosa Alexandre | 2016-02-20 | 7 | -84/+79 | |
| * | | | | Does not create a task if new assignee is the current user | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -0/+12 | |
| * | | | | Create a pending task when a user is mentioned on a note | Douglas Barbosa Alexandre | 2016-02-20 | 3 | -0/+29 | |
| * | | | | Create a pending task when a user is mentioned on issue/mr | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -30/+66 | |
| * | | | | Rename TaskService#mark_as_done to mark_pending_tasks_as_done | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -2/+2 | |
| * | | | | Marks pending tasks for an user as done when he merge the MR | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -0/+17 | |
| * | | | | Marks pending tasks for an user as done when he close the MR | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -0/+24 | |
| * | | | | Marks pending tasks for an user as done when he edit a MR | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -1/+54 | |
| * | | | | Create a pending task when an MR is assigned to someone | Douglas Barbosa Alexandre | 2016-02-20 | 3 | -8/+109 | |
| * | | | | Mark pending tasks for the current user as done when he edit a note | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -0/+45 | |
| * | | | | Mark pending tasks for the note author as done when he left a note | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -4/+40 | |
| * | | | | Marks pending tasks for an user as done when he close the issue | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -0/+25 | |
| * | | | | Marks pending tasks for an user as done when he edit an issue | Douglas Barbosa Alexandre | 2016-02-20 | 3 | -11/+93 | |
| * | | | | Add feature spec for task queue list page | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -0/+23 | |
| * | | | | Does not create a task for new issue when assignee is the current user | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -0/+4 | |
| * | | | | Create a pending task when an issue is assigned to someone | Douglas Barbosa Alexandre | 2016-02-20 | 3 | -2/+92 | |
| * | | | | Add tasks queue list page | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -0/+23 | |
| * | | | | Add task model | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -0/+33 | |
| |/ / / | ||||||
* | | | | Merge branch 'merge-when-succeeded' into 'master' | Douwe Maan | 2016-02-22 | 1 | -6/+60 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Discover branches for commit statuses ref-less when doing merge when succeededmerge-when-succeeded | Kamil Trzcinski | 2016-02-19 | 1 | -6/+30 | |
| * | | | Fix Merge When Succeeded for multiple stages | Kamil Trzcinski | 2016-02-19 | 1 | -0/+30 | |
* | | | | Flush emptiness caches whenever needed | Yorick Peterse | 2016-02-20 | 1 | -0/+14 | |
| |/ / |/| | |