Commit Graph

23 Commits

Author SHA1 Message Date
GitLab Bot 80f61b4035 Add latest changes from gitlab-org/gitlab@master 2019-09-18 14:02:45 +00:00
GitLab Bot bd860c22f6 Add latest changes from gitlab-org/gitlab@master 2019-09-17 12:06:48 +00:00
Achilleas Pipinellis 95145f3e3e Compress images with pngquant 2019-08-07 10:01:48 +00:00
Marcel Amirault 74a8d30090 Fix whitespace in user, and misc, 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
woll render as being in a code block too, even if not
meant to. This fixes all these issues, and cleans up
minor whitespace issues in /user, /security, /ssh
and /migrate_ci_to_ce docs.
2019-07-15 03:02:30 +00:00
Markus Koller 385233981a Centralize config for markdownlint
The configuration is currently only specified in CI, by moving it into
`.mdlrc` we get immediate feedback locally in supported editors.

To ensure `mdl` is available it's also added to the `Gemfile`, though
CI will still use the version installed in the `gitlab-docs-lint` image.
2019-07-09 03:01:04 +00:00
Krasimir Angelov 167fa48054 Update Deploy Tokens documentation
Update screenshot, add Deploy Token Custom Username section
2019-07-01 15:49:05 +00:00
Marcel Amirault 469070903d Docs: Change links to relative in /user/project (Part 1) 2019-05-31 11:08:09 +00:00
Evan Read 20146580a0 Resolve Markdown ordered lists not conforming to styleguide 2018-11-13 10:53:38 +10:00
Achilleas Pipinellis 63e4a81ad3
Add the ways needed to authenticate to the registry via CI/CD 2018-10-18 22:46:18 +02:00
Clayton Carter 6b9e483a26 Update deploy token example to use https 2018-09-13 14:41:56 +00:00
Achilleas Pipinellis 8dbcd11075
Compress all PNG images under doc/
The pngquant tool was used https://pngquant.org, and particularly, the
following command:

        /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png

Before: 47584K
After : 34924K
2018-08-27 15:52:03 +02:00
Mark Chao 15469fe0a1 doc 2018-06-06 21:01:44 +09:00
Mayra Cabrera dbe0839396 Fixes deploy tokens build variables
It was using name, instead of username. Fixes documentation as well

Closes #46454
2018-05-18 10:34:35 -05:00
Grzegorz Bizon 92cb6d6354 Merge branch '44447-expose-deploy-token-to-ci-cd' into 'master'
Expose Deploy Token info as environment variables to CI/CD jobs

Closes #44447

See merge request gitlab-org/gitlab-ce!18414
2018-04-24 08:06:49 +00:00
Ben Bodenmiller 720bdfc4bd fix revoke header on deploy token docs 2018-04-23 04:15:10 +00:00
Mayra Cabrera f17e83653d Enhances documentation on gitlab-deploy-tokens 2018-04-20 12:18:41 -05:00
Mayra Cabrera a6fb079ea3 Add changelog and docs 2018-04-20 12:18:41 -05:00
Kamil Trzciński ca35c65b02 Fix form javascript 2018-04-06 21:20:17 -05:00
Mayra Cabrera c4f56a8802 Increase test suite around deploy tokens behavior
Also, fixes broken specs
2018-04-06 21:20:17 -05:00
Mayra Cabrera a475411f43 Fixes broken schema and minor changes 2018-04-06 21:20:16 -05:00
Mayra Cabrera 171b2625b1 Addreses backend review suggestions
- Remove extra method for authorize_admin_project
- Ensure project presence
- Rename 'read_repo' to 'read_repository' to be more verbose
2018-04-06 21:20:16 -05:00
Mayra Cabrera 46a6036cf9 Addreses frontend review
Also fixes spec failures on presenter and docs
2018-04-06 21:20:16 -05:00
Mayra Cabrera 560ed92235 Add documentation for DeployToken 2018-04-06 21:20:16 -05:00