|
ed5839aa0a
|
Add /run endpoint for running processes w/o any frontend
|
2023-01-26 11:23:41 -06:00 |
|
|
56f05c74fc
|
Add secrets manager; update org.json
|
2023-01-26 11:15:47 -06:00 |
|
|
4f8f8bad9a
|
Initial checkin
|
2023-01-26 11:15:02 -06:00 |
|
|
4a1853faa5
|
SPRINT-19: added more chart data and widget meta data
|
2023-01-25 19:13:35 -06:00 |
|
|
c972f9cecc
|
Update to allow _qStepTimeoutMillis to come from formBody
|
2023-01-25 10:09:45 -06:00 |
|
|
efa796bb39
|
Add property/env to add processTag to all logs
|
2023-01-24 15:56:50 -06:00 |
|
|
a05e74a7d0
|
SPRINT-19: added stacked bar chart, more widget metadata
|
2023-01-24 15:52:15 -06:00 |
|
|
41fcb09c70
|
Update to reset memory record store before and after each
|
2023-01-24 14:22:09 -06:00 |
|
|
6b12390f6c
|
make scheduler look at env var in addition to system property for deciding whether to start or not.
|
2023-01-24 14:19:55 -06:00 |
|
|
9889320fa6
|
add call to validate api responses to doInsert (POST)
|
2023-01-24 14:08:45 -06:00 |
|
|
c00120a1fc
|
add overloads that take 'String message, LogPair... logPairs'
|
2023-01-24 13:52:44 -06:00 |
|
|
029f436071
|
Update to cache script and revision ids (could be better); new AccumulatingBuildScriptLogAndScriptLogLineExecutionLogger, to just do 2 inserts across multiple script runs; add child-log-lines to script log table
|
2023-01-24 11:57:50 -06:00 |
|
|
f1ff53059f
|
Handle null case in convertInputIdsToEnumIdType
|
2023-01-24 11:08:44 -06:00 |
|
|
18a8656ba2
|
Fix enum looks by ids of wrong type
|
2023-01-24 11:04:34 -06:00 |
|
|
e75b645639
|
Turning up logging
|
2023-01-20 15:14:10 -06:00 |
|
|
804efbd608
|
SPRINT-19: fixed xbar images
|
2023-01-20 13:13:29 -06:00 |
|
|
fe30d2654b
|
update to implicity add a queryJoin, if a filter field calls out a table name that matches a join in the instance
|
2023-01-20 10:05:44 -06:00 |
|
|
97b803a86a
|
add audit joins, move names to constants; fixes
|
2023-01-20 10:03:52 -06:00 |
|
|
2daa42aeb1
|
Merge branch 'feature/sprint-19' of github.com:Kingsrook/qqq into feature/sprint-19
|
2023-01-19 16:32:58 -06:00 |
|
|
4344fa472a
|
Initial checkin
|
2023-01-19 16:31:18 -06:00 |
|
|
6bb810c1f4
|
Good exception for bad table name
|
2023-01-19 16:30:59 -06:00 |
|
|
d65af53090
|
Add some withers
|
2023-01-19 16:30:44 -06:00 |
|
|
ac6a7ba15a
|
fix setValueIfTableHasField - should catch if field isn't found (helps tables w/o createDate work)
|
2023-01-19 16:12:30 -06:00 |
|
|
1c150e207a
|
add nonNullArray and mergeLists
|
2023-01-19 16:12:02 -06:00 |
|
|
f9408716ac
|
update to propagate default values into state before frontend steps
|
2023-01-19 16:11:45 -06:00 |
|
|
396f02265b
|
explicit errors if context isn't setup
|
2023-01-19 16:11:19 -06:00 |
|
|
a1674792c6
|
Merge branch 'dev' into feature/sprint-19
|
2023-01-18 17:36:46 -06:00 |
|
|
22565b3ecd
|
Initial checkin
|
2023-01-18 14:19:12 -06:00 |
|
|
d2e7b794f4
|
moving QLogger package
|
2023-01-18 12:11:40 -06:00 |
|
|
7000da409a
|
moving standard lambdas to common package
|
2023-01-18 12:11:40 -06:00 |
|
|
3f0e09e32a
|
Adding javalin access logs
|
2023-01-18 12:11:40 -06:00 |
|
|
70d9d259c1
|
Adding heavy field concept
|
2023-01-18 12:11:35 -06:00 |
|
|
4dc9c52ee0
|
Adding toLogPair method
|
2023-01-18 11:56:10 -06:00 |
|
|
964405d210
|
Initial checkin
|
2023-01-18 11:55:17 -06:00 |
|
|
369ba3c8d7
|
switch syslog to a json format (via patternLayout)
|
2023-01-18 11:46:12 -06:00 |
|
|
24d5406ee3
|
add filterStackTrace; move unsafeSupplier
|
2023-01-18 11:40:39 -06:00 |
|
|
984012f3a3
|
heavy fields, qvalueFormatter static
|
2023-01-18 11:39:47 -06:00 |
|
|
e8264d915f
|
hotfix: updated to move pie chart label to be specified in the metacritic, added 'add' to pom resolver
|
2023-01-18 11:33:10 -06:00 |
|
|
46adfa8e24
|
WIP - logger migrations; initial work for data bag view widget
|
2023-01-17 10:44:45 -06:00 |
|
|
178078282c
|
Switch to use QLogger everywhere
|
2023-01-17 10:44:45 -06:00 |
|
|
d03e947889
|
Merge branch 'dev' into feature/sprint-19
|
2023-01-17 10:29:16 -06:00 |
|
|
43de1cf749
|
Add post to download endpoint
|
2023-01-16 09:03:13 -06:00 |
|
|
d3fa1df56f
|
Implementation of QContext everywhere, instead of passing QInstance and QSession in all ActionInputs
|
2023-01-15 19:41:23 -06:00 |
|
|
69a6104393
|
updated snapshot version, improved end of sprint script
|
2023-01-13 15:59:01 -06:00 |
|
|
e831c75e1e
|
Merge branch 'dev' of github.com:Kingsrook/qqq into dev
|
2023-01-13 15:56:56 -06:00 |
|
|
eba9b0b4af
|
Updating to <revision>0.11.0</revision>
|
2023-01-13 15:39:36 -06:00 |
|
|
9f82f35bcf
|
Merge tag 'version-0.10.0' into dev
Tag release
|
2023-01-13 15:39:32 -06:00 |
|
|
ff07490f94
|
Merge branch 'release/0.10.0'
version-0.10.0
|
2023-01-13 15:38:34 -06:00 |
|
|
680696491f
|
Update for next development version
|
2023-01-13 15:36:06 -06:00 |
|
|
a35e30059c
|
Update versions for release
|
2023-01-13 15:36:05 -06:00 |
|