Skip to content
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

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open

Merge Release #3615

wants to merge 42 commits into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 5, 2024

No description provided.

awildturtok and others added 30 commits October 2, 2024 11:37
* 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
…hierarchy-2

Fix search for multi struct node hierarchy
Update non-critical minor versions for non-tooling dependencies
…etting-manually

Fix defaultParams resetting also when clicking reset in history navigation
Update vite, storybook, apache-arrow dependencies, update stories
#3586)

* test if query is initialized before building full-status to avoid issues
* Cleanup query overview in admin-ui
* Shorten toString of MultiSelect FilterValue
#3580)

* submit ForwardToNamespace messages to the job manager of the namespace
* unify usage of NetworkSession in NetworkMessageContext

---------

Co-authored-by: awildturtok <[email protected]>
Fixes faulty calculation of width in TableExportQueryConverter by using unified method from TableExportQuery#calculateWidth

---------

Co-authored-by: Jonas Arnhold <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants