Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-04-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-15Fix whitespace in user, and misc, docsMarcel Amirault
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-09Centralize config for markdownlintMarkus Koller
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-01Update Deploy Tokens documentationKrasimir Angelov
Update screenshot, add Deploy Token Custom Username section
2019-05-31Docs: Change links to relative in /user/project (Part 1)Marcel Amirault
2018-11-13Resolve Markdown ordered lists not conforming to styleguideEvan Read
2018-10-18Add the ways needed to authenticate to the registry via CI/CDAchilleas Pipinellis
2018-09-13Update deploy token example to use httpsClayton Carter
2018-06-06docMark Chao
2018-05-18Fixes deploy tokens build variablesMayra Cabrera
It was using name, instead of username. Fixes documentation as well Closes #46454
2018-04-24Merge branch '44447-expose-deploy-token-to-ci-cd' into 'master'Grzegorz Bizon
Expose Deploy Token info as environment variables to CI/CD jobs Closes #44447 See merge request gitlab-org/gitlab-ce!18414
2018-04-23fix revoke header on deploy token docsBen Bodenmiller
2018-04-20Enhances documentation on gitlab-deploy-tokensMayra Cabrera
2018-04-20Add changelog and docsMayra Cabrera
2018-04-07Fix form javascriptKamil TrzciƄski
2018-04-07Increase test suite around deploy tokens behaviorMayra Cabrera
Also, fixes broken specs
2018-04-07Fixes broken schema and minor changesMayra Cabrera
2018-04-07Addreses backend review suggestionsMayra Cabrera
- Remove extra method for authorize_admin_project - Ensure project presence - Rename 'read_repo' to 'read_repository' to be more verbose
2018-04-07Addreses frontend reviewMayra Cabrera
Also fixes spec failures on presenter and docs
2018-04-07Add documentation for DeployTokenMayra Cabrera