summaryrefslogtreecommitdiff
path: root/spec/features/issues/filtered_search/recent_searches_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-59/+38
|
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-4/+5
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+21
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-021-2/+2
|
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Move RecentSearchesDropdownContent vue componentGeorge Tsiolis2018-02-221-2/+2
|
* 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
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-091-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1/+1
| | | | | | | | | | | | 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 remote-tracking branch 'origin/master' into sh-headless-chrome-supportJose Ivan Vargas2017-09-291-1/+1
|\ \ | |/
| * Fix spelling of occurredjramsay-spelling-occurredJames Ramsay2017-09-261-1/+1
| |
* | Fix recent_searches_spec.rb by clicking on buttons instead of relying on ↵Stan Hu2017-08-231-4/+7
| | | | | | | | hidden elements
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-091-2/+2
|\ \ | |/
| * 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-10/+10
|\ \ | |/
| * Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-9/+9
| |
* | Convert variants of trigger('click') -> clickStan Hu2017-06-161-2/+2
|/
* Scope recent searches to projectEric Eastwood2017-05-151-18/+36
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31902
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-1/+0
| | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
* Recent search history for issuesEric Eastwood2017-04-061-0/+92
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27262