Commit Graph

3017 Commits

Author SHA1 Message Date
42ad6048fc temporarily lowered coverage check 2025-07-19 10:35:54 -05:00
4dd5b9074e Merge branch 'feature/bulk-edit-from-file' into integration 2025-07-19 10:19:08 -05:00
d9f5b5ac72 added tests 2025-07-19 10:03:26 -05:00
eb48f9cc87 added tests 2025-07-19 09:38:20 -05:00
c07fdc2c8f put back coverage number 2025-07-18 19:02:20 -05:00
807e0d18f8 Merged feature/workflows-support into integration 2025-07-18 11:27:01 -05:00
fca30f8522 Merged dev into feature/workflows-support 2025-07-18 11:13:39 -05:00
9a5b8594db temp updated coverage 2025-07-17 19:26:33 -05:00
21053606da Merge branch 'feature/bulk-edit-from-file' into integration 2025-07-17 19:03:07 -05:00
90e702112a continuing shrugged shoulders snapshot-feature-bulk-edit-from-file 2025-07-17 18:54:10 -05:00
1fa4d72e99 shrug shoulders 2025-07-17 18:41:31 -05:00
2560744a59 updated more tests 2025-07-17 17:55:38 -05:00
809c2ca92e fixed bad package name 2025-07-17 17:45:31 -05:00
7711e6eb35 added test coverage 2025-07-17 17:36:34 -05:00
a3328635aa accidentally changed extract step for bulk edit 2025-07-17 16:25:34 -05:00
bec3377a33 Merged feature/workflows-support into integration 2025-07-17 15:28:00 -05:00
b2861b1567 Fix parsing of joins in query posts for api middleware v1 2025-07-17 15:00:07 -05:00
eda411c074 fixed unit tests 2025-07-17 14:04:06 -05:00
0a236b8c36 initial checkin of support of bulk load with file 2025-07-17 13:21:49 -05:00
6fbde4d5dd Merged dev into integration 2025-07-17 12:13:24 -05:00
ac94ca625d Add secondary sort (QFieldMetaData::getName) to execute method, for increased stability 2025-07-17 11:56:05 -05:00
646d20de6f Merge pull request #190 from Kingsrook/feature/cleanup-deprecated-calls
Feature/cleanup deprecated calls
2025-07-15 11:14:03 -05:00
928f4a2543 Removed assertions about logs that have been removed 2025-07-15 10:33:51 -05:00
b78519aa55 add toYamlCustomized / toJsonCustomized methods, that expose jackson's now-preferred Builder objects to be configured on instead of doing config directly on mapper objects. 2025-07-15 08:48:57 -05:00
01f1e074e2 Add @SuppressWarnings("deprecation") for usage of metaDataFilter (as framework still supports it, despite it being deprecated, so we don't want warnings about it in here) 2025-07-15 08:30:07 -05:00
2548725be2 Fix whitespace 2025-07-15 08:29:28 -05:00
dd67ed317c Replace deprecated backend.setVariantOptions properties with VariantsConfig 2025-07-15 08:29:10 -05:00
f7ca485e6e Replace deprecated IOUtils.readLines call 2025-07-15 08:06:33 -05:00
cdfc58adc6 Replaced deprecated withIn and withType methods that took strings in favor of ones that take enum constants 2025-07-14 20:40:18 -05:00
06ed66f640 Update al lURLEncoder.encode calls to use StandardCharsets.UTF_8 (some were Charset.defaultCharset, some were deprecated single-arg) 2025-07-14 20:19:54 -05:00
80e1d8143c Replace QProcessMetaData.addStep and addOptionalStep with .withStep and .withOptionalStep 2025-07-14 20:03:29 -05:00
3506a502ee Merged feature/workflows-support into integration 2025-07-14 19:44:56 -05:00
78b893616b Merged dev into feature/workflows-support 2025-07-14 19:44:38 -05:00
d311e28e60 Revert "Rewrite deploy workflow to also be split up"
This reverts commit abfdf09b32.
2025-07-14 17:10:30 -05:00
fc4b34306f Remove duplicated sshd-sftp dep 2025-07-14 17:07:30 -05:00
abfdf09b32 Rewrite deploy workflow to also be split up 2025-07-14 17:01:15 -05:00
104dd2fff8 Initial commit (previously missed) 2025-07-14 16:39:25 -05:00
6ced3cbd61 Merge pull request #189 from Kingsrook/feature/circleci-improvements
minor rewrite of circleci config (mostly done by cursor).  Highlights:

- by default, mvn builds will now not output all System.out, err, logs, and stack traces (though runs in the IDE still will, and it can be opted in to via -DtestOutputToFile=false)
- in circleci, the test output files get concatted together and uploaded as artifacts, if they need reviewed.
- fixed jacoco summary stats & uncovered class reporting in circleci, w/o any external deps (e.g., to speed up builds)
- removed an explicit install of java17, since our executor already had it (!) - should speed up build ~a minute
- updated to mvn build in one step, so its loud output is segregated from test outputs (which are more useful now that it's just junit reporting success/fail, not all logs from our code)
- update to run check-middleware-api-versions in parallel with mvn verify, in theory should speed up some too.
2025-07-14 16:35:20 -05:00
384195a2c3 Update possibleValuesStandalone to accept filter as formParam. 2025-07-14 16:33:42 -05:00
79bc7dfecd Refactor new method setValueFromApiFieldInQRecord out of apiJsonObjectToQRecord for smaller use-case of similar nature 2025-07-14 16:33:42 -05:00
fc197efd74 Add method buildCrossProduct to help build cross products 2025-07-14 16:33:42 -05:00
ec697d7f0f In enrichPossibleValueSource, call getMethod instead of getDeclaredMethod, for finding the id-type of a custom-typed PVS 2025-07-14 15:56:55 -05:00
db23469c8a Pass possibleValueSourceFilter through to frontend 2025-07-14 15:56:22 -05:00
a3c5410897 Add property omitExposedJoins 2025-07-14 15:56:13 -05:00
2aa2e4643e Add method identifyJoinTablesInFilter 2025-07-14 15:55:56 -05:00
d7bb54eb16 Add QHelpContentPlugin, so that supplemental instance meta data can accept help content. also add commonmark dep and getContentAsHtml method 2025-07-08 10:49:19 -05:00
eb0c57e9a6 Add processing of subFilters to interpretValues 2025-07-07 09:44:41 -05:00
8531feef70 Add script to collect JaCoCo reports and update CircleCI config to use it 2025-07-03 15:41:09 -05:00
0aaf184962 move concatenate-test-output to its own script; switch back to verify, so we get jacoco reports; switch to no-tranffer-progress from batch-mode, so we still get color output 2025-07-03 15:24:54 -05:00
14a3dad3c8 Refactor CircleCI config to run tests and API version checks in parallel
- Split mvn_test job into separate build, test, and api_version_check jobs
- Run test and api_version_check in parallel after build completes
- Both parallel jobs use compiled outputs from build via Maven cache
- Remove unnecessary check_java_version steps
- Remove unused test-logs artifact storage
- Add jacoco:report to generate coverage reports
- Maintain sequential execution in mvn_deploy job
2025-07-03 15:13:15 -05:00