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
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
2019-06-20Pin version of cri to avoid backwards compatibilty breakEvan Read
2019-06-18Add MDL to projectEvan Read
2019-05-16Run the image:bootstrap job automaticallyAchilleas Pipinellis
We need to update the base Docker image each time Gemfile{,.lock} changes and up until now this would be done manually. Let's try to automate this.
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-24Refresh Gemfile.lock fileEvan 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