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-01-13Fixes pipeline status cell is too wide by adding missing classes in table ↵Filipa Lacerda
head cells Adds mr id to changelog
2017-01-12Use string constant variable for `#down-build-trace`Kushal Pandya
2017-01-12Use better approach to access hashKushal Pandya
2017-01-12Scroll to bottom on build completion if autoscroll was activeKushal Pandya
2017-01-12Merge branch 'search-bar-first-iteration' into 'master' Jacob Schatz
Search bar first iteration Closes #21747 See merge request !7345
2017-01-12Backend reviewClement Ho
2017-01-11Merge branch 'side-by-side-fixed-width' into 'master' Fatih Acet
Keep max width on MR content on side by side view Closes #25907 See merge request !8467
2017-01-11Merge branch '25776-alerts-should-be-responsive' into 'master' Annabel Dunstone Gray
Resolve "Alerts should be responsive" Closes #25776 See merge request !8424
2017-01-11Removed `hidden-xs` class from alertsConnor Smallman
Centered alert text and prevented alert actions links from floating right for viewports below medium width (992px) Centered alert text stopped alert actions from floating right for viewports below medium width (992px) Update styles to use correct screen width variable for max-width media query Added unreleased changelog Added class to alert links wrapper Updated styles for new class, float alert links on larger screens
2017-01-11Merge branch '26435-show-project-avatars-on-mobile' into 'master' Annabel Dunstone Gray
Display project avatars on Admin Area and Projects pages for mobile views See merge request !8506
2017-01-1026504 Fix styling of MR jump to discussion buttontauriedavis
2017-01-10Remove duplicate methodClement Ho
2017-01-10Fix code review suggestionsClement Ho
2017-01-10Fix indentationClement Ho
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-10Improve styling of hover statesClement Ho
2017-01-10Fix spinach testsClement 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