Mutasem
73e752ac0f
override top value for theme
2021-07-08 15:20:33 +02:00
Mutasem
315fda47d1
build
2021-07-08 13:02:38 +02:00
Mutasem
db0e0bc862
update spacing
2021-07-08 13:02:30 +02:00
Mutasem
5b2f96cc6a
update scss variables, spacing
2021-07-08 13:02:21 +02:00
Mutasem
af7ba07280
handle edge cases
2021-07-08 12:48:35 +02:00
Mutasem
dcf15800ca
fix lint issue
2021-07-08 12:28:35 +02:00
Mutasem
adda05de9a
address comments
2021-07-08 12:13:30 +02:00
Mutasem
e174c1ddfd
add scss color variables
2021-07-08 11:36:04 +02:00
Mutasem
3cbe31dd5e
set env variables
2021-07-08 09:58:54 +02:00
Mutasem
16b7d55357
update cli to return version information
2021-07-08 09:42:36 +02:00
Mutasem
fdbc0bb650
merge latest
2021-07-07 15:57:43 +02:00
Mutasem
328a576753
use grid for icons
2021-07-07 15:45:43 +02:00
Mutasem
2204d43037
address badge styling
2021-07-07 15:33:26 +02:00
Mutasem
55c6bdab25
address design feedback
2021-07-07 14:51:24 +02:00
Jan Oberhauser
a74fc78ed3
⚡ Update Vero icon
2021-07-07 07:57:59 +02:00
Ricardo Espinoza
c7db9c0a4d
🐛 Fix connectionTimeout, add requestTImeout and fix issue with column names with spaces ( #1971 )
...
* 🐛 fix issue sending connectionTimeout parameter
* 🐛 Fix issue when inserting data using columns with spaces
* 🐛 Fix issue when updating data using columns with spaces
* 🐛 Fix issue when deleting data using columns with spaces
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-07-07 00:26:34 +02:00
Omar Ajoue
8d235e94cb
⚡ Performance improvements for executions count on Postgres ( #1888 )
...
* Performance improvements for executions count on Postgres
As reported by a community member https://community.n8n.io/t/stress-load-testing/4846/5
and https://github.com/n8n-io/n8n/issues/1578 , when using postgres with
a big volume of executions, the executions list's performance degrades.
This PR is aimed at Postgres specifically by querying postgres' stats
collector instead of running a full table scan, providing a good
estimate.
More can be read here: https://www.citusdata.com/blog/2016/10/12/count-performance/
* Removed order of magnitude so we display closer numbers
* Making count based on statistics only when not applying filters
* ⚡ Minor styling improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-07-06 23:25:25 +02:00
Jan Oberhauser
297d9fe77d
🔖 Release n8n@0.127.0
2021-07-04 18:15:30 +00:00
Jan Oberhauser
97eb22db04
⬆️ Set n8n-core@0.76.0, n8n-editor-ui@0.97.0, n8n-nodes-base@0.124.0 and n8n-workflow@0.63.0 on n8n
2021-07-04 18:15:30 +00:00
Jan Oberhauser
80a5c8ac60
🔖 Release n8n-editor-ui@0.97.0
2021-07-04 18:14:34 +00:00
Jan Oberhauser
ba7b487517
⬆️ Set n8n-workflow@0.63.0 on n8n-editor-ui
2021-07-04 18:14:34 +00:00
Jan Oberhauser
0b41c7466b
🔖 Release n8n-nodes-base@0.124.0
2021-07-04 18:13:35 +00:00
Jan Oberhauser
0d62098571
⬆️ Set n8n-core@0.76.0 and n8n-workflow@0.63.0 on n8n-nodes-base
2021-07-04 18:13:35 +00:00
Jan Oberhauser
0fcd0cb87a
🔖 Release n8n-node-dev@0.16.0
2021-07-04 18:13:16 +00:00
Jan Oberhauser
d4c47a62c0
⬆️ Set n8n-core@0.76.0 and n8n-workflow@0.63.0 on n8n-node-dev
2021-07-04 18:13:16 +00:00
Jan Oberhauser
8b94373863
🔖 Release n8n-core@0.76.0
2021-07-04 18:13:01 +00:00
Jan Oberhauser
1532d27102
⬆️ Set n8n-workflow@0.63.0 on n8n-core
2021-07-04 18:13:00 +00:00
Jan Oberhauser
6e5be51cef
🔖 Release n8n-workflow@0.63.0
2021-07-04 18:12:44 +00:00
Ricardo Espinoza
1b46ea5d30
🐛 Fix issue setting passphrase correctly ( #1966 )
2021-07-04 18:57:53 +02:00
Jan Oberhauser
bac13ba821
👷 Try to fix push to test-workflows
2021-07-03 15:05:54 +02:00
Jan Oberhauser
ac89234329
👷 Push credentials also if the tests fail
2021-07-03 14:47:31 +02:00
Mutasem Aldmour
276eaea4bf
⚡ Clean up node description ( #1883 )
...
Co-authored-by: Jan <janober@users.noreply.github.com>
2021-07-03 14:40:16 +02:00
Jan Oberhauser
b49202687d
✨ Add support to display binary video content
2021-07-03 14:30:02 +02:00
Snyk bot
2e40a0e64e
⬆️ Set fflate@0.7.0 on n8n-nodes-base
...
Snyk has created this PR to upgrade fflate from 0.6.10 to 0.7.0.
See this package in npm:
https://www.npmjs.com/package/fflate
See this project in Snyk:
https://app.snyk.io/org/janober/project/a08454f4-33a1-49bc-bb2a-f31792e94f42?utm_source=github&utm_medium=upgrade-pr
2021-07-03 14:19:57 +02:00
Ricardo Espinoza
849c8ad2b7
⚡ Send operations in bulk to Airtable ( #1945 )
...
* Add bulk operation to Airtable Node
* ⚡ Small improvements to #1942
* ⚡ Resolve lint issues
* ⚡ Make by default bulk updates and fix issue with update
Co-authored-by: Michael Chen <michaelchen@live.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-07-03 14:07:48 +02:00
Kaito Udagawa
6d8ea4bff5
🐛 Fix Google Sheet to handle 0 correctly ( #1937 )
...
* 🐛 Fix Google Sheet to handle 0 correctly
`if (condition) { statement }` will not be executed if the `condition` is `0` (number) so that appending 0 to Google Sheets results in an empty cell.
Checking if the value is `null` or `undefined` is enough to guarantee that `toString` is callable.
* 🐛 Add semicolon
2021-07-03 12:46:30 +02:00
Ahsan Virani
05921de99a
🐛 Fix bug on n8n Training Customer Datastore Node ( #1964 )
2021-07-03 11:14:11 +02:00
Ricardo Espinoza
64961199ba
⚡ Add file/folder share operation ( #1951 )
...
* ⚡ Add file/folder share operation
* ⚡ Improvements
* ⚡ Minor fixes
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-07-02 23:58:18 +02:00
Iván Ovejero
40bcd9b20e
⚡ Add last name to contact:update on Salesforce Node ( #1965 )
2021-07-02 23:41:40 +02:00
Iván Ovejero
5f76a5dc72
⚡ Expand Zoho node ( #1763 )
...
* ⚡ Initial refactor of Zoho node
* ⚡ Refactor out extra credentials parameter
* 🔥 Remove unused filters
* ⚡ Fix date of birth fields
* ⚡ Fix param casing
* ⚡ Adjust param types
* ⚡ Adjust invoice operations
* ⚡ Refactor types in adjusters
* ⚡ Add product resource
* ⚡ Refactor product details field
* ⚡ Adjust purchase order params
* ⚡ Adjust quote params
* ⚡ Adjust sales orders params
* 🔥 Remove old unused files
* ⚡ Add vendor resource
* ⚡ Fix minor details
* ⚡ Implement continueOnFail
* 🐛 Fix empty response for getAll
* ⚡ Simplify response for single item
* 🔥 Remove unused import
* 🔨 Restore old node name
* ⚡ Prevent request on empty update
* ⚡ Apply Dali's suggestions
* ⚡ Improvements
* ⚡ Add filters for lead:getAll
* ⚡ Add upsert to all resources
* ⚡ Add filters to all getAll operations
* 🔨 Restore continue on fail
* 🔨 Refactor upsert addition
* 🔨 Refactor getFields for readability
* ⚡ Add custom fields to all create-update ops
* ⚡ Implement custom fields adjuster
* 🔥 Remove logging
* 👕 Appease linter
* 👕 Refactor type helper for linter
* ⚡ Fix refactored type
* 🔨 Refactor reduce for simplicity
* ⚡ Fix vendor:getAll filter options
* ⚡ Fix custom fields for product operations
* ⚡ Make sort_by into options param
* 🚚 Rename upsert operation
* ✏️ Add descriptions to upsert
* ⚡ Deduplicate system-defined check fields
* 🔨 Re-order address fields
* ✏️ Generalize references in getAll fields
* 🔥 Remove extra comma
* ⚡ Make getFields helper more readable
* ✏️ Touch up description for account ID
* 🔥 Remove currency from contacts
* 🔨 Resort emails and phones for contact
* 🐛 Fix sales cycle duration param type
* ✏️ Clarify descriptions with percentages
* 🔨 Reorder total fields
* ✏️ Clarify percentages for discounts
* ✏️ Clarify percentages for commissions
* 🔨 Convert currency to picklist
* ✏️ Add documentation links
* ⚡ Add resource loaders for picklists
* ⚡ Fix build
* 🔨 Refactor product details
* ⚡ Add resolve data to all resources
* ⚡ Change resolve data toggle default
* ⚡ Restore lead:getFields operation
* 🔥 Remove upsert descriptions
* 🔨 Change casing for upsert operations
* ⚡ Add operation descriptions
* 🔨 Restore makeResolve default value
* 🔨 Return nested details
* ⚡ Reposition Resolve Data toggles
* ✏️ Document breaking changes
* Revert "Reposition Resolve Data toggles"
This reverts commit 72ac41780b
.
* ⚡ Improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2021-07-02 23:34:12 +02:00
Mutasem
570eb4a5dd
keep drawer open
2021-07-02 17:32:20 +02:00
Mutasem
cf67e94b84
add closing animation
2021-07-02 17:18:08 +02:00
Mutasem
6e424e15f4
address multi line nodes
2021-07-02 14:25:47 +02:00
Mutasem
e54a7a121b
address lint issues
2021-07-02 14:16:14 +02:00
Mutasem
37d11ff71f
fix bug when no updates
2021-07-02 14:05:47 +02:00
Mutasem
4abb2e7daa
fix notification
2021-07-02 13:19:07 +02:00
Mutasem
a838f38dcb
add notification icon
2021-07-02 13:07:56 +02:00
Mutasem
20fe805c61
add error message
2021-07-02 12:09:47 +02:00
Mutasem
750188def9
fix up spacing
2021-07-02 11:22:02 +02:00
Mutasem
8b1af08c40
implement key features
2021-07-02 11:00:21 +02:00