summaryrefslogtreecommitdiff
path: root/spec/features/issues_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Merge branch 'master' into rs-sign_inRobert Speicher2017-07-061-1/+2
| |\
| | * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-38/+38
| | |
| * | Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-39/+38
| | |
| * | Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-2/+0
| |/
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-06-211-39/+42
|\ \ | |/
| * Remove implicit dependency on `gitlab_sign_in` assigning `@user`rs-login_asRobert Speicher2017-06-191-39/+42
| | | | | | | | | | | | | | | | We shouldn't be using instance variables in specs to begin with, and depending on this implicit behavior of `gitlab_sign_in` would have made it more difficult to change to `sign_in` where possible. ...we've also gone ahead and changed to `sign_in` where possible.
| * Change `logout` uses to `gitlab_sign_out`Robert Speicher2017-06-191-3/+3
| | | | | | | | Change `logout_direct` uses to `gitlab_sign_out_direct`
| * Change `login_with` uses to `gitlab_sign_in`Robert Speicher2017-06-191-2/+2
| | | | | | | | Change single `login_via` use to `gitlab_sign_in_via`
| * Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-2/+2
| |
* | Convert variants of trigger('click') -> clickStan Hu2017-06-161-1/+1
|/
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-1/+4
|
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-7/+5
|
* Enable the RSpec/EmptyExampleGroup coprubocop-empty-example-groupRémy Coutable2017-05-181-16/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'master' into ↵Clement Ho2017-05-161-0/+2
|\ | | | | | | '31987-automatically-close-assignee-select-dropdown-after-selection-when-multiple-assignees-is-disabled'