Omar Ajoue
41669c0e0f
✨ Add options to run queries as transactions ( #1612 )
...
* add multi return
* add independently and transaction to query
* pgInsert normal and transaction
* independently for pgInsert
* normal, transaction and independently for pgUpdate
* cleanup
* implement it in other nodes
* multiple fixes
* add optional returning support
* clean up Postgres functions
* fix other postgres based dbs
* Added option to run queries as a transaction to Postgres
This commit allows users to configure Postgres, CrateDB, TimescaleDB and
QuestDB to run queries independently or as transactions as well as the
previous mode which is to execute multiple queries at once.
Previous behavior remains untouched so we only added new options.
* Standardize behavior across nodes that use postgres protocol
Also fixed unit tests.
* Added breaking change notice
* Added more information to breaking changes
* ⚡ Styling fixes
Co-authored-by: lublak <lublak.de@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-04-24 22:55:14 +02:00
Iván Ovejero
1d27a9e87e
✨ Improve node error handling ( #1309 )
...
* Add path mapping and response error interfaces
* Add error handling and throwing functionality
* Refactor error handling into a single function
* Re-implement error handling in Hacker News node
* Fix linting details
* Re-implement error handling in Spotify node
* Re-implement error handling in G Suite Admin node
* 🚧 create basic setup NodeError
* 🚧 add httpCodes
* 🚧 add path priolist
* 🚧 handle statusCode in error, adjust interfaces
* 🚧 fixing type issues w/Ivan
* 🚧 add error exploration
* 👔 fix linter issues
* 🔧 improve object check
* 🚧 remove path passing from NodeApiError
* 🚧 add multi error + refactor findProperty method
* 👔 allow any
* 🔧 handle multi error message callback
* ⚡ change return type of callback
* ⚡ add customCallback to MultiError
* 🚧 refactor to use INode
* 🔨 handle arrays, continue search after first null property found
* 🚫 refactor method access
* 🚧 setup NodeErrorView
* ⚡ change timestamp to Date.now
* 📚 Add documentation for methods and constants
* 🚧 change message setting
* 🚚 move NodeErrors to workflow
* ✨ add new ErrorView for Nodes
* 🎨 improve error notification
* 🎨 refactor interfaces
* ⚡ add WorkflowOperationError, refactor error throwing
* 👕 fix linter issues
* 🎨 rename param
* 🐛 fix handling normal errors
* ⚡ add usage of NodeApiError
* 🎨 fix throw new error instead of constructor
* 🎨 remove unnecessary code/comments
* 🎨 adjusted spacing + updated status messages
* 🎨 fix tab indentation
* ✨ Replace current errors with custom errors (#1576 )
* ⚡ Introduce NodeApiError in catch blocks
* ⚡ Introduce NodeOperationError in nodes
* ⚡ Add missing errors and remove incompatible
* ⚡ Fix NodeOperationError in incompatible nodes
* 🔧 Adjust error handling in missed nodes
PayPal, FileMaker, Reddit, Taiga and Facebook Graph API nodes
* 🔨 Adjust Strava Trigger node error handling
* 🔨 Adjust AWS nodes error handling
* 🔨 Remove duplicate instantiation of NodeApiError
* 🐛 fix strava trigger node error handling
* Add XML parsing to NodeApiError constructor (#1633 )
* 🐛 Remove type annotation from catch variable
* ✨ Add XML parsing to NodeApiError
* ⚡ Simplify error handling in Rekognition node
* ⚡ Pass in XML flag in generic functions
* 🔥 Remove try/catch wrappers at call sites
* 🔨 Refactor setting description from XML
* 🔨 Refactor let to const in resource loaders
* ⚡ Find property in parsed XML
* ⚡ Change let to const
* 🔥 Remove unneeded try/catch block
* 👕 Fix linting issues
* 🐛 Fix errors from merge conflict resolution
* ⚡ Add custom errors to latest contributions
* 👕 Fix linting issues
* ⚡ Refactor MongoDB helpers for custom errors
* 🐛 Correct custom error type
* ⚡ Apply feedback to A nodes
* ⚡ Apply feedback to missed A node
* ⚡ Apply feedback to B-D nodes
* ⚡ Apply feedback to E-F nodes
* ⚡ Apply feedback to G nodes
* ⚡ Apply feedback to H-L nodes
* ⚡ Apply feedback to M nodes
* ⚡ Apply feedback to P nodes
* ⚡ Apply feedback to R nodes
* ⚡ Apply feedback to S nodes
* ⚡ Apply feedback to T nodes
* ⚡ Apply feedback to V-Z nodes
* ⚡ Add HTTP code to iterable node error
* 🔨 Standardize e as error
* 🔨 Standardize err as error
* ⚡ Fix error handling for non-standard nodes
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
2021-04-16 18:33:36 +02:00
Harshil Agrawal
a503c0e86b
⚡ Add new codex files and fix previous files ( #1608 )
...
* ✨ Add new codex files and fixed previous files
* 🔨 Minor fix
* 🔨 Minor fix
2021-04-10 10:18:10 +02:00
Omar Ajoue
f225bbbb84
✨ Add type casting to postgres queries ( #1600 )
...
* 538 add support for casting types in postgres
* Add typing to postgres insert nodes and removed unnecessary field from crate db
* Added placeholder and description for types in postgres
* Adding tests to insert and changes suggested by Ben
* ⚡ Minor improvement
Co-authored-by: mutdmour <mutdmour@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-04-03 16:53:47 +02:00
Harshil Agrawal
f258f3ca33
✨ Add Node Codex ( #1335 )
...
* ✨ Add Node Codex 📇
* ⚡ Add codex files for new nodes
* ⚡ Change category for Affinity
* 🔨 Fix credential documentation link
* ⚡ Improve styling
* ⚡ Add blogposts
Co-authored-by: Amudhan <sm.amudhan@live.com>
2021-01-14 13:56:07 +01:00
Jan Oberhauser
546b79bea0
👕 Fix lint issue
2020-10-22 18:00:28 +02:00
Jan Oberhauser
40c2acd77b
👕 Fix lint issue
2020-10-22 15:46:03 +02:00
Jan Oberhauser
6f576b3da9
⚡ Add Schema to Postgres-Update #996
2020-09-29 21:59:30 +02:00
Jan Oberhauser
88b0147292
⚡ Add allowUnauthorizedCerts to Postgres-Node
2020-08-25 17:02:01 +02:00
Rupenieks
6a8d22d2fa
⚡ Fixed return values from CrateDB update function
2020-08-02 20:23:53 +01:00
Jan Oberhauser
df3077b5d2
👕 Fix lint issue
2020-07-14 13:59:37 +02:00
Jan Oberhauser
2a344fbb14
🔀 Merge branch 'master' into questdb-integration
2020-07-10 10:52:56 +02:00
Ben Hesseldieck
a00fedb351
🎨 Extract postgres functionality ( #737 )
...
* 🎉 executeQuery function extracted
* 🚧 add prettierrc to gitignore
* 🚧 insert function extracted
* ⚡ extract update function
* 💡 fix function docs
* 💡 add in code documentation
* 🎨 fix format
* 🎨 fix format
2020-07-10 10:48:19 +02:00
Ben Hesseldieck
3bf34cffa9
🎨 fix format
2020-07-09 17:16:45 +02:00
smamudhan
e07da55a1a
Typographical changes to ensure consistency with docs ( #740 )
...
* Updated Dropdown Descriptions to match documentation
* Removed full stops and hyphens in field descriptions
* Removed hyphen on description on line 267
* Fixed typographical errors for Github node
* Fixed typo for Zoom Credentials
* Changed Postgres node description to match Postgres docs (https://github.com/n8n-io/n8n-docs/pull/30 )
* Changed Rocketchat displayname to RocketChat
* Fixed typographical errors (and matched with docs) for Trello node descriptions
* Updated Jira node descriptions to match docs
2020-07-09 14:33:05 +02:00
Ben Hesseldieck
cdc42f5558
💡 add in code documentation
2020-07-08 15:12:54 +02:00
Ben Hesseldieck
10a26ee75d
💡 fix function docs
2020-07-08 14:39:44 +02:00
Ben Hesseldieck
2fea79f5f1
⚡ extract update function
2020-07-08 14:36:40 +02:00
Ben Hesseldieck
0108538fcc
🚧 insert function extracted
2020-07-08 12:01:16 +02:00
Ben Hesseldieck
80aa0bd5dd
🚧 add prettierrc to gitignore
2020-07-08 09:32:21 +02:00
Ben Hesseldieck
de707f039b
🎉 executeQuery function extracted
2020-07-07 18:31:38 +02:00
Jan Oberhauser
a00c9e0efb
🐛 Fix issue that connections did not get closed
2020-04-08 08:43:16 +02:00
Jan Oberhauser
0d5723f50a
⚡ Small improvement to Postgres-Node
2020-03-18 09:26:40 +01:00
ricardo
5133f16e42
⚡ Improvements to insert operation
2020-03-17 19:49:35 -04:00
Jan Oberhauser
24a3a02180
⚡ Optimize integration icon images
2020-02-05 17:35:16 -08:00
Jan Oberhauser
03919a4c68
⚡ Fix Postgres SSL support for existing none SSL connections
2020-01-14 17:20:41 -06:00
Kasra Rasaee
2c64aad2eb
added basic ssl capability to postgres node
2020-01-10 10:21:45 +01:00
Jan Oberhauser
78af036231
⚡ Close Postgres-Databank connection once node is done
2019-10-31 17:43:30 +01:00
Jan Oberhauser
3088a358f7
✨ Add Postgres-Node
2019-08-21 18:44:10 +02:00