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 (Expand)Author
2017-01-25Fix filtered search so that labels selected from discussion notes display cor...Clement Ho
2017-01-25Merge branch 'filtered-search-keyboard-navigation' into 'master'Jacob Schatz
2017-01-23Fixed replacing with a space after a colonPhil Hughes
2017-01-23Fixed keyboard navigation not working in filtered search barPhil Hughes
2017-01-22add a space after selecting a dropdown itemMike Greiling
2017-01-22allow issue filter submission by clicking "Keep typing and press enter"Mike Greiling
2017-01-22Introduced an offset limit to prevent the dropdown from going far rightJose Ivan Vargas
2017-01-22Merge branch 'issue-search-token-position' into 'master' Jacob Schatz
2017-01-21Fix DropLab in IE11 v1Eric Eastwood
2017-01-21Fixed issue with multiple words not filtering correctlyPhil Hughes
2017-01-21Fixed failing JS specsPhil Hughes
2017-01-21Places dropdown at cursor positionPhil Hughes
2017-01-21Added comments to regexPhil Hughes
2017-01-21Fixed bug with hint not showing when in middle of textPhil Hughes
2017-01-21Fixed caret not moving correctlyPhil Hughes
2017-01-21Fixed issue when label or milestone had spacePhil Hughes
2017-01-21Fixed bug replacing full input valuePhil Hughes
2017-01-21Added testsPhil Hughes
2017-01-21Trigger filter on clickPhil Hughes
2017-01-21Fixed filter issuePhil Hughes
2017-01-21Correctly replaces string when selecting in dropdownPhil Hughes
2017-01-21Opens dropdown correctlyPhil Hughes
2017-01-21Filtered search input click back at tokenPhil Hughes
2017-01-21Revert "Merge branch '26785-fix-droplab-in-ie-11-v1' into 'master'"Jacob Schatz
2017-01-21Merge branch '26785-fix-droplab-in-ie-11-v1' into 'master' Jacob Schatz
2017-01-21Fix DropLab in IE11 v1Eric Eastwood
2017-01-21pass username and id associations needed in the frontendMike Greiling
2017-01-10Fix javascript error for when there are no issuesClement Ho
2017-01-10Code review changesClement Ho
2017-01-10Add symbolsClement Ho
2017-01-10Fix specsClement Ho
2017-01-10Enable filtering with multiple wordsClement Ho
2017-01-10Refactor addWordToInputClement Ho
2017-01-10Fix specsClement Ho
2017-01-10Fix specsClement Ho
2017-01-10Refactor and use regex for string processingClement Ho
2017-01-10Make changes to make it more flexible for new filtersClement Ho
2017-01-10Add selected tagName check for itemClickedClement Ho
2017-01-10Fix dropdown hint reset when changing tabsClement Ho
2017-01-10Add specs for filtered search token keysClement Ho
2017-01-10Add jasmine tests to dropdown utilsClement Ho
2017-01-10Fix eslintClement Ho
2017-01-10Rename to .js.es6Clement Ho
2017-01-10Fix eslintClement Ho
2017-01-10Simplify if else to make code easier to understandClement Ho
2017-01-10Refactor FilteredSearchTokenKeys modelClement Ho
2017-01-10Refactor getUrlParamsArray()Clement Ho
2017-01-10Use turbolinks instead of window.locationClement Ho
2017-01-10Add getParameterByNameClement Ho
2017-01-10Refactor static data to get information from other variables insteadClement Ho