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

Commits on Oct 2, 2024

  1. cleanup money (#3535)

    * 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
    awildturtok authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    23b76fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c8f1a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40b62f3 View commit details
    Browse the repository at this point in the history
  4. Clarify types and comment

    Kadrian committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3acda43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c238107 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3583 from ingef/fix-search-for-multi-struct-node-…

    …hierarchy-2
    
    Fix search for multi struct node hierarchy
    Kadrian authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    356fa08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a194051 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3584 from ingef/update-minor-dependencies

    Update non-critical minor versions for non-tooling dependencies
    Kadrian authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6ea0a99 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b1678b5 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3585 from ingef/fix-default-params-reset-when-res…

    …etting-manually
    
    Fix defaultParams resetting also when clicking reset in history navigation
    Kadrian authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    81e7db2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3fa1b2a View commit details
    Browse the repository at this point in the history
  12. Fix define

    Kadrian committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    247355c View commit details
    Browse the repository at this point in the history
  13. Merge pull request #3587 from ingef/update-vite-and-storybook

    Update vite, storybook, apache-arrow dependencies, update stories
    Kadrian authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f58dd0e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. 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
    awildturtok authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    720fb46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8988bf7 View commit details
    Browse the repository at this point in the history
  3. 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]>
    thoniTUB and awildturtok authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a9a97d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    408e6cc View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    057eb76 View commit details
    Browse the repository at this point in the history
  2. remove central registry

    thoniTUB committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cbbfa29 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3554 from ingef/feature/remove-central-registry

    remove CentralRegistry
    thoniTUB authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d775e0e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    cee94c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3599 from ingef/fix/improve-validation-message

    improve validation message for form
    thoniTUB authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c0ac392 View commit details
    Browse the repository at this point in the history
  3. 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]>
    awildturtok and jnsrnhld authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7c965e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    8939aeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f99a9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea907e0 View commit details
    Browse the repository at this point in the history
  4. fix render error

    thoniTUB committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5324c1b View commit details
    Browse the repository at this point in the history
  5. fix render error

    thoniTUB committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f1ba0bd View commit details
    Browse the repository at this point in the history
  6. Try and fix logo url

    Kadrian committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b9eb9bd View commit details
    Browse the repository at this point in the history
  7. Fix format

    Kadrian committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b9a2482 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3603 from ingef/fix-logo-url

    Try and fix logo url
    Kadrian authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    65e72db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a26ebf4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3604 from ingef/fix-search

    Try and fix search again for multi-nested struct nodes
    Kadrian authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ee551d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    ede0c51 View commit details
    Browse the repository at this point in the history
  2. 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.
    awildturtok authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0b025f4 View commit details
    Browse the repository at this point in the history
  3. fix resolution of MoneyRange, move it into FilterValue (#3600)

    fix resolution of MoneyRange, move it into FilterValue
    
    ---------
    
    Co-authored-by: MT <[email protected]>
    awildturtok and thoniTUB authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    985bf94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64504ca View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    db90e4e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3602 from ingef/fix/ftl-imports-render

    fix render error on admin ui imports
    thoniTUB authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7b9bd0f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. reformatting before merge

    thoniTUB committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f2dd6e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    827f73f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3612 from ingef/reintegrate-main

    Reintegrate Main
    awildturtok authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    14a13ab View commit details
    Browse the repository at this point in the history