-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change: [M3-8450] - Lower Events historical data fetching to 7 days (#…
…10899) * Initial re-commit * fix events-fetching.spec.ts * fix events-menu.spec.ts * Added changeset: Lower Events historical data fetching to 7 days * Attempt to fix e2e * Add `mockGetEventsPolling` to intercept/mock only polling events requests * Improve reliability of initial fetch test timestamp comparison, attempt to fix polling tests --------- Co-authored-by: Joe D'Amore <jdamore@linode.com>
- Loading branch information
1 parent
c8db50d
commit 9e2a990
Showing
10 changed files
with
730 additions
and
37 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
packages/manager/.changeset/pr-10899-changed-1725595024930.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@linode/manager": Changed | ||
--- | ||
|
||
Lower Events historical data fetching to 7 days ([#10899](https://github.com/linode/manager/pull/10899)) |
214 changes: 213 additions & 1 deletion
214
packages/manager/cypress/e2e/core/notificationsAndEvents/events-fetching.spec.ts
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
Oops, something went wrong.