7 Commits

Author SHA1 Message Date
Steve Faulkner
07474b8271
Remove window.authType () 2021-02-22 14:43:58 -06:00
Steve Faulkner
4be53284b5
Prettier 2.0 () 2021-01-20 09:15:01 -06:00
victor-meng
5f1f7a8266
Refactor error handling part 2 () 2020-11-03 13:40:44 -08:00
victor-meng
1e19f02fd7
Use SDK calls for stored procedure, trigger, and UDF operations for Gemlin API ()
RP doesn't support stored procedure, trigger, and UDF operations for Gremlin API so we have to use SDK for now.
2020-10-21 21:58:28 +00:00
victor-meng
24b5b754ca
Fix error handling in DE ()
- Replaced `JSON.stringify(error)` with `error.message`
- Created `ErrorHandlingUtils` and moved all error logging actions in there
2020-10-21 21:28:30 +00:00
victor-meng
9a5d46b6e0
Move UDF and trigger operations to RP ()
Move UDF and trigger operations to RP
2020-10-16 19:58:45 +00:00
Steve Faulkner
03b19fc875
Split all script data access methods ()
* Split all script data access methods

* More cleanup

* Fix Typo
2020-09-15 13:31:30 -05:00