Commit graph

85 commits

Author SHA1 Message Date
Mikael Finstad
32002ffe78
meta: deploy to Heroku on every companion commit (#4367)
Instead of deploying on each release, deploy to Heroku on every commit that is touching a companion file (except release commits, but that's fine as the release commit should contain doc-only changes). This is to increase our chance of catching bugs before releases, and would ensure that Uppy.io examples are using the edge.
2023-03-21 15:06:32 +01:00
Mikael Finstad
e966fa7540
meta: use load balancer for companion in e2e tests (#4228) 2023-02-02 11:25:50 +01:00
Antoine du Hamel
3437074765
ci: make sure Yarn's global cache is disabled (#4268)
Yarn v4 enables global caching by default, using a local cache
simplifies the use of @actions/cache.
Also simplifies the "Publish to the npm registry" step.
2023-01-08 15:32:36 +01:00
Antoine du Hamel
4887ecd5dc
meta: add more bundlers for automated testing (#4100) 2022-11-14 19:17:26 +01:00
Antoine du Hamel
d2c7aeb2e5
meta: use current version of packages when testing bundlers (#4208) 2022-11-10 18:49:52 +01:00
Antoine du Hamel
428eea5f4d
meta: do not use the set-output command in workflows (#4175) 2022-11-10 17:44:30 +01:00
Antoine du Hamel
84894b9b7a
meta: add a manual deploy for website (#4171)
Because the GHA bot is merging the release PR, the website workflow
doesn't run automatically. By adding a manual dispatch, we can make sure
the website is updated after each release.
2022-10-24 20:46:28 +02:00
Antoine du Hamel
5c81ec4f09
meta: add a CI check to validate yarn.lock (#4154) 2022-10-19 19:32:30 +02:00
Antoine du Hamel
452f4c94a9
meta: fix bundlers workflow (#4144) 2022-10-13 21:40:54 +02:00
Antoine du Hamel
023e4c932e
meta: fix Companion release deploy 2022-09-25 21:11:57 +02:00
Mikael Finstad
23bab0662e
Fix companion-deploy-yml
was triggering on the wrong path
2022-09-25 16:18:28 +07:00
Antoine du Hamel
542b421fee
meta: fix Companion deploy (#4095) 2022-09-15 10:32:18 +02:00
Antoine du Hamel
7970cf5869
meta: skip a few more unnecessary CI runs (#4106) 2022-09-13 17:17:09 +02:00
Antoine du Hamel
5fb2742593
meta: run linters on almost every PRs (#4105)
Previously the linter would not run on e.g. a blog post update.
2022-09-13 13:47:14 +02:00
Antoine du Hamel
8fea983926
ci: add GHA to tryout bundling Uppy with popular bundlers (#4084) 2022-09-09 11:16:39 +02:00
Antoine du Hamel
c617481057
meta: run CI when modifying workflow files (#4091) 2022-09-07 12:00:50 +02:00
Antoine du Hamel
7e291abd98
meta: limit the number of unnecessary CI runs (#4086) 2022-09-07 11:38:46 +02:00
Antoine du Hamel
5b1693d10a
meta: fix typo in e2e.yml 2022-09-01 15:33:04 +02:00
Merlijn Vos
ff97b29e90
Restrict e2e CI runs (#4075)
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-09-01 14:24:56 +01:00
Antoine du Hamel
9c5fc02e4b
meta: improve CI npm install time (#4058) 2022-08-30 14:50:25 +02:00
Antoine du Hamel
51da2b5a79
e2e: add tests for AWS (#3665)
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
2022-08-23 18:43:46 +02:00
Merlijn Vos
1acfed6551
Only publish Companion to Dockerhub on release (#4037)
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-08-23 17:03:20 +02:00
Antoine du Hamel
4bb99880b3
@uppy/robodog: remove package (#3946)
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2022-08-22 17:19:15 +02:00
Antoine du Hamel
7089cb6530
fixup! Merge branch 3.x 2022-08-04 18:03:05 +02:00
Antoine du Hamel
4996f44cf9
Merge branch 3.x 2022-08-04 17:40:50 +02:00
Antoine du Hamel
4bdfbe7c48 Merge stable branch 2022-07-06 18:01:19 +02:00
Antoine du Hamel
7534eddbbd meta: fix release-beta automation 2022-07-06 17:43:32 +02:00
Stuart Auld
2934e31293
Companion: build an ARM64 container (#3841) 2022-06-21 14:37:04 +02:00
Antoine du Hamel
a6029d0304 Merge stable branch 2022-06-09 21:15:10 +02:00
Antoine du Hamel
ef8c5ccc08 fixup! meta: do not rebase when preparing beta candidates 2022-06-09 21:13:05 +02:00
Antoine du Hamel
33330f6484 fixup! meta: do not rebase when preparing beta candidates 2022-06-09 20:52:54 +02:00
Antoine du Hamel
17f8deb4b9 meta: do not rebase when preparing beta candidates
We want to keep the stable branch merge commit, and the rebase
doesn't play nice with it.
2022-06-09 20:11:01 +02:00
Antoine du Hamel
2be8cec2af
meta: improve release process for beta branch (#3809) 2022-06-09 19:14:15 +02:00
Antoine du Hamel
55ae7645bd
meta: fix GHA workflow for prereleases 2022-06-02 20:17:54 +02:00
Antoine du Hamel
602f9731c3
meta: temporary adjust release script for the beta 2022-05-30 18:33:01 +02:00
Antoine du Hamel
9d178a0ce7
meta: do not test on EOL versions of Node.js (#3786) 2022-05-30 18:33:01 +02:00
Antoine du Hamel
3be8564b89
@uppy/companion: remove support for EOL versions of Node.js (#3784)
Node.js 10.x is EOL since 2021-04-31.
Node.js 11.x is EOL since 2019-06-01.
Node.js 12.x is EOL since 2022-04-30.
Node.js 13.x is EOL since 2020-06-01.
Node.js 15.x is EOL since 2021-06-01.
Node.js 17.x is EOL since 2022-06-01.
2022-05-30 18:33:00 +02:00
Antoine du Hamel
588b909069 meta: add GHA workflow for prereleases 2022-05-30 18:29:51 +02:00
Antoine du Hamel
e3c43397e4
meta: split Companion CI between Node.js legacy and supported versions (#3776)
* meta: split Companion CI between Node.js legacy and supported versions
* start testing on 18.x
2022-05-24 12:11:26 +02:00
Merlijn Vos
b345763710
Setup Cypress Dashboard (#3691) 2022-05-23 18:05:39 +02:00
Antoine du Hamel
2a1b178798 fixup! e2e: run CI on PRs that modify the workflow file (#3740) 2022-05-17 14:58:28 +02:00
Antoine du Hamel
f325fb2163
e2e: run CI on PRs that modify the workflow file (#3740)
…and add the option to skip build when spawning e2e locally
2022-05-16 15:35:03 +02:00
kiloreux
ab695cd37f
Only deploy on companion changes (#3677) 2022-05-04 04:46:29 +01:00
Antoine du Hamel
868e68d3d5 meta: addVITE_TRANSLOADIT_SECRET for e2e 2022-04-25 16:18:59 +02:00
Antoine du Hamel
6c53123c3c
meta: upgrade GHA actions (#3602)
and use the more general `lts/*` version descrption for Node.js installs
2022-03-28 09:17:47 +02:00
Antoine du Hamel
99909559b9
meta: run e2e workflow on the head branch instead of the base one (#3561)
Refs: https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
2022-03-14 13:59:34 +01:00
Mikael Finstad
32ea099a93
meta: Fix yarn caching in github actions (#3526)
* Fix yarn caching in github actions

* improve cache take 2

from https://github.com/actions/cache/blob/main/examples.md#node---yarn-2

* fix yarn -> corepack yarn

* fix order of corepack install

* add --immutable to all
2022-03-03 13:26:39 +07:00
Antoine du Hamel
666f6acd88
@uppy/angular: update ng version (#3503)
* @uppy/angular: update ng version

* hack to allow the publish of the Angular package

* fix @types/webpack-dev-server resolution (the package is deprecated anyway)

* Add Storybook back

* Fix default value of Input

* Update README

* Apply suggestions from code review

* fix @types/react version conflict

* Update packages/@uppy/angular/.storybook/tsconfig.json
2022-03-02 11:20:38 +01:00
Antoine du Hamel
58e9fc31b2 fixup! meta: ensure README is correctly formatted when doing releases (#3499) 2022-02-17 20:11:25 +01:00
Antoine du Hamel
cdf619df98
meta: ensure README is correctly formatted when doing releases (#3499) 2022-02-17 16:41:14 +01:00