pemontto
c7e73d757a
✨ Add File->List to GitHub node ( #2752 )
...
* 🐛 Don't extract binary from Github directory
* ✨ Add file list operation
2022-02-04 20:18:30 +01:00
Iván Ovejero
fc550ecbcb
⚡ Remove fibers
to support Node LTS 16 ( #2672 )
...
* 🔥 Remove fibers lib
* 📦 Update package-lock.json
* 📦 Update package-lock.json
* ✏️ Mention recommended version
* ⚡ Update node version in Docker images
* ⬆️ bump uuid and flatted
* 📦 Update package-lock.json
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-02-04 19:13:26 +01:00
Jan Oberhauser
2cc1f58f46
🐛 Fix issue that XML node changes incoming data #2762
2022-02-04 12:16:34 +01:00
Jan Oberhauser
27ef313c7c
🔖 Release n8n-nodes-base@0.159.0
2022-01-30 14:07:46 +00:00
Jan Oberhauser
d167a930e4
⬆️ Set n8n-core@0.103.0 and n8n-workflow@0.85.0 on n8n-nodes-base
2022-01-30 14:07:45 +00:00
Ricardo Espinoza
3cde6bd426
🐛 Fix issue getting binary data when filesystem mode is used - Move Binary Data ( #2727 )
...
* 🐛 Fix issue getting binary data when filesystem mode is used
* ⚡ Simplifications
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-01-28 08:46:30 +01:00
Cornelius Suermann
48b2a0b857
✏️ Markdowm -> Markdown; Closes #N8N-2893 ( #2728 )
2022-01-28 08:32:24 +01:00
Michael Kret
6d6f3acd97
✨ Add parameter hints for node parameters N8N-2841 ( #2704 )
...
* 🔨 base functionality done
* :fix: changes accordingly to review
* :fix: replaced div with n8n-text
* :fix: return wrong deleted color variable
* add mock examples for testing
* add slack node test param
* 🔨 changed font size of hint, added top margin
* 🔨 updated comments and function name
* 🔨 updated parameterHint to hint
* 🔨 updated text color, set compact to true, changed inputLabelHint to hint
* 🔨 updated components styles
* 🔨 replaced mini with xsmall
* :fix: fixed line height
* :fix: changed line height to 1.25
* :hummer: removed mock data
* 🔨 changed xsmall line-height
* ⚡ update to merge hint
Co-authored-by: Mutasem <mutdmour@gmail.com>
2022-01-28 07:55:25 +01:00
Ricardo Espinoza
9639742cc6
🐛 Keep BCC headers when sending email - Gmail node ( #2721 )
...
* 🐛 Keep BCC headers when sending email
* ⚡ Fix typo
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-01-27 21:25:32 +01:00
Jan Oberhauser
d22c0deea4
⚡ ERPNext do not error if no data found
2022-01-24 17:20:27 +01:00
fabian wohlgemuth
daf91a1228
⚡ Change "name" to "id" in label and description of Airtable nodes ( #2719 )
...
* Changing "name of table" to "id of table"
* Change "name of table" to "id of table" in trigger node
* Change displayName from Table to Table ID
2022-01-24 17:01:44 +01:00
Jan Oberhauser
19af1de3a0
🔖 Release n8n-nodes-base@0.158.0
2022-01-22 17:56:44 +00:00
Jan Oberhauser
06157f5f6b
⬆️ Set n8n-core@0.102.0 and n8n-workflow@0.84.0 on n8n-nodes-base
2022-01-22 17:56:44 +00:00
Jan Oberhauser
bbf3c4c004
⚡ Fix name of BambooHR node
2022-01-22 18:48:58 +01:00
Oliver Trajceski
8cefafa47d
✨ Add BambooHR Node ( #2471 )
...
* Feature // Created BambooHR Node, Init Simple Api Calls for Employees
* BambooHR Added EmployeesFiles, CompanyFiles API Operations
* BambooHR / Refactor the code
* Bamboo HR Node // Refactor + Optimization of Employee Api Requests
* Bamboo HR Node // Refactor + Optimization of EmployeeFiles Api Requests
* Bamboo HR Node // Refactor + Optimization of CompanyFiles Api Requests
* Bamboo HR Node // Add Reports - Get Reports by ID
* Bamboo HR Node // Format BambooAPI Credential files
* Bamboo HR Node // Added Account Information API operations
* Bamboo HR Node //Add Https Reposnse Code for All API Operations, Implement new Http Helper
* Bamboo HR Node // Added Tabular Data Api Operations
* Bamboo HR Node // Added Time Off Api Operations
* Bamboo HR Node //Fixed bugs for AccountInformation Operation, Uploading Employees File, TimeOff EstimationTime
* Bamboo HR Node // Update AccountInformation - UpdateFields Api operation
* Bamboo HR Node //Fixed Add and Update Table rows // Tabular Data API Operations
* Update AccountInformation - Added TimeOff Operations - Get Requests, Create Request, Create History Item, Fixed Get Types
* Bamboo HR Node // Fixed Adjust Time - TimeOff API Operation, Wrote comments, Finished TimeOff Api Operations
* Bamboo HR Node // Add Multi choice Property for Employee Operations, Expand and Add new Optional Fields for Creating and Updating Employee, Write Comments, Fixed Employee API operations
* Bamboo HR Node // Add Multi choice Property + Update Fields and Write Comments for Employee Files & Company Files & Reports Acc Info API Operation
* N8N-2603 Move Company Name Prop to Credentials, Changed Execution Function
* N8N-2603 Obtain Employee ID and bind to the response after create an employee, Refactor GetDirectoy to GetAll + update the output of the response
* N8N-2603 Refactor, Added ID in responses, Added Pagination to some operations
* N8N-2603 Refactor Employee Files to Employee File
* N8N-2603 Refactor CompanyFiles to Company File, Refactor CompanyFile:Create -> CompanyFile:addCategory
* N8N-2603 Refactor employeeFile:create -> employeeFile:addCategory, Get rid off Account Information resources
* N8N-2603 EmployeeFile:Update -> Change ShareWithEmployee Parameter to be boolean
* N8N-2603 CompanyFIle:update -> Change shareWithCompany prop to boolean
* N8N-2603 Added Load Options for getTimeOffTypeId, Rename AdditionalFields to UpdateFields
* N8N-2603 Updated Logo and Border
* N8N-2603 Refactor Employees to Employee
* N8N-2603 Linter Fixes
* N8N-2603 Refactor EmployeeFile:get -> EmployeeFile:download, CompanyFile:get -> CompanyFile:download
* N8N-2603 Linter fix
* N8N-2603 Linter Fixes
* N8N-2603 Hotfix
* N8N-2603 Fixed EmployeeFile:Download
* N8N-2603 Updated Assertion
* N8N-2603 Remove unnecesary description, optimized code, created separate loadOptions file
* N8N-2603 Added Download Function for CompanyFile operation
* N8N-2603 Added DateTime Fields instead of string, Removed Color prop from Node
* N8N-2603 Refactor Del to Delete
* N8N-2603 Added Upload Employ File Operation
* N8N-2603 Updated Possible Types of the Request
* N8N-2603 Fixed Linter Errors
* N8N-2603 Hotfix Upload Employee File Description
* N8N-2603 Added options to download the report
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Simplify node
* ⚡ Fix linting issue
* ⚡ Improvements
* ⚡ Fix returned mimeType
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-01-22 10:46:13 +01:00
Mutasem Aldmour
49bf786e5b
✨ Improve workflow activation ( #2692 )
...
* feat: activator disabled based on thiggers
* feat: tooltip over inactive switch
* feat: message for trigger types
* feat: deactivate on save if trigger is removed
* chore: refactor executions modal
* feat: calculate service name if possible
* feat: alert on activation
* chore: fix linting
* feat: always enable activator when active
* fix: adjust the alert
* feat: take disabled state into account
* feat: automatically save on activation
* feat: rely on nodes name and edit messages
* feat: isolate state for each activator instance
* feat: create activation modal component
* feat: activationModal checkbox and trigger message
* feat: add activation messages to node config
* chore: style activation modal
* chore: style fixes
* feat: refactor disabled state
* chore: refactor modal
* chore: refactor modal
* chore: tidy the node config
* chore: refactor and styling tweaks
* chore: minor fixes
* fix: check webhooks from ui nodes
* chore: remove saving prompt
* chore: explicit current workflow evaluation
* feat: add settings link to activation modal
* fix: immediately load executions on render
* feat: exclude error trigger from trigger nodes
* chore: add i18n keys
* fix: check localstorage more strictly
* fix: handle refresh in execution list
* remove unnessary event
* remove comment
* fix closing executions modal bugs
* update closing
* update translation key
* fix translation keys
* fix modal closing
* fix closing
* fix drawer closing
* close all modals when opening executions
* update key
* close all modals when opening workflow or new page
* delete unnessary comment
* clean up import
* clean up unnessary initial data
* clean up activator impl
* rewrite
* fix open modal bug
* simply remove error
* refactor activation logic
* fix i18n and such
* remove changes
* revert saving changes
* Revert "revert saving changes"
25c29d1055
* add translation
* fix new workflows saving
* clean up modal impl
* clean up impl
* refactor common code out
* remove active changes from saving
* refactor differently
* revert unnessary change
* set dirty false
* fix i18n bug
* avoid opening two modals
* fix tooltips
* add comment
* address other comments
* address comments
Co-authored-by: saintsebastian <tilitidam@gmail.com>
2022-01-21 18:00:00 +01:00
Jonathan Bennetts
a9cef48048
🐛 Fix Get New Releases Operation ( #2560 )
...
Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
2022-01-21 14:25:37 +01:00
Jan Oberhauser
4c029e5401
🐛 Fix issue with not returning more than 1000 items
2022-01-21 14:10:30 +01:00
Jan Oberhauser
1566dafb3e
🐛 Make sure that header keys are always lower case #2663
2022-01-21 10:55:19 +01:00
Tom
55139a4e6c
🐛 OneDrive: Fix pagination ( #2706 )
2022-01-21 10:46:33 +01:00
Ricardo Espinoza
9fc1d16e7c
🐛 Fix issue with pagination - Mautic node ( #2686 )
2022-01-21 10:42:14 +01:00
Omar Ajoue
2e57d86fd6
⚡ Change the place where output format is made ( #2506 )
...
The router file now correctly returns a `INodeExecutionData[][]`
instead of a simple `INodeExecutionData[]` forcing the main node
file to correct this.
2022-01-21 10:32:16 +01:00
Iván Ovejero
f5991e17db
📌 Pin chokidar verison ( #2696 )
2022-01-18 11:15:34 +01:00
Jan Oberhauser
8c25fb676a
🔖 Release n8n-nodes-base@0.157.0
2022-01-16 13:39:12 +00:00
Jan Oberhauser
35931071ad
⬆️ Set n8n-core@0.101.0 and n8n-workflow@0.83.0 on n8n-nodes-base
2022-01-16 13:39:12 +00:00
Ricardo Espinoza
6066b6670e
🐛 Fix bug filtering date and datetime fields on Salesforce node ( #2565 )
2022-01-16 14:27:20 +01:00
Iván Ovejero
ba6822c4ac
👕 Remove redundant linting options ( #2626 )
2022-01-15 20:34:13 +01:00
Jan Oberhauser
ac1659959b
👕 Fix lint issue
2022-01-15 20:33:30 +01:00
Jonathan Bennetts
27c5b218ab
🐛 Fix download for some files via Box node ( #2669 )
2022-01-15 20:12:32 +01:00
Jan Oberhauser
3d4c1cb23f
✨ Add OAuth, basicAuth, digestAuth and queryAuth support to GraphQL node ( #2673 )
...
* ✨ Add OAuth support to GraphQL node
* ✨ Add basicAuth, digestAuth and queryAuth to GraphQL node
2022-01-15 20:05:15 +01:00
Harshil Agrawal
7ff7c53fc1
⚡ Add and update codex files ( #2679 )
2022-01-15 19:54:44 +01:00
Elvina Valieva
add9c30e38
✨ Add Jenkins Node ( #2345 )
...
* feat: initial jenkins setup
* feat: trigger job functionality
* feat: copy a job
* feat: basic Jenkins instance operations
* feat: create job from xml
* feat: trigger with params
* feat: basic build list
* feat: list build with params
* feat: basic credentials test
* chore: linting fixes
* feat: use baseUrl from credentials
* chore: naming fixes
* feat: filters collection for getall buils
* fix: better ui and credentials
* chore: alphabetize params and fix typos
* ⚡ Small changes
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Some improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-01-15 13:19:37 +01:00
Tom
e0ef645514
🐛 Fix Philips Hue API Connection ( #2631 )
...
* 🐛 Fix Philips Hue API Connection
* Philips Hue Node: Fixed typo in update operation description
2022-01-13 07:51:58 +01:00
Jonathan Bennetts
8386d7c73e
📖 Fix path to Supabase credential documentation ( #2660 )
2022-01-10 13:21:40 +01:00
Jan Oberhauser
6bfac6685e
🔖 Release n8n-nodes-base@0.156.0
2022-01-09 16:14:59 +00:00
Jan Oberhauser
8d39d70e94
⬆️ Set n8n-core@0.100.0 and n8n-workflow@0.82.0 on n8n-nodes-base
2022-01-09 16:14:59 +00:00
Jan Oberhauser
b35d97f778
🐛 Fix issue that empty binary data overwrite others on merge
2022-01-09 10:39:48 +01:00
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
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
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