OlegIvaniv
8fe34f543e
ci: Copy jest.config.js to the Docker container on deployment (no-changelog) ( #5689 )
...
ci: Copy `jest.config.js` to the Docker container on deployment (no-changelog)
2023-03-14 18:46:41 +01:00
Jan Oberhauser
2f7639e9e4
feat(Split In Batches Node): Make it easy to combine processed data ( #5655 )
...
feat(SplitInBatches Node): Make it easy to combine processed data
2023-03-14 18:42:41 +01:00
OlegIvaniv
de1db927cb
feat(editor): Do not show actions panel for single-action nodes ( #5683 )
2023-03-14 16:41:49 +01:00
Val
39c871d514
test: Add expression transform tests ( #5497 ) (no-changelog)
...
test: add expression transform tests
2023-03-14 15:22:52 +00:00
Mutasem Aldmour
332d50c5f1
feat(Item Lists Node): Update actions ( #5648 )
...
feat(Itemlists): Update actions
2023-03-14 14:28:49 +01:00
कारतोफ्फेलस्क्रिप्ट™
eb3ba83e63
ci: Setup code-coverage reporting for frontend packages (no-changelog) ( #5679 )
2023-03-14 13:13:21 +01:00
OlegIvaniv
a96861b87f
test(editor): Fix the failing 7-workflow-actions
spec (no-changelog) ( #5682 )
...
test(editor): Change `IMPORT_WORKFLOW_URL` to fix the failing `7-workflow-actions` spec (no-changelog)
2023-03-14 10:30:13 +01:00
Michael Auerswald
ef07528cc2
feat(core): Improve SAML connection test ( #5680 )
...
* improve saml test
* cleanup
* remove unused SamlConfiguration types
2023-03-13 19:47:57 +01:00
Mutasem Aldmour
1bdeb6684a
ci: Add e2e checklist ( #5678 )
...
* chore: Add e2e checklist
* chore: add eol dots
2023-03-13 13:10:11 +01:00
Alex Grozav
d253aa3e95
feat: Add Mirage.js server to enable editor-ui unit tests ( #5671 )
...
feat: add Mirage.js server to enable editor-ui unit tests
2023-03-13 11:05:08 +02:00
Michael Auerswald
c6ba0bd8de
feat(core): Convert saml controller to decorator style ( #5653 ) (no-changelog)
2023-03-10 19:19:52 +01:00
कारतोफ्फेलस्क्रिप्ट™
90afa5e55f
fix(core): Initialize License and LDAP in the correct order ( #5673 )
2023-03-10 19:05:51 +01:00
OlegIvaniv
5c4343b828
test(editor): Improve e2e pipeline performance & fix flaky tests (no-changelog) ( #5672 )
...
* Split up canvas spec, extract community nodes related tests into its own spec, various flakiness fixes
* Remove unnecessary cy.waitForLoad from 7-workflow-actiosn spec
2023-03-10 16:54:54 +01:00
कारतोफ्फेलस्क्रिप्ट™
3831201aaf
ci: Setup code-coverage reporting (no-changelog) ( #5669 )
2023-03-10 16:53:05 +01:00
Jan Oberhauser
5f238ea641
fix(editor): Display correct error message for env access ( #5634 )
2023-03-10 14:16:18 +01:00
Jan Oberhauser
dc0e052c83
Merge tag 'n8n@0.219.1'
2023-03-10 13:54:26 +01:00
github-actions[bot]
a881512b49
🚀 Release 0.219.1 ( #5668 )
2023-03-10 13:30:40 +01:00
कारतोफ्फेलस्क्रिप्ट™
69b124fc78
ci: Allow releasing new versions as long as one of the packages is modified (no-changelog)
2023-03-10 13:28:11 +01:00
agobrech
974d57dfed
fix(HTTP Request Node): Remove streaming response ( #5663 )
...
Remove useStream option from requestOptions
2023-03-10 12:10:18 +01:00
agobrech
8a21fefbc6
fix(HTTP Request Node): Remove streaming response ( #5663 )
...
Remove useStream option from requestOptions
2023-03-10 11:54:26 +01:00
Jan Oberhauser
dd93c0890b
Merge tag 'n8n@0.219.0'
2023-03-09 18:38:19 +01:00
कारतोफ्फेलस्क्रिप्ट™
7a4e9ef5fa
refactor: Remove n8n-core dependency in nodes-base (no-changelog) ( #5649 )
2023-03-09 18:13:15 +01:00
github-actions[bot]
40a6ab814d
🚀 Release 0.219.0 ( #5659 )
2023-03-09 18:04:39 +01:00
agobrech
5790e5e719
fix(core): Fix trying to pipe a non stream on errors (no-changelog) ( #5660 )
2023-03-09 17:48:33 +01:00
कारतोफ्फेलस्क्रिप्ट™
edf6313fa5
ci: Fix e2e tests (no-changelog) ( #5658 )
...
* ci: Fix e2e tests (no-changelog)
* Fix sign-in cypress command
* Run smoke test against head branch instead of base
---------
Co-authored-by: Oleg Ivaniv <oleg@n8n.io>
2023-03-09 17:08:47 +01:00
कारतोफ्फेलस्क्रिप्ट™
1979eb8a9c
fix(core): Fix issues with LDAP reset and LDAP init (no-changelog) ( #5657 )
...
* fix(core): Ldap reset should recreate the default config
* fix(core): init ldap before registering the routes for it
2023-03-09 16:24:44 +01:00
agobrech
ce0d9d2bed
feat(HTTP Request Node): Move from Binary Buffer to Binary streaming ( #5610 )
...
* ✨ Change from binary buffer to binary streaming
* Remove console.logs
* Import Readable from the correct lib
* stream response
* parametersToKeyValue doesn't need to be async anymore
* Fix bodyParameter reduce method
* parametersToKeyValue doesn't need to be async anymore
* handle streaming responses
* send `Content-Length` and `Content-Type` on binary requests
* Add new helper function for binary data
* Add binary function to helpers interface
* Fix bug in error handler
* Fix issue with wrongfully assigned headers to body
* Fix test workflow
* Remove console.logs
* Remove unnecsessary type
* Remove concat dependency already imported in workflow package
* Update pnpm-lock file
* Small fixes, asyncronous error message
* reset the lockfile
* Remove buffer check and simplify error handling
---------
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2023-03-09 15:38:54 +01:00
OlegIvaniv
a9c63f980f
feat(editor): Only redirect new users to blank canvas (no-changelog) ( #5654 )
...
* feat(editor): Bring new users to empty canvas
* fix(editor): Revert empty /workflows redirect
* Provide `COMMIT_INFO_BRANCH` and uncomment demo experiment
* Only change redirect after set-up/sign-up to new canvas
* Fix failing specs
* Prevent redirect for demo experiment
* Fix workflows cards spacing
2023-03-09 15:26:27 +01:00
OlegIvaniv
ac2f89a18a
feat(editor): Do not automatically add manual trigger on node plus ( #5644 )
...
* feat(editor): Do not add manual trigger node if node creator trigger via canvas actions
* Add e2e tests
* Install cypress-plugin-tab, do not use cy.realPress as it hangs the tests
* Exclude tab tests
2023-03-09 15:22:12 +01:00
कारतोफ्फेलस्क्रिप्ट™
d872866add
feat(core): Allow using middlewares with decorators on a per-route basis (no-changelog) ( #5656 )
2023-03-09 15:08:48 +01:00
कारतोफ्फेलस्क्रिप्ट™
356e916194
refactor(core): Convert more routes to use the decorator pattern (no-changelog) ( #5611 )
...
* move nodeTypes api to a controller class
* move tags api to a controller class
* move LDAP routes to a controller class
* move nodes routes to a controller class
2023-03-09 14:42:13 +01:00
Alex Grozav
493f7a1c92
fix: Fetch credentials on workflows view to include in duplicated workflows ( #5532 )
...
fix: fetch credentials on workflows view to include in duplicated workflows
2023-03-09 14:23:38 +02:00
Mutasem Aldmour
71c349b071
ci: Add PR checklist ( #5628 )
...
* ci: Add PR checklist
* chore: add test change
* ci: add name
* ci: merge into workfow
* test: test action
* ci: add checklist
* ci: test checklist
* ci: remove comment
* ci: test checklist
* ci: add item to check item
* ci: update checklist items
* ci: add checklist item for migraitons
* ci: add hooks checklist item
* chore: remove comment
2023-03-09 12:49:37 +01:00
Jon
e56fbfef3e
feat(Mindee Node): Add support for v4 API ( #5559 )
2023-03-09 10:06:03 +00:00
Jon
971d5ae8f5
feat(Microsoft SQL Node): Add support for self signed certificates ( #5160 )
2023-03-09 10:05:03 +00:00
romainminaud
5b9c521d04
fix(editor): Only fetch new versions at app launch ( #5647 )
...
only call nextVersions once
2023-03-09 11:01:30 +01:00
Ricardo Espinoza
6500e985ee
fix(core): Use new version of riot-tmpl in workflow package (no-changelog) ( #5619 )
...
* Use new version of riot-tmpl
* update lock file
2023-03-09 09:13:48 +01:00
Michael Auerswald
6f27b445ca
feat(core): Refactor and add SAML preferences for service provider instance ( #5637 )
...
* create SP through parameters instead of metadata
* refactor SAML prefs and add SP configurations
2023-03-09 09:08:23 +01:00
Jon
89d25995c3
docs(Github Trigger Node): Add notice and more meaningful error around permissions ( #5551 )
2023-03-08 16:04:45 +00:00
Syed Ali Shahbaz
2889e53b37
feat(Cal Trigger Node): Update to support v2 webhooks ( #5331 )
2023-03-08 15:58:15 +00:00
OlegIvaniv
354edf6886
feat(editor): Redirect users to canvas if they don't have any workflows ( #5629 )
...
* feat(editor): Bring new users to empty canvas
* Fix failing e2e tests and revert CLI implementation
* Revert editor-ui Interface changes
* Try to mock /settings and /active
* Revert canvas test changes, reload after executions in 20-workflow-executions
* Make sure we include manual executiosn before running them in 20-workflow-executions
* Make sure to re-init node view when replacing empty workflows route, show phantom loader
2023-03-08 15:11:13 +01:00
कारतोफ्फेलस्क्रिप्ट™
0b6fa6b20e
ci: Setup TS project references for nodes-base, and stop packaging tests in the npm package (no-changelog) ( #5635 )
2023-03-08 14:33:13 +01:00
agobrech
0d49ad8b93
fix(core): Add a helper function to convert binary streams to buffers (no-changelog) ( #5641 )
2023-03-08 14:32:27 +01:00
romainminaud
c81656d149
fix: Fix color discrepancies for executions list items ( #5640 )
...
fix color discrepancies for exec items
2023-03-08 12:28:23 +01:00
Michael Auerswald
419969c0d7
fix(core): Rename advancedFilters to advancedExecutionFilters ( #5643 )
...
rename advancedFilters to advancedExecutionFilters
2023-03-07 18:35:52 +01:00
Mutasem Aldmour
e52aa46842
chore: Clean up distribution test ( #5639 )
2023-03-07 15:41:02 +01:00
Michael Auerswald
0b5ef09e7c
feat(core): Add advancedFilters feature flag ( #5638 )
...
adds advancedFilters feature flag
2023-03-07 14:18:10 +01:00
Mutasem Aldmour
6c1286fadf
ci: Remove second code owners for migrations ( #5636 )
...
* ci: Remove second code owners for migrations
* add a new line at the end of the file
---------
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
2023-03-07 10:58:27 +01:00
कारतोफ्फेलस्क्रिप्ट™
5eb0d52459
refactor: Unify binary-data assertion across all nodes (no-changelog) ( #5624 )
2023-03-06 17:33:32 +01:00
Jon
01a2160b3b
feat(Mattermost Node): Add self signed certificate support ( #5630 )
2023-03-06 16:27:49 +00:00