summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/filtered_search_boards.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-81/+0
|
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-10/+5
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-0/+4
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-6/+19
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+2
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+5
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+2
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+1
|
* Replace runtime isEE check with compile time one60213-fix-is-ee-webpack-checksLukas Eipert2019-07-051-2/+1
| | | | | | | | | This has the benefit that CE bundles will remove dead code in CE only builds. We have a follow-up issue to get rid of this completely: https://gitlab.com/gitlab-org/gitlab-ce/issues/64173
* Remove EE-specific changes from FilteredSearchBoardswinh-filtered_search_boardsWinnie Hellmann2019-04-081-0/+4
| | | | (cherry picked from commit 250c9b9ecfc35b6b828f6e1a471a803f74daf7f2)
* Prettify remaining files with differences in CE and EEMike Greiling2018-10-311-3/+6
|
* Convert remaining issue board components into ES module syntaxMike Greiling2018-10-101-1/+2
|
* remove all unused eslint-disable rulesLukas Eipert2018-06-201-1/+0
|
* Show issues of subgroups in group-level issue boardFelipe Artur2018-04-051-0/+1
|
* Bring one group board to CEFelipe Artur2018-03-031-0/+1
|
* Update class init configKushal Pandya2018-03-011-1/+3
|
* Rest of Dispatcher RefactorJacob Schatz2018-02-211-1/+2
|
* apply changes for JS and CSS from gitlab-ee!2912Simon Knox2017-10-311-3/+6
| | | | 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-6/+3
| | | This reverts merge request !15009
* [CE backport] Saved configuration for issue boardOswaldo Ferreira2017-10-301-3/+6
|
* Make filtered search boards more consistent with EEconsistent-filtered-search-boardsClement Ho2017-06-161-1/+0
|
* Backport canEdit changes for conditional remove buttonback-port-locked-milestones-to-ceEric Eastwood2017-05-261-1/+7
| | | | | | | | | | | | | 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
* Fixed search param being used in the add issues modalPhil Hughes2017-03-211-0/+2
| | | | Also fixed the input placeholder in the modal not being displayed when first opened
* Fixed eslintissue-boards-modal-filter-barPhil Hughes2017-03-161-0/+1
|
* Moved reduce function to a utilPhil Hughes2017-03-161-2/+8
| | | | Fixed issue with modal window including main search bars tokens
* Created a container class for filtered searchPhil Hughes2017-03-161-2/+2
| | | | | | | | | | 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-2/+2
| | | | [ci skip]
* Use reduce instead of a forEachPhil Hughes2017-03-091-0/+3
| | | | | Changed an isArray check to use -1 Added comment to boards search manager to explain behaviour
* Updated specsPhil Hughes2017-03-081-0/+14
|
* Make changing the URL optional - future proof ourselves for the modal windowPhil Hughes2017-03-081-2/+5
|
* Stop droplab from destroying itself is handled asyncPhil Hughes2017-03-081-1/+2
|
* Updates the URLPhil Hughes2017-03-081-0/+1
|
* Changed storePhil Hughes2017-03-081-1/+8
| | | | Async updates the boards when searching
* Added filtered search bar to issue boardsPhil Hughes2017-03-081-0/+5
Closes #28312