|
6496986aab
|
bump
|
2022-11-09 11:05:08 -06:00 |
|
|
f9c14eb08c
|
update to use same try-with-resources for CloseableHttpClient and CloseableHttpResponse
|
2022-11-09 11:02:25 -06:00 |
|
|
230dde2e52
|
Refactoring javascript executor scripts.main error handling
|
2022-11-09 10:36:37 -06:00 |
|
|
e701ae0ea3
|
add try-catch around script.main business
|
2022-11-09 10:03:14 -06:00 |
|
|
955294ae18
|
Update javascript executor to work w/ compiled ts scripts that export a main function; add output to javalin storeRecordAssociatedScript
|
2022-11-09 09:49:58 -06:00 |
|
|
2975b90505
|
Allowing load step to set pipe sizes to avoid 'Giving up adding record to pipe' in easypost tracker creation; Make status never have current > total;
|
2022-11-09 08:44:16 -06:00 |
|
|
1e09931218
|
SPRINT-15: updated apiupdateAction to handle 200/207 better, added better exception handling
|
2022-11-08 16:33:06 -06:00 |
|
|
8932ef891e
|
ADd method objectToMap
|
2022-11-08 09:28:37 -06:00 |
|
|
1a287fe35a
|
Log and thread name adjustments - trying to make loggly more useful
|
2022-11-08 09:08:15 -06:00 |
|
|
236eff523e
|
SPRINT-15: added methods to get lists and maps of record entities
|
2022-11-04 14:28:15 -05:00 |
|
|
e815bd37ab
|
Merge branch 'dev' into feature/sprint-15
|
2022-11-04 10:02:33 -05:00 |
|
|
669b6d3cb7
|
Adding status object in standard loadVia steps and updating it in api insert; add user timezone header to session
|
2022-11-04 09:59:07 -05:00 |
|
|
f99430d2bc
|
sprint-15:updated current snapshot version
|
2022-11-03 15:09:28 -05:00 |
|
|
ebf9556a5d
|
Merge branch 'feature/sprint-14' into feature/sprint-15
|
2022-11-03 14:36:32 -05:00 |
|
|
a3f9df09a9
|
Updating to 0.7.0
|
2022-11-03 14:31:42 -05:00 |
|
|
2105e3dfc5
|
sprint-14: changed update to do a post not put
|
2022-11-03 14:29:40 -05:00 |
|
|
99561ecf81
|
Merge tag 'version-0.6.0' into dev
Tag release
|
2022-11-03 11:57:15 -05:00 |
|
|
30ecd2d331
|
Merge branch 'release/0.6.0'
version-0.6.0
|
2022-11-03 11:56:25 -05:00 |
|
|
bd85526261
|
Update for next development version
|
2022-11-03 11:45:59 -05:00 |
|
|
11648a5759
|
Update versions for release
|
2022-11-03 11:45:58 -05:00 |
|
|
e433b78e5b
|
Merge pull request #10 from Kingsrook/feature/sprint-14
Feature/sprint 14
|
2022-11-03 11:43:31 -05:00 |
|
|
ce9316453b
|
PRDONE-136 - Adding support for basic auth login via auth0
|
2022-11-03 11:36:18 -05:00 |
|
|
ab0b38dd82
|
Add RunReportForRecordProcess; 1st version of AbstractProcessMetaDataBuilder
|
2022-11-03 10:29:44 -05:00 |
|
|
3c04841f73
|
sprint-14: initial checkin of api update action
|
2022-11-02 11:04:05 -05:00 |
|
|
683b3c658d
|
Cleanup from code review
|
2022-11-01 16:21:30 -05:00 |
|
|
165583cd98
|
Initial version of scripts, javascript
|
2022-10-31 15:48:27 -05:00 |
|
|
0ada444fd4
|
sprint-14: moved 'final' before 'static'
|
2022-10-28 11:12:57 -05:00 |
|
|
662fefea19
|
sprint-14: put json data into backend details
|
2022-10-28 11:09:35 -05:00 |
|
|
1cdb4b37e9
|
sprint-14: fixed test which expected an instant but now receives a string
|
2022-10-27 13:22:14 -05:00 |
|
|
622183e276
|
sprint-14: moved getting of timestamps into their own methods that can be overridden by subclasses
|
2022-10-27 13:17:38 -05:00 |
|
|
80af7a3710
|
Add RunProcessAction.BASEPULL_READY_TO_UPDATE_TIMESTAMP_FIELD
|
2022-10-27 11:17:08 -05:00 |
|
|
e6db303bc2
|
Fix last build
|
2022-10-27 11:12:27 -05:00 |
|
|
da116349ff
|
Update to only update basepull timestamp after execution; make sure preRun runs before count
|
2022-10-27 11:02:47 -05:00 |
|
|
5e7b6f40df
|
Add path to icon; other cleanup
|
2022-10-26 18:09:07 -05:00 |
|
|
82810c2b66
|
Add ExtractViaBasepullQueryStep; add pagination & piping to api query
|
2022-10-26 12:31:09 -05:00 |
|
|
77927fd318
|
sprint-14: minor updates to allow flexibility when extending loadviainsertorupdatestep
|
2022-10-26 11:56:17 -05:00 |
|
|
033dbeb76c
|
Update to run an executeStep pre-action
|
2022-10-25 13:31:48 -05:00 |
|
|
8ffc1c1a63
|
udpated api json parsing (lenient mode); add escaping table names in rdbms
|
2022-10-25 10:47:06 -05:00 |
|
|
dae803f709
|
Initial checkin of QueryStringBuilder
|
2022-10-25 09:55:28 -05:00 |
|
|
128c379f10
|
sprint-14: initial checkin of basepull capability on processes
|
2022-10-24 17:06:11 -05:00 |
|
|
44537e182d
|
Add dedicated method for api count in baseApiActionUtil; improve null handling in json to record
|
2022-10-24 15:34:37 -05:00 |
|
|
22b2e01cca
|
Add withSectionOfFields
|
2022-10-24 08:40:04 -05:00 |
|
|
f5f6446069
|
Add GET action, and usage in API
|
2022-10-21 14:40:38 -05:00 |
|
|
204d67dd21
|
Merge branch 'main' into dev
# Conflicts:
# qqq-backend-core/pom.xml
|
2022-10-21 13:42:30 -05:00 |
|
|
234ec4823b
|
Merge pull request #8 from Kingsrook/feature/sprint-11
Feature/sprint 11
|
2022-10-21 12:21:40 -05:00 |
|
|
fa2ab18e30
|
Add unique keys, and checking of them in bulk load; add some more validation (sqs and unique keys)
|
2022-10-21 11:23:30 -05:00 |
|
|
20c42deae5
|
Fix where automation status got set to OK instead of running; switch to do an automation polling thread per-table/status
|
2022-10-20 10:48:58 -05:00 |
|
|
8b3b300eb1
|
Add custom values to api backend meta data
|
2022-10-19 18:02:35 -05:00 |
|
|
18a3f72c4a
|
updated api backend to support count and query
|
2022-10-19 10:43:39 -05:00 |
|
|
bf3835bd4c
|
Set to 0 covered ratio
|
2022-10-19 10:35:19 -05:00 |
|