Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-27 | 1 | -4/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-25 | 1 | -5/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-24 | 1 | -4/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-12 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-09 | 1 | -4/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-06 | 2 | -3/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-30 | 1 | -3/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-09 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-22 | 1 | -6/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-01 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-15 | 1 | -1/+31 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-15 | 1 | -4/+7 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-10 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-26 | 1 | -1/+7 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-18 | 2 | -3/+3 |
| | |||||
* | Fix issue causing linting test failures | Russell Dickenson | 2019-09-09 | 1 | -2/+2 |
| | |||||
* | fix for #60120 | Daniel Le Berre | 2019-09-08 | 1 | -1/+16 |
| | |||||
* | Fixes Introduced in text for our renderer | Evan Read | 2019-08-28 | 1 | -2/+1 |
| | |||||
* | Update docs style for code blocks | Marcel Amirault | 2019-08-16 | 1 | -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 docs | Marcel Amirault | 2019-07-12 | 1 | -2/+2 |
| | | | | | Remove unneeded trailing whitespace in lines in /development /ci /api and /administration docs. | ||||
* | Remove <pre> tag and other fixes | Evan Read | 2019-07-12 | 1 | -24/+25 |
| | |||||
* | Fix Markdown example for PlantUML docs | Takuya Noguchi | 2019-07-11 | 1 | -2/+3 |
| | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | Fix whitespace in many administration docs | Marcel Amirault | 2019-07-10 | 1 | -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 1 | Marcel Amirault | 2019-07-08 | 1 | -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 Lewis | 2019-06-04 | 1 | -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-terminals | Drew Blessing | 2019-05-02 | 1 | -0/+5 |
| | | |||||
* | | Updated openjdk version from 7 to 8 | Sara Ahbabou | 2019-05-29 | 1 | -1/+1 |
| | | |||||
* | | doc: administration/planutml: update instructions for setting dialogs | Elan Ruusamäe | 2019-05-09 | 1 | -2/+1 |
|/ | |||||
* | Update broken links to new destinations | Evan Read | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | Remove consecutive blank lines from markdown files | Evan Read | 2019-02-18 | 1 | -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-guides | Yorick Peterse | 2019-02-11 | 1 | -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 Pipinellis | 2019-01-08 | 1 | -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-style | Evan Read | 2019-01-08 | 1 | -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-secured | Steve Azzopardi | 2019-01-07 | 1 | -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 documentation | Stan Hu | 2018-10-12 | 1 | -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 Mikami | 2018-10-11 | 1 | -2/+2 |
| | |||||
* | Resolve "CE documentation is not CommonMark compliant" | Brett Walker | 2018-09-06 | 3 | -19/+16 |
| | |||||
* | Use nip.io instead of xip.iodz-use-nip-io | Dmitriy Zaporozhets | 2018-06-12 | 1 | -9/+9 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | doc | Mark Chao | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | Deprecate the Kubernetes service docsdocs/redirect-k8s-service-page | Achilleas Pipinellis | 2018-05-09 | 1 | -9/+7 |
| | |||||
* | Added PlantUML server using docker | morph027 | 2018-02-02 | 1 | -1/+13 |
| | |||||
* | plantuml.md: use html tags so code fence example would work | Elan Ruusamäe | 2017-12-27 | 1 | -8/+10 |
| | |||||
* | Update gitlab-markup and PlantUML docs | Markus Koller | 2017-11-01 | 1 | -16/+21 |
| | |||||
* | Merge branch 'feature/plantuml-restructured-text' into 'master' | Rémy Coutable | 2017-09-07 | 1 | -1/+10 |
|\ | | | | | | | | | Add documentation for PlantUML in reStructuredText See merge request !13900 | ||||
| * | Add documentation for PlantUML in reStructuredText | Markus Koller | 2017-08-29 | 1 | -1/+10 |
| | | |||||
* | | Deprecate Koding in docsdocs/rm-koding | Achilleas Pipinellis | 2017-09-01 | 1 | -1/+5 |
|/ | |||||
* | Gitlab -> GitLab | Ben Bodenmiller | 2017-04-27 | 1 | -2/+2 |
| | |||||
* | Update plantuml.md Fix wrong order when restarting tomcat service [ci skip] | Vladimir Tasic | 2017-04-21 | 1 | -1/+1 |
| | |||||
* | Update plantuml.md to add the actual link. | Sascha Reynolds | 2017-04-20 | 1 | -0/+2 |
| | |||||
* | Update plantuml.md to fix wrong introduced in link. | Sascha Reynolds | 2017-04-19 | 1 | -1/+1 |
| |