-
Notifications
You must be signed in to change notification settings - Fork 914
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
[Backport 2.10] [Manual Backport 2.x][Console] Add support for JSON with long numerals (#4562) #4973
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Also: * Add support for parsing and stringifying JSON with long numerals into `@osd/std` * Upgrade to `@opensearch/[email protected]` which supports long numerals * Add support for long numerals to `http/fetch` Signed-off-by: Miki <[email protected]> Signed-off-by: Kawika Avilla <[email protected]> Co-authored-by: Miki <[email protected]> (cherry picked from commit e69d38d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot
bot
requested review from
ananzh,
kavilla,
seanneumann,
AMoo-Miki,
ashwin-pc and
joshuarrrr
as code owners
September 7, 2023 23:42
opensearch-trigger-bot
bot
added
autocut
Skip the changelog verification check on backports
v2.10.0
labels
Sep 7, 2023
opensearch-trigger-bot
bot
requested review from
abbyhu2000,
zengyan-amazon,
kristenTian,
zhongnansu,
manasvinibs,
ZilongX,
Flyingliuhub and
BSFishy
as code owners
September 7, 2023 23:42
kavilla
approved these changes
Sep 7, 2023
Codecov Report
@@ Coverage Diff @@
## 2.10 #4973 +/- ##
==========================================
+ Coverage 66.44% 66.50% +0.06%
==========================================
Files 3399 3400 +1
Lines 64881 64981 +100
Branches 10360 10385 +25
==========================================
+ Hits 43107 43215 +108
+ Misses 19215 19210 -5
+ Partials 2559 2556 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes 📢 Have feedback on the report? Share it here. |
joshuarrrr
approved these changes
Sep 8, 2023
kavilla
added a commit
to kavilla/OpenSearch-Dashboards-1
that referenced
this pull request
Sep 8, 2023
…-project#4562) (opensearch-project#4967) (opensearch-project#4973)" This reverts commit e3cebe7. Signed-off-by: Kawika Avilla <[email protected]>
kavilla
added a commit
that referenced
this pull request
Sep 8, 2023
) (#4973)" (#4977) This reverts commit e3cebe7. Signed-off-by: Kawika Avilla <[email protected]>
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Sep 8, 2023
) (#4973)" (#4977) This reverts commit e3cebe7. Signed-off-by: Kawika Avilla <[email protected]> (cherry picked from commit b75edfa) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
manasvinibs
pushed a commit
that referenced
this pull request
Sep 11, 2023
) (#4973)" (#4977) (#4978) This reverts commit e3cebe7. (cherry picked from commit b75edfa) Signed-off-by: Kawika Avilla <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport e69d38d from #4967.