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

[Discover] Add long numerals support #5592

Merged

Commits on Dec 27, 2023

  1. Fix the usage of pegjs in tasks

    Signed-off-by: Miki <[email protected]>
    AMoo-Miki committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    092d3f3 View commit details
    Browse the repository at this point in the history
  2. [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]>
    AMoo-Miki committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    6b8498a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

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