summaryrefslogtreecommitdiff
path: root/spec/features/issues
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "View labels when editing labels in sidebar and board sidebar"André Luís2018-04-181-1/+8
|
* Fix the reCAPTCHA spec failures by not rendering the widget in test modeStan Hu2018-04-061-3/+0
| | | | | | | We've seen changes in behavior in the reCAPTCHA widget that led to test failures. To avoid these issues, don't render the widget at all in test mode. Closes #45138
* Merge branch 'fl-fix-milestone-bug-10-6' into 'security-10-6'Phil Hughes2018-04-051-0/+17
| | | | | Escape miletone attribute when appending to the DOM See merge request gitlab/gitlabhq!2359
* Allow assigning and filtering issuables by ancestor group labelsFelipe Artur2018-04-041-9/+0
|
* Replace the `project/issues/issues.feature` spinach test with an rspec analogblackst0ne2018-04-031-13/+13
|
* Resolve "Clicking confidential and lock icons on sidebar should also ↵Dennis Tang2018-04-021-0/+44
| | | | activate dropdown"
* Update test for change in label dropdown action nameKushal Pandya2018-03-122-7/+7
|
* Merge branch 'dz-use-less-deprecated-methods' into 'master'Douwe Maan2018-03-051-1/+1
|\ | | | | | | | | Reduce usage of deprecated *_with_namespace methods See merge request gitlab-org/gitlab-ce!17523
| * Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets2018-03-051-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix quick actions for users who cannot update issues and MRs43334-reply-by-email-did-not-pick-up-unsubscribe-quick-actionSean McGivern2018-03-021-3/+0
|/ | | | | | There are several quick actions now that don't need this access - /todo and /unsubscribe for instance - but when these were first added, there weren't. Quick actions are now responsible for checking their own permissions.
* Add test for label search behaviour24774-clear-the-Labels-dropdown-search-filterKushal Pandya2018-02-271-0/+12
|
* Fixed issue edit shortcut not workingissue-edit-shortcutPhil Hughes2018-02-261-0/+12
| | | | | | | This was caused by the element getting cached on the class before the Vue app has finished rendering. Closes #43560
* Move RecentSearchesDropdownContent vue componentGeorge Tsiolis2018-02-221-2/+2
|
* use Gitlab::UserSettings directly as a singleton instead of ↵Mario de la Ossa2018-02-021-1/+1
| | | | including/extending it
* Workaround a recaptcha pop-up that cannot be testedRémy Coutable2018-01-241-0/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'label-xss-10-3' into 'security-10-3'Jacob Schatz2018-01-161-0/+9
| | | | | | | | | | [10.3] Fix XSS in issue label dropdown See merge request gitlab/gitlabhq!2253 (cherry picked from commit 363ffabcebd7bb0d1a2d59ca1a75e4eadb4a4360) ea1fb0ea Fix XSS in issue label dropdown
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
|
* disables the shortcut to the issue boards when issues are disabledChristiaan Van den Poel2018-01-081-0/+36
|
* Clears visual token on second backspaceMartin Wortschack2018-01-021-0/+5
|
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-2219-39/+39
|
* Show inline edit button for issuesClement Ho2017-12-191-1/+1
|
* Add js prefix for issuable-editadd-js-prefix-issuable-editClement Ho2017-12-081-1/+1
|
* Merge branch ↵Tim Zallmann2017-12-061-0/+106
|\ | | | | | | | | | | | | | | | | '22680-unlabel-slash-command-limit-autocomplete-to-applied-labels' into 'master' Resolve "/unlabel quick action - limit autocomplete to applied labels" Closes #22680 and #27319 See merge request gitlab-org/gitlab-ce!11110
| * Limit autocomplete menu to applied labelsVitaliy @blackst0ne Klachkov2017-11-281-0/+106
| |
* | Add an ability to use a custom branch name on creation from issuesVitaliy @blackst0ne Klachkov2017-11-252-106/+248
|/
* fix to allow integer label refernceshaseeb2017-11-131-9/+9
|
* Clean up schema of the "issues" tablecleanup-issues-schemaYorick Peterse2017-11-091-3/+4
| | | | | | | | This adds various foreign key constraints, indexes, missing NOT NULL constraints, and changes some column types from timestamp to timestamptz. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31811
* Remove create MR button from issues when MRs are disabledGeorge Andrinopoulos2017-11-061-0/+13
|
* fix flaky tests by removing unneeded clicks and focus actionsMike Greiling2017-11-031-16/+1
|
* fix flaky test in gfm_autocomplete_spec.rbMike Greiling2017-11-031-1/+0
|
* don't attempt to click on hidden elementsMike Greiling2017-11-031-4/+6
|
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-11-021-17/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Use count expectation so `all` finder will wait (patience)34435-add-wait-timer-for-recent-searches-itemEric Eastwood2017-10-311-13/+7
| | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34435 Address flakey specs
* | refactor wait_for_requests, add slow_requests block helperMike Greiling2017-11-025-20/+20
| |
* | add CookieHelper and InputHelper automatically to :js testsMike Greiling2017-11-022-4/+0
| |
* | add slow_requests! to filtered search tests which expect to see a loading ↵Mike Greiling2017-11-015-0/+10
| | | | | | | | spinner
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-291-5/+44
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-5/+44
| | | | | | | | | | This reverts commit 915e35a2992a4e51db2ac32aac8d7a29b1f4449e, reversing changes made to 9533786f522e358f372d8a0ec4b4990ae9d88f37.
* | use click instead of send(:return) so that open select dropdowns are blurredMike Greiling2017-10-261-1/+1
| |
* | correct the issues list count for label:none filterMike Greiling2017-10-241-1/+1
| |
* | fix issue in which enter key from fill_in command was intercepted by ↵Mike Greiling2017-10-241-2/+2
| | | | | | | | autocomplete code
* | fix race condition when loading labels in filter barMike Greiling2017-10-241-1/+1
| |
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-232-1/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (297 commits) Fix deletion of container registry or images returning an error The fog-aliyun gem had a bug in v0.1.0 for file storage creation/update. This merge requests update the gem to v0.2.0 which contains the fix: Decrease ABC threshold to 54.28 Update VERSION to 10.2.0-pre Update CHANGELOG.md for 10.1.0 Document `CI_SHARED_ENVIRONMENT` and `CI_DISPOSABLE_ENVIRONMENT` Fix the external URLs generated for online view of HTML artifacts Use title as placeholder instead of issue title for reusability Fix failure in current_settings_spec.rb Clarify the difference between project_update and project_rename URI decode Page-Title header to preserve UTF-8 characters Update Gitaly version to v0.49.0 Decrease Perceived Complexity threshold to 14 Resolve "Remove help text regarding group issues on group issues page (and group merge requests page)" Force non diff resolved discussion to display when collapse toggled Added submodule support in multi-file editor add note about after_script being run separately Check for element before evaluate_script Merge branch 'master-i18n' into 'master' Update Prometheus gem to fix problems with other files overwriting current file ...
| * Use title as placeholder instead of issue title for reusabilityClement Ho2017-10-201-1/+1
| |
| * Check for element before evaluate_scriptEric Eastwood2017-10-191-0/+2
| | | | | | | | | | Tip from https://robots.thoughtbot.com/write-reliable-asynchronous-integration-tests-with-capybara#directly-interacting-with-javascript
* | clear localStorage after each capybara test (global)Mike Greiling2017-10-202-8/+0
| |
* | fix rubocop (oops)Mike Greiling2017-10-202-5/+5
| |
* | clear localstorage between testsMike Greiling2017-10-191-0/+4
| |
* | add InputHelper rspec helper to simulate non-BMP character inputMike Greiling2017-10-171-5/+12
| |
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-0919-32/+32
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...