Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-20Refactor filtered search dropdown parametersClement Ho
2017-06-27Introduce addClassIfElementExists utilitywinh
2017-06-27Add condition if there is a current user to DropdownUserwinh
2017-06-23Make JavaScript tests fail for unhandled Promise rejectionsWinnie Hellmann
2017-06-21Revert to using links instead of buttons in Issuable Index tabs.Bryce Johnson
2017-06-16Make dropdown hint consistent with EE versionClement Ho
2017-06-07Merge branch 'auto-search-when-state-changed' into 'master'Phil Hughes
Perform filtered search when state tab is changed Closes #27261 See merge request !11917
2017-06-07Use data attributes instead of classClement Ho
2017-06-07Add jasmine spec for searchStateClement Ho
2017-06-06Use button instead of fake buttonClement Ho
2017-06-06Change from double click to single click to open dropdownClement Ho
2017-06-06Refactor to use class name to determine stateClement Ho
2017-06-06Perform filtered search when state tab is changedClement Ho
2017-06-02Style people in issuable search bar (!11402)winh
2017-06-02Show current user immediately in issuable filtersWinnie Hellmann
2017-05-26Backport canEdit changes for conditional remove buttonEric Eastwood
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
2017-05-24Merge branch ↵Phil Hughes
'32563-remove-duplicated-config-code-for-filtered-search-dropdowns' into 'master' Resolve "Remove duplicated config code for filtered search dropdowns" Closes #32563 See merge request !11512
2017-05-23Port EE changesClement Ho
2017-05-18Remove duplicated codeClement Ho
2017-05-16update filtered_search to ES module syntaxMike Greiling
2017-05-15Scope recent searches to projectEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31902
2017-05-06Colorize labels in issue search fieldWinnie Hellmann
2017-05-05Fallback localstorage casesLuke "Jared" Bennett
2017-05-03Merge branch 'droplab-templating-xss-fix' into 'master' Jacob Schatz
droplab templating xss fix See merge request !2085
2017-04-26Add button to delete filters from filtered search barClement Ho
2017-04-24Merge branch 'master' into droplab-templating-xss-fixLuke "Jared" Bennett
2017-04-20Add ES lint support to identify poorly written PromisesKushal Pandya
2017-04-17Remove IIFEs in filtered_search_bundle.jsAlfredo Sumaran
2017-04-12Used underscore to template list children to utilize their simple escaped ↵Luke "Jared" Bennett
interpolation
2017-04-07Update droplabLuke "Jared" Bennett
2017-04-06Recent search history for issuesEric Eastwood
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27262
2017-03-29Remove duplicated tokens in issuable search barAlfredo Sumaran
2017-03-22Fixed the filter bar not working in IEPhil Hughes
Closes #29742
2017-03-21Merge branch 'add-filter-focus-style' into 'master' Alfredo Sumaran
Add filter focus for filtered search visual tokens See merge request !9875
2017-03-21Fix karma testClement Ho
2017-03-21Reset filters after clickClement Ho
2017-03-20Add additional check for when inputContainer does not existClement Ho
2017-03-18Add filter focus for filtered search visual tokensClement Ho
2017-03-16Fix double click token nameClement Ho
2017-03-16Fixed search not working in issue boards modalPhil Hughes
2017-03-16Fixed eslint errorsPhil Hughes
Updated modal filter spec
2017-03-16Created a container class for filtered searchPhil Hughes
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]
2017-03-16Added filter bar into add issues modalPhil Hughes
[ci skip]
2017-03-15Merge branch 'better-priority-sorting' into 'master' Douwe Maan
Better priority sorting Closes #28754 See merge request !9938
2017-03-15Merge branch '27174-filter-filters' into 'master' Clement Ho
prevent filtering Issues by multiple milestones, authors, or assignees Closes #27174 See merge request !9406
2017-03-15Allow filtering by all started milestonesSean McGivern
2017-03-14Merge branch 'issue-boards-new-search-bar' into 'master' Filipa Lacerda
Added filtered search bar to issue boards Closes #28312 See merge request !9757
2017-03-14Organize our polyfills and standardize on core-jsMike Greiling
2017-03-11prevent filtering Issues by multiple milestones, authors, or assigneesSimon Knox
2017-03-08Handle clear search asyncPhil Hughes