summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the mysql to postgres guidedocs/refactor-pgloaderAchilleas Pipinellis2019-04-031-147/+139
| | | | | This change refactors the pgloader instructions to have less headings and be more straightforward.
* Removing redundant "predefined"Eric Hendricks2019-04-031-1/+1
|
* Fix code block and other minor fixesEvan Read2019-04-031-7/+6
|
* Add docs for debugging Jest testsSimon Knox2019-04-031-0/+4
|
* Merge branch 'patch-50' into 'master'Kamil Trzciński2019-04-031-0/+2
|\ | | | | | | | | docs: add gitlab version for list jobs of a runner See merge request gitlab-org/gitlab-ce!26815
| * docs: add gitlab version for list jobs of a runnerjk2K2019-04-011-0/+2
| |
* | Merge branch '47234-composable-auto-devops' into 'master'Dmitriy Zaporozhets2019-04-031-0/+15
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Composable Auto DevOps" Closes #47234 See merge request gitlab-org/gitlab-ce!26520
| * | Add docs for including individual Auto-DevOps jobsTiger2019-04-021-0/+15
| | |
* | | Resolve "Add troubleshooting section to capture errors with installing ↵Alexander Strachan2019-04-031-6/+23
| | | | | | | | | | | | applications to a Kubernetes cluster"
* | | Merge branch '54621_missing_example' into 'master'Grzegorz Bizon2019-04-031-0/+4
|\ \ \ | | | | | | | | | | | | | | | | Add missing 'export' example for CI_API_V4_API_URL See merge request gitlab-org/gitlab-ce!26878
| * | | Add missing 'export' example for CI_API_V4_API_URLOlliver Schinagl2019-04-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge branch ↵Sean McGivern2019-04-031-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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
| * | | | Fix quick actions add label name middle word overlaps53459-quick-action-adds-multiple-labels-to-issue-if-middle-words-overlap-with-existing-labelJacopo2019-04-021-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge branch 'patch-49' into 'master'Evan Read2019-04-031-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | remove html tag See merge request gitlab-org/gitlab-ce!26885
| * | | | remove html tagWilliam Chia2019-04-021-1/+1
| | | | |
* | | | | Document matching refs with an at-symbolCody Mize2019-04-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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}`.
* | | | | Merge branch 'fix-format-typo-two-factor-auth' into 'master'Evan Read2019-04-031-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Fix format typo on generate-new-recovery-codes-using-ssh See merge request gitlab-org/gitlab-ce!26819
| * | | | Fix format typo on generate-new-recovery-codes-using-sshAgustin Henze2019-04-021-0/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Add screenshots for variablesMarcia Ramos2019-04-026-236/+376
| |/ / |/| | | | | | | | | | | - Variables overview - Variables triggered via manual pipeline
* | | Docs: image realignmentMarcel Amirault2019-04-0235-0/+0
| | |
* | | Fix conflicts with masterMarcia Ramos2019-04-022-101/+111
| | | | | | | | | | | | Pull master
* | | Merge branch 'jarv/dev-to-gitlab-2019-04-02' into 'master'Robert Speicher2019-04-023-0/+76
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Jarv/dev to gitlab 2019 04 02 Closes #2810 See merge request gitlab-org/gitlab-ce!26846
| * \ \ Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-023-0/+76
| |\ \ \ | | | | | | | | | | | | | | | jarv/dev-to-gitlab-2019-04-02
| | * | | Rake task for removing exif from uploadsJan Provaznik2019-04-022-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | Adds a rake task which can be used for removing EXIF data from existing uploads.
| | * | | Merge branch 'security-use-untrusted-regexp' into 'master'GitLab Release Tools Bot2019-04-021-0/+13
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use UntrustedRegexp for CI refs matching See merge request gitlab/gitlabhq!3005
| | | * | | Make CI refs matching to to use UntrustedRegexpKamil Trzciński2019-03-151-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes ref validation to use always `UntrustedRegexp`. This also splits the existing RubySyntax into separate class.
* | | | | | Adds documentation about the utility classesFilipa Lacerda2019-04-021-0/+9
| | | | | |
* | | | | | CE backport of design-management-upload-clientPhil Hughes2019-04-021-9/+19
|/ / / / /
* | | | | Document that local tiller is used for Auto DevOpsThong Kuah2019-04-021-14/+36
| | | | | | | | | | | | | | | | | | | | | | | | | Also note that apps will be released into the Kubernetes namespace for the environment, and that GitLab < 11.4 used a dedicated Tiller
* | | | | Docs: Fix anchor to deprecated variables docMarcel Amirault2019-04-021-1/+1
| |_|_|/ |/| | |
* | | | Merge branch 'docs/restructure-ci-envs-and-deployment' into 'master'Mike Lewis2019-04-013-322/+450
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Refactor and restructure environments page See merge request gitlab-org/gitlab-ce!26400
| * | | | Fixes from reviewdocs/restructure-ci-envs-and-deploymentEvan Read2019-03-271-3/+1
| | | | |
| * | | | Refactor and restructure environments pageEvan Read2019-03-263-322/+452
| |/ / / | | | | | | | | | | | | | | | | - Groups content into relevant sections. - Content edited.
* | | | Refactor and fix pipeline schedulesEvan Read2019-04-011-55/+66
| | | |
* | | | Merge branch 'first-proof-reader' into 'master'Marcia Ramos2019-04-011-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add details for the first proof reader request See merge request gitlab-org/gitlab-ce!26812
| * | | | Add details for the first proof reader requestfirst-proof-readerRay Paik2019-04-011-0/+3
| | | | |
* | | | | Include cluster domain into Project Cluster APIMayra Cabrera2019-04-011-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Domain was introduced on 11.8 and was not included on the Project Cluster API. With this change user will be able to include domain when adding and updating a cluster. Domain will also be included on the GET calls. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59441
* | | | | Merge branch 'enable-rubocop-application-record' into 'master'Lin Jen-Shin2019-04-011-0/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document ApplicationRecord / pluck_primary_key Closes #59690 See merge request gitlab-org/gitlab-ce!26764
| * | | | | Document ApplicationRecord / pluck_primary_keyNick Thomas2019-03-291-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | We also enable the rubocop that makes it mandatory
* | | | | | Merge branch 'patch-49' into 'master'Stan Hu2019-04-011-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Update lfs_administration.md to add new line in order to have table draw properly See merge request gitlab-org/gitlab-ce!26827
| * | | | | Update lfs_administration.md to add new line in order to have table draw ↵Rick Heil2019-04-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | properly
* | | | | | Clarify that personal access token should be sent as password for ↵Tim Hobbs2019-04-011-5/+2
| |_|/ / / |/| | | | | | | | | | | | | | authentication.
* | | | | Update to the commits.md, more details about how to use the --form method ↵Jochum van der Ploeg2019-04-011-0/+26
| | | | | | | | | | | | | | | | | | | | for creating a commit
* | | | | Merge branch 'docs-fix-import-mixin-from-ee-else-ce-path-example' into 'master'Evan Read2019-04-011-6/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix example block for mixin from ee-else-ce path See merge request gitlab-org/gitlab-ce!26808
| * | | | | Fix example block for mixin from ee-else-ce pathdocs-fix-import-mixin-from-ee-else-ce-path-exampleEzekiel Kigbo2019-03-311-6/+7
| | | | | |
* | | | | | Merge branch 'patch-49' into 'master'Evan Read2019-04-011-0/+11
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | Update lfs_administration.md to add documentation on Rackspace Cloud Files for... See merge request gitlab-org/gitlab-ce!26720
| * | | | | Update lfs_administration.md to add documentation on Rackspace Cloud Files ↵Rick Heil2019-03-281-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | for LFS object storage, including a note on Fog requiring the temp-url key even when the object container is public ("CDN enabled" in Rackspace terms)
* | | | | | Merge branch 'jira-transition-id-field' into 'master'Evan Read2019-04-011-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jira Services Doc update to String See merge request gitlab-org/gitlab-ce!26683
| * | | | | | Jira Services Doc update to Stringjira-transition-id-fieldDavin Walker2019-03-271-1/+1
| | | | | | |
* | | | | | | Merge branch 'nowtryz/docker-pages-docs' into 'master'Evan Read2019-04-011-7/+22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add troubleshooting info for Docker and GitLab Pages See merge request gitlab-org/gitlab-ce!26662