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
path: root/app
AgeCommit message (Expand)Author
2017-01-10Fix HAML attributesClement Ho
2017-01-10Add webkit to flexClement Ho
2017-01-10Add jasmine tests to dropdown utilsClement Ho
2017-01-10Fix scss lintClement Ho
2017-01-10Fix eslintClement Ho
2017-01-10Fix es6 errorsClement Ho
2017-01-10Rename to .js.es6Clement Ho
2017-01-10Fix eslintClement Ho
2017-01-10Convert hasOwnProperty check to if statementClement 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
2017-01-10Convert string concatenations with an array joinClement Ho
2017-01-10Move functions into classClement Ho
2017-01-10Convert to single quotesClement Ho
2017-01-10Reduce over-verbosenessClement Ho
2017-01-10Fix regex for +Clement Ho
2017-01-10Remove unnecessary stopPropagationClement Ho
2017-01-10Add support for delete keyClement Ho
2017-01-10Fix code styling issuesClement Ho
2017-01-10Fix missing method from refactoringClement Ho
2017-01-10Add additional check before setting outerHTMLClement Ho
2017-01-10Add comments to resolve todosClement Ho
2017-01-10Remove unnecessary functionClement Ho
2017-01-10Fix bug where labels with spaces weren't being escaped when selectedClement Ho
2017-01-10Refactor and add commentsClement Ho
2017-01-10Refactor itemClickedClement Ho
2017-01-10Remove show() as it is automatically called on setData when there is dataClement Ho
2017-01-10Refactor filtered search managerClement Ho
2017-01-10Refactor filtered_search_dropdownClement Ho
2017-01-10Refactor dropdown filtersClement Ho
2017-01-10Add check in case the data attribute does not existClement Ho
2017-01-10Add mobile viewportClement Ho
2017-01-10Fix casing and add upcoming milestone filterClement Ho
2017-01-10Only return data response for droplab ajax filterClement Ho
2017-01-10Hide list if it is dynamic and there are no items to renderClement Ho
2017-01-10Refactor loadingTemplate to abstract classClement Ho
2017-01-10Add loading template to droplab_ajax_filterClement Ho
2017-01-10Add loading message for droplab_ajaxClement Ho
2017-01-10Make ajax filter more consistent and only filter when typedClement Ho
2017-01-10Add missing space for extracting paramsClement Ho
2017-01-10Fixed bug where filters were not being reset after being clearedClement Ho
2017-01-10Pass project ID through the DOMClement Ho
2017-01-10Remove ajax clear setData for smoother uxClement Ho
2017-01-10Fix ajax bugClement Ho
2017-01-10Reset filters when clear search is clickedClement Ho
2017-01-10Fix clear button so that it resets the dropdowns properlyClement Ho