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-25Fix search bar reset dropdown filter specfix-search-bar-specClement Ho
2017-01-25Merge branch '27014-fix-pipeline-tooltip-wrapping' into 'master' Annabel Dunstone Gray
Fix mini-pipeline stage tooltip text wrapping Closes #27014 See merge request !8771
2017-01-25Merge branch 'small-screen-fullscreen-button' into 'master' Clement Ho
Display fullscreen button on small screens Closes #19891 See merge request !5302
2017-01-25Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqAlejandro Rodríguez
2017-01-25Display fullscreen button on small screens (!5302)winniehell
2017-01-25Merge branch 'backport-ee-1067-deal-with-repo-size-limit-as-byte' into 'master' Yorick Peterse
EE backport for new application settings update service See merge request !8665
2017-01-25Merge branch 'fix/cycle-analytics-spec-failure' into 'master' Rémy Coutable
Fix spec failure due to timestamp ordering issue in mySQL Closes #26622 See merge request !8778
2017-01-25Merge branch 'dz-fix-group-canonical-route' into 'master' Dmitriy Zaporozhets
Fix 500 error for Group#web_url method if nested group See merge request !8743
2017-01-25Merge branch 'dz-nested-groups-access-improvements' into 'master' Dmitriy Zaporozhets
Nested groups feature improvemetns See merge request !8448
2017-01-25Merge branch 'patch-12' into 'master' Sean McGivern
Update enviroments.md - example CURL requests had a typo in the URL See merge request cd ../gdk-ee/
2017-01-25Merge branch '22072-enable-haml-linters-phase-2' into 'master' Sean McGivern
Enable HAML-LINT linters phase 2 Closes #22072 See merge request !8566
2017-01-25Merge branch 'issue-fiter-test-failure' into 'master' Rémy Coutable
Fixed error with filter keyboard tests See merge request !8777
2017-01-25Merge branch 'tc-only-mr-button-if-allowed' into 'master' Sean McGivern
Only show Merge Request button when user can create a MR See merge request !8639
2017-01-25Add User#nested_groups and User#nested_projects methodsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-01-25Merge branch 'no_project_notes' into 'master' Sean McGivern
Support notes without a project (personal snippets notes) See merge request !8468
2017-01-25Fix spec failure due to timestamp ordering issue in mySQLJames Lopez
2017-01-25Fixed error with filter keyboard testsPhil Hughes
Issue filter now appends a space & the test wasn't taking this into account when checking the value
2017-01-25Merge branch 'grapify-branch-api' into 'master'Rémy Coutable
Grapify last endpoint of the branches API See merge request !8755
2017-01-25`can?` already includes the `feature_available?` checkToon Claes
`can?` already includes the `feature_available?` check, so no need to check this again.
2017-01-25Test there is no Merge Request button when MRs are disabledToon Claes
In case Merge Requests are disabled on the project, no one should see the Merge Request button.
2017-01-25Ensure the correct Merge Request button is foundToon Claes
The project was not public and this caused a 404. So the tests were giving deceiving results. By searching for the Merge Request button in `#content-body` this is overcome, and also other Merge Request buttons (e.g. in the sidebar) are ignored.
2017-01-25Merge branch 'fix_broken_diff_discussions' into 'master' Sean McGivern
Make diff discussions more reliable Closes #23646 See merge request !8378
2017-01-25address commentsJarka Kadlecova
2017-01-25Merge branch 'filtered-search-hidden-dont-render' into 'master'Jacob Schatz
Only render the list if it is visible See merge request !8710
2017-01-25Merge branch 'filtered-search-keyboard-navigation' into 'master'Jacob Schatz
Fixed keyboard navigation not working in filtered search bar Closes #26840 See merge request !8656
2017-01-25Merge branch 'mrchrisw/rake-redis' into 'master' Stan Hu
Add redis version to info rake task See merge request !8283
2017-01-25Merge branch 'newline-eslint-rule' into 'master'Jacob Schatz
Add an eslint rule to flag extra newlines See merge request !8137
2017-01-25Merge branch 'normalize_frontend_headers' into 'master' Fatih Acet
Create a util for normalizing headers on the frontend See merge request !8750
2017-01-25Fix mini-pipeline stage tooltip text wrappingEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27014
2017-01-25Add redis version to info rake taskChris Wilson
2017-01-25Update enviroments.md - example CURL requests had a typo in the URLMarc van Gend
2017-01-25Merge branch '26447-fix-tab-list-order' into 'master' Clement Ho
Fixed tab index order on branch commits list page Closes #26447 See merge request !8489
2017-01-25Merge branch 'add-metrics-initializer-spec' into 'master' Yorick Peterse
Add metric initializer spec See merge request !8714
2017-01-25Merge branch '25780-reveal-variables-button-may-overrun-width-of-screen' ↵Fatih Acet
into 'master' Resolve "Reveal Variables button may overrun width of screen" Closes #25780 See merge request !8221
2017-01-25Flag multiple empty lines in eslint, fix offenses.Bryce Johnson
2017-01-25Merge branch '26468-fix-users-sort-in-admin-area' into 'master' Douwe Maan
Fixing sort of Users so that users who never logged in will be displayed last Closes #26468 See merge request !8637
2017-01-24Merge branch 'misalinged-discussion-with-no-avatar-26854' into 'master' Fatih Acet
adds avatar for discussion note Closes #26854 See merge request !8734
2017-01-24Merge branch 'broken_iamge_when_doing_offline_update_check(help_page)' into ↵Clement Ho
'master' fix broken image when doing offline update check(help page) Closes #25982 See merge request !8355
2017-01-24Add proper webkit prefix for .flex-container-block style definitionRyan Harris
2017-01-24Update prefixes for flexbox style definitionsRyan Harris
2017-01-24Added class to .row-content-block to allow custom flexbox stylingRyan Harris
2017-01-24Change the row-content-block menu on the commits page to a flexbox containerRyan Harris
2017-01-24Fixed tab index order on branch commits list pageRyan Harris
2017-01-24Merge branch '26445-accessible-piplelines-buttons' into 'master' Fatih Acet
Update buttons on pipelines page to be more accessible Closes #26445 See merge request !8561
2017-01-24Grapify last endpoint of the branches APIRobert Schilling
2017-01-24Merge branch 'add-existence-checks-in-backported-migrations-ce' into 'master' Robert Speicher
Make the time estimate migrations reversible See merge request !8749
2017-01-24Merge branch 'dont-persist-application-settings-in-test-env-bis' into 'master' Robert Speicher
Dont persist application settings in test env See merge request !8715
2017-01-24HAMLLint: Fix `UnnecessaryInterpolation` and `UnnecessaryStringOutput` ↵Kushal Pandya
offences correctly
2017-01-24HAMLLint: Enable `MultilinePipe` ruleKushal Pandya
2017-01-24HAMLLint: Fix `RubyComments` offencesKushal Pandya