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: v2.8.1
Choose a base ref
...
head repository: finos/perspective
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.9.0
Choose a head ref
  • 18 commits
  • 225 files changed
  • 4 contributors

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    6af3a46 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. rm unused ci step

    tomjakubowski committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    89ea124 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Fix get_hosted_table_names in Python client

    It was returning None.  It now returns a future which resolves to the
    list of hosted table names.
    tomjakubowski committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    57653ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75e6e5b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Refactor

    implement plugin.can_render_column_styles
    
    integrate can_render_column_styles to viewer
    
    fix date/datetime not rerendering
    ada-x64 authored and texodus committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    d113742 View commit details
    Browse the repository at this point in the history
  2. Add column style specification API

    initial datagrid integration
    
    shim datagrid into new format
    
    fix datagrid tests
    
    symbols integration
    
    refactor api
    
    update migrations
    
    Co-authored-by: Davis Silverman <sinistersnare@users.noreply.github.com>
    Co-authored-by: Broch Stilley <brochington@gmail.com>
    
    tests, lint
    
    better column_config update repr
    
    update tests
    ada-x64 authored and texodus committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    d533c1c View commit details
    Browse the repository at this point in the history
  3. Implement Intl.NumberFormat UI

    implement intl.numberFormat constructor UI
    
    rm fixed; add migration; fix tests
    ada-x64 authored and texodus committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    89546df View commit details
    Browse the repository at this point in the history
  4. Update yew-fmt and apply fixes

    No Author authored and texodus committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    74818b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Fix candlestick & OHLC charts

    texodus committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2cb82b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2562 from finos/fix-candlestick-charts

    Fix Candlestick & OHLC charts
    texodus authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    30b4f5c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Update column style style

    texodus committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4f44520 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2563 from finos/features/number-string-formatting

    Formatting for `float` and `integer` columns via `Intl.NumberFormat`
    texodus authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a9477f2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2547 from tomjakubowski/pyodide-0.25.0

    Update Pyodide to version 0.25.0
    texodus authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c897472 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2551 from tomjakubowski/bugfix/py_get_hosted_tabl…

    …e_names
    
    Fix get_hosted_table_names in Python client
    texodus authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d9fa027 View commit details
    Browse the repository at this point in the history
  5. Localization support

    texodus committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7d2be2a View commit details
    Browse the repository at this point in the history
  6. Add hilariously incorrect German, Spanish, French, Japanese, Portugue…

    …se and Chinese localization files
    texodus committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7b2aead View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2565 from finos/localization

    Localization Support
    texodus authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    02deb58 View commit details
    Browse the repository at this point in the history
  8. v2.9.0

    texodus committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    93959e3 View commit details
    Browse the repository at this point in the history
Loading