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
8f0342df54
🔀 Merge branch 'rgeorgel-Add-schema-registry-into-kafka'
2022-01-08 11:47:45 +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
1d4da56ffa
⬆️ Update package-lock.json file
2022-01-02 10:44:33 +01: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
2d33848637
🔀 Merge branch 'pemontto-ignore-bots'
2022-01-02 10:20:39 +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
4af8a5c24d
⬆️ Update package-lock.json file
2021-12-25 14:12:21 +01:00