Wykres commitów

11 Commity (485cf7e1cccf0c4c2c7d00f055fb9da3f03576d1)

Autor SHA1 Wiadomość Data
Thibaud Colas c58a681828
Optimise npm install in squash for speed & logs visibility (#6158)
* Optimise npm install in squash for speed & logs

- `--no-optional` prevents installing dependencies that shouldn’t be needed for a one-off build
- `--no-audit` prevents running the `npm audit`
- `--progress=false`

* Add additional --no-fund flag to npm install

* Add "CI=true" environment variable to Squash builds for Node tooling

* Move CI=true to commands that need it

* Remove options that did not work
2020-06-25 16:03:42 +01:00
Jim Jazwiecki 6ea0cc52f3 Upgrade to Gulp v4 & Node 10
* Syntax changes to get Gulp working
* Require Node 10, use node 10 in CircleCI and squash.yml
* Update docs
* resolves #5653
2020-05-01 12:01:03 +10:00
Tom Dyson 92ba2c4832 Replace welcome page for Squash instances 2020-03-03 15:20:47 +00:00
Thibaud Colas f207b1c11f
Pin Squash docker image to a specific version (#5441)
Recent builds have been breaking due to the following error: `/post_build.sh: line 2: npm: command not found`. I’m not entirely sure this is the fix, but it looks like this `latest` tag is now resolving to `3.7.4-buster` (https://hub.docker.com/_/python). Debian Buster got released 2 weeks ago. It feels safer to have a pinned dependency, and Stretch is probably what it was resolving to before.
2019-07-19 18:50:25 +01:00
Thibaud Colas 8d10c4688e Update squash user details to be more portable
- Changes the user's email from `@myproject.com` to `@example.com`. myproject.com points to a real website, it feels better to use a domain that's definitely meant as a placeholder.
- Changes the password to `changeme`, matching the credentials used for https://github.com/wagtail/bakerydemo.
2019-06-03 22:06:15 +01:00
Anna Pershyna b1fab70847 added --no-save option from master branch 2019-03-26 12:06:47 +00:00
Anna Pershyna bf0ea7645a updated .squash.yml config 2019-03-26 12:06:47 +00:00
Matt Westcott 3134ffa119 Recommend `npm install --no-save` when setting up node toolchain (#5161)
Running `npm install` without `--no-save` can introduce spurious changes to package-lock.json due to differences in platform / node version, and these have been known to accidentally sneak into people's PRs. `npm install` without `--no-save` should only be used when actively updating node dependencies in package.json.
2019-03-21 20:41:14 +00:00
Evandro Miquelito 2a1d5b6065 update squash.yml file to run pip install for the current branch 2019-03-20 19:52:44 +00:00
Evandro Miquelito 04de2c8cb5 Remove port forwarding, not needed 2019-03-20 19:52:44 +00:00
Evandro Miquelito e3c5d6710f Adding a .squash.yml file 2019-03-20 19:52:44 +00:00