Commit Graph

42 Commits

Author SHA1 Message Date
596d5bdfe3 Post-sprint-7 cleanup -- LocalDate off-by-offset; moved mysql pStatement optimization 2022-07-28 08:31:16 -05:00
5960026fa2 Add method header 2022-07-26 16:40:06 -05:00
acac92da8c Merge remote-tracking branch 'remotes/origin/feature/QQQ-28-bulk-ops-frontend' into feature/sprint-7-integration 2022-07-25 10:02:46 -05:00
33cdac42ab QQQ-28 improvements and fixes in actions, in support of better bulk 2022-07-22 18:33:05 -05:00
7d4e7a3bf8 QQQ-26 update backend-core, queryOutput interface 2022-07-19 10:47:39 -05:00
ef640bdd7d Turning on jacaoco cover checks (and getting coverage above 80) 2022-07-15 13:26:44 -05:00
ae70c34d4e Reorganize packages; rename Request to Input and Response to Output 2022-07-14 13:01:26 -05:00
6678fa527f Merge branch 'dev' into feature/QQQ-21-processes-in-ui 2022-07-14 09:56:28 -05:00
ad9a9eb448 QQQ-21 feedback from code review 2022-07-12 16:24:26 -05:00
77602efb6d QQQ-21 changing to try-with-resources 2022-07-12 16:09:57 -05:00
41e8d924b5 Merge branch 'support/version-0.0.0' into feature/QQQ-21-processes-in-ui 2022-07-12 15:31:31 -05:00
b94431b52a QQQ-21 change Update action to use batch, and single-query w/ IN list for same-updates 2022-07-12 12:36:56 -05:00
07def45086 QQQ-21: fixed broken tests due to no longer serializing null/empty fields 2022-07-08 15:14:49 -05:00
c6b19b0176 QQQ-21: added 'count' action 2022-07-08 14:57:43 -05:00
33707dcebe Added carrier table/data to match sample project 2022-07-06 12:27:56 -05:00
c9876109f6 Revert back to jdbc:mysql:// for aurora vendor - using jdbc:mysql:aws:// (e.g, aws driver) is failing when ran in aws app runner 2022-07-04 07:54:19 -05:00
9716abdbd0 Try using aurora jdbc drvier 2022-07-01 14:57:20 -05:00
55b5f3536c open all connections inside try-with-resources 2022-07-01 14:57:20 -05:00
6b79de525e QQQ-14 update createDate, modifyDate to default to current 2022-06-29 15:52:02 -05:00
c6c6fb3fcb QQQ-14 bumping qqq-backend-core version 2022-06-29 10:42:28 -05:00
b4c3c8246f QQQ-14 Add secret handling in meta data; update to scrub values before insert/update 2022-06-28 11:21:27 -05:00
ecd2736fe8 QQQ-14 feedback from code review 2022-06-24 16:18:14 -05:00
83786d97c3 QQQ-16 updated for changes to qqq-backend-core 2022-06-23 14:39:55 -05:00
4138534a55 QQQ-14 checkstyle cleanup 2022-06-20 08:41:46 -05:00
83c6e8eb3f QQQ-14 updates to meta-data and other refactoring in qqq-backend-core 2022-06-20 08:36:58 -05:00
3055dd2151 Replace SERIAL with INT AUTO_INCREMENT (SERIAL stopped working in this h2 update?) 2022-06-13 15:15:49 -05:00
90dcea65ce Update to strip away comment lines (e.g., copyright) 2022-06-13 14:40:15 -05:00
1c82752346 Change to -- comments in copyright 2022-06-13 14:40:02 -05:00
8e0a95a928 Fixing github link in copyright 2022-06-08 09:06:45 -05:00
d87f6f234a QQQ-4 Applying AGPL Licence 2022-06-07 16:49:47 -05:00
f5120982fb Adding POC support for aurora. 2022-04-27 13:01:38 -05:00
d357361442 Checkpoint: Added Update (edit) action 2022-03-01 18:28:27 -06:00
2eb7927458 Updated for renamed dep in qqq-backend-core 2022-02-15 18:18:58 -06:00
7351da8c1c Updated for moved packages in qqq-backend-core 2022-02-15 13:42:09 -06:00
560a5c61ac Added copyright 2021-12-14 18:41:56 -06:00
b6a664ac89 Fixed to do index++ when fetching generated ids (with test coverage) 2021-12-01 22:58:08 -06:00
3956a28e70 Initial checkin 2021-11-30 18:09:06 -06:00
074b728bd5 Implemented delete 2021-11-30 18:09:00 -06:00
ada10f1445 Add BETWEEN, NOT_BETWEEN 2021-11-30 18:08:41 -06:00
cc5bfeeb08 Implemented all query operators in WHERE clause 2021-11-28 21:42:26 -06:00
18a95f79a7 Checkpoint 2021-11-08 21:11:30 -06:00
468c18795c Initial checkin 2021-10-27 21:12:01 -05:00