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-12Fix trigger-build-docs scriptfix-link-on-e2e-quick-start-guide-and-trigger-build-docs-scriptWalmyr Lima
The GitLab docs project was moved from gitlab-com to gitlab-org and review-docs-deploy job is failing with the following error: $ ./$SCRIPT_NAME deploy /usr/local/bundle/gems/gitlab-4.12.0/lib/gitlab/request.rb:54:in `validate': Server responded with code 404, message: 404 Project Not Found. Request URI: https://gitlab.com/api/v4/projects/gitlab%2Dcom%2Fgitlab%2Ddocs /repository/branches (Gitlab::Error::NotFound) I don't know why the redirect is not working, but in any case, the script needs to be fixed.
2019-07-12Fix link on end-to-end quick start guide docWalmyr Lima
2019-07-12Merge branch '60798-follow-up-simplify-sort-direction-logic' into 'master'Sean McGivern
Resolve "Follow up: Simplify sort direction logic" Closes #60798 See merge request gitlab-org/gitlab-ce!30443
2019-07-12Merge branch '62747-gather-ci-tests-memory-usage-data' into 'master'Kamil Trzciński
Gather memory usage data during tests See merge request gitlab-org/gitlab-ce!30292
2019-07-12Gather memory usage data in testsAleksei Lipniagov
Log memory stats after running each spec file and compile the report.
2019-07-12Merge branch '55623-group-cluster-apis' into 'master'Grzegorz Bizon
Resolve "API support for group-level clusters" Closes #55623 See merge request gitlab-org/gitlab-ce!30213
2019-07-12Merge branch 'issue-63298-asciidoc-sanitization' into 'master'Douwe Maan
Prevent excessive sanitization of AsciiDoc ouptut Closes #63298 See merge request gitlab-org/gitlab-ce!30290
2019-07-12Merge branch 'graphql-include-authorization-for-mutations' into 'master'Jan Provaznik
Include AuthorizeResource module for all mutations See merge request gitlab-org/gitlab-ce!30243
2019-07-12Merge branch 'docs-trailing-spaces' into 'master'Achilleas Pipinellis
Remove trailing whitespace in docs (part 1) See merge request gitlab-org/gitlab-ce!30648
2019-07-12Remove trailing whitespace in docsMarcel Amirault
Remove unneeded trailing whitespace in lines in /development /ci /api and /administration docs.
2019-07-12Merge branch 'docs-code-block-fences' into 'master'Achilleas Pipinellis
Add blank lines around code blocks See merge request gitlab-org/gitlab-ce!30651
2019-07-12Add blank lines around code blocksMarcel Amirault
All code blocks should be surrounded by blank lines
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-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-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