|
86adccddd4
|
QQQ-21 feedback from code review; add more types to ValueUtils
|
2022-07-12 07:46:53 -05:00 |
|
|
492ee321a1
|
QQQ-21 adding processRecords
|
2022-07-11 09:32:25 -05:00 |
|
|
d4657989dd
|
Working towards fixing serialization of qstep metadata
|
2022-07-11 09:09:32 -05:00 |
|
|
b9ef76da13
|
QQQ-21 add safelyGetPage; add stepType
|
2022-07-11 09:04:41 -05:00 |
|
|
30770c05b2
|
QQQ-21 update to take recordIds or filter for initing process; refactor processes into their own javalin class & test
|
2022-07-08 16:08:22 -05:00 |
|
|
0c10acb122
|
QQQ-21: added 'count' action
|
2022-07-08 15:32:32 -05:00 |
|
|
c7aa8292c0
|
QQQ-21: fixed curly in wrong place
|
2022-07-08 15:30:59 -05:00 |
|
|
0afa88bd0c
|
QQQ-21 adding break/skip/fail options for frontendSteps in runProcessAction; adding viewFields & recordsList fields to frontend steps
|
2022-07-08 15:29:04 -05:00 |
|
|
69fbc8147f
|
QQQ-21: added 'count' action
|
2022-07-08 15:27:44 -05:00 |
|
|
36003f1242
|
Merge branch 'feature/QQQ-21-processes-in-ui' of github.com:Kingsrook/qqq-backend-module-filesystem into feature/QQQ-21-processes-in-ui
|
2022-07-08 15:18:47 -05:00 |
|
|
7330a59417
|
QQQ-21: updated version of qqq-backend-core
|
2022-07-08 15:17:10 -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 |
|
|
cd0cfa6aca
|
QQQ-21: added 'count' action
|
2022-07-08 14:49:16 -05:00 |
|
|
e08e52fb6e
|
QQQ-21 switched test value from 'There', since we made that always throw...
|
2022-07-08 12:22:13 -05:00 |
|
|
b25a7fe5b8
|
QQQ-21 update qqq-backend-core to 0.1.0-20220708.155822-4 (per last code cahnges)
|
2022-07-08 12:09:16 -05:00 |
|
|
8a2cb95a07
|
QQQ-21 update qqq-backend-core for process function->step refactor
|
2022-07-08 12:06:52 -05:00 |
|
|
68777bd253
|
QQQ-21 update qqq-backend-core for process function->step refactor; similar renames here
|
2022-07-08 10:56:25 -05:00 |
|
|
cd86eef81c
|
QQQ-21 avoid NPE on null exception in toString
|
2022-07-08 10:54:46 -05:00 |
|
|
aa001292b8
|
QQQ-21 methods to run async process stuff
|
2022-07-08 10:28:46 -05:00 |
|
|
bf6f25e80d
|
Turning off VariableDeclarationUsageDistance
|
2022-07-08 10:19:33 -05:00 |
|
|
4bbc9ad68d
|
QQQ-21 checkpoint - async processes, refactoring of process state, exceptions
|
2022-07-08 10:17:50 -05:00 |
|
|
67cec981e7
|
QQQ-21: made required fields required on carrier
|
2022-07-07 14:51:10 -05:00 |
|
|
d558e73fc3
|
Adding jacoco coverage reporting; switching to run mvn verify in circleci; increasing test coverage
|
2022-07-07 09:44:20 -05:00 |
|
|
c75cd7eec9
|
Adding jacoco coverage reporting; switching to run mvn verify in circleci
|
2022-07-07 08:43:39 -05:00 |
|
|
5d1131fd5c
|
Resetting coverage.instructionCoveredRatioMinimum to 80%
|
2022-07-07 08:35:58 -05:00 |
|
|
7c2c903692
|
Switching circleci to run verify instead of test; temp bumping required ratio to 99, to see a failure
|
2022-07-07 08:33:48 -05:00 |
|
|
58157ff310
|
Adding jacoco coverage reporting
|
2022-07-07 08:24:03 -05:00 |
|
|
ed27a192e8
|
Revert "QQQ-21: Updates due to backend core changes"
This reverts commit 0f2766283e .
|
2022-07-06 16:26:30 -05:00 |
|
|
5f4124d3c1
|
QQQ-21: fixed import order
|
2022-07-06 16:15:19 -05:00 |
|
|
0f2766283e
|
QQQ-21: Updates due to backend core changes
|
2022-07-06 16:07:51 -05:00 |
|
|
251570128d
|
QQQ-21: Updates due to backend core changes
|
2022-07-06 16:00:44 -05:00 |
|
|
eb38e0c0a5
|
QQQ-21: Added isRequired as a field metaData property
|
2022-07-06 15:33:24 -05:00 |
|
|
cab8a4b794
|
QQQ-21 updated per updated backend-core - process function -> step renames
|
2022-07-06 13:57:48 -05:00 |
|
|
36c68ef51c
|
QQQ-21 updated per updated backend-core - process function -> step renames
|
2022-07-06 13:56:33 -05:00 |
|
|
de3eabb1cf
|
QQQ-21 adding process metaData, single-record GET
|
2022-07-06 13:55:50 -05:00 |
|
|
1252bf5af2
|
QQQ-21 updated per updated backend-core - process function -> step renames
|
2022-07-06 13:53:33 -05:00 |
|
|
c7c1bd1f70
|
QQQ-21 cleanup checkstyle, tests from last commit
|
2022-07-06 13:48:28 -05:00 |
|
|
c43f7a1edd
|
QQQ-21 starting to refactor process - 'steps' instead of 'functions'; more process meta-data
|
2022-07-06 13:42:21 -05:00 |
|
|
33707dcebe
|
Added carrier table/data to match sample project
|
2022-07-06 12:27:56 -05:00 |
|
|
933cd2a6ed
|
Reverting to 'Function' from 'BackendStep' (that's new in the 0.1 line)
|
2022-07-05 13:53:01 -05:00 |
|
|
5d99a5b613
|
Checkpoint - working with initial version 0.1.0-SNAPSHOT's
|
2022-07-05 13:42:44 -05:00 |
|
|
603a8ffdad
|
Remove aws-mysql-jdbc
|
2022-07-04 08:55:43 -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 |
|
|
3f1db24a21
|
Marking version as 0.0.1-SNAPSHOT
|
2022-07-01 14:58:55 -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 |
|
|
62c1dd2851
|
Merge tag 'version-0.0.0' into dev
Tag release
|
2022-07-01 11:50:45 -05:00 |
|
|
c4ac164fcf
|
Merge branch 'release/0.0.0'
|
2022-07-01 11:50:41 -05:00 |
|
|
c8acda5919
|
Update version to 0.1.0-SNAPSHOT
|
2022-07-01 11:49:26 -05:00 |
|