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
path: root/doc
AgeCommit message (Collapse)Author
2019-04-05Merge branch 'update-custom-build-dir-docs' into 'master'Achilleas Pipinellis
Add documentation for custom build directories See merge request gitlab-org/gitlab-ce!20427
2019-04-05Add documentation for new big-repos featuresKamil Trzciński
This adds documentation for: - `CI_BUILDS_DIR`, - `CI_CONCURRENT_ID`, - `CI_CONCURRENT_PROJECT_ID`, - `GIT_CLONE_PATH`, - `GIT_CLEAN_FLAGS`
2019-04-05Merge branch '54506-show-error-when-namespace-svc-missing' into 'master'Grzegorz Bizon
Show error when namespace/svc account missing Closes #54506 See merge request gitlab-org/gitlab-ce!26362
2019-04-05Clarify the Runner registration and authentication tokensAchilleas Pipinellis
2019-04-04Improve the Review Apps documentation by using gitlab-rails consoleRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-04Add a link to S3 Permission Scopes for registry object storageDiana Stanley
2019-04-04Allow to use untrusted Regexp via feature flagKamil Trzciński
This brings support for untrusted regexp for 'only:refs:' when enabled via feature flag: alllow_unsafe_ruby_regexp. This is by default disabled, and should not be used in production
2019-04-04Fixed test specsOswaldo Ferreira
- added suggestions to mock data - fixed props to be not required
2019-04-04Merge branch 'dz-reserve-v2-root-path' into 'master'Grzegorz Bizon
Add v2 to reserved top level routes See merge request gitlab-org/gitlab-ce!26540
2019-04-04Merge branch '54417-graphql-type-authorization' into 'master'Nick Thomas
GraphQL Type authorization Closes #54417 See merge request gitlab-org/gitlab-ce!25724
2019-04-04Work around lack of HTML list support in topicEvan Read
2019-04-04Merge branch '24704-download-repository-path' into 'master'Kushal Pandya
Download a folder from repository Closes #24704 See merge request gitlab-org/gitlab-ce!26532
2019-04-04Merge branch ↵Achilleas Pipinellis
'59979-update-documentation-about-only-allow-merge-requests-to-be-merged-if-the-pipeline-succeeds-to-take-into-account-the-settings-page-reorganization' into 'master' Update "Pipelines must succeed" documentation Closes #59979 See merge request gitlab-org/gitlab-ce!26945
2019-04-04Add v2 to reserved top level routesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-04-04Add docs to `only:changes/except:changes` that discuss using regex in ↵Said Masoud
certain scenarios
2019-04-04Merge branch 'docs-google_secure_ldap' into 'master'Evan Read
Add documentation for Google Secure LDAP See merge request gitlab-org/gitlab-ce!26064
2019-04-04Merge branch 'docs/refactor-pgloader' into 'master'Evan Read
Clean up the mysql to postgres guide See merge request gitlab-org/gitlab-ce!24061
2019-04-04Use correct `ifEE` variable nameMark Florian
Presumably the `renderIfEE` is from an older edit.
2019-04-03Add documentation for Google Secure LDAPDrew Blessing
As of 11.9 GitLab supports Google Secure LDAP for authentication and group sync. This documentation outlines how to configure the service. Rename file
2019-04-03Clean up the mysql to postgres guideAchilleas Pipinellis
This change refactors the pgloader instructions to have less headings and be more straightforward.
2019-04-03Update "Pipelines must succeed" docsNathan Friend
This commit updates the documentation about the "Pipelines must succeed" checkbox.
2019-04-03Removing redundant "predefined"Eric Hendricks
2019-04-03Fix code block and other minor fixesEvan Read
2019-04-03Add docs for debugging Jest testsSimon Knox
2019-04-03Merge branch 'patch-50' into 'master'Kamil Trzciński
docs: add gitlab version for list jobs of a runner See merge request gitlab-org/gitlab-ce!26815
2019-04-03Merge branch '47234-composable-auto-devops' into 'master'Dmitriy Zaporozhets
Resolve "Composable Auto DevOps" Closes #47234 See merge request gitlab-org/gitlab-ce!26520
2019-04-03Resolve "Add troubleshooting section to capture errors with installing ↵Alexander Strachan
applications to a Kubernetes cluster"
2019-04-03Merge branch '54621_missing_example' into 'master'Grzegorz Bizon
Add missing 'export' example for CI_API_V4_API_URL See merge request gitlab-org/gitlab-ce!26878
2019-04-03Merge branch ↵Sean McGivern
'53459-quick-action-adds-multiple-labels-to-issue-if-middle-words-overlap-with-existing-label' into 'master' Resolve "Quick Action Adds Multiple Labels to Issue If Middle Words Overlap with Existing Label" Closes #53459 See merge request gitlab-org/gitlab-ce!26602
2019-04-03Merge branch 'patch-49' into 'master'Evan Read
remove html tag See merge request gitlab-org/gitlab-ce!26885
2019-04-03Update error messagejerasmus
Updated the error message in the docs
2019-04-03Document matching refs with an at-symbolCody Mize
At-symbols are used to match a ref to a specific repository path. Currently this is done by string splitting the ref pattern on the at-symbol. In order to pattern match a literal `@` you must use ruby's unicode character matching `\u{0040}`.
2019-04-03Merge branch 'fix-format-typo-two-factor-auth' into 'master'Evan Read
Fix format typo on generate-new-recovery-codes-using-ssh See merge request gitlab-org/gitlab-ce!26819
2019-04-03Added documentation for GraphQL Type authorizationLuke Duncalfe
2019-04-03remove html tagWilliam Chia
2019-04-02Add missing 'export' example for CI_API_V4_API_URLOlliver Schinagl
In issue #54621 a new variable CI_API_V4_API_URL was introduced, but some of the documentation was omitted. Having an example output is always nice. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2019-04-02Add screenshots for variablesMarcia Ramos
- Variables overview - Variables triggered via manual pipeline
2019-04-02Fix quick actions add label name middle word overlapsJacopo
Fixes quick actions add label when adding a label which name middle word overlaps with another label name: for example adding "A B C" when also label "B" exists. With the fix only the label "A B C" is correctly added, previously also the label "B" was added due to the middle word overlaps.
2019-04-02Switch positions of source and directory sectionsPatrick Bajao
Updated the documentation to match the updated order including the screenshot.
2019-04-02Add documentation for download source code featurePatrick Bajao
2019-04-02Docs: image realignmentMarcel Amirault
2019-04-02Fix conflicts with masterMarcia Ramos
Pull master
2019-04-02Merge branch 'jarv/dev-to-gitlab-2019-04-02' into 'master'Robert Speicher
Jarv/dev to gitlab 2019 04 02 Closes #2810 See merge request gitlab-org/gitlab-ce!26846
2019-04-02Adds documentation about the utility classesFilipa Lacerda
2019-04-02Fix format typo on generate-new-recovery-codes-using-sshAgustin Henze
The rendering is broken and it's confusing when you are reading the doc about generate the recovery codes using ssh. Signed-off-by: Agustin Henze <tin@redhat.com>
2019-04-02CE backport of design-management-upload-clientPhil Hughes
2019-04-02Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵John Jarvis
jarv/dev-to-gitlab-2019-04-02
2019-04-02Rake task for removing exif from uploadsJan Provaznik
Adds a rake task which can be used for removing EXIF data from existing uploads.
2019-04-02Merge branch 'security-use-untrusted-regexp' into 'master'GitLab Release Tools Bot
Use UntrustedRegexp for CI refs matching See merge request gitlab/gitlabhq!3005
2019-04-02Document that local tiller is used for Auto DevOpsThong Kuah
Also note that apps will be released into the Kubernetes namespace for the environment, and that GitLab < 11.4 used a dedicated Tiller