summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Fixed eslint errorsPhil Hughes2017-03-161-107/+69
| | | | Updated modal filter spec
* Merge branch '28494-mini-pipeline-graph-commit-view' into 'master' Jacob Schatz2017-03-163-1/+75
|\ | | | | | | | | | | | | Adds pipeline mini-graph to system information box in Commit View Closes #28494 See merge request !9902
| * Adds pipeline mini-graph to system information box in Commit ViewFilipa Lacerda2017-03-163-1/+75
| |
* | Merge branch 'dm-fix-mailroom-config' into 'master' DJ Mountney2017-03-162-56/+64
|\ \ | |/ |/| | | | | Fix reply by email by fixing config/mail_room.yml to be interpretable without ActiveSupport See merge request !9979
| * Fix redis specDouwe Maan2017-03-152-33/+31
| |
| * Verify config/mail_room.yml is interpretable RubyDouwe Maan2017-03-151-25/+35
| |
* | Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master'Stan Hu2017-03-153-136/+0
| | | | | | | | | | This reverts commit 5e9666880376b3f53edb95cba77b5642d3cc1810, reversing changes made to b35378a938e22f745b6c6ea32b53cb50f9b6c627.
* | Merge branch 'better-priority-sorting' into 'master' Douwe Maan2017-03-155-4/+94
|\ \ | | | | | | | | | | | | | | | | | | Better priority sorting Closes #28754 See merge request !9938
| * | Allow filtering by all started milestonesbetter-priority-sortingSean McGivern2017-03-153-2/+52
| | |
| * | Allow sorting by due date and label prioritySean McGivern2017-03-152-2/+42
| | |
* | | Merge branch '27174-filter-filters' into 'master' Clement Ho2017-03-151-2/+29
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | prevent filtering Issues by multiple milestones, authors, or assignees Closes #27174 See merge request !9406
| * | | prevent filtering Issues by multiple milestones, authors, or assignees27174-filter-filtersSimon Knox2017-03-111-2/+29
| | | |
* | | | Merge branch 'dm-copy-code-as-gfm' into 'master' Sean McGivern2017-03-156-336/+491
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Copy code as GFM from diffs, blobs and GFM code blocks See merge request !9874
| * | | | Remove selectionToGFMdm-copy-code-as-gfmDouwe Maan2017-03-141-2/+7
| | | | |
| * | | | Fix specsDouwe Maan2017-03-146-23/+21
| | | | |
| * | | | Document tag option and clarify specDouwe Maan2017-03-141-1/+1
| | | | |
| * | | | Copy code as GFM from diffs, blobs and GFM code blocksDouwe Maan2017-03-141-315/+467
| | |_|/ | |/| |
* | | | Merge branch '27271-missing-time-spent-in-issue-webhook' into 'master' Douwe Maan2017-03-152-1/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include time tracking attributes in webhooks payload Closes #27271 See merge request !9942
| * | | | Include time tracking attributes in webhooks payload27271-missing-time-spent-in-issue-webhookRuben Davila2017-03-142-1/+16
| | | | |
* | | | | Merge branch 'allow-resolving-conflicts-in-utf-8' into 'master' Robert Speicher2017-03-151-30/+59
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Allow resolving conflicts with non-ASCII chars Closes #26214 See merge request !9937
| * | | | Allow resolving conflicts with non-ASCII charsallow-resolving-conflicts-in-utf-8Sean McGivern2017-03-151-30/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We wanted to check that the text could be encoded as JSON, because conflict resolutions are passed back and forth in that format, so the file itself must be UTF-8. However, all strings from the repository come back without an encoding from Rugged, making them ASCII_8BIT. We force to UTF-8, and reject if it's invalid. This still leaves the problem of a file that 'looks like' UTF-8 (contains valid UTF-8 byte sequences), but isn't. However: 1. If the conflicts contain the problem bytes, the user will see that the file isn't displayed correctly. 2. If the problem bytes are outside of the conflict area, then we will write back the same bytes when we resolve the conflicts, even though we though the encoding was UTF-8.
* | | | | Merge branch '27551-use-dev-mirror-of-gitlab-git-test-on-dev' into 'master' Sean McGivern2017-03-152-4/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow to override GITLAB_GIT_TEST_REPO_URL to specify a different gitlab-git-test repo Closes #27551 See merge request !9945
| * | | | | Allow to override GITLAB_GIT_TEST_REPO_URL to specify a different ↵27551-use-dev-mirror-of-gitlab-git-test-on-devRémy Coutable2017-03-142-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gitlab-git-test repo We will set this to the dev mirror in GitLab CE and EE on dev. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Merge branch 'rs-dropdown-author-spec-speed' into 'master' Rémy Coutable2017-03-151-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Speed up the issues/filtered_search/dropdown_author feature spec See merge request !9951
| * | | | | | Speed up the issues/filtered_search/dropdown_author feature specrs-dropdown-author-spec-speedRobert Speicher2017-03-141-2/+3
| | |_|_|/ / | |/| | | |
* | | | | | Display full project name with namespace upon deletionMark Fletcher2017-03-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Removes ambiguity when two projects exist with the same name
* | | | | | Merge branch '28187-project-name-cut-off-with-nested-groups' into 'master' Alfredo Sumaran2017-03-151-0/+44
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Toggle long Project names Closes #28187 See merge request !9501
| * | | | | Toggle project name if too long28187-project-name-cut-off-with-nested-groupsSam Rose2017-03-131-0/+44
| | | | | |
* | | | | | Merge branch 'preserve_order_issue_board' into 'master' Douwe Maan2017-03-142-0/+41
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preserve order by priority on issues board See merge request !9939
| * | | | | | Preserve order by priority on issues boardpreserve_order_issue_boardValery Sizov2017-03-142-0/+41
| | |_|/ / / | |/| | | |
* | | | | | Merge branch '29425-fix-activity-stream-first-line-markdown' into 'master' Robert Speicher2017-03-141-2/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix first line markdown helper for user profile activity stream Closes #29425 See merge request !9920
| * | | | | | Fix first line markdown helper for user profile activity stream29425-fix-activity-stream-first-line-markdownEric Eastwood2017-03-141-2/+18
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29425
* | | | | | Merge branch 'fix-intermittent-notify-spec' into 'master' Rémy Coutable2017-03-141-111/+120
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Fix intermittent spec failures in notify_spec.rb See merge request !9935
| * | | | | Fix intermittent spec failures in notify_spec.rbNick Thomas2017-03-141-111/+120
| | | | | |
* | | | | | Merge branch 'issue-boards-new-search-bar' into 'master' Filipa Lacerda2017-03-143-109/+62
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added filtered search bar to issue boards Closes #28312 See merge request !9757
| * | | | | | Fixed up boards filter spec due to CSS classes changingPhil Hughes2017-03-081-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixed issue with Vue resource encoding + in search term
| * | | | | | Updated specsPhil Hughes2017-03-083-101/+56
| | | | | | |
* | | | | | | Merge branch 'fix_relative_position_calculation' into 'master' Douwe Maan2017-03-141-10/+110
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix relative position calculation Closes #29269 See merge request !9837
| * | | | | | [Issue sorting]Addressed review commentsfix_relative_position_calculationValery Sizov2017-03-141-2/+64
| | | | | | |
| * | | | | | [Issue Sorting] Improve migrationValery Sizov2017-03-141-1/+0
| | | | | | |
| * | | | | | [Issue sorting] Filling positions preferable in the middleValery Sizov2017-03-141-14/+26
| | | | | | |
| * | | | | | Fix relative position calculationValery Sizov2017-03-141-0/+27
| | |/ / / / | |/| | | |
* | | | | | Merge branch '28864-use-the-v4-api-from-the-frontend' into 'master' Sean McGivern2017-03-141-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Use the v4 API from the frontend" Closes #28864 See merge request !9714
| * | | | | | Update API on frontend to use v428864-use-the-v4-api-from-the-frontendSam Rose2017-03-141-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Use options object to pass params for project endpoint
* | | | | | Merge branch 'rs-capybara-screenshot-artifacts' into 'master' Kamil Trzciński2017-03-141-6/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Store capybara screenshots as build artifacts Closes #13971 See merge request !7985
| * | | | | Don't disable capybara-screenshot in CI environmentrs-capybara-screenshot-artifactsRobert Speicher2016-12-081-6/+3
| | | | | |
* | | | | | Merge branch 'nonewline-parser' into 'master' Sean McGivern2017-03-141-0/+48
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Take nonewline context into account in diff parser Closes #28128 and #22636 See merge request !9705
| * | | | | take nonewline context into account in diff parsermhasbini2017-03-131-0/+48
| | | | | |
* | | | | | Merge branch 'adam-count-badges-group-dashboard-milestones' into 'master' Sean McGivern2017-03-141-0/+63
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add count badges to both dashboard and group milestones Closes #24421 See merge request !9836
| * | | | | | Add count badges to both dashboard and group milestonesadam-count-badges-group-dashboard-milestonesAlex Braha Stoll2017-03-101-0/+63
| | | | | | |