Commit Graph

162 Commits

Author SHA1 Message Date
GitLab Bot 8a840df2e4 Add latest changes from gitlab-org/gitlab@master 2020-04-24 15:09:37 +00:00
GitLab Bot e20baee820 Add latest changes from gitlab-org/gitlab@master 2020-03-27 18:07:48 +00:00
GitLab Bot 6f2065c468 Add latest changes from gitlab-org/gitlab@master 2020-03-25 15:07:47 +00:00
GitLab Bot be2f4c5788 Add latest changes from gitlab-org/gitlab@master 2020-03-24 03:09:28 +00:00
GitLab Bot 18f7828977 Add latest changes from gitlab-org/gitlab@master 2020-03-12 09:09:55 +00:00
GitLab Bot ed4df05ce9 Add latest changes from gitlab-org/gitlab@master 2020-03-09 00:08:14 +00:00
GitLab Bot 0eb3d2f799 Add latest changes from gitlab-org/gitlab@master 2020-02-06 15:09:11 +00:00
GitLab Bot 536aa3a1f4 Add latest changes from gitlab-org/gitlab@master 2020-01-30 15:09:15 +00:00
GitLab Bot e879335864 Add latest changes from gitlab-org/gitlab@master 2020-01-09 00:07:40 +00:00
GitLab Bot 157f9a451a Add latest changes from gitlab-org/gitlab@master 2019-11-22 00:06:08 +00:00
GitLab Bot deed6022ef Add latest changes from gitlab-org/gitlab@master 2019-11-01 12:06:26 +00:00
GitLab Bot 00050519d1 Add latest changes from gitlab-org/gitlab@master 2019-10-15 06:07:25 +00:00
GitLab Bot 1dc3ec7f98 Add latest changes from gitlab-org/gitlab@master 2019-10-15 00:06:37 +00:00
GitLab Bot 308146dc39 Add latest changes from gitlab-org/gitlab@master 2019-10-10 00:06:44 +00:00
GitLab Bot 9735395f94 Add latest changes from gitlab-org/gitlab@master 2019-09-26 06:06:27 +00:00
GitLab Bot 80f61b4035 Add latest changes from gitlab-org/gitlab@master 2019-09-18 14:02:45 +00:00
Russell Dickenson ba96a049bf Fix issue causing linting test failures 2019-09-09 00:11:05 +00:00
Daniel Le Berre a529d65439 fix for #60120 2019-09-08 23:28:07 +00:00
Evan Read 59847ef0ac Fixes Introduced in text for our renderer 2019-08-28 05:57:25 +00:00
Marcel Amirault afe4d3e5bb Update docs style for code blocks
Clarify rules for code blocks, including spaces
above and below, and to use tilde when code blocks
contain triple backticks
2019-08-16 12:06:00 +00:00
Marcel Amirault 143872fa52 Remove trailing whitespace in docs
Remove unneeded trailing whitespace in lines in
/development /ci /api and /administration docs.
2019-07-12 08:15:38 +00:00
Evan Read 4f87075b83 Remove <pre> tag and other fixes 2019-07-12 08:00:24 +00:00
Takuya Noguchi da390ea44e Fix Markdown example for PlantUML docs
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-07-11 20:30:41 +09:00
Marcel Amirault 4633604424 Fix whitespace in many administration docs
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)
2019-07-10 18:23:55 +00:00
Marcel Amirault 518e2b81e3 Update redirected links in CE part 1
First MR in a series updating all redirected links
in CE documentation to the destination URLs
2019-07-08 00:41:33 +00:00
Mike Lewis f4c32540d2 Merge branch 'docs-aws-elb-web-terminals' into 'master'
Add documentation about AWS ELB not supporting web sockets

See merge request gitlab-org/gitlab-ce!28030
2019-06-04 04:06:23 +00:00
Sara Ahbabou 2ffbaa6d2f Updated openjdk version from 7 to 8 2019-05-29 14:01:43 +00:00
Elan Ruusamäe 9ecc701aa5 doc: administration/planutml: update instructions for setting dialogs 2019-05-09 08:43:03 +00:00
Drew Blessing 7c60c4be65 Add AWS ELB note about not supporting web sockets 2019-05-02 20:39:41 +00:00
Evan Read ce042ef02a Update broken links to new destinations 2019-04-10 06:29:36 +00:00
Evan Read 47fb1c5235 Remove consecutive blank lines from markdown files
For the sake of consistency, removes any extraneous
consecutive blank lines from the doc suite.
2019-02-18 09:36:13 +00:00
Yorick Peterse 4d10197915
Refactor the upgrading from source docs
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).
2019-02-11 15:29:21 +01:00
Achilleas Pipinellis 5481419fd7 Merge branch 'docs/fix-unordered-list-style' into 'master'
Resolve Markdown unordered lists not conforming to styleguide

