Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve commit status API specsfix/commit-status-api-improvement | Grzegorz Bizon | 2016-03-01 | 1 | -30/+19 |
| | |||||
* | Improve commit status API specs (refactoring) | Grzegorz Bizon | 2016-02-29 | 1 | -41/+76 |
| | |||||
* | Return empty array when commit has no statuses in API | Grzegorz Bizon | 2016-02-29 | 1 | -37/+69 |
| | | | | | | | This makes API endpoint for Commit Statuses return empty array instead of 404 when commit exists, but has no statuses. Closes #3080 | ||||
* | Merge branch 'rs-fix-issue-filter-spec' into 'master' | Robert Speicher | 2016-02-27 | 1 | -2/+2 |
|\ | | | | | | | | | Fix issue milestone filter spec See merge request !2990 | ||||
| * | Fix issue milestone filter specrs-fix-issue-filter-spec | Robert Speicher | 2016-02-26 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'evuez/gitlab-ce-webhook-url-spaces' into 'master' | Robert Speicher | 2016-02-26 | 2 | -10/+14 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | Strip leading and trailing spaces in URL validator _Originally opened at !2914 by @evuez._ It makes URLs in webhooks valid even if they contain leading and/or trailing spaces. Spaces are hard to notice in input fields, this helps users by accepting leading and trailing spaces in webhooks URLs. Fixes #13652 See merge request !2939 | ||||
| * | Allow webhooks URL to have leading and trailing spacesevuez/gitlab-ce-webhook-url-spaces | evuez | 2016-02-26 | 2 | -10/+14 |
| | | |||||
* | | Merge branch 'repository-caching-refactor' into 'master' | Robert Speicher | 2016-02-26 | 1 | -2/+106 |
|\ \ | |/ |/| | | | | | | | | | Refactor Repository Caching Related issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/13515 See merge request !2936 | ||||
| * | Added specs for the various Repository hooksrepository-caching-refactor | Yorick Peterse | 2016-02-25 | 1 | -2/+106 |
| | | |||||
* | | 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 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move "I should see Crowd login form" feature to a view spec We were doing all kinds of code gymnastics to "enable" Crowd in the feature spec and this would sometimes cause a transient failure. Really what it's testing is if the Crowd login form shows when Crowd's enabled, so this is much better suited to a view spec. See merge request !2963 | ||||
| * \ \ | 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 Closes #13733 See merge request !2964 | ||||
| | * | | | 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 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sidebar overlaps content when screen is below 1200px. When screen is below 1200px, the sidebar overlaps. When screen is above 1200px, the sidebar pushes content out. z-index change to make sure hamburger stays on top. Fixes #12717   Also sorry I couldn't get the collapse button in the screen cap. It's there. See merge request !2620 | ||||
| | * | | | | 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 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were doing all kinds of code gymnastics to "enable" Crowd in the feature spec and this would sometimes cause a transient failure. Really what it's testing is if the Crowd login form shows when Crowd's enabled, so this is much better suited to a view spec. | ||||
* | | | | | 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 status Additional specs cover a case when one of the builds is running but allowed to fail. Previous implementation returned `running` status, which is wrong. This behavior has been changed in 8.5, this commit adds missing specs. See merge request !2904 | ||||
| * | | | Extend specs for summary build statusci/extend-summary-status-specs | Grzegorz Bizon | 2016-02-20 | 1 | -21/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional specs cover a case when one of the builds is running but allowed to fail. Previous implementation returned `running` status, which is wrong. This behavior has been changed in 8.5, this commit adds missing specs. | ||||
* | | | | Merge branch 'fix-autocomplete-spec' into 'master' | Robert Speicher | 2016-02-23 | 1 | -1/+1 |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | Fix volatile spec. Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/312. See merge request !206 | ||||
* | | | 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 |
| | | | | | | | | | | | | description | ||||
* | | | 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 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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:  See merge request !2817 | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | Since potentially the previous assign-task has already been handled. | ||||
| * | | | 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 |
| | | | |