summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/filtered_search/filtered_search_visual_tokens.js
Commit message (Collapse)AuthorAgeFilesLines
* apply changes for JS and CSS from gitlab-ee!2912Simon Knox2017-10-311-11/+4
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2912/
* Revert "Merge branch '2518-saved-configuration-for-issue-board' into 'master'"revert-2573818fDmitriy Zaporozhets2017-10-301-4/+11
| | | This reverts merge request !15009
* [CE backport] Saved configuration for issue boardOswaldo Ferreira2017-10-301-11/+4
|
* Merge branch 'security-10-1' into '10-1-stable'Jen-Shin Lin2017-10-171-2/+2
| | | | | Security fixes for 10.1 RC See merge request gitlab/gitlabhq!2209
* Flash is now a ES6 modulePhil Hughes2017-10-101-1/+1
| | | | | | | | | | | Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
* Add filter by my reactionHiroyuki Sato2017-08-301-0/+21
|
* Add filtered search to group issue dashboardClement Ho2017-08-021-15/+40
|
* Style people in issuable search bar (!11402)winh-styled-people-search-barwinh2017-06-021-12/+60
|
* Backport canEdit changes for conditional remove buttonback-port-locked-milestones-to-ceEric Eastwood2017-05-261-9/+16
| | | | | | | | | | | | | Backport Fix locked milestone in boards being remove-able. See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1963 Fix https://gitlab.com/gitlab-org/gitlab-ee/issues/2433 Conflicts: app/assets/javascripts/boards/boards_bundle.js app/assets/javascripts/boards/filtered_search_boards.js app/assets/javascripts/filtered_search/filtered_search_manager.js spec/features/boards/boards_spec.rb
* Colorize labels in issue search fieldWinnie Hellmann2017-05-051-2/+38
|
* Fallback localstorage casesLuke "Jared" Bennett2017-05-051-0/+3
|
* Add button to delete filters from filtered search barClement Ho2017-04-261-4/+10
|
* Fix double click token namefix-double-click-token-nameClement Ho2017-03-161-1/+1
|
* Fixed eslint errorsPhil Hughes2017-03-161-1/+1
| | | | Updated modal filter spec
* Created a container class for filtered searchPhil Hughes2017-03-161-14/+16
| | | | | | | | | | This class returns the correct container the filtered search should be run in At the moment it doesn't allow for multiple to be used at once, need to look at a way to fix this [ci skip]
* Added filter bar into add issues modalPhil Hughes2017-03-161-7/+7
| | | | [ci skip]
* Fix edit last visual tokenfix-edit-last-visual-tokenClement Ho2017-03-071-2/+2
|
* Add filtered search visual tokensfiltered-search-visual-tokensClement Ho2017-03-071-0/+200