summaryrefslogtreecommitdiff
path: root/spec/features/issues
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "Label picker: Line break on long label titles"Ammar Alakkad2019-07-171-1/+1
|
* Merge branch 'fetch-forked-projects-create-mr' into 'master'Filipa Lacerda2019-07-051-0/+54
|\ | | | | | | | | | | | | Create private merge requests in forks Closes #58583 See merge request gitlab-org/gitlab-ce!29984
| * Create private merge requests in forksPhil Hughes2019-07-051-0/+54
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
* | Change 'Todo' to 'To Do'Christie Lenneville2019-07-041-4/+4
|/ | | | | | | | | | | | | | | | Currently, we label items to be done as "Todo." This is grammatically incorrect and (therefore) confusing—especially to our Spanish-speaking users for whom "todo" has a specific and unrelated meaning. We should use "To Do" and always use it as singular (not "To Dos"). Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot
* Merge branch 'master' into michel.engelen/gitlab-ce-issue/55953Sean McGivern2019-07-031-1/+1
|\
| * Rebased and squashed commitsNatalia Tepluhina2019-07-031-1/+1
| | | | | | | | - all commits squashed to make danger review happy
* | fixed remaining specs for !29553Michel Engelen2019-07-021-2/+2
| |
* | updated testMichel Engelen2019-07-021-8/+8
| |
* | updated tests for !29553Michel Engelen2019-07-021-2/+2
| |
* | updated tests for !29553Michel Engelen2019-07-021-16/+16
| |
* | updated tests for change in !29553Michel Engelen2019-07-021-3/+3
|/
* Allow autocompleting scoped labelsMartin Hanzel2019-06-251-3/+67
| | | | | The `:` key will no longer exit out of the autocomplete dialog, allowing auto-completion of labels with colons in them.
* Show create merge request button on confidential issuesPhil Hughes2019-06-241-1/+12
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
* Move some quick actions feature specs to unit testsFelipe Artur2019-06-181-27/+5
| | | | | Move some feature specs for issues/merge requests quick actions to unit tests. They are taking too long to run on the pipelines.
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox2019-06-151-1/+1
|\ | | | | | | 62966-embed-zoom-call-in-issue-mvc
| * Added diff suggestion popoverPhil Hughes2019-06-141-1/+1
| | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
* | Add Join meeting button to Issues with Zoom links62966-embed-zoom-call-in-issue-mvcSimon Knox2019-06-141-0/+13
|/ | | | | Detect links containing zoom.us followed by j, s, or my Add link below Issue title that links to Zoom meeting
* Fix false positives in filtered search specsfix-search-bar-specsHeinrich Lee Yu2019-05-031-17/+17
| | | | | Assertions were made based on elements found so the specs still pass even if the elements don't exist
* Extract move quick action spec to shared example59570-move-quick-actionAlexandru Croitor2019-04-151-120/+1
|
* Extract EE specific files/lines for spec/features/issuesFelipe Artur2019-04-152-0/+4
| | | | Part of moving gitlab into single codebase
* Quarantine flaky specsquarantine-flaky-specsRémy Coutable2019-04-103-3/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Quarantine a flaky spec in ↵Rémy Coutable2019-04-101-1/+1
| | | | | | spec/features/issues/user_creates_branch_and_merge_request_spec.rb Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'quarantine-flaky-specs' into 'master'Kamil Trzciński2019-04-091-1/+1
|\ | | | | | | | | Quarantine a flaky spec in spec/features/issues/user_interacts_with_awards_spec.rb See merge request gitlab-org/gitlab-ce!27176
| * Quarantine a flaky spec in ↵Rémy Coutable2019-04-091-1/+1
| | | | | | | | | | | | spec/features/issues/user_interacts_with_awards_spec.rb Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'osw-multi-assignees-merge-requests' into 'master'Nick Thomas2019-04-091-2/+2
|\ \ | |/ |/| | | | | [Backport] Support multiple assignees for merge requests See merge request gitlab-org/gitlab-ce!27089
| * [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-2/+2
| | | | | | | | | | Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
* | Merge branch '59570-due-quick-action' into 'master'James Lopez2019-04-091-28/+1
|\ \ | | | | | | | | | | | | | | | | | | Extract due quick action to shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26918
| * | Extract due quick action to shared example59570-due-quick-actionAlexandru Croitor2019-04-081-28/+1
| |/
* | Quarantine flaky specsRémy Coutable2019-04-091-1/+1
|/ | | | | | | | | | | Related to: - https://gitlab.com/gitlab-org/gitlab-ce/issues/60270 - https://gitlab.com/gitlab-org/gitlab-ce/issues/60271 - https://gitlab.com/gitlab-org/gitlab-ce/issues/60272 - https://gitlab.com/gitlab-org/gitlab-ce/issues/60273 Signed-off-by: Rémy Coutable <remy@rymai.me>
* Extract create merge request quick action spec59570-create-merge-request-quick-actionAlexandru Croitor2019-04-081-59/+2
|
* Extract duplicate quick action spec to a shared example59570-duplicate-quick-actionAlexandru Croitor2019-04-051-36/+1
|
* Merge branch '59570-remove-due-date-quick-action' into 'master'Sean McGivern2019-04-051-19/+2
|\ | | | | | | | | | | | | Extract remove due date spec to shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26922
| * Extract remove due date spec to shared example59570-remove-due-date-quick-actionAlexandru Croitor2019-04-051-19/+2
| |
* | Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-056-14/+14
|/ | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* Extract confidential quick action spec to a shared example59570-confidential-quick-actionAlexandru Croitor2019-04-041-36/+3
|
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-021-1/+35
|\ | | | | | | jarv/dev-to-gitlab-2019-04-02
| * Hide related branches when user does not have permissionMark Chao2019-03-211-1/+35
| | | | | | | | Guest user of a project should not see branches
* | Extend quick actions dsl50199-quick-actions-refactorAlexandru Croitor2019-03-291-55/+42
|/ | | | | | | | | | | * Extend quick actions dsl to allow specifying model types to which given quick action applies * Rename issuable attribute to noteable in interpret_service.rb * Refactor and reorder quick action specs * Create a shared example spec for each quick action to be used for issue, merge request and commit specs. https://gitlab.com/gitlab-org/gitlab-ce/issues/50199
* Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'Phil Hughes2019-03-111-83/+1
| | | | | | | | | | Move gfm_autocomplete_spec.rb out of quarantine Closes #57995 and #56843 See merge request gitlab-org/gitlab-ce!25542 (cherry picked from commit 2dcbc0fa5657ab5c4ed46c5c84b8674faec36ea8)
* Revert "Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'"Winnie Hellmann2019-03-051-1/+83
| | | | This reverts merge request !25542
* Fix username escaping when clicking 'assign to me'Ezekiel Kigbo2019-03-041-0/+18
| | | | Add spec for assigning user with apostrophe in name
* Show commands applied message when promoting issuesFelipe Artur2019-03-041-1/+3
| | | | | Fix 'commands applied' messages not being shown when issue is promoted to epic using slash commands.
* Remove tests for labels dropdown from gfm_autocomplete_spec.rbWinnie Hellmann2019-02-271-83/+1
|
* Merge branch 'fix-misspellings-app-comments' into 'master'Rémy Coutable2019-02-261-1/+1
| | | | | Fix misspellings in app/spec comments See merge request gitlab-org/gitlab-ce!25517
* Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński2019-02-262-2/+11
| | | | | | | Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
* Quarantine spec/features/issues/filtered_search/search_bar_spec.rb:89Rémy Coutable2019-02-261-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'revert-82d7b5a0-ce' into 'master'Robert Speicher2019-02-263-12/+3
|\ | | | | | | | | [CE port] Revert "Automatic merge of gitlab-org/gitlab-ce master" See merge request gitlab-org/gitlab-ce!25537
| * Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"Michael Kozono2019-02-251-1/+1
| | | | | | | | | | This reverts commit 9202bbd129537a698b986e6295d0c783b5a84815, reversing changes made to 4b282e9ce1ae246c4538b3ede18d1380ea778029.
| * Revert "Merge branch 'filter-confidential-issues' into 'master'"Michael Kozono2019-02-252-11/+2
| | | | | | | | | | This reverts commit d133bf84c668df3dfc9938bb04150754cb873c8b, reversing changes made to 7981c0292b07a0138b096fa082341fcb13e9ce2b.
* | Merge branch ↵Clement Ho2019-02-261-21/+0
|\ \ | |/ |/| | | | | | | | | | | | | '57582-dropdown-icon-misalignment-on-issues-list-on-mobile-screen' into 'master' Fix alignment of dropdown icon on issuable on mobile Closes #57582 See merge request gitlab-org/gitlab-ce!25205