summaryrefslogtreecommitdiff
path: root/spec/features/issues/filtered_search/visual_tokens_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* add CookieHelper and InputHelper automatically to :js testsMike Greiling2017-11-021-2/+0
|
* 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.
* | add set_cookie helperMike Greiling2017-09-221-1/+2
|/
* Check for sidebar cookie instead of class when resizing windowAnnabel Dunstone Gray2017-09-111-1/+1
|
* spec updatesPhil Hughes2017-08-291-0/+2
|
* Change find to within for detecting bad search specsClement Ho2017-08-161-2/+2
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* 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-071-1/+1
|\
| * Added issuables_helper.js, tidied up droplab-dropdown JS, fixed filtered ↵Luke "Jared" Bennett2017-07-071-1/+1
| | | | | | | | search specs
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
| |
* | Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-1/+1
| |
* | Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|/
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
|
* Change from double click to single click to open dropdownsingle-click-filterClement Ho2017-06-061-2/+2
|
* Style people in issuable search bar (!11402)winh-styled-people-search-barwinh2017-06-021-1/+3
|
* Prevent visual token dropdown from opening the wrong filter dropdownfix-visual-tokensClement Ho2017-03-081-0/+30
|
* Fix filtered search visual token editing dropdownfix-fs-edit-dropdownClement Ho2017-03-071-0/+16
|
* Add filtered search visual tokensfiltered-search-visual-tokensClement Ho2017-03-071-0/+306