-
Notifications
You must be signed in to change notification settings - Fork 55
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
[Bug] Remove ag grid package #2001
Conversation
Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: Adam Tackett <[email protected]>
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/dashboards-observability/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/dashboards-observability/backport-2.x
# Create a new branch
git switch --create backport/backport-2001-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 805c54f771d1a963dc9f50407889c9674b5f03f9
# Push it to GitHub
git push --set-upstream origin backport/backport-2001-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/dashboards-observability/backport-2.x Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/dashboards-observability/backport-2.16 2.16
# Navigate to the new working tree
pushd ../.worktrees/dashboards-observability/backport-2.16
# Create a new branch
git switch --create backport/backport-2001-to-2.16
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 805c54f771d1a963dc9f50407889c9674b5f03f9
# Push it to GitHub
git push --set-upstream origin backport/backport-2001-to-2.16
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/dashboards-observability/backport-2.16 Then, create a pull request where the |
* remove ag grid Signed-off-by: Adam Tackett <[email protected]> * update yarn lock Signed-off-by: Adam Tackett <[email protected]> * update release notes Signed-off-by: Adam Tackett <[email protected]> --------- Signed-off-by: Adam Tackett <[email protected]> Co-authored-by: Adam Tackett <[email protected]> (cherry picked from commit 805c54f)
* remove ag grid Signed-off-by: Adam Tackett <[email protected]> * update yarn lock Signed-off-by: Adam Tackett <[email protected]> * update release notes Signed-off-by: Adam Tackett <[email protected]> --------- Signed-off-by: Adam Tackett <[email protected]> Co-authored-by: Adam Tackett <[email protected]> (cherry picked from commit 805c54f)
* remove ag grid Signed-off-by: Adam Tackett <[email protected]> * update yarn lock Signed-off-by: Adam Tackett <[email protected]> * update release notes Signed-off-by: Adam Tackett <[email protected]> --------- Signed-off-by: Adam Tackett <[email protected]> Co-authored-by: Adam Tackett <[email protected]> (cherry picked from commit 805c54f)
* [Bug] CVE fix for ag (#1989) * update package to fix CVEs Signed-off-by: Adam Tackett <[email protected]> * include yarnlock Signed-off-by: Adam Tackett <[email protected]> * change ag for cve Signed-off-by: Adam Tackett <[email protected]> * update release notes Signed-off-by: Adam Tackett <[email protected]> --------- Signed-off-by: Adam Tackett <[email protected]> Signed-off-by: Shenoy Pratik <[email protected]> Co-authored-by: Adam Tackett <[email protected]> Co-authored-by: Shenoy Pratik <[email protected]> (cherry picked from commit 196dd35) * backport cve Signed-off-by: Adam Tackett <[email protected]> * update depend Signed-off-by: Adam Tackett <[email protected]> * update snapshots Signed-off-by: Adam Tackett <[email protected]> * [Bug] Remove ag grid package (#2001) * remove ag grid Signed-off-by: Adam Tackett <[email protected]> * update yarn lock Signed-off-by: Adam Tackett <[email protected]> * update release notes Signed-off-by: Adam Tackett <[email protected]> --------- Signed-off-by: Adam Tackett <[email protected]> Co-authored-by: Adam Tackett <[email protected]> (cherry picked from commit 805c54f) * quick fix Signed-off-by: Adam Tackett <[email protected]> * remove ag Signed-off-by: Adam Tackett <[email protected]> * update snapshots, remove securrity lakes from integrations, add import Signed-off-by: Adam Tackett <[email protected]> --------- Signed-off-by: Adam Tackett <[email protected]> Signed-off-by: Adam Tackett <[email protected]> Co-authored-by: Adam Tackett <[email protected]>
* [Bug] Remove ag grid package (#2001) * remove ag grid Signed-off-by: Adam Tackett <[email protected]> * update yarn lock Signed-off-by: Adam Tackett <[email protected]> * update release notes Signed-off-by: Adam Tackett <[email protected]> --------- Signed-off-by: Adam Tackett <[email protected]> Co-authored-by: Adam Tackett <[email protected]> (cherry picked from commit 805c54f) * updated snapshots Signed-off-by: Shenoy Pratik <[email protected]> --------- Signed-off-by: Shenoy Pratik <[email protected]> Co-authored-by: Adam Tackett <[email protected]>
Description
Removing this library due to critical CVE-2024-38996.
Upgrading to 32.0.2 uses ES2020. Hence removing the usage and disabling data table to unblock 2.16 release.
Known failure on test for windows and linux build:
Summary of all failing tests
FAIL public/components/event_analytics/explorer/query_assist/tests/input.test.tsx (6.879 s)
View with table removed: (User's can go to events to see the removed contents of the table).
Old Table:
Issues Resolved
#1910
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.