This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch 25.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/25.0.0 by this push:
new 35580fe74d Fix web-console snapshots (#13408)
35580fe74d is described below
commit 35580fe74dbea81eb54ae75aec3c40edc5885568
Author: Kashif Faraz <[email protected]>
AuthorDate: Tue Nov 22 14:37:29 2022 +0530
Fix web-console snapshots (#13408)
* Fix web-console snapshots
* Revert changes to package and package-lock.json
---
.../src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap | 2 +-
.../retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap | 2 +-
.../__snapshots__/execution-error-pane.spec.tsx.snap | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap
b/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap
index 92ea6c77b8..d549afd9ae 100644
---
a/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap
+++
b/web-console/src/components/header-bar/__snapshots__/header-bar.spec.tsx.snap
@@ -325,7 +325,7 @@ exports[`HeaderBar matches snapshot 1`] = `
<Blueprint4.MenuItem
active={false}
disabled={false}
- href="https://druid.apache.org/docs/latest"
+ href="https://druid.apache.org/docs/25.0.0"
icon="th"
multiline={false}
popoverProps={Object {}}
diff --git
a/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap
b/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap
index de558d3998..be371287e0 100644
---
a/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap
+++
b/web-console/src/dialogs/retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap
@@ -63,7 +63,7 @@ exports[`RetentionDialog matches snapshot 1`] = `
Druid uses rules to determine what data should be retained in the
cluster. The rules are evaluated in order from top to bottom. For more
information please refer to the
<a
-
href="https://druid.apache.org/docs/latest/operations/rule-configuration.html"
+
href="https://druid.apache.org/docs/25.0.0/operations/rule-configuration.html"
rel="noopener noreferrer"
target="_blank"
>
diff --git
a/web-console/src/views/workbench-view/execution-error-pane/__snapshots__/execution-error-pane.spec.tsx.snap
b/web-console/src/views/workbench-view/execution-error-pane/__snapshots__/execution-error-pane.spec.tsx.snap
index de73ea9dc9..24573eea25 100644
---
a/web-console/src/views/workbench-view/execution-error-pane/__snapshots__/execution-error-pane.spec.tsx.snap
+++
b/web-console/src/views/workbench-view/execution-error-pane/__snapshots__/execution-error-pane.spec.tsx.snap
@@ -9,7 +9,7 @@ exports[`ExecutionErrorPane matches snapshot 1`] = `
className="error-message-text"
>
<Memo(ExternalLink)
-
href="https://druid.apache.org/docs/latest/multi-stage-query/concepts.html#error-codes"
+
href="https://druid.apache.org/docs/25.0.0/multi-stage-query/concepts.html#error-codes"
>
TooManyWarnings
</Memo(ExternalLink)>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]