Commit Graph

44 Commits

Author SHA1 Message Date
Pascal Jufer
ae1987a359 Revise GitHub workflows (#9011)
* Fix check for changed files & reformat workflows

* Test performance of paths-filter action

* Revise workflows

* Better wording

* Fix naming of "Pre-Check"

* Point out values

* Abreviate to make it look cleaner in report
2021-10-25 11:22:06 -04:00
Pascal Jufer
88813a59d3 Add GitHub Action to Auto-Merge Translations from Crowdin (#8966)
* Add Action to Auto-Merge Translations from Crowdin

* Don't trigger checks on translation updates
2021-10-20 11:01:14 -04:00
Tien Tran
b3f1e3383e Skip publish-npm job in the release workflow for forked repos (#8957) 2021-10-20 09:48:08 -04:00
Jay Cammarano
4794c103b1 disable sqlite in e2e tests on CI (#8774) 2021-10-13 22:12:10 +00:00
Pascal Jufer
e944fb9798 Try to fix "Assign author to PR" action (#8752)
Currently, it doesn't work and the log shows the following message: `Warning: Resource not accessible by integration`

Follow up of #8733
2021-10-12 19:52:02 -04:00
Oscar Dominguez
432fc0ff93 ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows (#8748) 2021-10-12 16:10:17 -04:00
Pascal Jufer
99aa1d4984 Add GitHub action workflow to automate author assignment on pull requests (#8733)
* Add GitHub action workflows to automate issue and PR management

* Remove "Add label" action and bring back label on template
2021-10-12 13:03:36 -04:00
Rijk van Zanten
c8d205c8e4 Create codeql-analysis.yml 2021-09-29 12:03:01 -04:00
rijkvanzanten
d4b2a05453 Use npm ci instead of install, only run e2e on main 2021-09-27 16:36:09 -04:00
Jay Cammarano
a7b0cbe69b GitHub workflow to run tests on pushes to main and PRs (#8247)
* testing workflow

* name changed

* generateHash working

* changed pendingMock() to 0 because ticks > 5000

* removed empty tests

* removed empty tests

* Update packages/sdk/tests/utils.ts

Co-authored-by: José Varela <joselcvarela@gmail.com>

* updated workflow to add build

* added npm run build

* fixed get-filter-operators

* added env to workflow

* potential fix to index.test.ts

* added env variables for index.test.ts

* added caching and node-version matrix

* added all supported node versions

* only supported node versions

* updated to only support 16

* removed duplicate workflow caching

Co-authored-by: José Varela <joselcvarela@gmail.com>
2021-09-27 15:10:29 -04:00
Azri Kahar
bfdeb42cff fix readme filename in sync-dockerhub-readme.yml (#7892) 2021-09-07 11:46:02 -04:00
Azri Kahar
058bf9054e add github action for syncing readme to dockerhub (#7889) 2021-09-07 11:34:57 -04:00
rijkvanzanten
86ce598edd Tweak, hopefully fix release flow 2021-08-10 16:22:32 -04:00
renovate[bot]
30f8e3257f update styfle/cancel-workflow-action action to v0.9.1 (#7087)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-29 17:34:04 -04:00
Pascal Jufer
21ebcf30ab Add latest tag & remove sha tag for Docker image (#6837) 2021-07-15 16:17:37 -04:00
rijkvanzanten
f60deb9ca2 Remove prepublish build step, handled in CI 2021-07-15 14:23:48 -04:00
Nicola Krumschmidt
d529b0373b Use actions/setup-node's way of authenticating to npm registry (#6827) 2021-07-15 10:33:32 -04:00
Nicola Krumschmidt
87720f4ba2 Fix publishing packages without changes (#6825)
Despite the name, "--force-publish" is actually an option for "lerna version".
When using "lerna publish from-git", lerna won't run "lerna version" beforehand,
so we can savely remove the "lerna version"-specific options.
2021-07-15 10:22:58 -04:00
Sean Goff
f29dee4a3e disable lerna access verification (#6805) 2021-07-14 20:07:09 -04:00
rijkvanzanten
eae4b620ae Fix npm token in publish step 2021-07-14 18:18:51 -04:00
rijkvanzanten
ce50209ff6 Attempt to fix Release CD 2021-07-14 17:25:33 -04:00
rijkvanzanten
bd32589bb9 Remove NPM token check 2021-07-14 17:00:47 -04:00
rijkvanzanten
41e1a58536 Update release command to only version 2021-07-14 16:48:02 -04:00
Pascal Jufer
81c638b938 Add support for Docker ARM image (#6796)
* test

* ci improvements

* fix image names

* improve docs

* Update .github/workflows/release.yml

Co-authored-by: Pascal Jufer <paescuj@users.noreply.github.com>

* Update docker/pack.js

Co-authored-by: Pascal Jufer <paescuj@users.noreply.github.com>

* improvements proposed by @paescuj

* improve Dockerfile comment

* fix .PHONY

* rm tarballs before building final image

* Add support for Docker ARM image

* Label is already added by GitHub action

Co-authored-by: Sean Goff <sean318@hotmail.ch>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-07-14 16:43:36 -04:00
Sean Goff
b67b9d824a Build improvements (#6759)
* test

* ci improvements

* fix image names

* improve docs

* Update .github/workflows/release.yml

Co-authored-by: Pascal Jufer <paescuj@users.noreply.github.com>

* Update docker/pack.js

Co-authored-by: Pascal Jufer <paescuj@users.noreply.github.com>

* improvements proposed by @paescuj

* improve Dockerfile comment

* fix .PHONY

* rm tarballs before building final image

Co-authored-by: Pascal Jufer <paescuj@users.noreply.github.com>
2021-07-14 16:40:38 -04:00
rijkvanzanten
10d0b5623c Limit to node 16 2021-07-14 16:29:16 -04:00
rijkvanzanten
c54b955359 Attempt to fix e2e test 2021-07-14 15:51:27 -04:00
Nicola Krumschmidt
965bcde4ee Enforce latest node and npm version in dev (#6414)
* Enforce latest node and npm version in dev

* Update CI workflows to Node 16
2021-06-22 11:22:37 -04:00
Rijk van Zanten
367d958fb3 Update e2e-tests.yml
Only run e2e on main branch latest commit
2021-06-03 12:42:08 -04:00
rijkvanzanten
63555239dd Auto-cancel previous runs on the same branch 2021-05-14 14:06:58 -04:00
rijkvanzanten
99fcf12e73 Fix linter workflow 2021-04-29 16:24:31 -04:00
rijkvanzanten
3c0e41e881 Add linter workflow in actions 2021-04-29 16:08:14 -04:00
Jakob
f5250143c7 Setup CI for e2e tests (#5035) 2021-04-13 17:03:45 -04:00
WoLfulus
43f4e63179 enable latest (#4705) 2021-03-27 16:17:55 -04:00
Rijk van Zanten
51b547e4b5 Delete website-docs-deploy.yml 2021-02-05 19:03:16 -05:00
Rijk van Zanten
52d4890b19 Update website-docs-deploy.yml 2020-12-04 15:41:03 -05:00
Rijk van Zanten
8123e1fa9b Create website-docs-deploy.yml 2020-12-04 15:39:31 -05:00
rijkvanzanten
e5da969c69 Wait before building images 2020-11-20 15:25:17 -05:00
WoLfulus
060baf1986 Fix workflow trigger 2020-10-05 21:16:29 -03:00
WoLfulus
e7f0e669ec Add workflow for creating release on tag 2020-10-05 20:28:56 -03:00
WoLfulus
5d6269ab5b Fix registry address for DockerHub 2020-10-02 14:12:56 -03:00
WoLfulus
03b9327565 Added push to docker hub 2020-10-01 14:44:04 -03:00
WoLfulus
a151a1a515 several pipeline fixes 2020-09-25 11:36:25 -03:00
WoLfulus
4501659865 add actions and workflows 2020-09-25 11:36:25 -03:00