summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Docs: Fix markdown for link in chatops docMarcel Amirault2019-03-111-1/+1
| | | | | | |
* | | | | | | Merge branch 'patch-48' into 'master'Evan Read2019-03-111-0/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add infos about runners concurrent jobs in .gitlab-ci.yml documentation See merge request gitlab-org/gitlab-ce!25809
| * | | | | | | Update README.mdvalentin bancarel2019-03-081-0/+6
| | | | | | | |
* | | | | | | | Docs: Fix CI/CD related anchorsMarcel Amirault2019-03-1120-44/+42
| | | | | | | |
* | | | | | | | Merge branch 'docs-auto-devops-deploy-token' into 'master'Evan Read2019-03-111-20/+16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Clarify how Auto DevOps deploys using deploy token See merge request gitlab-org/gitlab-ce!25787
| * | | | | | | | Clarify how Auto DevOps deploys using deploy tokenThong Kuah2019-03-111-20/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were emphasising a point that's no longer true since we implemented deploy tokens in 11.0 so rationalize the docs here.
* | | | | | | | | Merge branch 'docs/53121-docs-feedback-runner-has-no-examples' into 'master'Evan Read2019-03-101-3/+18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update pipeline webhook example response Closes #53121 See merge request gitlab-org/gitlab-ce!25914
| * | | | | | | | | Update pipeline webhook example responseSteve Azzopardi2019-03-081-3/+18
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the example response we have builds with status `success` but the property `runner` is null, which is not a realistic representation of the response. The runner is always sent if the build has ran. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53121
* | | | | | | | | Merge branch '_acet-docs-update' into 'master'Robert Speicher2019-03-101-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Remove confusing author name from Changelog docs See merge request gitlab-org/gitlab-ce!25928
| * | | | | | | | Remove confusing author name from Changelog docsFatih Acet2019-03-081-1/+1
| |/ / / / / / /
* | | | | | | | Docs: intro to CI/CD - fix typosMarcia Ramos2019-03-081-4/+4
|/ / / / / / /
* | | | | | | Disallow reopening of locked merge requestsJan Beckmann2019-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #56864
* | | | | | | Merge branch 'ingress-hostnames' into 'master'Mike Greiling2019-03-084-38/+27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for ingress hostnames Closes #58244, #56158, and #46691 See merge request gitlab-org/gitlab-ce!25181
| * | | | | | | Add support for ingress hostnamesingress-hostnameswalkafwalka2019-03-074-38/+27
| | | | | | | |
* | | | | | | | Refactor CI/CD landing page from feedbackEvan Read2019-03-081-59/+45
| | | | | | | |
* | | | | | | | Adds new resources for CI to the documentation suiteEvan Read2019-03-089-128/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also refactors and combines resources and examples.
* | | | | | | | Merge branch 'sh-clarify-rugged-feature-flag-docs' into 'master'Evan Read2019-03-081-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify Rugged direct access only available in GitLab 11.9 See merge request gitlab-org/gitlab-ce!25887
| * | | | | | | | Clarify Rugged direct access only available in GitLab 11.9Stan Hu2019-03-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until we solve https://gitlab.com/gitlab-com/gitlab-docs/issues/347, let's just be explicit to avoid confusion.
* | | | | | | | | Add missing keywordsEvan Read2019-03-082-196/+309
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also refactors structure of the page to make the first section more useful.
* | | | | | | | | Add up-to-date illustationsMarcia Ramos2019-03-077-31/+216
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Pipeline status - Job running - Rollback button
* | | | | | | | Resolve "Extend the "Snowplow event tracking" documentation with a "testing" ↵Martin Wortschack2019-03-071-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | section"
* | | | | | | | Merge branch 'reply-to-comment-documentation' into 'master'Mike Lewis2019-03-071-18/+21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created documentation for replying to comments See merge request gitlab-org/gitlab-ce!25633
| * \ \ \ \ \ \ \ Merge branch 'master' into 'reply-to-comment-documentation'reply-to-comment-documentationMike Lewis2019-03-07122-414/+1142
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | # Conflicts: # doc/user/discussions/index.md
| * | | | | | | | Clarifications to email section in introMike Lewis2019-03-071-4/+4
| | | | | | | | |
| * | | | | | | | Rephrase resolvable comments sectionMike Lewis2019-03-071-7/+9
| | | | | | | | |
| * | | | | | | | Standardize further on standard commentsMike Lewis2019-03-071-2/+2
| | | | | | | | |
| * | | | | | | | Update intro to start with standard vs discussion comments and clarify email ↵Mike Lewis2019-03-071-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | replies
| * | | | | | | | Mention replying to comments in discussions overviewWinnie Hellmann2019-03-051-2/+3
| | | | | | | | |
| * | | | | | | | Added sentence about why 'edited just now' appears under the converted commentMike Lewis2019-03-041-1/+2
| | | | | | | | |
| * | | | | | | | Change header of section on replying to a non-discussion commentMike Lewis2019-03-041-2/+2
| | | | | | | | |
| * | | | | | | | Apply suggestion to doc/user/discussions/index.mdVictor Wu2019-02-281-1/+1
| | | | | | | | |
| * | | | | | | | Created documentation for replying to commentsConstance Okoghenun2019-02-283-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added documentation for starting a discussion from a non-discussion comment feature.
* | | | | | | | | Merge branch 'incremental-backups' into 'master'Stan Hu2019-03-071-0/+20
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Incremental backups See merge request gitlab-org/gitlab-ce!24035
| * | | | | | | | add comment on how to determine if rsyncable option is availableFrederic Van Espen2019-03-071-1/+3
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into incremental-backupsFrederic Van Espen2019-03-07576-21586/+11666
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | introduce optional rsyncable flagFrederic Van Espen2019-03-071-0/+7
| | | | | | | | |
| * | | | | | | | Allow to override part of the backup filenameFrederic Van Espen2018-12-261-0/+11
| | | | | | | | |
* | | | | | | | | Merge branch 'jest-docs' into 'master'Mike Lewis2019-03-071-8/+52
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add jest to frontend_testing docs See merge request gitlab-org/gitlab-ce!25748
| * | | | | | | | | Apply suggestion to doc/development/testing_guide/frontend_testing.mdLuke Bennett2019-03-071-1/+1
| | | | | | | | | |
| * | | | | | | | | Add jest to frontend_testing docsLuke Bennett2019-03-041-8/+52
| | | | | | | | | |
* | | | | | | | | | Merge branch 'restrict-jupyter-login' of ↵Amit Rathi2019-03-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/amit1rrr/gitlab-ce into restrict-jupyter-login
* | | | | | | | | | Merge branch 'eb-update-cycle-analytics-docs' into 'master'Kushal Pandya2019-03-072-21/+16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Cycle Analytics Documentation See merge request gitlab-org/gitlab-ce!25536
| * | | | | | | | | | Update Cycle Analytics documentationEric Brinkman2019-03-072-21/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed duplicate info. Update pipeline health to cycle analytics. Updated screenshots.
* | | | | | | | | | | Merge branch 'patch-47' into 'master'Marcia Ramos2019-03-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing quote in Wildcard domains section See merge request gitlab-org/gitlab-ce!25773
| * | | | | | | | | | | Fix missing quoteMartin Melka2019-03-051-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'winh-enable-reply_to_individual_notes' into 'master'Grzegorz Bizon2019-03-073-2/+23
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable reply_to_individual_notes feature flag by default Closes #30299 See merge request gitlab-org/gitlab-ce!25575
| * | | | | | | | | | | | Add current state of docsWinnie Hellmann2019-03-063-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | copied from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25633
* | | | | | | | | | | | | Move proj templates into default getting started guideMarcia Ramos2019-03-073-82/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move instructions to use project templates to getting started - Move the fork illustration into the in-depth guide - Add screenshot for current project templates Copyedit - better wording Copy edit - typo
* | | | | | | | | | | | | Profiler only works with absolute URLs and pathsSean McGivern2019-03-071-0/+4
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'fix-group-without-owner' into 'master'Sean McGivern2019-03-071-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix group without owner after transfer Closes #58086 See merge request gitlab-org/gitlab-ce!25573