कारतोफ्फेलस्क्रिप्ट™
eda3b8aba0
ci: Re-enable CI jobs on nodejs 14.x (no-changelog) ( #5153 )
...
Revert "ci: Disable CI jobs on nodejs 14.x (no-changelog) (#5132 )"
This reverts commit b3adcbd813
.
2023-01-30 13:09:09 +01:00
Iván Ovejero
0a7ea89633
fix: Fix formatting/linting for CI (no-changelog) ( #5264 )
...
* ⬆️ Upgrade Prettier
* 📦 Update `pnpm-lock.yaml`
* 🎨 Format all packages
* 🔧 Specify `prettierPath`
2023-01-27 10:18:15 +01:00
Devin Buhl
2b776f39f1
ci: Publish n8n docker images to GHCR ( #5213 )
2023-01-24 15:36:58 +01:00
Mutasem Aldmour
ce1f4efea7
test: Add e2e tests for PRs ( #5176 )
...
* test: add e2e tests for PRs
* test: update condition
* test: update job
* test: update with label
2023-01-17 13:44:19 +01:00
Iván Ovejero
a0c5232aa5
fix: Build cli
to fix Postgres and MySQL test runs ( #5171 )
2023-01-16 11:12:09 +01:00
कारतोफ्फेलस्क्रिप्ट™
b3adcbd813
ci: Disable CI jobs on nodejs 14.x (no-changelog) ( #5132 )
...
ci: Disable CI jobs on nodejs 14.x
This is temporary until I figure out why CI jobs keep randomly failing on nodejs 14.x
2023-01-12 09:46:28 +01:00
कारतोफ्फेलस्क्रिप्ट™
c738aa53e9
docs: Fix all credential documentation urls, and add a CI job to regularly validate these urls ( #5012 )
...
* add or update documentation URLs for all credentials
* add UTM params to documentation urls even when they are absolute urls
* Setup a CI job to validate documentation urls after every release
* Fix FacebookGraphApi documentation URL
* also validate node documentation urls
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-12-22 17:01:29 +01:00
Mutasem Aldmour
c41c707654
ci: Update slack notifications for build steps ( #4985 )
...
ci: update slack notifications
2022-12-20 14:13:24 +01:00
Mutasem Aldmour
17311ca049
feat: Add PR template ( #4983 )
2022-12-20 13:53:05 +01:00
OlegIvaniv
297a043875
test(editor): Fix flaky workflow tags e2e tests and store screenshots from CI runs ( #4903 )
...
* test(editor): Fix flaky add tags e2e specs, and upload cypress artifacts on failure
* Only run smoke test to debug the pipeline
* Add waitForLoad command and revert debugging changes
2022-12-13 11:55:51 +01:00
कारतोफ्फेलस्क्रिप्ट™
f4481e24e8
ci: Upgrade pnpm and turborepo (no-changelog) ( #4878 )
2022-12-09 17:16:26 +01:00
कारतोफ्फेलस्क्रिप्ट™
38003476a0
ci: Publish docker images for all architectures under the same tag (no-changelog) ( #4843 )
2022-12-07 12:42:52 +01:00
कारतोफ्फेलस्क्रिप्ट™
a09ff27f43
ci: Use multiple jobs for publishing various docker images ( #4837 )
...
ci: use multiple jobs for publishing various docker images
2022-12-06 17:26:53 +01:00
Mutasem Aldmour
ac944bf666
ci: Update slack notification messages for e2e tests (no-changelog) ( #4812 )
...
* ci: update e2e slack message
* add link
* update link
2022-12-05 11:10:14 +01:00
Mutasem Aldmour
8101c05d6f
ci: Add run name and start url for e2e tests and docker nighly command (no-changelog) ( #4800 )
...
* ci: add run name and start url
* update ref
* use branch as input
* add message for slack notifications
* add branch quotes
* remove @ from user
* make user not required
2022-12-02 19:56:29 +01:00
कारतोफ्फेलस्क्रिप्ट™
86a4965e9a
ci: Move full E2E tests into their own scheduled workflow ( #4757 )
2022-11-29 13:31:36 +01:00
कारतोफ्फेलस्क्रिप्ट™
500775de69
ci: Make end-to-end testing independent of development environments (no-changelog) ( #4709 )
...
* use user-folder override consistently everywhere, including for the `.cache` folder
* use consistent config for e2e tesing, skipping config loading from env and config files
* simplify all the cypress commands, and run all e2e tests on master
2022-11-24 12:49:01 +01:00
कारतोफ्फेलस्क्रिप्ट™
bb5ebdf6c9
ci: Send Slack notifications when important builds fail (no-changelog) ( #4638 )
...
ci: Send Slack notifications when important builds fail
2022-11-17 18:52:03 +01:00
कारतोफ्फेलस्क्रिप्ट™
376a0d000a
ci: Fix workflows tests (no-changelog) ( #4630 )
...
* fix workflows test
* remove the temporary code changes
2022-11-17 09:03:31 +01:00
Iván Ovejero
52f38df867
refactor: Remove unused vars to fix build (no-changelog) ( #4584 )
...
* 🔥 Remove unused vars to fix build
* 👕 Make unused vars severity conditional
2022-11-11 16:07:50 +01:00
कारतोफ्फेलस्क्रिप्ट™
736777385c
feat: Switch from npm to pnpm ( #4429 )
2022-11-09 17:32:05 +01:00
Alex Grozav
77644860c0
feat: Add cypress e2e tests for signup and signin ( #3490 )
...
* feat: Added cypress setup files.
* feat: Added server bootup and initial test run.
* feat: Added e2e tests for signin, signup, and personalization form.
* feat: Added e2e tests for adding a function node.
* feat: Added set node and workflow execution steps.
* feat: Added test id to main sidebar.
* feat: Added test for creating a new workflow.
* feat: Finished test for creating a blank workflow
* chore: Removed screenshots from e2e tests.
* refactor: change e2e tests to per page structure
* feat: add cypress type enchancements
* feat: add typescript for cypress tests
* fix: remove component after merge
* feat: update cypress definitions
* feat: add cypress cleanup task
* refactor: update cypress script names
* ci: add smoke tests to workflow
* chore: remove cypress example files
* feat: update signup flow to be reusable
* fix: fix signup route for cypress page object
* fix: remove cypress reset command
* fix: remove unused imports
* fix: Add unhandled error catcher
2022-11-08 14:21:10 +02:00
कारतोफ्फेलस्क्रिप्ट™
1c98f97e9e
ci: Revert support for node.js 18 ( #4518 ) ( #4537 )
...
Revert "ci: Start supporting node.js 18 (#4518 )"
This reverts commit 9ee292cd17
.
2022-11-07 17:23:08 +01:00
कारतोफ्फेलस्क्रिप्ट™
9ee292cd17
ci: Start supporting node.js 18 ( #4518 )
...
* ci: start supporting node.js 18
Node.js 18 becomes the active LTS on 2022-10-25, as Node.js 16 goes into maintenance mode.
https://github.com/nodejs/Release#release-schedule
* continue using node 16 for production images
* node 16 for debian and base images as well for now
2022-11-07 15:51:57 +01:00
कारतोफ्फेलस्क्रिप्ट™
99157cf581
feat: setup nightly tests for postgres and mysql schemas ( #4441 )
...
* feat: unify Jest config
* feat: simplify DB setup for tests
* feat: setup nightly tests for postgres and mysql schemas
2022-10-25 22:06:03 +02:00
Iván Ovejero
2f87b9fbf6
ci: introduce stricter PR title checks ( #4363 )
...
⚡ Switch to `validate-n8n-pull-request-title`
2022-10-20 13:58:34 +02:00
Iván Ovejero
fe7c8a85ce
ci: revert stricter PR title checks (no-changelog) ( #4327 )
...
Revert "ci: enforce stricter PR title checking (#4301 )"
This reverts commit 6d62471a11
.
2022-10-12 13:46:25 +02:00
Iván Ovejero
6d62471a11
ci: enforce stricter PR title checking ( #4301 )
...
* ⚡ Enforce stricter PR title checking
* 🔥 Remove code fence
2022-10-12 10:53:12 +02:00
Iván Ovejero
13f52a2544
ci: revert sorting CI steps by length (no-changelog) ( #4306 )
...
⏪ Revert "perf(ci): Sort CI steps by length (#4243 )"
This reverts commit d47ff48fb6
.
2022-10-10 19:50:26 +02:00
Iván Ovejero
d47ff48fb6
perf(ci): Sort CI steps by length ( #4243 )
...
* ⚡ Sort CI steps by length
* 🐛 `Build` before `test` for n8n packages
2022-10-10 17:46:50 +02:00
कारतोफ्फेलस्क्रिप्ट™
87e6877f1d
ci: adapt workflow tests to work with updated github actions ( #4176 )
...
ci: update workflow test action to work with updated github actions
2022-09-23 09:58:10 +02:00
कारतोफ्फेलस्क्रिप्ट™
2970cbe401
ci: update all github actions ( #4153 )
...
* ci: update all github actions
setup npm cache on all workflows
* run full linting on master
2022-09-21 10:50:15 +02:00
Iván Ovejero
a2441b8e3f
refactor(ci): Lint PR diffs only ( #4137 )
...
* ✨ Set up `eslint-plugin-diff`
* 🔧 Fix setup
* ⬆️ Upgrade `checkout` and `setup-node`
* 🔧 Fix YAML
* 🧪 Verify `eslint-plugin-diff` behavior
* Revert "🧪 Verify `eslint-plugin-diff` behavior"
This reverts commit 1fcc6c8299
.
* ✏️ Fix comment
2022-09-21 10:24:39 +02:00
Iván Ovejero
1bdc102892
perf(ci): Cache npm dependencies ( #4138 )
...
⚡ Cache npm dependencies
2022-09-20 20:59:49 +02:00
कारतोफ्फेलस्क्रिप्ट™
651d788ddb
fix: revert CI checks to ensure that the package-lock.json file is up to date ( #4135 )
...
* Revert "ci: fail the build if `package-lock.json` is out of sync (#4101 )"
This reverts commit b2807cecb3
.
* Update package-lock.json
2022-09-19 11:07:28 +02:00
कारतोफ्फेलस्क्रिप्ट™
b2807cecb3
ci: fail the build if package-lock.json
is out of sync ( #4101 )
2022-09-14 15:29:00 +02:00
कारतोफ्फेलस्क्रिप्ट™
fd9b5f6b2b
ci: PR title/description change should not re-trigger the build-lint-test workflow ( #4100 )
2022-09-14 10:50:42 +02:00
Karl Hopkinson-Turrell
712924cbc3
ci: trigger linting on PR title change ( #4065 )
2022-09-09 14:29:10 +01:00
Karl Hopkinson-Turrell
fff0ce62d3
ci: check commit message format ( #4010 )
...
* ci: check commit message format
* ci: switch to PR title checking
* ci: target pull request checks to master
2022-09-06 10:26:33 +01:00
कारतोफ्फेलस्क्रिप्ट™
398adb23e8
feat(docker): reduce the size of alpine docker images ( #3973 )
...
* reduce redundant code between the two alpine Dockerfiles
* reduce the docker image build times
* reduce the `n8n` image size from 1.17GB to 462MB
* reduce the `n8n-custom` image size from 671MB to 460MB
* reduce the size of npm tree by making all typing packages devDependencies
Partially resolves this ticket: N8N-3252
2022-08-31 15:25:52 +02:00
कारतोफ्फेलस्क्रिप्ट™
1f9bdd09a2
fix(ci): Setup a separate workflow action to test for pushes on master ( #3951 )
2022-08-26 10:27:04 +02:00
कारतोफ्फेलस्क्रिप्ट™
4f875ffcea
fix(ci): Run test/lint workflow on all pull requests ( #3939 )
2022-08-25 10:39:52 +02:00
Iván Ovejero
11617616cd
refactor: Format root-level files ( #3858 )
...
* ✨ Create `format.mjs` script
* 👕 Add lint exception
* ⚡ Add root formatting to `format` command
* 🎨 Fix glob in `.prettierignore`
* 🚚 Improve naming
* 🎨 Format root-level files
* ⚡ Simplify check
* ⚡ Add period to extension
* ⚡ Locate config
* ⚡ Add `ignore` arg
* 🚚 Move `config` and `ignore` after check
2022-08-19 15:34:02 +02:00
Alex Grozav
a9fa830bd7
build: Migrate from lerna to turborepo ( #3796 )
...
* feat: Added turborepo setup.
* feat: Updated nodes and credentials loading.
* feat: Removed remaining lerna references.
* fix: Updated npm run bootstrap command.
* feat: Added CI step for installing latest npm.
* chore: Removed lerna config.
* feat: Added gulp to global ci packages.
* fix: Set node as moduleResolution target in workflow. Fixed CI.
* fix: Added turborepo installation to the n8n-custom docker image.
* fix: Updated copied docker files for n8n-custom.
* fix: Added git as dependency in n8n-custom dockerfile.
* fix: Changed npm install command in n8n-custom.
* 📦 Update `package-lock.json`
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2022-08-06 22:55:51 +02:00
Ahsan Virani
0af3ccf35f
ci: Fix Vue build issues ( #3650 )
...
* lock vue versions to patch. Not use docker cache in nightly builds
* revert to using npm install
2022-07-04 13:56:52 +02:00
Alex Grozav
6b9289349f
ci: Using npm ci instead of npm install to reuse package-lock.json ( #3648 )
2022-07-04 10:59:03 +02:00
Iván Ovejero
23f0501f4c
🧪 Add Node 14 tests to CI ( #2779 )
...
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
2022-04-08 18:39:01 +02:00
Omar Ajoue
5658593df4
feat: Add support for reading ids from file with executeBatch command ( #3008 )
2022-03-19 08:54:55 +01:00
Jan Oberhauser
c6bccca456
👷 Run tests with Node.js v16 and shorten max runtime
2022-03-16 10:32:49 +01:00
Jan Oberhauser
c11edb2521
🐳 Fix arm builds
2022-03-08 09:38:53 +01:00