summaryrefslogtreecommitdiff
path: root/doc/administration/integration
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-271-4/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-251-5/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-241-4/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-091-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-062-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-091-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-221-6/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-011-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-151-1/+31
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-151-4/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-101-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-261-1/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-182-3/+3
|
* Fix issue causing linting test failuresRussell Dickenson2019-09-091-2/+2
|
* fix for #60120Daniel Le Berre2019-09-081-1/+16
|
* Fixes Introduced in text for our rendererEvan Read2019-08-281-2/+1
|
* Update docs style for code blocksMarcel Amirault2019-08-161-2/+2
| | | | | | Clarify rules for code blocks, including spaces above and below, and to use tilde when code blocks contain triple backticks
* Remove trailing whitespace in docsMarcel Amirault2019-07-121-2/+2
| | | | | Remove unneeded trailing whitespace in lines in /development /ci /api and /administration docs.
* Remove <pre> tag and other fixesEvan Read2019-07-121-24/+25
|
* Fix Markdown example for PlantUML docsTakuya Noguchi2019-07-111-2/+3
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Fix whitespace in many administration docsMarcel Amirault2019-07-101-27/+28
| | | | | | | | | 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 (part 2)
* Update redirected links in CE part 1Marcel Amirault2019-07-081-1/+1
| | | | | First MR in a series updating all redirected links in CE documentation to the destination URLs
* Merge branch 'docs-aws-elb-web-terminals' into 'master'Mike Lewis2019-06-041-0/+5
|\ | | | | | | | | Add documentation about AWS ELB not supporting web sockets See merge request gitlab-org/gitlab-ce!28030
| * Add AWS ELB note about not supporting web socketsdocs-aws-elb-web-terminalsDrew Blessing2019-05-021-0/+5
| |
* | Updated openjdk version from 7 to 8Sara Ahbabou2019-05-291-1/+1
| |
* | doc: administration/planutml: update instructions for setting dialogsElan Ruusamäe2019-05-091-2/+1
|/
* Update broken links to new destinationsEvan Read2019-04-101-1/+1
|
* Remove consecutive blank lines from markdown filesEvan Read2019-02-181-1/+0
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Refactor the upgrading from source docsdocs/refactor-update-guidesYorick Peterse2019-02-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | Instead of requiring one separate document for every version (which is created by release managers), we now use a single document for both Community Edition and Enterprise Edition. This allows developers to add guidelines right away, instead of release managers having to determine what to add. Version specific upgrading instructions are placed in a separate section. This prevents instructions from lingering around for many versions should a developer forget to remove them. This also ensures that all instructions are kept in a single place, instead of being spread across different documents. A minor downside is that CE and EE guidelines now live in the same document, which could cause merge conflicts. Since we are working towards a single codebase, this should only be an issue until we merge the codebases together; something we expect to do in the coming months. This commit also removes all old upgrading instructions, but these can still be accessed using Git branch specific URLs (included in the updating README).
* Merge branch 'docs/fix-unordered-list-style' into 'master'Achilleas Pipinellis2019-01-081-13/+13
|\ | | | | | | | | Resolve Markdown unordered lists not conforming to styleguide See merge request gitlab-org/gitlab-ce!23037
| * Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-081-13/+13
| | | | | | | | - Also makes other minor Markdown fixes that were near the main fixes.
* | Add docs on how web terminals are secureddocs/52681-add-documentation-about-how-web-terminals-are-securedSteve Azzopardi2019-01-071-0/+13
|/ | | | | | | | | | | | | | In the administration page for web terminals add a new `Security` section explaining how the interactive web terminals are secured between GitLab and gitlab-runner. This section is under administration instead of `doc/ci/interactive_web_terminal` because the administrators of the GitLab instance would be mostly interested in this, whilst `doc/ci/interactive_web_terminal` are interested in how the feature works. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52681
* Remove Koding integration and documentationStan Hu2018-10-121-246/+0
| | | | | | This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
* Specification change: Fix asciidoctor block context.Koichiro Mikami2018-10-111-2/+2
|
* Resolve "CE documentation is not CommonMark compliant"Brett Walker2018-09-063-19/+16
|
* Use nip.io instead of xip.iodz-use-nip-ioDmitriy Zaporozhets2018-06-121-9/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* docMark Chao2018-06-061-1/+1
|
* Deprecate the Kubernetes service docsdocs/redirect-k8s-service-pageAchilleas Pipinellis2018-05-091-9/+7
|
* Added PlantUML server using dockermorph0272018-02-021-1/+13
|
* plantuml.md: use html tags so code fence example would workElan Ruusamäe2017-12-271-8/+10
|
* Update gitlab-markup and PlantUML docsMarkus Koller2017-11-011-16/+21
|
* Merge branch 'feature/plantuml-restructured-text' into 'master'Rémy Coutable2017-09-071-1/+10
|\ | | | | | | | | Add documentation for PlantUML in reStructuredText See merge request !13900
| * Add documentation for PlantUML in reStructuredTextMarkus Koller2017-08-291-1/+10
| |
* | Deprecate Koding in docsdocs/rm-kodingAchilleas Pipinellis2017-09-011-1/+5
|/
* Gitlab -> GitLabBen Bodenmiller2017-04-271-2/+2
|
* Update plantuml.md Fix wrong order when restarting tomcat service [ci skip] Vladimir Tasic2017-04-211-1/+1
|
* Update plantuml.md to add the actual link.Sascha Reynolds2017-04-201-0/+2
|
* Update plantuml.md to fix wrong introduced in link.Sascha Reynolds2017-04-191-1/+1
|