- 25 Aug, 2020 1 commit
-
-
Vasilii Iakliushin authored
Contributes to #6695 Adds a new linter to check if links and anchors point to existing pages and sections.
-
- 20 Aug, 2020 1 commit
-
-
James Ramsay authored
-
- 29 Jun, 2020 1 commit
-
-
Lien Van Den Steen authored
-
- 14 May, 2020 1 commit
-
-
Chad Woolley authored
See !48078
-
- 11 Apr, 2020 1 commit
-
-
Chad Woolley authored
-
- 05 Mar, 2020 2 commits
-
-
Vasilii Iakliushin authored
Like this one: Selenium::WebDriver::Error::ElementNotSelectableError is deprecated. Use Selenium::WebDriver::Error::ElementNotInteractableError (ensure the driver supports W3C WebDriver specification) instead.
-
Vasilii Iakliushin authored
-
- 15 Oct, 2019 1 commit
-
-
Stan Hu authored
This mirrors the change for gitlab-docs (gitlab-org/gitlab_kramdown!30 (diffs)) and GitLab Markdown.
-
- 14 Oct, 2019 1 commit
-
-
Gabriel Mazetto authored
Changelog: 2.2.1 Fix LoadError on some non-rvm environments 2.2.0 Do not build precompiled gems for Linux 2.1.0 Equivalent to 2.1.0.pre3 2.1.0.pre3 extconf.rb: Always write VERSION if we have .git Update libsass to 3.6.1 2.1.0.pre2 Reduce Ruby warnings prefer equal? to determine object identity Link C/C++ stdlib statically for binary gems 2.1.0.pre1 Update Libsass to 3.6.0 Support old Ruby versions 2.0.1 Relax FFI dependency
-
- 11 Oct, 2019 1 commit
-
-
Lauren Barker authored
-
- 04 Oct, 2019 1 commit
-
-
Eric Johnson authored
Note: Needs an PERISCOPE_EMBED_API_KEY env var set locally or in CI (secretly)
-
- 30 Sep, 2019 1 commit
-
-
Sean McGivern authored
Currently we only get Rake into the lock file through sassc, but this project definitely needs Rake. As the current version of sassc only has Rake as a development dependency, this should future-proof us for when we update to that version: https://github.com/sass/sassc-ruby/commit/4d82a7f2403b2e688ab3da9e52a26be3b71ad105
-
- 25 Sep, 2019 1 commit
-
-
Seth Berger authored
-
- 28 May, 2019 1 commit
-
-
- 22 May, 2019 1 commit
-
-
Craig Miskell authored
-
- 22 Apr, 2019 1 commit
-
-
Stan Hu authored
This pulls in a fix for libxslt that addresses CVE-2019-11068: https://github.com/sparklemotion/nokogiri/releases
-
- 25 Feb, 2019 1 commit
-
-
Lucas Charles authored
scss-lint is deprecated and according to their docs, `sass-lint` is now recommended in place. https://github.com/brigade/scss-lint/tree/v0.57.1#notice-consider-other-tools-before-adopting-scss-lint
-
- 21 Feb, 2019 1 commit
-
-
Stan Hu authored
Middleman 4.3.3 has the --bail option, which will show the error and quit immediately (https://github.com/middleman/middleman/pull/2246). This required running `bundle update` to retrieve lots of dependnecies.
-
- 08 Feb, 2019 1 commit
-
-
Tony Kwok authored
-
- 25 Jan, 2019 1 commit
-
-
Sean McGivern authored
-
- 15 Nov, 2018 1 commit
-
-
Sean McGivern authored
-
- 03 Nov, 2018 1 commit
-
-
Gabriel Mazetto authored
-
- 02 Nov, 2018 1 commit
-
-
Gabriel Mazetto authored
-
- 09 Oct, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
The handbook is a moving target, and keeping up is really hard. To mitigate this, we could leverage a git tag and view diffs. But that creates large blobs that contains stuff I'm not interested in. This commmits introduces a way to generate the changelog, which after merging should allow us to generate/update it. This is a first iteration, and misses good styles for example. But given its also an experiment, the current iteration should be enough.
-
- 10 Sep, 2018 1 commit
-
-
Robert Speicher authored
-
- 30 Aug, 2018 1 commit
-
-
Phil Hughes authored
Closes #2449
-
- 06 Jun, 2018 1 commit
-
-
Lukas 'Eipi' Eipert authored
-
- 31 May, 2018 1 commit
-
-
Robert Speicher authored
This will cache all of the API responses required by the Direction page generation for 24 hours, which should significantly speed up the build process.
-
- 03 Apr, 2018 1 commit
-
-
Rebecca Dodd authored
-
- 16 Mar, 2018 1 commit
-
-
Achilleas Pipinellis authored
-
- 17 Oct, 2017 2 commits
-
-
Matija Čupić authored
-
Matija Čupić authored
-
- 15 Oct, 2017 1 commit
-
-
Matija Čupić authored
-
- 02 Jun, 2017 1 commit
-
-
Achilleas Pipinellis authored
Using sassc is the preferred method for new middleman projects https://github.com/middleman/middleman/issues/1903#issuecomment-216660657 Using middleman server --instrument yields huge differences. For example, loading the biggest file `style.css.scss`: == Instrument (builder.output.resource.render-template): 2713.0550599999997ms {:path=>"styles.css.scss"} == Instrument (builder.output.resource.render-template): 222.899554ms {:path=>"styles.css.scss"}
-
- 14 Apr, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 30 Mar, 2017 2 commits
-
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
- 29 Mar, 2017 1 commit
-
-
Achilleas Pipinellis authored
Fixes #842
-
- 11 Dec, 2016 1 commit
-
-
Alexandre S Hostert authored
-
- 06 Dec, 2016 1 commit
-
-
Robert Speicher authored
This makes two major improvements to how we generate this page: - It's entirely dynamic. We no longer have to define which versions we want, or what month to start on. - It's entirely local. We no longer hit the live site and parse the HTML. All of the data we need is in this repository, after all. This was also the only place using the `oga` gem, so we've removed that. One less gem to install!
🎉
-