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-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
2019-06-18Add MDL to projectEvan Read
2019-05-08Do not compile minified assetsAchilleas Pipinellis
Everything ending in *.min.* will be ignored and be written as is.
2019-05-03Add pry-byebug support to projectEvan Read
2019-04-09Update GitLab Kramdown to 0.5.0Gabriel Mazetto
2019-02-12Replace Ruby Sass with sasscAchilleas Pipinellis
Ruby Sass is deprecated and will be unmaintained as of 26 March 2019. * If you use Sass as a plug-in for a Ruby web framework, we recommend using the sassc gem: https://github.com/sass/sassc-ruby#readme
2019-02-06Add tests for a new class representing GitLab Docs pageGrzegorz Bizon
2018-11-21Upgrade gitlab_kramdown gem to 0.4.2.Gabriel Mazetto
Remove `kramdown` from Gemfile, and just use it from gitlab_kramdown gem with the specified/recommended version from there. Update local ruby version
2018-10-31Use Gitlab KramdownGabriel Mazetto
2018-10-31add kramdown as markdown engineMarcia Ramos
2018-10-26Update Nanoc to 4.10.2Achilleas Pipinellis
2018-10-10Add gem constraintsAsh McKenzie
2018-05-14Create monthly single release taskAchilleas Pipinellis
2017-12-01Add needed adsf-live gem for live reloadingAchilleas Pipinellis
- https://github.com/ddfreyne/adsf/blob/master/NEWS.md#140-2017-11-26 - https://github.com/nanoc/nanoc/blob/master/NEWS.md#4813-2017-11-27
2017-08-18Update gemsAchilleas Pipinellis
2017-08-03Update nanoc and sassAchilleas Pipinellis
2017-04-02Update Nanoc to 4.7.5Achilleas Pipinellis
2017-03-15Update gemsAchilleas Pipinellis
2017-01-15Run on Ruby 2.4.Connor Shea
2017-01-09Update gems.Connor Shea
2016-12-09Update to Ruby 2.3.3Achilleas Pipinellis
2016-11-18Update all the things!Achilleas Pipinellis
- nanoc 4.3.8 - rouge 2.0.7 - ruby 2.3.2
2016-11-18Allow Ruby 2.3.2.Connor Shea
2016-10-31Add SCSS Linter, make it pass.Connor Shea