See merge request gitlab-org/gitlab-ce!23037
2019-01-08 19:05:13 +00:00
Evan Read d98560c1f5 Make unordered lists conform to styleguide
- Also makes other minor Markdown fixes that were near the main fixes.
2019-01-08 12:21:09 +10:00
Steve Azzopardi 5265f69b3a
Add docs on how web terminals are secured
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
2019-01-07 18:47:50 +01:00
Stan Hu 656831e173 Remove Koding integration and documentation
This integration no longer works and does not appear to be supported.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
2018-10-12 22:18:51 -07:00
Koichiro Mikami 0c3373b775 Specification change: Fix asciidoctor block context. 2018-10-11 08:58:58 +09:00
Brett Walker b0be58a1b3 Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
Dmitriy Zaporozhets 8070632b74
Use nip.io instead of xip.io
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-06-12 10:39:16 +03:00
Mark Chao 15469fe0a1 doc 2018-06-06 21:01:44 +09:00
Achilleas Pipinellis 2ac407b8d4
Deprecate the Kubernetes service docs 2018-05-09 09:04:06 +02:00
morph027 9d4324e729 Added PlantUML server using docker 2018-02-02 10:47:33 +00:00
Elan Ruusamäe e5b5d27dea plantuml.md: use html tags so code fence example would work 2017-12-27 19:30:36 +02:00
Markus Koller fab06c980a
Update gitlab-markup and PlantUML docs 2017-11-01 13:50:35 +01:00
Rémy Coutable 4bb1a3c159 Merge branch 'feature/plantuml-restructured-text' into 'master'
Add documentation for PlantUML in reStructuredText

See merge request !13900
2017-09-07 14:45:03 +00:00
Achilleas Pipinellis c740d3de28 Deprecate Koding in docs 2017-09-01 18:27:16 +02:00
Markus Koller 21cf3d2c3f
Add documentation for PlantUML in reStructuredText 2017-08-29 16:09:46 +02:00
Ben Bodenmiller 6236705ef6 Gitlab -> GitLab 2017-04-27 02:03:29 +00:00
Vladimir Tasic 6ffd7a067a Update plantuml.md Fix wrong order when restarting tomcat service [ci skip] 2017-04-21 16:45:27 +00:00
Sascha Reynolds 4a9f9b0755 Update plantuml.md to add the actual link. 2017-04-20 11:11:19 +00:00
Sascha Reynolds bb1affdbbd Update plantuml.md to fix wrong introduced in link. 2017-04-19 15:02:37 +00:00
Achilleas Pipinellis f88672b02c Merge branch 'docs/fix-broken-links' into 'master'
Fix broken links to docs

See merge request !9022
2017-02-07 11:56:26 +00:00
Achilleas Pipinellis e60ff02882 Fix broken links to docs
[ci skip]
2017-02-06 15:46:58 +01:00
Adam Niedzielski 5d3816652e Introduce maximum session time for terminal websocket connection
Store the value in application settings.
Expose the value to Workhorse.
2017-02-06 11:49:30 +01:00
Achilleas Pipinellis 1bf03125fa Merge branch 'docs/integrations' into 'master'
Refactor integrations page documentation

See merge request !8966
2017-02-03 20:54:59 +00:00
Achilleas Pipinellis a6ac23250a Move project services to new location under Integrations 2017-02-03 20:28:47 +01:00
Horacio Sanson d9e9ad2211 PlantUML support for Markdown
Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks:

    ```plantuml
    Bob -> Sara : Hello
    Sara -> Bob : Go away
    ```

Closes: #4048
2017-02-03 08:49:48 +09:00
Horacio Sanson f986b4c4e5 Add support for PlantUML diagrams in Asciidoc.
This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a
PlantUML diagram all we need is to include a plantuml block like:

```
[plantuml, id="myDiagram", width="100px", height="100px"]
--
bob -> alice : ping
alice -> bob : pong
--
```

The plantuml block is substituted by an HTML img element with *src* pointing to
an external PlantUML server.

This MR also add a PlantUML integration section to the Administrator -> Settings
page to configure the PlantUML rendering service and to enable/disable it.

Closes: #17603
2017-01-12 10:04:52 +00:00
Nick Thomas ff31f4f922 Rename "Online terminal" to "Web terminal" in the docs 2016-12-20 11:05:39 +00:00
Nick Thomas d2212a8b5f Add online terminal documentation 2016-12-19 21:27:08 +00:00
Sonmez Kartal e805253d4e
Add docker-compose environment initialization command
Signed-off-by: Sonmez Kartal <sonmez@koding.com>
2016-10-25 09:41:29 +03:00
Achilleas Pipinellis 915dda1421 Split Koding admin/user docs 2016-08-22 17:09:15 +03:00