कारतोफ्फेलस्क्रिप्ट™
7d74ddab29
feat(cli): notify external hooks about user profile and password changes ( #3919 )
2022-08-24 13:47:26 +02:00
Omar Ajoue
2d6eea82d3
fix(cli): Init nodes dir to ensure npm install
succeeds ( #3934 )
...
Init nodes folder when created so npm doesnt fail
2022-08-24 11:58:47 +02:00
Iván Ovejero
ab45898a69
fix(cli): Account for unparseable string in JSON key migration ( #3927 )
...
⚡ Account for unparseable string in JSON key migration
2022-08-23 17:13:48 +02:00
कारतोफ्फेलस्क्रिप्ट™
f22bd2805d
fix(cli): tsc build errors should fail turborepo builds as well ( #3923 )
2022-08-23 17:06:20 +02:00
Iván Ovejero
1d4f92a657
fix(cli): Fix excessive instantiation type error for flattened execution ( #3921 )
...
* 📘 Fix excessive instantiation error
* ♻️ Simplify interface for TypeORM
2022-08-23 15:27:04 +02:00
Iván Ovejero
b1e715299d
feat(core, editor): Support pairedItem
for pinned data ( #3843 )
...
* 📘 Adjust interface
* ⚡ Adjust pindata in state store
* ✨ Add utils
* ⚡ Replace utils calls
* ⚡ Adjust pindata intake and display
* 🔥 Remove excess BE fixes
* 📝 Update comment
* 🧪 Adjust tests
* 🔥 Remove unneeded helper
* 🚚 Improve naming
* 🧹 Clean up `ormconfig.ts`
* 📘 Add types and type guards
* ⚡ Improve serializer for sqlite
* ✨ Create migration utils
* ⚡ Set up sqlite serializer
* 🗃️ Write sqlite migration
* 🗃️ Write MySQL migration
* 🗃️ Write Postgres migration
* ⚡ Add imports and exports to barrels
* 🚚 Rename `runChunked` to `runInBatches`
* ⚡ Improve migration loggers
* ♻️ Address feedback
* 🚚 Improve naming
2022-08-22 17:46:22 +02:00
Iván Ovejero
6bd7a09a45
fix(core): Account for enabled state in first pinned trigger ( #3912 )
...
🐛 Account for enabled state in first pinned trigger
2022-08-22 17:45:06 +02:00
Iván Ovejero
4f3043c65f
Fix community package update ( #3914 )
...
* 🐛 Fix community package update by using `npm i pkg@latest` always
2022-08-22 13:11:51 +02:00
Iván Ovejero
7f57dd5827
refactor(core): Update PostHog hooks URL ( #3911 )
...
⚡ Update PostHog hooks URL
2022-08-22 10:20:00 +02:00
Iván Ovejero
17799cda46
fix(core): Fix pinned trigger execution ( #3895 )
...
🐛 Fix pinned trigger execution
2022-08-19 17:52:05 +02:00
Iván Ovejero
43e054f5ab
feat(editor, core): Integrate PostHog ( #3865 )
...
* Integrate PostHog - Part 1: Groundwork (#3753 )
* Integrate PostHog - Part 2: Event capture (#3779 )
* Integrate PostHog - Part 3: Session recordings (#3789 )
* Integrate PostHog - Part 4: Experiments (#3825 )
* Finalize PostHog integration (#3866 )
* 📦 Update `package-lock.json`
* 🐛 Account for absent PH hooks file
* ✨ Create new env `EXTERNAL_FRONTEND_HOOKS_FILES`
* ⚡ Adjust env used for injecting PostHog
* 🐛 Switch to semicolon delimiter
* ⚡ Simplify to `externalFrontendHookPath`
* Refactor FE hooks flow (#3884 )
* Add env var for session recordings
* inject frontend hooks even when telemetry is off
* allow multiple hooks files
* cr
* 🐛 Handle missing ref errors
* 🔥 Remove outdated `continue`
* 🎨 Change one-liners to blocks
* 📦 Update `package-lock.json`
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
2022-08-19 15:35:39 +02:00
कारतोफ्फेलस्क्रिप्ट™
c65458c154
[N8N-4355] Use safer templating for UserManagement emails ( #3893 )
2022-08-19 12:45:22 +02:00
कारतोफ्फेलस्क्रिप्ट™
dc8f8b7874
[N8N-4339] Unify all Cron-specific code. Improve typing, and add tests. ( #3887 )
2022-08-19 12:45:04 +02:00
Jan Oberhauser
00ab330c15
🔖 Release n8n@0.191.1
2022-08-19 10:46:11 +02:00
Jan Oberhauser
34dd61e30e
⬆️ Set n8n-editor-ui@0.157.1 on n8n
2022-08-19 10:45:26 +02:00
कारतोफ्फेलस्क्रिप्ट™
9bf71e73cc
pass config as an additional param to external hooks ( #3898 )
2022-08-18 17:36:26 +02:00
Jan Oberhauser
6ed7f9672d
🔖 Release n8n@0.191.0
2022-08-17 11:22:10 +00:00
Jan Oberhauser
0ed225fe13
⬆️ Set n8n-core@0.131.0, n8n-editor-ui@0.157.0, n8n-nodes-base@0.189.0 and n8n-workflow@0.113.0 on n8n
2022-08-17 11:22:09 +00:00
Omar Ajoue
f782bcd52d
fix(core): Fix issue with not displayed child workflow executions ( #3867 )
2022-08-12 14:31:11 +02:00
Iván Ovejero
52015a6f03
fix(public-api): Fix executions pagination in Postgres and Mysql
...
🐛 Fix executions pagination
2022-08-11 12:34:32 -04:00
Iván Ovejero
936264b3c6
feat(cli): Enable community nodes based on npm availability ( #3871 )
...
* ⚡ Detect npm availability
* 📘 Expand interfaces
* ⚡ Adjust store
* 🎨 Replace button with warning
2022-08-11 16:39:55 +02:00
Iván Ovejero
620525ea85
fix(cli): Fix community nodes tests on Postgres and MySQL ( #3861 )
...
* 📘 Fix type
* ⚡ Adjust constants
* 🧪 Skip failing pagination fix
* 🧪 Make truncation sequential
2022-08-11 11:02:21 +02:00
Jan Oberhauser
988b7c2793
🔖 Release n8n@0.190.0
2022-08-10 10:14:25 +00:00
Jan Oberhauser
4d912c39b4
⬆️ Set n8n-core@0.130.0, n8n-editor-ui@0.156.0, n8n-nodes-base@0.188.0 and n8n-workflow@0.112.0 on n8n
2022-08-10 10:14:24 +00:00
Nathan Poirier
8fe71dba4b
fix(core): Fix crash caused by parallel test-webhook calls ( #3756 )
...
Fix TestWebhooks undefined properties read
2022-08-10 11:56:23 +02:00
Ricardo Espinoza
b9fe707cbd
fix(public-api): fix issue paginating executions
...
* 🐛 Fix pagination issue in /executions
* ⚡ Enable all executions tests
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2022-08-08 16:15:56 -04:00
Michael Kret
8311abcf9d
fix(core): Fix issue that static data did not get saved for poll-triggers ( #3853 )
...
⚡ fix
2022-08-08 11:35:26 +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
Jan Oberhauser
0670c2989c
🔖 Release n8n@0.189.1
2022-08-05 09:47:14 +02:00
Mutasem
48ddf1f68f
remove comment
2022-08-04 16:54:00 +02:00
Mutasem
a9e63b9923
fix mariadb issue
2022-08-04 16:28:47 +02:00
Mutasem
59a5d808ce
Revert "add check for arr"
...
40a43f5957
2022-08-04 16:26:44 +02:00
Mutasem
40a43f5957
add check for arr
2022-08-04 11:27:37 +02:00
Jan Oberhauser
47641e395c
🔖 Release n8n@0.189.0
2022-08-03 16:22:25 +00:00
Jan Oberhauser
a581129c83
⬆️ Set n8n-core@0.129.0, n8n-editor-ui@0.155.0, n8n-nodes-base@0.187.0 and n8n-workflow@0.111.0 on n8n
2022-08-03 16:22:24 +00:00
Iván Ovejero
e8eda7470a
feat: Support community nodes on Windows ( #3823 )
...
* 🐛 Account for `APPDATA` in env
* 🐛 Prevent starter installation
* 🐛 Account for Win-style path delimiter
* 👕 Fix lint
2022-08-03 18:10:59 +02:00
Jan Oberhauser
b22ff1f5c1
refactor: Update additional README.md files
2022-08-03 13:34:49 +02:00
Mutasem Aldmour
679a443a0c
refactor: Add node IDs ( #3788 )
...
* update type
* add id to new nodes
* update paste/import behavior
* update duplicate/copy
* update duplicate workflow
* update import functions + templates
* add instance id on copy
* on download add instance id
* simplify for testing
* update telemetry events
* add ids to nodegraph
* not if same instance
* update spacing
* fix tests
* update tests
* add uuid
* fix tests
update tests
add uuid
fix ts issue
* fix telemetry event
* update workflow import
* update public api
* add sqlit migration
* on workflow update
* add psql migration
* add mysql migration
* revert to title
* fix telemetry bug
* remove console log
* remove migration logs
* fix copy/paste bug
* replace node index with node id
* remove console log
* address PR feedback
* address comment
* fix type issue
* fix select
* update schema
* fix ts issue
* update tel helpers
* fix eslint issues
2022-08-03 13:06:53 +02:00
brianinoa
f0dddaa2a5
fix: Fix problem saving workflow when tags disabled ( #3792 )
...
* ⚡ Add @AfterLoad nullCheck for WorkflowEntity tags
* ⚡ Make tags optional in Entity
* Fix workflows api typing issue
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2022-08-02 17:18:57 +02:00
brianinoa
2cab8e7779
refactor(core): Remove request libraries from cli package ( #3803 )
...
* ➖ Remove request libraries
* ♻️ Refactor requests and remove unused imports
* ⚡ Fix loaded workflow gets parsed twice
* ⚡ Fix remote workflow is parsed twice as json
* ⚡ Fix workflowData assignment when data is fetched
* ⚡ Fix move workflow request and assignment into try/catch block
2022-08-02 16:43:31 +02:00
Iván Ovejero
7e578b7f4d
refactor(core): Improve community node repo code ( #3767 )
...
* 📘 Tighten `NodeRequest`
* :blue: Add `AuthAgent` type
* ⚡ Add constants
* 📘 Namespace npm types
* 🧪 Set up `createAuthAgent`
* 🧪 Refactor helpers tests
* 🧪 Refactor endpoints tests
* ⚡ Refactor CNR helpers
* ⚡ Return promises in `packageModel`
* ⚡ Refactor endpoints
* ✏️ Restore naming
* ➕ Expose dependency `jest-mock`
* 📦 Update `package-lock.json`
* 📦 Update `package-lock.json`
* 👕 Fix lint
* 🚚 Rename namespace
* 🔥 Remove outdated comment
* 🐛 Fix `Promise` comparison
* ⏪ Undo `ResponseHelper` change
* ✏️ Document `ResponseError`
* 🎨 Fix formatting
2022-08-02 10:40:57 +02:00
Iván Ovejero
231cfaa24d
test: Fix telemetry tests ( #3804 )
...
* 🧪 Set telemetry env vars
* 🔥 Remove logging
* 🎨 Format with Prettier
2022-08-01 22:37:59 +02:00
Jan Oberhauser
8c7bc590ef
🔖 Release n8n@0.188.0
2022-07-27 15:41:38 +00:00
Jan Oberhauser
18e52129cb
⬆️ Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
2022-07-27 15:41:37 +00:00
Milorad FIlipović
3ebfa45570
refactor: Add Onboarding call prompts ( #3682 )
...
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡ ️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
2022-07-27 16:28:13 +02:00
कारतोफ्फेलस्क्रिप्ट™
2fb590e844
fix(core): Add windows support to import:credentials --separate ( #3589 )
2022-07-27 15:57:44 +02:00
agobrech
81b5828558
feat(Metabase Node): Add Metabase Node ( #3033 )
...
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* ⚡ Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607ad
.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607ad
.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* ⚡ Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-07-26 14:43:36 +02:00
Iván Ovejero
f9f05621a1
refactor: Upgrade to ESLint 8 ( #3722 )
...
* ⬆️ Upgrade to ESLint 8
* 📦 Update package-lock.json
* 👕 Add lint exceptions
* 👕 Add more lint exceptions
* ➖ Remove `tslint` from some packages
* 👕 Except init file
* 📦 Update `package-lock.json`
* 📦 Update `package-lock.json`
* 👕 Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-07-24 17:25:01 +02:00
Iván Ovejero
8be36c261b
refactor: Consolidate hoisted package versions ( #3724 )
...
* 📦 Consolidate hoisted package versions
* 📦 Update `package-lock.json`
* 📦 Update `package-lock.json`
* 📦 Update `package-lock.json`
2022-07-24 17:13:01 +02:00
Jan Oberhauser
1348349748
feat: Improvements to pairedItem
2022-07-22 12:19:45 +02:00