summaryrefslogtreecommitdiff
path: root/spec/features/issues_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dz-cleanup-deprecated-code' into 'master'Kamil Trzciński2019-06-111-1/+1
|\ | | | | | | | | Remove some deprecated code See merge request gitlab-org/gitlab-ce!29222
| * Remove some deprecated codedz-cleanup-deprecated-codeDmitriy Zaporozhets2019-06-071-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Show Test Automation Engineer for spec/feature asLin Jen-Shin2019-06-061-0/+2
|/ | | | reviewers.
* Replace `No due date` with `None`Victor Wu2019-04-171-2/+2
|
* `None` for assigneesVictor Wu2019-04-161-4/+4
| | | | | | | | Update assignees_spec.js Update sidebar_spec.rb Update issues_spec.rb
* CE-port of 6571-single-codebaseHeinrich Lee Yu2019-03-201-0/+11
| | | | Adds conditional to close assignee menu when visible in EE
* Check issue milestone availabilityJarka Košanová2019-02-141-2/+2
| | | | | | | | | | Add project when creating milestone in specs We validate milestone is from the same project/parent group as issuable -> we need to set project in specs correctly Improve methods names and specs organization
* Suggests issues when typing titlePhil Hughes2018-11-271-0/+12
| | | | | | | | | | | | | | | This suggests possibly related issues when the user types a title. This uses GraphQL to allow the frontend to request the exact data that is requires. We also get free caching through the Vue Apollo plugin. With this we can include the ability to import .graphql files in JS and Vue files. Also we now have the Vue test utils library to make testing Vue components easier. Closes #22071
* Update empty state messageHeinrich Lee Yu2018-11-191-1/+1
|
* DRY up testsHeinrich Lee Yu2018-11-191-16/+13
|
* Show separate empty_state if issues are filteredHeinrich Lee Yu2018-11-191-0/+18
|
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
|
* Export assigned issues in iCalendar feedImre Farkas2018-05-311-0/+14
|
* Simplify spec: `2.times.each` -> `2.times`Stan Hu2018-05-301-1/+1
|
* Add a regression test for clearing local storage upon issue creationStan Hu2018-05-291-0/+14
|
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-4/+5
|
* Only render signout screen when user is signed outFilipa Lacerda2017-12-181-491/+515
|
* Create merge request from emailJan Provaznik2017-12-051-7/+7
| | | | | | | | | | | * new merge request can be created by sending an email to the specific email address (similar to creating issues by email) * for the first iteration, source branch must be specified in the mail subject, other merge request parameters can not be set yet * user should enable "Receive notifications about your own activity" in user settings to receive a notification about created merge request Part of #32878
* prevent race condition when attempting to cancel a file uploadMike Greiling2017-11-031-2/+4
|
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-11-021-0/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (109 commits) Remove Filesystem check metrics that use too much CPU to handle requests Set merge_request_diff_id on MR when creating Add a column linking an MR to its diff Remove useless closeReopenReport specs Clarify external artifacts only working when GitLab pages is enabled Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when the memory killer kicks in Remove an exception from the git user default SSH config check Geo route whitelisting is too optimistic Update .nvmrc to current stable (v9.0.0) Update documentation Address Douwe's feedback Refactor responsive table styles to support nested error block Add changelog items Update specs for sudo behavior Move RSS and incoming email tokens from User Settings > Accounts to User Settings > Access Tokens Remove user authentication_token column Migrate user private tokens to personal access tokens Add sudo API scope Consistently use PersonalAccessToken instead of PersonalToken Remove User#private_token ...
| * Fix cancel button not working when uploading a file on the new issue pagejivl-fix-cancel-button-file-upload-new-issueJose Ivan Vargas2017-11-011-0/+10
| |
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-291-7/+101
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (96 commits) Fetch the merged branches at once Merging EE doc into CE Avoid using Rugged in Gitlab::Git::Wiki#preview_slug Cache commits on the repository model Remove groups_select from global namespace & simplifies the code Change default disabled merge request widget message to "Merge is not allowed yet" Semi-linear history merge is now available in CE. Remove repetitive karma spec Improve spec to check hidden component Rename to shouldShowUsername Add KubernetesService#default_namespace tests Revert "Merge branch '36670-remove-edit-form' into 'master'" Fix bitbucket login Remove duped tests Add path attribute to WikiFile class Make local_branches OPT_OUT Clarify the language around External Group membership with SAML SSO to clarify that this will NOT add users to GitLab Groups. Added ssh fingerprint, gitlab ci and pages information in an instance configuration page Fix the incorrect value being used to set GL_USERNAME on hooks Resolve "Remove overzealous tooltips in projects page tabs" ...
| * Revert "Merge branch '36670-remove-edit-form' into 'master'"39441-bring-edit-form-backSean McGivern2017-10-261-7/+101
| | | | | | | | | | This reverts commit 915e35a2992a4e51db2ac32aac8d7a29b1f4449e, reversing changes made to 9533786f522e358f372d8a0ec4b4990ae9d88f37.
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-091-14/+14
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (113 commits) Introduce new hook data builders for Issue and MergeRequest Don't create todos for old issue assignees Start adding Gitlab::HookData::IssuableBuilder Include the changes in issuable webhook payloads Rename the `codeclimate` job to `codequality` Don't show an "Unsubscribe" link in snippet comment notifications Add QA::Scenario::Gitlab::Group::Create Removes CommitsList from global namespace Fix wiki empty page translation namespace not being removed Fixes mini graph in commit view Fix link to new i18n index page Update i18n docs Move i18n/introduction to i18n/index Resolve "Simple documentation update - backup to restore in restore section" Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespace Move cycle analytics banner into a vue file Updated Icons + Fix for Collapsed Groups Angle Don't create fork networks for root projects that are deleted Remove executable permissions on images to make docs lint happy Sync up hard coded DN class in migration ...
| * Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-14/+14
| | | | | | | | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
* | Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-10-061-6/+6
|\ \ | |/
| * Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern2017-10-061-6/+6
| |\ | | | | | | | | | | | | | | | | | | Resolve "Lock issue and merge request" Closes #18608 See merge request gitlab-org/gitlab-ce!14531
| | * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Jarka Kadlecova2017-10-031-0/+8
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | 18608-lock-issues-v2 # Conflicts: # db/schema.rb
| | * \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 18608-lock-issuesJarka Kadlecova2017-09-251-41/+11
| | |\ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/notes/components/issue_comment_form.vue
| | * | | Merge FELuke "Jared" Bennett2017-09-141-6/+6
| | | | |
* | | | | Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-10-031-101/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '36670-remove-edit-form' into 'master'Sean McGivern2017-10-031-101/+7
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Remove edit action for issues Closes #36670 See merge request gitlab-org/gitlab-ce!14523
| | * | | Remove edit action for issuesJarka Kadlecova2017-10-031-101/+7
| | | |/ | | |/|
* | | | Merge remote-tracking branch 'origin/master' into sh-headless-chrome-supportJose Ivan Vargas2017-09-291-0/+8
|\ \ \ \ | |/ / /
| * | | Fixed breadcrumb title not linkingPhil Hughes2017-09-271-0/+8
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the breadcrumb titles not having links. This was a regression in the updated breadcrumbs introduced in 10.0. This introduces the link for all pages rather than selectively doing it. This will cover issues, merge requests, pipelines, jobs etc. Closes #38059
* | | Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-09-261-41/+11
|\ \ \ | |/ /
| * | Improve list of sorting optionsVitaliy @blackst0ne Klachkov2017-09-231-41/+11
| |/
* | Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-09-131-1/+1
|\ \ | |/
| * spec fixesPhil Hughes2017-09-061-1/+1
| |
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-09-051-16/+28
|\ \ | |/
| * more spec fixesPhil Hughes2017-08-291-1/+3
| |
| * spec updatesPhil Hughes2017-08-291-15/+25
| |
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-171-1/+1
|\ \ | |/
| * Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
| |
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-111-1/+0
|\ \ | |/
| * fix confidential border issue as well as confidential styles leaking on new MRRegis Boudinot2017-08-111-1/+0
| |
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-091-2/+28
|\ \ | |/
| * 33874 confidential issue redesignRegis Boudinot2017-08-071-0/+26
| |
| * Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
| |
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-021-41/+39
|\ \ | |/