This is an automated email from the ASF dual-hosted git repository. adarshsanjeev pushed a commit to branch 30.0.0 in repository https://gitbox.apache.org/repos/asf/druid.git
commit c19b784477b6a4321cae0df60f757ddfcfcf9cb6 Author: Adarsh Sanjeev <[email protected]> AuthorDate: Thu Apr 25 09:26:27 2024 +0530 [Release Activities] Link changes for Druid 30.0.0 --- .../components/header-bar/__snapshots__/header-bar.spec.tsx.snap | 2 +- .../restricted-mode/__snapshots__/restricted-mode.spec.tsx.snap | 4 ++-- .../__snapshots__/compaction-config-dialog.spec.tsx.snap | 8 ++++---- .../retention-dialog/__snapshots__/retention-dialog.spec.tsx.snap | 2 +- web-console/src/links.ts | 2 +- .../__snapshots__/execution-error-pane.spec.tsx.snap | 2 +- 6 files changed, 10 insertions(+), 10 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 6c7cf34cb70..f2d3e570bac 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 @@ -360,7 +360,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/30.0.0" icon="th" multiline={false} popoverProps={{}} diff --git a/web-console/src/components/header-bar/restricted-mode/__snapshots__/restricted-mode.spec.tsx.snap b/web-console/src/components/header-bar/restricted-mode/__snapshots__/restricted-mode.spec.tsx.snap index ed352ecbf5f..e34ac4a9936 100644 --- a/web-console/src/components/header-bar/restricted-mode/__snapshots__/restricted-mode.spec.tsx.snap +++ b/web-console/src/components/header-bar/restricted-mode/__snapshots__/restricted-mode.spec.tsx.snap @@ -17,7 +17,7 @@ exports[`RestrictedMode matches snapshot when in auto capability detection mode For more info refer to the <Memo(ExternalLink) - href="https://druid.apache.org/docs/latest/operations/web-console.html" + href="https://druid.apache.org/docs/30.0.0/operations/web-console.html" > web console documentation </Memo(ExternalLink)> @@ -88,7 +88,7 @@ exports[`RestrictedMode matches snapshot when in manual capability detection mod For more info refer to the <Memo(ExternalLink) - href="https://druid.apache.org/docs/latest/operations/web-console.html" + href="https://druid.apache.org/docs/30.0.0/operations/web-console.html" > web console documentation </Memo(ExternalLink)> diff --git a/web-console/src/dialogs/compaction-config-dialog/__snapshots__/compaction-config-dialog.spec.tsx.snap b/web-console/src/dialogs/compaction-config-dialog/__snapshots__/compaction-config-dialog.spec.tsx.snap index 6df207060ff..7fdf60c2226 100644 --- a/web-console/src/dialogs/compaction-config-dialog/__snapshots__/compaction-config-dialog.spec.tsx.snap +++ b/web-console/src/dialogs/compaction-config-dialog/__snapshots__/compaction-config-dialog.spec.tsx.snap @@ -360,7 +360,7 @@ exports[`CompactionConfigDialog matches snapshot with compactionConfig (dynamic For more information refer to the <Memo(ExternalLink) - href="https://druid.apache.org/docs/latest/ingestion/concurrent-append-replace.html" + href="https://druid.apache.org/docs/30.0.0/ingestion/concurrent-append-replace.html" > documentation </Memo(ExternalLink)> @@ -770,7 +770,7 @@ exports[`CompactionConfigDialog matches snapshot with compactionConfig (hashed p For more information refer to the <Memo(ExternalLink) - href="https://druid.apache.org/docs/latest/ingestion/concurrent-append-replace.html" + href="https://druid.apache.org/docs/30.0.0/ingestion/concurrent-append-replace.html" > documentation </Memo(ExternalLink)> @@ -1180,7 +1180,7 @@ exports[`CompactionConfigDialog matches snapshot with compactionConfig (range pa For more information refer to the <Memo(ExternalLink) - href="https://druid.apache.org/docs/latest/ingestion/concurrent-append-replace.html" + href="https://druid.apache.org/docs/30.0.0/ingestion/concurrent-append-replace.html" > documentation </Memo(ExternalLink)> @@ -1590,7 +1590,7 @@ exports[`CompactionConfigDialog matches snapshot without compactionConfig 1`] = For more information refer to the <Memo(ExternalLink) - href="https://druid.apache.org/docs/latest/ingestion/concurrent-append-replace.html" + href="https://druid.apache.org/docs/30.0.0/ingestion/concurrent-append-replace.html" > documentation </Memo(ExternalLink)> 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 68fe45ae1b5..e4c06f6f6de 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 @@ -64,7 +64,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/30.0.0/operations/rule-configuration.html" rel="noopener noreferrer" target="_blank" > diff --git a/web-console/src/links.ts b/web-console/src/links.ts index ccd26367969..fa376fe09e7 100644 --- a/web-console/src/links.ts +++ b/web-console/src/links.ts @@ -17,7 +17,7 @@ */ // This is set to the latest available version and should be updated to the next version before release -const DRUID_DOCS_VERSION = 'latest'; +const DRUID_DOCS_VERSION = '30.0.0'; function fillVersion(str: string): string { return str.replace(/\{\{VERSION}}/g, DRUID_DOCS_VERSION); 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 9d133e240ab..a097c450767 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 @@ -10,7 +10,7 @@ exports[`ExecutionErrorPane matches snapshot 1`] = ` > <React.Fragment> <Memo(ExternalLink) - href="https://druid.apache.org/docs/latest/multi-stage-query/reference.html#error_TooManyWarnings" + href="https://druid.apache.org/docs/30.0.0/multi-stage-query/reference.html#error_TooManyWarnings" > TooManyWarnings </Memo(ExternalLink)> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
