8000 Comparing v3.4.2...v3.4.3 · finos/perspective · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: finos/perspective
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.2
Choose a base ref
...
head repository: finos/perspective
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.3
Choose a head ref
  • 6 commits
  • 55 files changed
  • 3 contributors

Commits on Mar 17, 2025

  1. Fix date filters in perspective-{select,click} events

    Fixes issue #2949 where date filters in the `perspective-select` and
    `perspective-click` events use a zero-indexed month, but the date filter
    input uses a one-indexed month. The date filter returned by
    `perspective-config-update` is correctly one-indexed. This issue makes
    the filtered data in a workspace incorrect. It also makes perspective
    crash if a January 1 date gets converted to `2025-00-01` and then passed
    to a second view.
    
    Fix this by simply adding 1 to the month when generating the config in
    `ProtoServer::_handle_request`.
    
    Signed-off-by: Nicholas Burlett <nburlett@ghs.com>
    nburlett committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    0b2e5db View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. Add test for perspective-click date bug

    Regression test for issue #2949 where date filters are not correctly
    formatted on the perspective-click and perspective-select custom events.
    The test only exercises perspective-click for simplicity.
    
    A new all-types-small-multi-arrow-test.html was necessary, as the issue
    only affects the date datatype, and the existing csv tests only exercise
    the datetime data type.
    
    Signed-off-by: Nicholas Burlett <nburlett@ghs.com>
    nburlett committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    41bbc5a View commit details
    Browse the repository at this point in the history
  2. Invalidate session before loading

    This fixes a bug where a failed `viewer.load()` call would poison the
    viewer and prevent it from loading any more tables.
    
    Signed-off-by: Tom Jakubowski <tom@prospective.dev>
    tomjakubowski committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    a1256f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Merge pull request #2958 from tomjakubowski/bugfix/viewer-error-recovery

    Invalidate viewer session before loading table
    texodus authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    50245e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2957 from nburlett/master

    Fix date filters in perspective-{select,click} events
    texodus authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    f7cc290 View commit details
    Browse the repository at this point in the history
  3. v3.4.3

    Signed-off-by: Andrew Stein <steinlink@gmail.com>
    texodus committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    04b6106 View commit details
    Browse the repository at this point in the history
Loading
0