This is an automated email from the ASF dual-hosted git repository.
vogievetsky pushed a change to branch 24.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git
from 52dfc2e91c Web console: fix pagination, add error delimiters (#12969)
new 4937017e6f fix broken link in web-console (#12976)
new 2af68b6edc grab warnings from correct key + test (#12977)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../execution/execution-ingest-complete.mock.ts | 1 +
.../execution/execution-ingest-error.mock.ts | 133 +-
.../src/druid-models/execution/execution.ts | 4 +-
.../src/views/load-data-view/load-data-view.tsx | 2 +-
.../execution-details-pane.spec.tsx.snap | 2154 ++++++++++++++++++++
.../execution-details-pane.spec.tsx} | 24 +-
.../execution-error-pane.spec.tsx.snap | 14 +-
.../workbench-view/helper-query/helper-query.tsx | 2 +-
.../ingest-success-pane/ingest-success-pane.tsx | 17 +-
.../views/workbench-view/query-tab/query-tab.tsx | 2 +-
10 files changed, 2297 insertions(+), 56 deletions(-)
create mode 100644
web-console/src/views/workbench-view/execution-details-pane/__snapshots__/execution-details-pane.spec.tsx.snap
copy
web-console/src/views/workbench-view/{execution-error-pane/execution-error-pane.spec.tsx
=> execution-details-pane/execution-details-pane.spec.tsx} (63%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]