summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update protected paths documentationupdates-protected-paths-docsMayra Cabrera2019-09-105-36/+54
| | | | | | | States that protected paths are now configured on Admin UI and deprecated on Omnibus for 12.3 https://gitlab.com/gitlab-org/gitlab-ce/issues/64278
* Merge branch ↵Jan Provaznik2019-09-102-4/+9
|\ | | | | | | | | | | | | | | | | 'reprazent/gitlab-ce-bvl-find-correct-variables-for-testing-translations' into 'master' Build correct variables for testing translations Closes #48110 See merge request gitlab-org/gitlab-ce!32871
| * Add code review remarksreprazent/gitlab-ce-bvl-find-correct-variables-for-testing-translationsMałgorzata Ksionek2019-09-101-7/+2
| |
| * Build correct variables for testing translationsBob Van Landuyt2019-09-102-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes sure we build the correct variables for testing translations. When translating, we could be specifying the variables in different forms for each id: - In the singular we could be using a `%{hash}` interpolation - In the plural we could be using a `%d` interpolation This changes the tests to accommodate for that: We now use the variables used in the relevant translation id as the source for the variables we mix in in specs.
* | Merge branch '21859-newline_in_filename' into 'master'Nick Thomas2019-09-102-5/+67
|\ \ | | | | | | | | | | | | | | | | | | Start of fix for #21859, allow users to open files with newlines in the filenames. Closes #21859 See merge request gitlab-org/gitlab-ce!32820
| * | Start of fix for #21859, allow users to open files with newlines in the ↵Jesse Hall2019-09-102-5/+67
|/ / | | | | | | filenames.
* | Merge branch 'fix-events-migration' into 'master'Andreas Brandl2019-09-102-3/+13
|\ \ | |/ |/| | | | | Add index on group_id column concurrently See merge request gitlab-org/gitlab-ce!32826
| * Add index on group_id column concurrentlyJan Provaznik2019-09-102-3/+13
|/ | | | | This fixes previously added migration which caused timeouts on big events table.
* Merge branch 'docs-ee-repository_storage' into 'master'Achilleas Pipinellis2019-09-101-3/+3
|\ | | | | | | | | Add EE label to repository_storage See merge request gitlab-org/gitlab-ce!31933
| * Add EE label to repository_storageBen Bodenmiller2019-09-101-3/+3
|/
* Merge branch 'docs-dollar-signs' into 'master'remove-router-in-store-ideAchilleas Pipinellis2019-09-1011-45/+42
|\ | | | | | | | | Start linting for unneeded dollar signs See merge request gitlab-org/gitlab-ce!32803
| * Start linting for unneeded dollar signsMarcel Amirault2019-09-1011-45/+42
|/ | | | | Do not use dollar signs in shell codeblocks when no output is shown
* Merge branch 'event-presenter' into 'master'Rémy Coutable2019-09-1011-15/+83
|\ | | | | | | | | [CE] Add event presenter See merge request gitlab-org/gitlab-ce!32750
| * Add event presenterJan Provaznik2019-09-1011-15/+83
|/ | | | | This presenter will be used in an upcoming MR which adds rendering of epic events on group activity page.
* Merge branch 'docs/ds-auto-remediation' into 'master'Achilleas Pipinellis2019-09-102-46/+47
|\ | | | | | | | | Refactor the Dependency Scanning docs See merge request gitlab-org/gitlab-ce!32582
| * Refactor the Dependency Scanning docsAchilleas Pipinellis2019-09-102-46/+47
|/ | | | | | | | | | | | Notably: - Merge the use cases with the opening paragraph of DS - Add link to the auto-remediation section in the main index page - Add auto remediation to the title of solutions for better SEO - Move the JSON reports section below the other more important sections - Remove Container Scanning from the list of supported scanners in solutions - Fix some "introduced in" sentences so that they can be properly parsed
* Merge branch 'fix-broken-docs-link' into 'master'Evan Read2019-09-101-1/+1
|\ | | | | | | | | Fix broken link to the handbook See merge request gitlab-org/gitlab-ce!32849
| * Fix broken link to the handbookDavid H. Wilkins2019-09-091-1/+1
| | | | | | | | - Broken link to "How to work with the distribution team"
* | Merge branch 'docs-dblessing-codeowners-approvals' into 'master'Evan Read2019-09-101-0/+4
|\ \ | | | | | | | | | | | | Only CODEOWNERS on default branch affect MR approvals See merge request gitlab-org/gitlab-ce!32841
| * | Only CODEOWNERS on default branch affect MR approvalsdocs-dblessing-codeowners-approvalsDrew Blessing2019-09-091-0/+4
| | |
* | | Merge branch 'docs-add-user-creation-blunceford' into 'master'Evan Read2019-09-106-0/+41
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add user creation documentation Closes gitlab-com/support/support-team-meta#1681 See merge request gitlab-org/gitlab-ce!32411
| * | | Add user creation documentationBlair Lunceford2019-09-106-0/+41
|/ / /
* | | Merge branch 'remove-unnecessary-freeze-in-lib' into 'master'Lin Jen-Shin2019-09-1018-31/+31
|\ \ \ | | | | | | | | | | | | | | | | Avoid calling freeze on already frozen strings in lib See merge request gitlab-org/gitlab-ce!32788
| * | | Avoid calling freeze on already frozen strings in libDinesh Panda2019-09-1018-31/+31
|/ / /
* | | Merge branch 'docs-update-jest-with-when-to-use-section' into 'master'Evan Read2019-09-101-3/+12
|\ \ \ | | | | | | | | | | | | | | | | Docs: Add when to use Jest section in frontend_testing See merge request gitlab-org/gitlab-ce!32760
| * | | Docs: Add when to use Jest section in frontend_testingPaul Slaughter2019-09-101-3/+12
|/ / /
* | | Merge branch 'list-style-fixes-dev-docs' into 'master'Evan Read2019-09-101-17/+24
|\ \ \ | | | | | | | | | | | | | | | | Edits to Lists section of Documentation Style Guide See merge request gitlab-org/gitlab-ce!32782
| * | | Edits to Lists section of Documentation Style GuideMike Lewis2019-09-101-17/+24
|/ / /
* | | Merge branch 'jarv/remove-reference-to-closed-issue' into 'master'Evan Read2019-09-101-4/+1
|\ \ \ | | | | | | | | | | | | | | | | This references an issue that is closed See merge request gitlab-org/gitlab-ce!29274
| * | | This references an issue that is closedJohn Jarvis2019-09-101-4/+1
|/ / /
* | | Merge branch 'ebaque-issue-mr-urls' into 'master'Lin Jen-Shin2019-09-103-1/+85
|\ \ \ | | | | | | | | | | | | | | | | Provide urls for Merge Requests and Issue links See merge request gitlab-org/gitlab-ce!32401
| * | | Provide urls for Merge Requests and Issue linksEtienne Baqué2019-09-103-1/+85
|/ / /
* | | Merge branch 'doc-markdown-fix' into 'master'Achilleas Pipinellis2019-09-101-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Cosmetic fix in doc/user/markdown.md where the word 'itself' is repeated. See merge request gitlab-org/gitlab-ce!32818
| * | | Cosmetic fix in doc/user/markdown.md where the word 'itself' is repeated.Raimund Hook2019-09-091-1/+1
| | | |
* | | | Merge branch 'docs/ci-short-token-variable' into 'master'Evan Read2019-09-101-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Document CI_RUNNER_SHORT_TOKEN variable See merge request gitlab-org/gitlab-ce!32824
| * | | | Document CI_RUNNER_SHORT_TOKEN variableTomasz Maczukin2019-09-101-0/+1
|/ / / / | | | | | | | | | | | | | | | | Variable was added in GitLab Runner with: https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1571
* | | | Merge branch 'docs/smime-signing-omnibus-example' into 'master'Achilleas Pipinellis2019-09-101-12/+39
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | docs: add full omnibus example for smime signing See merge request gitlab-org/gitlab-ce!32146
| * | | | docs: add full omnibus example for smime signingDiego Louzán2019-09-101-12/+39
|/ / / / | | | | | | | | | | | | | | | | - minor style corrections - document rsa keys limitation
* | | | Merge branch 'patch-76' into 'master'Ray Paik2019-09-101-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update merge_request_approvals.md - typo See merge request gitlab-org/gitlab-ce!32838
| * | | | Update merge_request_approvals.md - typoNiels Peto2019-09-091-1/+1
| | | | |
* | | | | Merge branch 'docs-repository-storage-typo' into 'master'Evan Read2019-09-101-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in repository storage types doc See merge request gitlab-org/gitlab-ce!32858
| * | | | | Fix typo in repository storage types docMarcel Amirault2019-09-101-1/+1
|/ / / / /
* | | | | Merge branch 'docs-65889-gitlab-backup' into 'master'Evan Read2019-09-103-3/+53
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert gitlab-backup command and add a note for it Closes #65889 See merge request gitlab-org/gitlab-ce!31747
| * | | | | Revert gitlab-backup command and add a note for itHossein Pursultani2019-09-103-3/+53
|/ / / / /
* | | | | Merge branch 'issue-67127' into 'master'Ash McKenzie2019-09-104-4/+17
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Expose :protected field for ../tags/:tag_name API endpoint See merge request gitlab-org/gitlab-ce!32790
| * | | | | Add Changelog entryAndrea Leone2019-09-081-0/+5
| | | | | |
| * | | | | Update API doc for TagAndrea Leone2019-09-081-3/+6
| | | | | |
| * | | | | Update API schema for TagAndrea Leone2019-09-071-1/+2
| | | | | |
| * | | | | Fix after 'static-analysis' job failAndrea Leone2019-09-071-1/+0
| | | | | |
| * | | | | Expose :protected field for ../tags/:tag_name API endpointAndrea Leone2019-09-071-0/+5
| | | | | |