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
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-27Use latest bundler that comes with Ruby 2.7.2Evan Read
2020-10-19Update Ruby dependenciesGitLab Bot
2020-10-15Downgrade to Ruby 2.6.6Evan Read
2020-10-13Use Bundler 2.1.4Evan Read
2020-10-06Update all Ruby dependenciesEvan Read
2020-10-05Update dependency rake to v13GitLab Bot
2020-09-17Update Mermaid to 8.8.0Evan Read
Also updated Javascript and Ruby dependencies.
2020-09-01Remove mdl from projectEvan Read
2020-08-31Update gitlab_kramdownAchilleas Pipinellis
2020-08-25Regular dependency updateEvan Read
2020-08-11Update dependencies for projectEvan Read
2020-07-20Update Ruby and Node dependenciesEvan Read
2020-07-02Update project dependenciesEvan Read
2020-06-17Update Docs project dependenciesEvan Read
2020-06-04Update SVG library and other dependenciesEvan 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-05-28Update to Ruby 2.6.6 for projectEvan Read
2020-05-26Install latest Markdownlint and other dependenciesEvan Read
2020-05-11Update various project dependenciesEvan Read
2020-04-24Update gemsAchilleas Pipinellis
2020-04-17New version of Rouge and other dependenciesEvan Read
2020-04-14Roll dependencies forward for Node and RubyEvan Read
2020-03-23Update gems and node modulesAchilleas Pipinellis
2020-03-11Upgrade Vale and other dependenciesEvan Read
2020-03-05Upgrade Vale and other dependenciesEvan Read
2020-02-12Roll dependencies forward for Node and RubyEvan Read
2020-02-06Roll dependencies forwardEvan Read
2019-12-27Update gemsAchilleas Pipinellis
2019-12-11Roll gem versions forwardEvan Read
2019-11-04Roll gem versions forwardEvan Read
2019-10-14Add PlantUML supportStan Hu
gitlab_kramdown 0.8.0 and asciidoctor are now dependencies as a result.
2019-10-04Update gemfile with latest gemsMarcel Amirault
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-08-08Pin bundler version to 1.17.2Achilleas Pipinellis
With Ruby 2.6.3, Bundler is bundled (sic). It uses 1.17.2, but we had 1.17.3 defined in Gemfile.lock (probably before Ruby 2.6.3 was introduced). This change pins Bundler to 1.17.2, so that it doesn't throw a warning every time we run 'bundle update'.
2019-08-05Ran bundle update to keep us up to dateEvan Read
2019-07-12Upgrade nanocAchilleas Pipinellis