victor-meng
|
5f1f7a8266
|
Refactor error handling part 2 (#313)
|
2020-11-03 13:40:44 -08:00 |
|
victor-meng
|
1e19f02fd7
|
Use SDK calls for stored procedure, trigger, and UDF operations for Gemlin API (#295)
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 (#294)
- 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
|
9d50577800
|
Move stored procedure operations to RP (#281)
- move read, delete, create, and update stored procedure calls to RP
- fixed a bug where the console message never clears when reading offers with SDK
|
2020-10-15 18:10:20 +00:00 |
|
Steve Faulkner
|
03b19fc875
|
Split all script data access methods (#197)
* Split all script data access methods
* More cleanup
* Fix Typo
|
2020-09-15 13:31:30 -05:00 |
|