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-06-23Add tests for edit_on_gitlab helperBrian Williams
2022-06-23Move back to a gitlab_kramdown version that doesn't require Ruby 2.7.6Evan Read
2022-06-23Revert "Merge branch 'bwill/refactor-edit-on-gitlab' into 'main'"Evan Read
2022-06-21Refactor edit_on_gitlab helperbwill/refactor-edit-on-gitlabBrian Williams
Rather than having a bunch of case statements with URLs, this changes the `edit_on_gitlab` helper so that it builds urls from a project path, a branch name, and a docs file path. This is easier to maintain since it's a data-driven approach. The PRODUCT_REPOS data can be edited without changing the program logic.
2022-06-20Update dependency gitlab-dangerfiles to ~> 3.4.0GitLab Renovate Bot
2022-06-15Update Ruby gems and use Ruby 2.7.6 Docker imagesEvan Read
2022-06-08Update dependency gitlab-styles to ~> 7.1.0GitLab Renovate Bot
2022-05-12Fix Style/FrozenStringLiteralComment Rubocop offenseseread/fix-frozen-string-literal-comment-rubocop-offensesEvan Read
2022-05-02Update dependency gitlab_kramdown to ~> 0.19.0GitLab Renovate Bot
2022-04-25Update dependency gitlab-dangerfiles to ~> 3.1.0GitLab Renovate Bot
2022-03-31Use the `gitlab-dangerfiles` gemRémy Coutable
2022-03-14Update dependency gitlab_kramdown to ~> 0.18.0GitLab Renovate Bot
2022-03-07Update dependency gitlab-styles to v7GitLab Renovate Bot
2022-02-14Update dependency rspec to ~> 3.11.0GitLab Renovate Bot
2022-02-11Update gitlab_kramdown to v0.17.0Stan Hu
This brings in support for clickable PlantUML images (https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/merge_requests/64).
2022-01-26Update to gitlab_kramdown 0.16Achilleas Pipinellis
2022-01-10Rely on gitlab_kramdown for nokogiri dependencyEvan Read
2021-12-21Update gitlab_kramdown to 0.15.0 and remove rouge from GemfileAchilleas Pipinellis
2021-11-29Update dependency gitlab-styles to ~> 6.6.0GitLab Renovate Bot
2021-11-22Update dependency gitlab-styles to ~> 6.5.0GitLab Renovate Bot
2021-11-01Update dependency gitlab-styles to ~> 6.4.0GitLab Renovate Bot
2021-09-20Update dependency gitlab-styles to ~> 6.3.0GitLab Renovate Bot
2021-08-16Update Ruby dependenciesGitLab Renovate Bot
2021-07-05Roll Ruby dependencies forwardEvan Read
2021-04-27Replace scss-lint with stylelintTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2021-04-06Update Ruby dependenciesEvan Read
2021-03-23Use nanoc-live instead of guard-nanocAchilleas Pipinellis
nanoc-live has now reached a stable version 1.0.0 and can be used to replace guard-nanoc. One advantage is that it's written by the same developer as Nanoc and it provides a clear output of the files that are being updated during the (re)build.
2021-03-01Update dependency gitlab-styles to ~> 6.1.0GitLab Bot
2021-02-22Update dependency nanoc to ~> 4.12.0GitLab Bot
2021-01-25Update Ruby dependenciesGitLab Bot
2021-01-18Bump Gem versionsEvan Read
2020-12-14Update Ruby dependenciesGitLab Bot
2020-11-16Update Ruby dependenciesGitLab Bot
2020-11-06Add Rubocop to projectEvan Read
2020-11-03Update dependency rspec to ~> 3.10.0GitLab Bot
2020-10-19Update Ruby dependenciesGitLab Bot
2020-10-06Update all Ruby dependenciesEvan Read
2020-10-05Update dependency rake to v13GitLab Bot
2020-09-01Remove mdl from projectEvan Read
2020-08-31Update gitlab_kramdownAchilleas Pipinellis
2020-08-11Update dependencies for projectEvan Read
2020-06-03Update gitlab-kramdown gemAchilleas Pipinellis
A new version was released 7 months ago :smile: This includes the clickable images feature that we were missing https://gitlab.com/gitlab-org/gitlab_kramdown/-/merge_requests/35
2020-04-24Update gemsAchilleas Pipinellis
2019-10-14Add PlantUML supportStan Hu
gitlab_kramdown 0.8.0 and asciidoctor are now dependencies as a result.
2019-09-19Rouge is fixed upstream, so unpin itEvan Read
2019-09-09Add mdl for backwards compatibilityAchilleas Pipinellis
The docs lint job uses a universal Docker image which uses the gitlab-docs project. Since older GitLab versions also rely on it, we need to have the mdl gem for backwards compatibility.
2019-09-02Roll gem versions forwardEvan Read
- Also removes mdl from project. - Pins rouge to 3.7.0.
2019-08-29Use the Nanoc development branch to pull NanocAchilleas Pipinellis
This is to test that https://gitlab.com/gitlab-org/gitlab-docs/issues/395 is no longer an issue.
2019-07-12Upgrade nanocAchilleas Pipinellis
2019-06-20Pin version of cri to avoid backwards compatibilty breakEvan Read