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

[Manual Backport 2.x][Discover] Add long numerals support (#5592) #5798

Merged
merged 2 commits into from
Feb 6, 2024

Commits on Feb 3, 2024

  1. [Discover] Add long numerals support (opensearch-project#5592)

    * Fix the usage of `pegjs` in tasks
    
    Signed-off-by: Miki <[email protected]>
    
    * [Discover] Add long numerals support
    
    * Add long numerals support to Discover tabular view, document view, inspector, hash-url, and share
    * Use a fork of `numeral-js` that supports long numerals
    * Patch `rison` to correctly serialize BigInts
    * Replace the uses of `withLongNumerals` with `withLongNumeralsSupport` to match the rest of the codebase and mark `withLongNumerals` for deprecation
    * Add `withLongNumeralsSupport` as an option to `code/public/http/fetch`
    * Add long numerals support to `UiSettingsClient`
    * Add long numerals support to `core/server/http/router` response handler
    * Add long numerals support to `RangeFilter` and `FilterBar`
    * Add long numerals support to `kuery/ast`
    * Introduce `OPENSEARCH_SEARCH_WITH_LONG_NUMERALS_STRATEGY` in `core/plugins/data/search`
    * Remove `ng-non-bindable` leftovers
    
    Signed-off-by: Miki <[email protected]>
    
    ---------
    
    Signed-off-by: Miki <[email protected]>
    
    (cherry picked from commit 10ae4ee)
    Signed-off-by: Miki <[email protected]>
    AMoo-Miki committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    556d576 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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