-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Release #3615
base: master
Are you sure you want to change the base?
Merge Release #3615
Commits on Oct 2, 2024
-
* restructures ResultType and decouples printing into ResultPrinters: - ResultType is now very simple mix of primitive enum and LIST. (We hope to remove even more logic from it) - Result printing was always weird with Mappings embedded in StringT. We've moved that responsibility into ResultInfo via SelectResultInfo for mapped Selects. - This PR opens the possibility to embed anonymization into the ResultInfo. - PrintSettings now caches the C10n calls as they were before that sometimes invoked per cell, which should make rendering faster. * Reworks Printers: - We inject the result specific Printers using the printerFactory. This untangles the burden of formatting. - Now a Select claiming to produce a specific type only needs to guarantee they are in a format capable of being handled by the printers it elects to use: This allows us later to make a printer that alters the result before printing it, without having to inject into all renderers. * reworks Money to no longer be "cent" based and instead just use it as storage primitive. Is now BigDecimal - pull default for decimalShift from CurrencyConfig
Configuration menu - View commit details
-
Copy full SHA for 23b76fd - Browse repository at this point
Copy the full SHA 23b76fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c8f1a2 - Browse repository at this point
Copy the full SHA 5c8f1a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40b62f3 - Browse repository at this point
Copy the full SHA 40b62f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3acda43 - Browse repository at this point
Copy the full SHA 3acda43View commit details -
Configuration menu - View commit details
-
Copy full SHA for c238107 - Browse repository at this point
Copy the full SHA c238107View commit details -
Merge pull request #3583 from ingef/fix-search-for-multi-struct-node-…
…hierarchy-2 Fix search for multi struct node hierarchy
Configuration menu - View commit details
-
Copy full SHA for 356fa08 - Browse repository at this point
Copy the full SHA 356fa08View commit details -
Configuration menu - View commit details
-
Copy full SHA for a194051 - Browse repository at this point
Copy the full SHA a194051View commit details -
Merge pull request #3584 from ingef/update-minor-dependencies
Update non-critical minor versions for non-tooling dependencies
Configuration menu - View commit details
-
Copy full SHA for 6ea0a99 - Browse repository at this point
Copy the full SHA 6ea0a99View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1678b5 - Browse repository at this point
Copy the full SHA b1678b5View commit details -
Merge pull request #3585 from ingef/fix-default-params-reset-when-res…
…etting-manually Fix defaultParams resetting also when clicking reset in history navigation
Configuration menu - View commit details
-
Copy full SHA for 81e7db2 - Browse repository at this point
Copy the full SHA 81e7db2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fa1b2a - Browse repository at this point
Copy the full SHA 3fa1b2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 247355c - Browse repository at this point
Copy the full SHA 247355cView commit details -
Merge pull request #3587 from ingef/update-vite-and-storybook
Update vite, storybook, apache-arrow dependencies, update stories
Configuration menu - View commit details
-
Copy full SHA for f58dd0e - Browse repository at this point
Copy the full SHA f58dd0eView commit details
Commits on Oct 7, 2024
-
test if query is initialized before building full-status that might c… (
#3586) * test if query is initialized before building full-status to avoid issues * Cleanup query overview in admin-ui * Shorten toString of MultiSelect FilterValue
Configuration menu - View commit details
-
Copy full SHA for 720fb46 - Browse repository at this point
Copy the full SHA 720fb46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8988bf7 - Browse repository at this point
Copy the full SHA 8988bf7View commit details -
submit ForwardToNamespace messages to the job manager of the namespace (
#3580) * submit ForwardToNamespace messages to the job manager of the namespace * unify usage of NetworkSession in NetworkMessageContext --------- Co-authored-by: awildturtok <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9a97d0 - Browse repository at this point
Copy the full SHA a9a97d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 408e6cc - Browse repository at this point
Copy the full SHA 408e6ccView commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 057eb76 - Browse repository at this point
Copy the full SHA 057eb76View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbbfa29 - Browse repository at this point
Copy the full SHA cbbfa29View commit details -
Merge pull request #3554 from ingef/feature/remove-central-registry
remove CentralRegistry
Configuration menu - View commit details
-
Copy full SHA for d775e0e - Browse repository at this point
Copy the full SHA d775e0eView commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cee94c5 - Browse repository at this point
Copy the full SHA cee94c5View commit details -
Merge pull request #3599 from ingef/fix/improve-validation-message
improve validation message for form
Configuration menu - View commit details
-
Copy full SHA for c0ac392 - Browse repository at this point
Copy the full SHA c0ac392View commit details -
Fixes faulty calculation of width in TableExportQueryConverter (#3597)
Fixes faulty calculation of width in TableExportQueryConverter by using unified method from TableExportQuery#calculateWidth --------- Co-authored-by: Jonas Arnhold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c965e2 - Browse repository at this point
Copy the full SHA 7c965e2View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8939aeb - Browse repository at this point
Copy the full SHA 8939aebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f99a9d - Browse repository at this point
Copy the full SHA 4f99a9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea907e0 - Browse repository at this point
Copy the full SHA ea907e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5324c1b - Browse repository at this point
Copy the full SHA 5324c1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1ba0bd - Browse repository at this point
Copy the full SHA f1ba0bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9eb9bd - Browse repository at this point
Copy the full SHA b9eb9bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9a2482 - Browse repository at this point
Copy the full SHA b9a2482View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65e72db - Browse repository at this point
Copy the full SHA 65e72dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a26ebf4 - Browse repository at this point
Copy the full SHA a26ebf4View commit details -
Merge pull request #3604 from ingef/fix-search
Try and fix search again for multi-nested struct nodes
Configuration menu - View commit details
-
Copy full SHA for ee551d4 - Browse repository at this point
Copy the full SHA ee551d4View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ede0c51 - Browse repository at this point
Copy the full SHA ede0c51View commit details -
rework calculateSpecificChildrenPaths: (#3601)
Rework calculateSpecificChildrenPaths: split into mode with and without column, simplify both along the distinction. This fixes a bug where values are faultily resolved to the root.
Configuration menu - View commit details
-
Copy full SHA for 0b025f4 - Browse repository at this point
Copy the full SHA 0b025f4View commit details -
fix resolution of MoneyRange, move it into FilterValue (#3600)
fix resolution of MoneyRange, move it into FilterValue --------- Co-authored-by: MT <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 985bf94 - Browse repository at this point
Copy the full SHA 985bf94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64504ca - Browse repository at this point
Copy the full SHA 64504caView commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for db90e4e - Browse repository at this point
Copy the full SHA db90e4eView commit details -
Merge pull request #3602 from ingef/fix/ftl-imports-render
fix render error on admin ui imports
Configuration menu - View commit details
-
Copy full SHA for 7b9bd0f - Browse repository at this point
Copy the full SHA 7b9bd0fView commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2dd6e3 - Browse repository at this point
Copy the full SHA f2dd6e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 827f73f - Browse repository at this point
Copy the full SHA 827f73fView commit details -
Merge pull request #3612 from ingef/reintegrate-main
Reintegrate Main
Configuration menu - View commit details
-
Copy full SHA for 14a13ab - Browse repository at this point
Copy the full SHA 14a13abView commit details