Pierre
67d876e559
✨ Addi an optional database field to redis ( #2634 )
2022-01-08 18:07:35 +01:00
Harshil Agrawal
878382be15
:zap; Add wait alias to Merge node ( #2633 )
2022-01-08 13:15:28 +01:00
Jan Oberhauser
e74caf4b0d
👕 Fix lint issue
2022-01-08 13:14:18 +01:00
Jonathan Bennetts
95542a5a8d
🐛 Fix iCalendar month bug ( #2644 )
2022-01-08 13:11:58 +01:00
Laurens
ac545b2573
✨ Add field AccountNumber to Salesforce Node ( #2649 )
2022-01-08 12:53:57 +01:00
m2scared
c129252d2b
🐛 Fix VUE_APP_PUBLIC_PATH issue ( #2648 )
...
VUE_APP_PUBLIC_PATH was not working on Linux after this commit.
2022-01-08 12:20:33 +01:00
Jan Oberhauser
6336158d55
👕 Fix lint issue
2022-01-08 11:47:24 +01:00
Jan Oberhauser
fb6c243edd
🔀 Merge branch 'Add-schema-registry-into-kafka' of https://github.com/rgeorgel/n8n into rgeorgel-Add-schema-registry-into-kafka
2022-01-08 10:55:55 +01:00
Iván Ovejero
77a05976ec
✨ Add MS Graph Security node ( #2307 )
...
* ✨ Create MS Graph Security node
* ⚡ General update
* 📦 Update package-lock.json
* 👕 Fix lint
* 🔥 Remove Reviewed field
* ⚡ Set max limit to 1000
* ⚡ Add limit to 1000 to second resource
2022-01-08 10:53:10 +01:00
Ricardo Espinoza
8e708f3d3d
✨ Add Supabase node ( #2549 )
...
* ✨ Supabase node
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Minor improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-01-08 10:36:07 +01:00
Iván Ovejero
5fec563c5c
⚡ i18n feedback refactorings ( #2597 )
...
* ⚡ Create endpoint for node credential translation
* ⚡ Add API helper method in FE
* 🔨 Add creds JSON files to tsconfig
* ⚡ Refactor credentials loading
* ⚡ Refactor calls in CredentialConfig
* ✏️ Add dummy translations
* ⚡ Split translations per node
* 🔥 Remove deprecated method
* ⚡ Refactor nesting in collections
* 🚚 Rename topParameter methods for accuracy
* ✏️ Fill out GitHub dummy cred
* 🚚 Clarify naming for collection utils
* ✏️ Fill out dummy translation
* 🔥 Remove surplus colons
* 🔥 Remove logging
* ⚡ Restore missing space
* 🔥 Remove lingering colon
* ⚡ Add path to InputLabel calls
* ✏️ Fill out dummy translations
* 🐛 Fix multipleValuesButtonText logic
* ⚡ Add sample properties to be deleted
* ⚡ Render deeply nested params
* 📦 Update package-lock.json
* 🔥 remove logging
* ✏️ Add dummy value to Slack translation
* ✏️ Add placeholder to dummy translation
* ⚡ Fix placeholder rendering for button text
* 👕 Fix lint
* 🔥 Remove outdated comment
* 🐛 Pass in missing arg for placeholder
* ✏️ Fill out Slack translation
* ⚡ Add explanatory comment
* ✏️ Fill out dummy translation
* ✏️ Update documentation
* 🔥 Remove broken link
* ✏️ Add pending functionality
* ✏️ Fix indentation
* 🐛 Fix method call in CredentialEdit
* ⚡ Implement eventTriggerDescription
* 🐛 Fix table-json-binary radio buttons
* ✏️ Clarify usage of eventTriggerDescription
* 🔥 Remove unneeded arg
* 🐛 Fix display in CodeEdit and TextEdit
* 🔥 Remove logging
* ✏️ Add translation for test cred options
* ✏️ Add test for separate file in same dir
* ✏️ Add test for versioned node
* ✏️ Add test for node in grouped dir
* ✏️ Add minor clarifications
* ✏️ Add nested collection test
* ✏️ Add pending functionality
* ⚡ Generalize collections handling
* 🚚 Rename helper to remove redundancy
* 🚚 Improve naming in helpers
* ✏️ Improve helpers documentation
* ✏️ Improve i18n methods documentation
* 🚚 Make endpoint naming consistent
* ✏️ Add final newlines
* ✏️ Clean up JSON examples
* ⚡ Reuse i18n method
* ⚡ Improve utils readability
* ⚡ Return early if cred translation exists
* 🔥 Remove dummy translations
2022-01-07 22:02:21 +01:00
Mutasem Aldmour
6a2db6d107
🐛 Fix personalisation bug ( #2652 )
...
* fix personlization bug
* fix translation issues
* fix suggested nodes
* update key
2022-01-07 20:41:28 +01:00
Jan Oberhauser
4cefe98992
✨ Make it possible to add transparency to an image
2022-01-07 18:39:30 +01:00
Jan Oberhauser
9d42a07a0b
🐛 Fix bug that two items get returned
2022-01-07 18:38:35 +01:00
Anuj Kapoor
214dd5061e
✨ Add Syncromsp node ( #2477 )
...
* Init Node
* Added get customer details api for syncomsp-node
* Fixed formatting bug 🐛
* Updated description for query params, and removed redundant condition in router
* Changed default value for page parameter
* 🚢 Added tickets API
* 🚢 Added contacts API
* 🚢 Added RMM Alerts API
* Add customer API
* Updates post code review
* Rename SyncroMspAPI.credentials.ts to SyncroMspApi.credentials.ts
* added create and delete method to customers module
* fix liniting issue
* Added Update method to customer module
* Code Review Changes
* 🚢 Added CRUD for contacts endpoint
* 🚢 Added CRUD for RMM Alert endpoint
* Added options for status field
* 🐛 fix linting issues
* Init Node
* Added get customer details api for syncomsp-node
* Fixed formatting bug 🐛
* Updated description for query params, and removed redundant condition in router
* Changed default value for page parameter
* 🚢 Added tickets API
* 🚢 Added contacts API
* 🚢 Added RMM Alerts API
* Updates post code review
* Add customer API
* added create and delete method to customers module
* fix liniting issue
* Added Update method to customer module
* Rename SyncroMspAPI.credentials.ts to SyncroMspApi.credentials.ts
* Code Review Changes
* 🚢 Added CRUD for contacts endpoint
* 🚢 Added CRUD for RMM Alert endpoint
* Added options for status field
* 🐛 fix linting issues
* 🚢 Added CRUD for ticket endpoint
* :tag: update get customer module
* :tag: update get customer module
* Minor bug fixes
* Changed response for ticket update
* 👕 Fix lint issue
* Alphabetically ordered all options
* 🐛 Fixed build issue
* 🐛 Fixed Server.ts build issue, rebased from master
* ⚡ Fix node issues
* ⚡ Fix more issues
* ⚡ Fixed all operations with the standard convention
* 👕 Fix lint
* Fix reviewed changes
* update border color
* ⚡ minor fixes
* minor fixes
* Added fallback when port in use
* ⚡ Minor Fixes
* ⚡ Hide addtional paramerts when return all is active
* ⚡ Fix issues with Tickets
* ⚡ Fix issues with Rmm
* ⚡ Fix issues with Customer
* 👕 Fix lint
* ⚡ Fix issues with Contact
* 👕 Fixed formatting issue
* ⚡ Return 404 in ID not found
* 👕 Fixed formatting issue
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Add credentials verification
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Additional improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-01-07 18:19:24 +01:00
Ahsan Virani
57016624b8
⚡ Improve telemetry ( #2604 )
...
* add node positions in node graph
* add hover events
* add tag count in save event
* populate properties when default
* fix delete and enable node events
* add node and workflow exec events
* lint
* add node graph
* add node id
2022-01-07 17:14:59 +01:00
Jan Oberhauser
df412e9523
🔖 Release n8n@0.157.1
2022-01-03 22:54:36 +01:00
Jan Oberhauser
9b520e77ff
⬆️ Set n8n-nodes-base@0.155.1 on n8n
2022-01-03 22:53:45 +01:00
Jan Oberhauser
75411212b2
🔖 Release n8n-nodes-base@0.155.1
2022-01-03 22:52:54 +01:00
Omar Ajoue
baa43c1e33
🐛 Fix execute commands after binary data release ( #2628 )
2022-01-03 22:49:44 +01:00
Ahsan Virani
224ef736de
🐛 Binary data handling fixes ( #2629 )
...
* Update node airtable
* Update nodenextcloud
* Update node spreadsheet
* Update node cortex, dropbox, editImage nodes
* Update node emailSend
* Update node ftp
* Update node googleDrive
* Update node googleDrive fix
* Update node youtube
* Update node htmlExtract
* Update node linkedIn
* Update node mailgun
* Update node matrix
* Update node pipedrive
* Update node readPdf
* Update node facebookGraphApi
* Update node httpRequest
* Update node nocoDB
* Update node httpRequest, respondToWebhook
* Update node signi4
* Update node slack
* Update node zulip
* cleanup
* fix generic funcs
* 🐛 Fix EditImage Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-01-03 22:42:42 +01:00
Jan Oberhauser
aff93480d4
🔖 Release n8n@0.157.0
2022-01-02 09:47:14 +00:00
Jan Oberhauser
86578cf32f
⬆️ Set n8n-core@0.99.0, n8n-editor-ui@0.124.0 and n8n-nodes-base@0.155.0 on n8n
2022-01-02 09:47:13 +00:00
Jan Oberhauser
a3dae4e640
🔖 Release n8n-editor-ui@0.124.0
2022-01-02 09:46:01 +00:00
Jan Oberhauser
0ef77bae98
🔖 Release n8n-nodes-base@0.155.0
2022-01-02 09:45:20 +00:00
Jan Oberhauser
7861883afb
⬆️ Set n8n-core@0.99.0 on n8n-nodes-base
2022-01-02 09:45:19 +00:00
Jan Oberhauser
cf1173da10
🔖 Release n8n-node-dev@0.38.0
2022-01-02 09:45:09 +00:00
Jan Oberhauser
0a7693d050
⬆️ Set n8n-core@0.99.0 on n8n-node-dev
2022-01-02 09:45:09 +00:00
Jan Oberhauser
ca0ccad578
🔖 Release n8n-core@0.99.0
2022-01-02 09:45:00 +00:00
Jan Oberhauser
6d0a4d2132
⚡ Always stringify data of Function-Nodes ( #2606 )
...
* ⚡ Always stringify data of Function-Nodes
* ⚡ Fix lint issue and fix data
2022-01-02 10:33:15 +01:00
Iván Ovejero
815e405148
🐛 Fix number suffix in duplicate node ( #2602 )
...
* 🐛 Fix number suffix in duplicate node
* 🔥 Remove logging
2022-01-02 10:31:06 +01:00
Harshil Agrawal
77970d85f0
⚡ Add codex files for Figma and Workable ( #2623 )
2022-01-02 10:21:49 +01:00
Jan Oberhauser
4cb52c710f
⚡ Fix parameter "Ignore Bots" parameter order
2022-01-02 10:20:12 +01:00
Jan Oberhauser
eeccc69b4f
🔀 Merge branch 'ignore-bots' of https://github.com/pemontto/n8n into pemontto-ignore-bots
2022-01-01 23:15:10 +01:00
Anuj Kapoor
5c11eb5230
🐛 Fix digest-auth ( #2577 )
...
* 🚢 Added digest-header package to get auth
* ⚡ Fix type issue and digest auth header request
* ⚡ Removed auth details from first request
* Added diest to authorization header
* ⚡ fixed typo in url
* ⚡ Removed broken package and addded auth implimentation
* ⚡ Added check for www header
* 👕 Moved digestAuth to a specific function
* 👕 Code restructuring
* ⚡ Added seperate promise for digest-auth
* 👕 Fix formatting
* 👕 renamed digestPromise to axiosPromise
* 👕 Removed redundant silce function
2021-12-30 07:58:45 +01:00
Ricardo Espinoza
755af2e41f
✨ Add engagement resource - Hubspot Node ( #2615 )
...
* ⚡ Add engagement resource
* ⚡ Improvements
* 🐛 Fix forObjectType:contact
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-29 23:36:25 +01:00
Ricardo Espinoza
7a8425a152
✨ Add Notion node V2 ( #2437 )
...
* ⚡ Add versioning
* ⚡ Add credentials verification
* ⚡ Add folmula filtering
* ⚡ Add file support
* ⚡ Apply internal review
* ⚡ Improvements
* ⚡ Add page updated event to trigger
* ⚡ Use name instead of id when setting expression in select type
* ⚡ improvements
* ⚡ Improvements
* ⚡ Improvement to descriptions
* ⚡ Add filter to databasePage:getAll
* ⚡ Improvements
* ⚡ Add database:search operation
* ⚡ Add page:archive operation
* ⚡ Allow clearing fields date type
* ⚡ Allow setting single value in people type field
* asasas
* asasas
* aaaaa
* ⚡ Improvements
* ⚡ Fix merging issues
* 🐛 Fix filename
* ⚡ Minor fix
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-29 23:23:22 +01:00
Jan Oberhauser
aab5f5ddab
🔖 Release n8n@0.156.0
2021-12-25 13:19:52 +00:00
Jan Oberhauser
e2a44770b8
⬆️ Set n8n-core@0.98.0, n8n-editor-ui@0.123.0, n8n-nodes-base@0.154.0 and n8n-workflow@0.81.0 on n8n
2021-12-25 13:19:52 +00:00
Jan Oberhauser
bef05d2c9d
🔖 Release n8n-editor-ui@0.123.0
2021-12-25 13:18:31 +00:00
Jan Oberhauser
b7be337933
⬆️ Set n8n-workflow@0.81.0 on n8n-editor-ui
2021-12-25 13:18:31 +00:00
Jan Oberhauser
f25af2a7bd
🔖 Release n8n-nodes-base@0.154.0
2021-12-25 13:17:56 +00:00
Jan Oberhauser
1612549d13
⬆️ Set n8n-core@0.98.0 and n8n-workflow@0.81.0 on n8n-nodes-base
2021-12-25 13:17:56 +00:00
Jan Oberhauser
4c8772e0ea
🔖 Release n8n-node-dev@0.37.0
2021-12-25 13:17:45 +00:00
Jan Oberhauser
64ff8f9697
⬆️ Set n8n-core@0.98.0 and n8n-workflow@0.81.0 on n8n-node-dev
2021-12-25 13:17:45 +00:00
Jan Oberhauser
9a8e0d0dd7
🔖 Release n8n-core@0.98.0
2021-12-25 13:17:36 +00:00
Jan Oberhauser
18599323eb
⬆️ Set n8n-workflow@0.81.0 on n8n-core
2021-12-25 13:17:36 +00:00
Jan Oberhauser
63de319035
🔖 Release n8n-workflow@0.81.0
2021-12-25 13:17:26 +00:00
Jan Oberhauser
2996d5d1e8
👕 Fix lint issue
2021-12-25 13:51:42 +01:00
Vahid Sebto
8f9dbb7163
⚡ Add executionId workflow.postExecute external hook ( #2569 )
...
Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
2021-12-25 13:42:17 +01:00
Jan Oberhauser
9493d72c21
⚡ Minor improvement
2021-12-25 11:35:53 +01:00
Jan Oberhauser
79dd8c1adf
🔀 Merge branch 'patch-1' of https://github.com/toadle/n8n into toadle-patch-1
2021-12-25 11:27:50 +01:00
Iván Ovejero
26eac80d49
⚡ Parse single-line private key for Google service account ( #2132 )
...
* ⚡ Parse single-line private key
* ✏️ Update description and placeholder
* ⚡ Some improvements
Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-24 16:12:18 +01:00
Manuel
231c760ef5
⚡ Add missing gitlab trigger event types ( #2591 )
...
See issue #2590
2021-12-24 11:37:24 +01:00
Jan Oberhauser
185bc04436
⚡ Automatically remove new lines from Google credentials
2021-12-24 10:48:23 +01:00
Jan Oberhauser
205ae0986f
🐛 Display correct expression result for not first output data
2021-12-24 10:10:13 +01:00
Jan Oberhauser
48f0f71f95
✨ Make it possible to disable the UI
2021-12-24 07:59:14 +01:00
Ahsan Virani
1e42effc3a
✨ Introduce binary data management ( #2059 )
...
* introduce binary data management
* merge fixes
* fixes
* init binary data manager for other modes
* improve binary manager
* improve binary manager
* delete binary data on executions delete
* lazy delete non-saved executions binary data
* merge fixes + error handing
* improve structure
* leftovers and cleanups
* formatting
* fix config description
* fixes
* fix races
* duplicate binary data for execute workflow node
* clean up and cr
* update mode name, add binary mode to diagnostics
* update mode name, add prefix to filename
* update filename
* allow multiple modes, backward compatibility
* improve file and id naming
* use execution id for binary data storage
* delete binary data by execution id
* add meta for persisted binary data
* delete marked persisted files
* mark deletion by executionid
* add env var for persisted binary data ttl
* improvements
* lint fix
* fix env var description
* cleanup
* cleanup
* ⚡ Minor improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-23 22:29:04 +01:00
Omar Ajoue
416e15cdb6
⚡ Improve axios output to be more identical to request ( #2588 )
2021-12-23 21:20:50 +01:00
Jan Oberhauser
aecb30dfa8
🔀 Merge branch 'arpadgabor-feat/monaco'
2021-12-23 21:00:54 +01:00
Jan Oberhauser
b4f2251bcb
⚡ Improvements
2021-12-23 21:00:08 +01:00
Jan Oberhauser
395f8ed5b5
🐛 Add support for data from not first output data
2021-12-23 19:11:14 +01:00
Jan Oberhauser
85be1223e9
⚡ Further improve default types
2021-12-23 18:15:40 +01:00
Jan Oberhauser
cc4f16f419
⚡ Improve default types if there is not execution data
2021-12-23 18:13:25 +01:00
Jan Oberhauser
4ab7257c2b
🐛 Fix issue with comments in last line
2021-12-23 18:02:32 +01:00
Tim Adler
88fd0078f5
Expose functionality for update
2021-12-23 17:46:46 +01:00
Tim Adler
7843c59ab4
Add functionality back to Node
2021-12-23 17:45:30 +01:00
Jan Oberhauser
b9abf5c57b
🐛 Fix issue with no incoming data
2021-12-23 15:54:30 +01:00
Jan Oberhauser
0f1b8779e4
⚡ Add line numbers to errors
2021-12-23 15:16:42 +01:00
Jan Oberhauser
96a112f01d
⚡ Fix lint issue and comparison
2021-12-23 13:49:09 +01:00
Jan Oberhauser
49f42b97ef
🔀 Merge branch 'kitemaker-add-spaceid-to-create-workitem' of https://github.com/l4u/n8n into l4u-kitemaker-add-spaceid-to-create-workitem
2021-12-23 13:32:03 +01:00
Iván Ovejero
2b74b6238e
⚡ Deprecate step size and node color ( #2586 )
...
* 🔥 Deprecate numberStepSize
* 🔥 Deprecate color in non-FA nodes
* ⚡ Minor node name fixes
* 📦 Update package-lock.json
* ⏪ Restore Merge node color
* 👕 Fix lint
2021-12-23 13:30:35 +01:00
Iván Ovejero
0ce26d48e0
⚡ Minor i18n fixes ( #2585 )
...
* ⚡ Make subcategory render keys consistent
* ⚡ Add missing or key
* ⚡ Fix default text for multiple value button
* ⚡ Simplify subcategory extraction
2021-12-23 12:21:27 +01:00
Jan Oberhauser
fa760ee26b
⚡ Improve autocomplete and a few other changes
2021-12-23 11:41:46 +01:00
Tim Adler
94f79f9a61
Expose pleaseParse-functionality in n8n interface
2021-12-22 22:22:13 +01:00
Jan Oberhauser
27f696ad27
🔀 Merge branch 'master' into arpadgabor-feat/monaco
2021-12-22 07:46:16 +01:00
Ricardo Espinoza
cbe2fc2210
⚡ Add Google native files support to file:download - Google Drive ( #2372 )
...
* ⚡ Add Google native files support to file:download
* ⚡ Small fix
* ⚡ Improvements
* ⚡ Fix lint issue
* ⚡ Improvements
* ⚡ Remove console.log
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-21 23:36:37 +01:00
Leo Lou
902a75bd18
Add SpaceID in Create Work Item for Kitemaker
2021-12-21 08:41:42 +08:00
Jan Oberhauser
cd3ea6a33f
⚡ Fix theme name
2021-12-20 23:52:19 +01:00
Jan Oberhauser
c62225c866
⚡ Fix syntax error and disable minimap
2021-12-20 23:51:04 +01:00
Jan Oberhauser
291c5154c6
⚡ Change background color and add $json autocomplete
2021-12-20 23:41:45 +01:00
Jan Oberhauser
76fcc0ba42
🔀 Merge branch 'master' into arpadgabor-feat/monaco
2021-12-20 22:47:06 +01:00
Jan Oberhauser
d126933947
🔖 Release n8n@0.155.2
2021-12-20 17:23:49 +01:00
Jan Oberhauser
eb9191b5e3
⬆️ Set n8n-editor-ui@0.122.1 on n8n
2021-12-20 17:23:17 +01:00
Jan Oberhauser
03633eb185
🔖 Release n8n-editor-ui@0.122.1
2021-12-20 17:22:21 +01:00
Jan Oberhauser
d454ae2b12
🐛 Fix syntax that it displays correctly
2021-12-20 17:18:28 +01:00
Iván Ovejero
fdcfead9cf
⚡ Add missing integrated key
2021-12-20 15:46:30 +01:00
Iván Ovejero
23e4a9f625
⚡ Deprecate number formatting
...
This was a minor convenience feature but out of scope for MVP. Needs refactoring for future usage in plugin.
2021-12-20 15:32:22 +01:00
Iván Ovejero
f0bc2eb86e
⚡ Add missing method call
2021-12-20 15:30:27 +01:00
Iván Ovejero
b1a629ead0
⚡ Add missing webhook key
2021-12-20 15:30:07 +01:00
Jan Oberhauser
de971de27a
👕 Fix lint issue
2021-12-19 14:38:51 +01:00
Jan Oberhauser
7a5c41fe1a
🔖 Release n8n@0.155.1
2021-12-19 14:23:59 +01:00
Jan Oberhauser
6fd4c700e8
⬆️ Set n8n-core@0.97.0, n8n-editor-ui@0.122.0, n8n-nodes-base@0.153.0 and n8n-workflow@0.80.0 on n8n
2021-12-19 14:23:14 +01:00
Jan Oberhauser
6af782d786
🔖 Release n8n-editor-ui@0.122.0
2021-12-19 14:20:17 +01:00
Jan Oberhauser
33f6d36d57
⬆️ Set n8n-workflow@0.80.0 on n8n-editor-ui
2021-12-19 14:18:34 +01:00
Jan Oberhauser
8904a6218e
🔖 Release n8n-nodes-base@0.153.0
2021-12-19 14:17:23 +01:00
Jan Oberhauser
a90ab4d489
⬆️ Set n8n-core@0.97.0 and n8n-workflow@0.80.0 on n8n-nodes-base
2021-12-19 14:16:49 +01:00
Jan Oberhauser
1a3131b8b0
🔖 Release n8n-core@0.97.0
2021-12-19 14:15:14 +01:00
Jan Oberhauser
586bbc2966
⬆️ Set n8n-workflow@0.80.0 on n8n-core
2021-12-19 14:14:52 +01:00
Jan Oberhauser
9b1c65cc62
🔖 Release n8n-workflow@0.80.0
2021-12-19 14:13:22 +01:00
Jan Oberhauser
1057f865fc
🔖 Release n8n@0.155.0
2021-12-19 13:05:05 +00:00
Jan Oberhauser
a5b9bd4a16
⬆️ Set n8n-nodes-base@0.152.0 on n8n
2021-12-19 13:05:05 +00:00
Jan Oberhauser
1417b0aae1
🔖 Release n8n-nodes-base@0.152.0
2021-12-19 13:04:26 +00:00
Jan Oberhauser
4d15cb46a8
⚡ Remove Mattermost translation dummy data
2021-12-19 13:54:53 +01:00
Jan Oberhauser
5f6e9767c9
🔀 Merge branch 'master' into i18n-v2
2021-12-19 13:52:04 +01:00
Jan Oberhauser
c2f81d9137
🔖 Release n8n@0.154.0
2021-12-19 12:44:47 +00:00
Jan Oberhauser
fa2a2119f1
⬆️ Set n8n-editor-ui@0.121.0 and n8n-nodes-base@0.151.0 on n8n
2021-12-19 12:44:47 +00:00
Jan Oberhauser
3329d6f902
🔖 Release n8n-editor-ui@0.121.0
2021-12-19 12:44:09 +00:00
Jan Oberhauser
f1ab0b055f
🔖 Release n8n-nodes-base@0.151.0
2021-12-19 12:43:34 +00:00
Oliver Trajceski
11c49b9327
🐛 Fix UpdatedPanel not closing ( #2563 )
2021-12-19 12:50:02 +01:00
Лебедев Иван
6a2d970ea8
🐛 Fix due_datetime formatting on Todoist ( #2491 )
...
* Fixed due_datetime formatting
Signed-off-by: Ivan Lebedev <lisgml@gmail.com>
* Option to specify due_string language
Signed-off-by: Ivan Lebedev <lisgml@gmail.com>
* Removed debug imports
Signed-off-by: Ivan Lebedev <lisgml@gmail.com>
2021-12-19 12:41:19 +01:00
Elvina Valieva
d6c7528420
✨ Add support for backspace ( #2551 )
2021-12-19 12:35:06 +01:00
Mutasem Aldmour
df1a0f3c44
🐛 Prevent clicks bubbling to main view ( #2580 )
2021-12-19 12:27:48 +01:00
Iván Ovejero
0f1377d68f
🔥 Remove dummy translations
2021-12-17 12:53:49 +01:00
Iván Ovejero
bc8bd19e9c
🐛 Fix number-formatting call
2021-12-17 12:15:38 +01:00
Iván Ovejero
d2855c1d7e
🔥 Remove unneeded colon
2021-12-16 18:20:48 +01:00
Iván Ovejero
07e0236996
🐛 Fix typo in method call
2021-12-16 17:31:57 +01:00
Iván Ovejero
8a27a781c2
🔥 Remove unneeded parens
2021-12-16 17:25:44 +01:00
Iván Ovejero
8dfd51a9d6
🔥 Remove node color in settings
2021-12-16 17:15:39 +01:00
Iván Ovejero
a54acf8681
🐛 Add missing text for chooseOrCreateATag
2021-12-16 16:53:56 +01:00
Iván Ovejero
f6ddb61dcf
🐛 Fix node not found text
2021-12-16 16:48:50 +01:00
Iván Ovejero
a1cddb33a3
🐛 Fix save label in workflow settings
2021-12-16 16:47:59 +01:00
Iván Ovejero
b8637c833d
🐛 Fix typo in method call
2021-12-16 11:12:40 +01:00
Mohammed Huzaif
e505eea1bd
⚡ Add user agent field to Plivo-Node ( #2572 )
2021-12-15 22:07:25 +01:00
Iván Ovejero
beb2e9d274
⚡ Fix README image links
2021-12-15 13:19:59 +01:00
Iván Ovejero
b89543ddbd
🚚 Relocate i18n README
2021-12-15 13:17:03 +01:00
Iván Ovejero
1d991824d1
🚚 Rename $i to $locale
2021-12-15 13:16:53 +01:00
Iván Ovejero
b2fe3801a6
🔀 Merge survey fix
2021-12-15 13:08:09 +01:00
Iván Ovejero
121898dd45
🔀 Merge master
2021-12-15 13:01:29 +01:00
Iván Ovejero
9f5f32ea87
🐛 Fix personalization survey merge
2021-12-15 12:59:41 +01:00
Harshil Agrawal
a479f4f084
⚡ Add codex files ( #2566 )
2021-12-14 23:16:37 +01:00
Iván Ovejero
c33cd0de3f
🔀 Merge master
2021-12-13 09:50:26 +01:00
Jan Oberhauser
984a7a5301
🔖 Release n8n@0.153.0
2021-12-11 18:44:46 +00:00
Jan Oberhauser
b2023c389a
⬆️ Set n8n-editor-ui@0.120.0 and n8n-nodes-base@0.150.0 on n8n
2021-12-11 18:44:46 +00:00
Jan Oberhauser
351922992f
🔖 Release n8n-editor-ui@0.120.0
2021-12-11 18:44:09 +00:00
Jan Oberhauser
2e15952718
⬆️ Set n8n-design-system@0.9.0 on n8n-editor-ui
2021-12-11 18:44:08 +00:00
Jan Oberhauser
7563e46f96
🔖 Release n8n-design-system@0.9.0
2021-12-11 18:44:00 +00:00
Jan Oberhauser
fdb0f36fa5
🔖 Release n8n-nodes-base@0.150.0
2021-12-11 18:43:19 +00:00
Jan Oberhauser
dd01ceaca8
🐛 Fix bug ApiTemplate pdf create bug
2021-12-11 19:41:36 +01:00
Jan Oberhauser
4996939268
🐛 Fix issue with queue mode and missing wait-webhook data
2021-12-11 19:24:09 +01:00
Jan Oberhauser
0eab23dcd3
🐛 Fix missing execution id with queue-mode
2021-12-11 18:28:23 +01:00
Jonathan Bennetts
b4469eee33
✨ Add Social Profiles to OneSimpleAPI ( #2459 )
...
* Added Instagram Profile and Spotify Artist Profile to OneSimpleAPI
* Changed to tabs
2021-12-11 18:01:43 +01:00
Jan Oberhauser
6bc5a0eb42
🔀 Merge branch 'ha-load-options' of https://github.com/pemontto/n8n into pemontto-ha-load-options
2021-12-11 17:54:20 +01:00
mhuysamen
77cc38abdd
🐛 Fix Reporter field for Jira Server ( #2486 )
2021-12-11 17:47:35 +01:00
Anuj Kapoor
32dc10f289
🐛 Return correct exit code on node version conflict ( #2526 )
2021-12-11 17:41:18 +01:00
Oliver Trajceski
42742de876
⚡ Add Value Survey ( #2499 )
...
* N8N-2619 Value Survey Front-end
* N8N-2619 Added Contact Prompt Modal and logic
* N8N-2619 Added Link to Toast Message on Successful submitting ValueSurvey
* N8N-2619 Updated TypeForm URL in ValueSurvey Success Toast
* N8N-2619 Fixed Typo placeholder for ValueSurvey and ContactPrompt Modal
* N8N-2619 Fixed Toast not close automatically in ValueSurvey, Make part of the title bold, Changed Font-sizes on Value Survey
* N8N-2619 Fixed Close Button on ValueSurvey, Vertical Allignment for Questions in ValueSurvey Drawer
* N8N-2619 Make Value Survey with static height
* N8N-2619 Fixed Telemetry Events on closing ValueSurvey
* N8N-2619 Updated N8NPrompt Interface, Added Dynamic Title and Description on ContactPrompt Modal
* N8N-2619 Reversed Answers in ValueSurveyModal
* N8N-2619 Added Telemetry Event on user close ValueSurvey on second Question
* N8N-2619 Re-work, Optimized, Simplify the code after technical review
* N8N-2619 Fixed If else statement in openUserPromptsIfPossible
* N8N-2619 Change Text under Email Box - ValueSurvey, ContactPrompt, Added new Telemetary Event on ValueSurvey Open, Fixed Toast to close aftet 15s
* N8N-2619 Change ContactPrompt Modal to use Atoms like N8N-Heading and N8N-Text
* N8N-2619 Change Design & Logic on ValueSurvey - When to open
* N8N-2619 Updated Value Survey with new Telemetry Events (Refactor), Simplified functions, Added Atoms in ValueSurvey + ContactPrompt
* N8N-2619 Refactor in Interfaces, Updated/Refactor Getters and Vuex store props
* N8N-2619 Defined IN8nValueSurveyData interface
* N8N-2619 Disabled Keyboard shortcuts to be activated on typing in ValueSurvey Input field, Fire an event on Saving WF from Menu and with shorcut, Make Drawer keep-alive
* N8N-2619 Added Atoms in Value Survey Modal (buttons), Rework css
* N8N-2619 Added Responses on ValueSurvey Submit
* N8N-2619 Added Response for SubmittingContactInfo
* N8N-2619 Added loading state for buttons / ValueSurvey
* N8N-2619 Changed ValueSurvey and ContactPrompt to support enter key on submit, Simplifed closeDialog Function, Changed css for button in ValueSurvey, Prevent showing the Modals if Saving WF fails, Add Debouncing on showing prompt
* N8N-2619 Added IsTelemetryEnabled Getter in Vuex.store
* N8N-2619 Created/Added N8N-SquareButton to Design-system
* N8N-2619 Change Promise in MainSideBar with Async/Await function, Nitpick simpliefied
* N8N-2619 Update the text under the input fields
* N8N-2619 Update the text in ContactPrompt Modal
* N8N-2619 Allign Send button on ValueSurvey Modal
* N8N-2619 Fixed Input in ValueSurvey Modal
* N8N-2619 Check if the workflow is saving
* N8N-2619 Check if WF is saving to allowed performs fetchPromptsData
* N8N-2619 Hotfix
* N8N-2619 Fixed ValueSurvey, Updated onSaveButtonClick function, Created onSaveKeyboardShortcut function in NodeView
* N8N-2619 Rework css module classes for ValueSurvey, Simplified
* N8N-2619 Simplified N8N-SquareButton Component, removed dead code
* N8N-2619 Added Breakpoints for Mobile/Tablet View
* N8N-2619 Formatting fix
* N8N-2619 Update css for mobile/tablet, change promises to asyn/await functions in ContactPrompt and ValueSurvey, Added isActive prop to ValueSurvey
* N8N-2619 Update TEMPLATE_BASE_URL to production
2021-12-11 17:38:16 +01:00
Jan Oberhauser
66745033e6
⚡ Do not error even if no contacts found
2021-12-11 17:08:45 +01:00
Ricardo Espinoza
556e8e9417
✨ Add query support to people:getAll - Google Contacts ( #2552 )
...
* Add query support to people:getAll
* ⚡ Fix typo
2021-12-11 17:00:47 +01:00
Ricardo Espinoza
4adb9b83c5
⚡ Add scope to PagerDuty ( #2539 )
2021-12-11 10:36:51 +01:00
Jascha Lülsdorf
76d79a6256
🐛 Fix typo in Saleforce Node ( #2534 )
2021-12-11 10:30:20 +01:00