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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-26Update lint-html image to Ruby 2.7.5Achilleas Pipinellis
2022-01-25Move the docs-latest image build to the build-images stageAchilleas Pipinellis
2022-01-17Update versions for Docker imagesEvan Read
2022-01-13Add SAST scanning to docs projectMarcel Amirault
2022-01-13Add Dependency ScanningThomas Woodham
2021-12-09Update Ruby version to 2.7.5Kati Paizee
2021-11-01Stop running manual image builds on main pipelinesMarcel Amirault
2021-11-01Use newer Vale and markdownlint-cli versions for building linting imagesEvan Read
2021-10-13Merge branch 'bundle-install-chores' into 'main'Evan Read
Run bundle install on chores jobs See merge request gitlab-org/gitlab-docs!2189
2021-10-13Run bundle install on chores jobsMarcel Amirault
2021-10-13Update image used for monthly TW choresEvan Read
2021-09-08Update tests to latest imagesMarcel Amirault
2021-09-01Remove symlink hack now that we have proper Pages redirectsAchilleas Pipinellis
2021-08-20Show the available disk space of the review apps serverAchilleas Pipinellis
2021-08-20Make it possible to clean the review apps with a CI/CD jobAchilleas Pipinellis
2021-08-19Update Docker in Docker versionMarcel Amirault
2021-08-17Update project for Ruby 2.7.4Evan Read
Roll other tooling versions forward while here.
2021-08-13Add an MVC test that looks for duplicate redirectsMarcel Amirault
2021-08-03Update TW chores jobsMarcel Amirault
2021-07-27Limit required modifications to filesEvan Read
Also ensure that only frontmatter is caught.
2021-06-28Remove last readme and symlink taskMarcel Amirault
2021-06-23Use new lint-html image for the HTML testsAchilleas Pipinellis
2021-06-21Update runner default branch to mainMarcel Amirault
The runner project changed the default branch to main, so we need to make sure we pull from main whenever we need to in the docs project
2021-06-21Add pipeline ID to docker image versionsMarcel Amirault
2021-05-26Add rules for main branchMarcel Amirault
2021-05-17Build most images manuallyMarcel Amirault
2021-05-10Make review apps manual for renovatebotMarcel Amirault
2021-05-10Let renovatebot MRs have a review appMarcel Amirault
2021-04-28Limit stylelint pathDavid O'Regan
Limit stylelint path job to only the content folder scss files rather than globally.
2021-04-28Merge branch '997-stylelint' into 'master'David O'Regan
Replace scss-lint with stylelint 13.9.0 and @gitlab/stylelint-config 2.3.0 Closes #997 See merge request gitlab-org/gitlab-docs!1713
2021-04-28Update Alpine to 3.13 to update Node.js to 14.16 (Part 2: CI)Takuya Noguchi
2021-04-28Update Alpine to 3.13 to update Node.js to 14.16 (base image)Takuya Noguchi
2021-04-27Replace scss-lint with stylelintTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2021-04-19Let other projects in gitlab-org run review appsMarcel Amirault
2021-04-15Merge branch 'unlinked-file-test' into 'master'Evan Read
Stop testing for unlinked docs See merge request gitlab-org/gitlab-docs!1697
2021-04-14Stop testing for unlinked filesMarcel Amirault
We only need to search for unlinked images.
2021-04-08Remove apk add that isn't neededMarcel Amirault
Parallel is already installed on the docker image
2021-04-08Parallelize internal_links and internal_anchors jobsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2021-04-07Stop site tests from running on review appsMarcel Amirault
2021-03-31Don't run production jobs for triggered pipelinesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2021-03-25Stop building the docs archiveMarcel Amirault
2021-03-10Run 'review' job for triggerred pipelinesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2021-02-22Move reused variables into the global variablesMarcel Amirault
2021-02-22Merge branch 'update-whitespace-image' into 'master'Evan Read
Update whitespace chore docker image See merge request gitlab-org/gitlab-docs!1544
2021-02-22Change image whitespace chore usesMarcel Amirault
Use lint-html image, and install markdownlint, so the chore job does not get out of sync with the rest of the project. No longer uses old image.
2021-02-18Update Docker daemon from 19.03.5 to 20.10.3Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2021-02-18Add initial workflow rulesMarcel Amirault
2021-02-16Merge branch 'unlinked-docs-check' into 'master'Craig Norris
Test for all unlinked files, docs too See merge request gitlab-org/gitlab-docs!1498
2021-02-16Test for all unlinked files, docs tooMarcel Amirault
2021-02-09Implement YAML redirects mechanismAchilleas Pipinellis
Keep track of the Pages redirects in a YAML file and use a Raketask to populate _redirects.