summaryrefslogtreecommitdiff
path: root/doc/user/project/deploy_tokens
Commit message (Collapse)AuthorAgeFilesLines
* Centralize config for markdownlintMarkus Koller2019-07-091-1/+1
| | | | | | | | 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.
* Update Deploy Tokens documentationKrasimir Angelov2019-07-012-1/+8
| | | | Update screenshot, add Deploy Token Custom Username section
* Docs: Change links to relative in /user/project (Part 1)Marcel Amirault2019-05-311-1/+1
|
* Resolve Markdown ordered lists not conforming to styleguidedocs/fix-ordered-list-item-prefixEvan Read2018-11-131-6/+6
|
* Add the ways needed to authenticate to the registry via CI/CDAchilleas Pipinellis2018-10-181-13/+20
|
* Update deploy token example to use httpsClayton Carter2018-09-131-1/+1
|
* Compress all PNG images under doc/Achilleas Pipinellis2018-08-271-0/+0
| | | | | | | | | | 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
* docMark Chao2018-06-061-1/+1
|
* Fixes deploy tokens build variables46454-wrong-value-in-ci-deploy-userMayra Cabrera2018-05-181-1/+1
| | | | | | It was using name, instead of username. Fixes documentation as well Closes #46454
* Merge branch '44447-expose-deploy-token-to-ci-cd' into 'master'Grzegorz Bizon2018-04-241-0/+10
|\ | | | | | | | | | | | | Expose Deploy Token info as environment variables to CI/CD jobs Closes #44447 See merge request gitlab-org/gitlab-ce!18414
| * Enhances documentation on gitlab-deploy-tokensMayra Cabrera2018-04-201-2/+3
| |
| * Add changelog and docsMayra Cabrera2018-04-201-0/+9
| |
* | fix revoke header on deploy token docsBen Bodenmiller2018-04-231-1/+1
|/
* Fix form javascriptKamil TrzciƄski2018-04-061-1/+1
|
* Increase test suite around deploy tokens behaviorMayra Cabrera2018-04-061-5/+9
| | | | Also, fixes broken specs
* Fixes broken schema and minor changesMayra Cabrera2018-04-061-2/+2
|
* Addreses backend review suggestionsMayra Cabrera2018-04-062-2/+2
| | | | | | - Remove extra method for authorize_admin_project - Ensure project presence - Rename 'read_repo' to 'read_repository' to be more verbose
* Addreses frontend reviewMayra Cabrera2018-04-061-2/+2
| | | | Also fixes spec failures on presenter and docs
* Add documentation for DeployTokenMayra Cabrera2018-04-062-0/+72