Commit Graph

11 Commits (7559533774312411a54dcab35859c1155aa56076)

Author SHA1 Message Date
Rémy Léone 8b78d7f685 Add readme for scripts (#14913) 2019-07-08 15:24:00 -07:00
Rémy Léone be946f210d Add a script to check differences between translated and English version (#14731)
This script will query all the changes that happen to a reference document (in English) since the last time a given translation was merged (For instance in French).
This could help all the translation team to keep up with the changes that happened inside the reference document.
2019-06-12 06:49:33 -07:00
Tim Bannister 6e901b9dec Check all commits in branch for examples (to trigger testing) (#14243)
* Check for examples changes in all branch commits

Review all the commits in the branch looking for changes inside
content/*/examples and if any are found, trigger testing.

This assumes that the main line branch is named "master"

* Tidy examples testing wrapper

 - print diagnostics to standard error
 - check for a "Yes" value rather than for absence of "No"
2019-06-10 19:54:16 -07:00
Luc Perkins 654db85168 Use Hugo extended for Sass/CSS (#13113) 2019-06-09 06:31:07 -07:00
Roy Lenferink de62ee2d2b Added error handling to find_pr script (#14110) 2019-05-08 14:12:35 -07:00
Luc Perkins 8101de9f43 Remove Travis CI dependency (#13598)
* Remove Travis CI dependency

* Make scripts runnable via chmod

* Remove .travis.yml reference in test examples script
2019-04-11 01:40:13 -07:00
Rémy Léone e9da0533ca Add a script util to check if a file is modified by an open PR (#12790) 2019-04-04 03:08:49 -07:00
Qiming 89b2eb7f64 travis performance improvement (#13304)
Three optimizations:

- move example testing logic into a bash script to save travis specific
  commands;
- use kubernetes release package (about 20MB) instead of git repo (about
  800 MB at the moment);
- detect whether a PR contains changes to examples and skip examples
  testing if not.

Closes: #13140
2019-03-20 15:57:08 -07:00
Luc Perkins aac7862a06 Upgrade Hugo to 0.52 (#11552)
* Update Hugo version and apply HTML minification to production builds

* Use full flag names for clarity

* Remove Hugo installation logic out of Travis config and into Makefile

* Add Hugo version checking script

* Fix Netlify config version
2019-01-15 10:56:39 -08:00
Luc Perkins 4c2b56625c Temporarily remove Hugo Pipes Sass conversion (#10373)
* Add new Sass generation system

* Remove resources folder

* Add develop Sass command and sourcemaps

* Add Hugo version shortcode for use in docs

* Add OWNERS file to ./sass folder
2018-10-01 13:38:01 -07:00
Luc Perkins b6bb3a60a0 Add _headers file checking logic (#9879)
* Add _headers file checking logic

* Remove netlify_noindex_headers.txt file
2018-08-21 12:51:15 -07:00