|
872dec3177
|
CE-773 change fileNameFieldName and contentsFieldName to default as null - add validation to tableBackendDetails, specifically implemented in filesystem module
|
2023-12-28 16:38:40 -06:00 |
|
|
345d8022c1
|
CE-773 Feedback from code review
|
2023-12-28 10:33:23 -06:00 |
|
|
b805e7645b
|
CE-773 Update for compat. with previous commit, but also, fix all generics and move inputStream into try-with-resources
|
2023-12-27 16:11:19 -06:00 |
|
|
940080bc86
|
CE-773 update to support listing/filtering filesystem tables with Cardinality.ONE (single-record per-file)
|
2023-12-27 16:10:45 -06:00 |
|
|
9e66bc0ab9
|
Try turning s3 tests w/ localstack back on (w/ new orb)
|
2023-11-24 08:30:46 -06:00 |
|
|
dd57a327dd
|
Temp disable coverage checks while localstack is failing...
|
2023-09-28 15:36:42 -05:00 |
|
|
107086094a
|
Temp disable while localstack is failing...
|
2023-09-28 15:31:18 -05:00 |
|
|
4f896dde97
|
Temp disable while localstack is failing...
|
2023-09-28 15:20:27 -05:00 |
|
|
2efc732530
|
Fixing for CI
|
2023-06-16 09:55:06 -05:00 |
|
|
1ed51e0a35
|
Disabling these tests - poorly written, and no longer viable as a concept
|
2023-06-16 09:36:15 -05:00 |
|
|
c08856a92c
|
Merge branch 'feature/CTLE-433-cart-rover-now-extensiv-integration' into integration/sprint-26
|
2023-06-06 11:14:58 -05:00 |
|
|
e66b649699
|
CTLE-433: fixed more tests due to new data
|
2023-05-10 16:35:00 -05:00 |
|
|
647c5968d3
|
Updated expected type on post-read customizer
|
2023-05-08 15:24:49 -05:00 |
|
|
d39698740c
|
Removing TableCustomizer (mostly redundant with TableCustomizers and confusing for no real gain). Initial pass at update, delete customizers
|
2023-05-05 17:00:47 -05:00 |
|
|
036b7dc115
|
Refactor to get rid of Usage parameter in QCodeReference
|
2023-05-05 16:59:52 -05:00 |
|
|
cc765c66d6
|
Initial checkin - WIP
|
2023-05-05 16:57:54 -05:00 |
|
|
2d81f24887
|
updated copyrights
|
2023-04-20 12:27:08 -05:00 |
|
|
6629015fbf
|
Pin localstack to versiosn 1.4, which seems to NOT be borken.
|
2023-03-27 14:42:52 -05:00 |
|
|
f28af62c5e
|
Update insert action to do pre-step - e.g., to prime amazon s3 client
|
2023-02-21 22:30:49 -06:00 |
|
|
d2e7b794f4
|
moving QLogger package
|
2023-01-18 12:11:40 -06:00 |
|
|
178078282c
|
Switch to use QLogger everywhere
|
2023-01-17 10:44:45 -06:00 |
|
|
d3fa1df56f
|
Implementation of QContext everywhere, instead of passing QInstance and QSession in all ActionInputs
|
2023-01-15 19:41:23 -06:00 |
|
|
7fae3e2329
|
Add table-based authentication module; update javalin to support Authentication: Basic header; Move authentication classes
|
2022-12-28 17:00:08 -06:00 |
|
|
1d1461deea
|
Adding filesystem writing - used by javalin to store uploaded files; done async, via new base class for actions
|
2022-11-17 19:59:29 -06:00 |
|
|
8b31cee890
|
Add TableSyncProcess
|
2022-11-11 14:34:13 -06:00 |
|
|
a5ec33b51b
|
Script Tests and further enhancements
|
2022-11-10 14:22:43 -06:00 |
|
|
9a8b49f1a7
|
Feedback from code reviews
|
2022-09-05 09:47:43 -05:00 |
|
|
6b4417d3e8
|
Merge branch 'feature/QQQ-38-app-home-widgets' into feature/sprint-10
|
2022-08-31 15:59:32 -05:00 |
|
|
f08ffe691f
|
PRDONE-94: updated to use interpreter for getting environment credentials, updated interpreter to load Dotenv files as environment overrides
|
2022-08-31 12:05:35 -05:00 |
|
|
cb22f86793
|
Checkpoint - working versions of streamed with frontend processes, with validation
|
2022-08-29 13:33:35 -05:00 |
|
|
3410c76c81
|
Feedback from code reviews
|
2022-08-22 17:03:54 -05:00 |
|
|
83c1bd8028
|
Adding check for 95% of classes being covered by junits (and supporting test coverage); Update filesystem s3 tests to reuse localstack docker container
|
2022-08-12 18:55:58 -05:00 |
|
|
52121cc4f3
|
Adding POST_QUERY_RECORD customizer; formalizing customizers a bit more
|
2022-08-12 11:41:33 -05:00 |
|
|
d4186287ce
|
Add Memory backend module
|
2022-08-11 17:01:35 -05:00 |
|
|
3c12979571
|
Updated to ignore field that is sometimes flapping :(
|
2022-08-04 13:36:25 -05:00 |
|
|
2bcf0b58a9
|
Changes pushed to qqq-backend-module-filesystem (solo-repo) in 0.2 support
|
2022-08-04 13:20:07 -05:00 |
|
|
f9c4d0385c
|
Switching to use localstack executor, to get filesystem s3 tests running again
Revert "Moving the DisabledOnOs down to the subclasses, not the base class"
This reverts commit 715c6f36d0 .
|
2022-07-28 15:26:12 -05:00 |
|
|
740320d80f
|
Temp. lower coverage.instructionCoveredRatioMinimum, while s3 tests are disabled in CI
|
2022-07-28 13:51:07 -05:00 |
|
|
715c6f36d0
|
Moving the DisabledOnOs down to the subclasses, not the base class
|
2022-07-28 13:48:16 -05:00 |
|
|
35839f8fb7
|
Disabling this test on Linux (e.g., in CI), until updated executor is in place
|
2022-07-28 13:45:20 -05:00 |
|
|
9e1aeeb1cc
|
Initial merger of all qqq java repos into mono repo
|
2022-07-28 13:39:56 -05:00 |
|
|
600048cc76
|
Moving qqq-backend-module-filesystem into its own subdir
|
2022-07-28 12:02:57 -05:00 |
|