|
265fffc5aa
|
Update for next development version
|
2022-07-14 09:50:32 -05:00 |
|
|
b83165656d
|
Merge pull request #2 from Kingsrook/feature/QQQ-21-processes-in-ui
Feature/qqq 21 processes in UI
|
2022-07-14 09:45:41 -05:00 |
|
|
dbc727a752
|
Merge tag 'version-0.1.0' into dev
Tag release
|
2022-07-14 09:40:38 -05:00 |
|
|
cd9d75d81b
|
Merge branch 'release/0.1.0'
|
2022-07-14 09:40:30 -05:00 |
|
|
c414251d0c
|
Update for next development version
|
2022-07-14 09:36:11 -05:00 |
|
|
67551ae3dc
|
Update versions for release
|
2022-07-14 09:36:10 -05:00 |
|
|
01418502b9
|
Merge pull request #20 from Kingsrook/feature/QQQ-21-processes-in-ui
Feature/qqq 21 processes in UI
|
2022-07-14 09:35:21 -05:00 |
|
|
2da998e0d8
|
Adding QRecordEntity
|
2022-07-14 09:32:38 -05:00 |
|
|
f0ae369a93
|
QQQ-21 Adding isHidden to tables & processes
|
2022-07-13 10:42:05 -05:00 |
|
|
7d7b0297cd
|
QQQ-21 Adding isHidden to tables & processes
|
2022-07-13 10:37: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 |
|
|
f7f7a92842
|
QQQ-21 - Adding ETL Update Function for use in ONE-18
|
2022-07-12 10:59:57 -05:00 |
|
|
2cb7eef679
|
QQQ-21 feedback from code review
|
2022-07-12 09:18:01 -05:00 |
|
|
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 |
|