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
2019-07-12Merge branch 'docs/fix-plantuml-topic' into 'master'Achilleas Pipinellis
Remove <pre> tag and other fixes See merge request gitlab-org/gitlab-ce!30652
2019-07-12Remove <pre> tag and other fixesEvan Read
2019-07-12Prevent excessive sanitization of AsciiDoc ouptutGuillaume Grossetie
2019-07-12Merge branch '56020-reduce-cyclomatic-complexity' into 'master'Dmitriy Zaporozhets
Reduce cyclomatic complexity of UrlBlocker.validate! See merge request gitlab-org/gitlab-ce!30557
2019-07-12Don't use bang method when there is no safe methodReuben Pereira
https://github.com/rubocop-hq/ruby-style-guide#dangerous-method-bang
2019-07-12Fix page refresh in retry_untilSanad Liaquat
2019-07-12Merge branch 'winh-boards-helper' into 'master'Jan Provaznik
Move current issue board serialization to core (CE-backport) See merge request gitlab-org/gitlab-ce!30507
2019-07-12Split and prepend CurrentBoardEntityWinnie Hellmann
(cherry picked from commit 1e8bdd01bff96122fe80c51fa8f024f18675b58b)
2019-07-12Merge branch 'sh-audit-event-json-log-format-from-and-to' into 'master'James Lopez
Format `from` and `to` fields in JSON audit log See merge request gitlab-org/gitlab-ce!30333
2019-07-12Merge branch 'group-analytics-frame' into 'master'Lin Jen-Shin
Port EE analytics route See merge request gitlab-org/gitlab-ce!30586
2019-07-12Merge branch ↵Lin Jen-Shin
'9768-allow-a-template-in-a-namespace-which-is-out-of-the-hierarchy-of-the-group-owning-the-template-ce-doc' into 'master' Doc for "Allow a template in a namespace which is out of the hierarchy of the Group owning the template" See merge request gitlab-org/gitlab-ce!30601
2019-07-12Doc Allow subgroups to use their parent group's custom project templatesManoj MJ
Doc for "Allow a template in a namespace which is out of the hierarchy of the Group owning the template"
2019-07-12Merge branch 'qa-dd-data-qa-selector-replacement' into 'master'Mark Lapierre
Introduce data-qa-selector to supplant .qa-class See merge request gitlab-org/gitlab-ce!28906
2019-07-12Use transactions in JS feature specsHeinrich Lee Yu
Uses Rails transactional tests instead of DatabaseCleaner transaction strategy because that doesn't work with JS tests
2019-07-12Upgrade to Rails 5.2Heinrich Lee Yu
Updates changed method names and fixes spec failures
2019-07-12Merge branch 'docs-code-block-style-2' into 'master'Evan Read
Docs: Fix whitespace in administration docs See merge request gitlab-org/gitlab-ce!30554
2019-07-12Fix whitespace in many administration docsMarcel Amirault
Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items will render as being in a code block too, even if not meant to. This fixes all these issues for many admin docs in /high_availability and /auth (part 1)
2019-07-12Merge branch 'mf-modal-style-close-button' into 'master'Annabel Dunstone Gray
Add modal close button styles to match design spec See merge request gitlab-org/gitlab-ce!30423
2019-07-12Add modal close button styles to match design specMiranda Fluharty
Standard font weight and line height, darker color, full opacity Change `button.close` to `.close` Some existing modal buttons are links rather than buttons
2019-07-12Minor review cleanupEzekiel Kigbo
Minor refactor specs
2019-07-12Added tests for sort icon currentEzekiel Kigbo
Refactor sort direction icon
2019-07-12Added test for admin/projectsEzekiel Kigbo
Added tests with project_list_filter_bar set to off Added tests for projects_sort_option_titles Refactor project sort options hash
2019-07-12Added tests for current behaviourEzekiel Kigbo
2019-07-12Merge branch 'da-update-note-about-internal-url-docs' into 'master'Evan Read
Geo Update note about internal_url See merge request gitlab-org/gitlab-ce!30573
2019-07-12Geo Update note about internal_urlDouglas Barbosa Alexandre
2019-07-12Merge branch 'docs-hard-tabs' into 'master'Evan Read
Remove hard tabs from docs See merge request gitlab-org/gitlab-ce!30445
2019-07-12Remove hard tabs from docsMarcel Amirault
Hard tabs do not follow general markdown guidelines are were removed from the few docs that used them
2019-07-12Merge branch '64403-remove-setimmediate-polyfill' into 'master'Clement Ho
Remove setImmediate polyfill from production assets See merge request gitlab-org/gitlab-ce!30591
2019-07-12Merge branch 'patch-71' into 'master'Ray Paik
Update index.md - Fixing a minor typo on the postgreSQL setup instructions See merge request gitlab-org/gitlab-ce!30437
2019-07-12Port EE analytics routeLuke Bennett
2019-07-12Merge branch 'renovate/gitlab-ui-5.x' into 'master'Mike Greiling
Update dependency @gitlab/ui to ^5.6.0 See merge request gitlab-org/gitlab-ce!30544
2019-07-12Merge branch 'qa/shorten-test-description' into 'master'Dan Davison
Shorten test description See merge request gitlab-org/gitlab-ce!30638
2019-07-12Merge branch 'qa/explicitly-create-resources-via-api' into 'master'Dan Davison
Explicitly create resources via the API See merge request gitlab-org/gitlab-ce!30639
2019-07-12Merge branch 'qa/explicitly-create-resources-via-browser-ui' into 'master'Dan Davison
Explicitly create resource via browser ui See merge request gitlab-org/gitlab-ce!30640
2019-07-12Merge branch '10364-dismissal-reason-any-comment-CE' into 'master'Fatih Acet
CE backport for Dismissal Reasons See merge request gitlab-org/gitlab-ce!29422
2019-07-12Merge branch 'mf-modal-style-header-size' into 'master'Annabel Dunstone Gray
Set modal header/title size to match design spec See merge request gitlab-org/gitlab-ce!30420
2019-07-12Merge branch 'mfluharty-modal-style-border-radius-correction' into 'master'Annabel Dunstone Gray
Apply modal border-radius only to direct children See merge request gitlab-org/gitlab-ce!30645
2019-07-11Format `from` and `to` fields in JSON audit logStan Hu
To make it possible to index the `from` and `to` fields with Elasticsearch and other tools, we need the types to be the same. Currently they are a mix of boolean and string values. Part of https://gitlab.com/gitlab-org/gitlab-ee/issues/12599
2019-07-11Merge branch '12557-tree-content' into 'master'Douglas Barbosa Alexandre
Move EE differences for `app/views/projects/tree/_tree_content.html.haml` Closes gitlab-ee#12557 See merge request gitlab-org/gitlab-ce!30455
2019-07-11Moves method to TreeHelperFilipa Lacerda
Reuses existing TreeHelper instead of creating a new one just for one method.
2019-07-11Merge branch 'ci-clean-up-reports-jobs' into 'master'Mayra Cabrera
Clean up CI reports See merge request gitlab-org/gitlab-ce!30272
2019-07-11Clean up CI reportsPhilippe Lafoucrière
Also, `SAST_CONFIDENCE_LEVEL` has been renamed in https://gitlab.com/gitlab-org/security-products/sast/merge_requests/72
2019-07-11Update setImmediate use in karma specsMike Greiling
2019-07-11Apply modal border-radius only to direct childrenmfluharty
2019-07-11Merge branch 'improve-chaos-controller' into 'master'Stan Hu
Add `db_spin` and refactor ChaosController Closes #64425 See merge request gitlab-org/gitlab-ce!30559
2019-07-11Merge branch '64388-remove-unused-code' into 'master'Mayra Cabrera
Remove unused method Closes #64388 See merge request gitlab-org/gitlab-ce!30576
2019-07-11Remove unused methodRyan Cobb
2019-07-11Merge branch 'qa/e2e-test-issue-comment' into 'master'Walmyr
Add end-to-end test for creating and editing issue comments See merge request gitlab-org/gitlab-ce!30571
2019-07-11Explicitly create resource via browser uiWalmyr Lima
2019-07-11Explicitly create resources via the APIWalmyr Lima