You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by vo...@apache.org on 2021/12/08 21:02:01 UTC

[druid] branch master updated (25c9eba -> 6ac4e2d)

This is an automated email from the ASF dual-hosted git repository.

vogievetsky pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from 25c9eba  clarify time format for intervals (#12035)
     add 6ac4e2d  Web console: use query actions in query view (#12037)

No new revisions were added by this update.

Summary of changes:
 web-console/script/druid                           |   1 +
 web-console/src/druid-models/time.ts               |  10 +-
 web-console/src/hooks/index.ts                     |   4 +
 .../use-constant.ts}                               |  21 ++--
 .../use-last-defined.tsx}                          |  17 +--
 .../use-local-storage-state.ts}                    |  39 +++---
 .../{use-interval.ts => use-permanent-callback.ts} |  22 +---
 web-console/src/hooks/use-query-manager.ts         |  52 ++++----
 web-console/src/utils/druid-query.ts               |   9 +-
 web-console/src/utils/index.tsx                    |   2 +
 .../intermediate-query-state.ts}                   |  14 +--
 .../query-action.ts}                               |  10 +-
 web-console/src/utils/query-manager.tsx            | 136 ++++++++++++++++-----
 web-console/src/utils/query-state.ts               |  15 ++-
 .../query-view/query-output/query-output.spec.tsx  |  22 ++--
 .../views/query-view/query-output/query-output.tsx |  41 +++----
 web-console/src/views/query-view/query-view.tsx    |  12 +-
 .../src/views/query-view/run-button/run-button.tsx |   6 +-
 18 files changed, 256 insertions(+), 177 deletions(-)
 copy web-console/src/{components/table-column-selector/table-column-selector.scss => hooks/use-constant.ts} (77%)
 copy web-console/src/{components/popover-text/popover-text.tsx => hooks/use-last-defined.tsx} (72%)
 copy web-console/src/{dialogs/history-dialog/history-dialog.spec.tsx => hooks/use-local-storage-state.ts} (54%)
 copy web-console/src/hooks/{use-interval.ts => use-permanent-callback.ts} (69%)
 copy web-console/src/{components/center-message/center-message.scss => utils/intermediate-query-state.ts} (79%)
 copy web-console/src/{components/date-range-selector/date-range-selector.scss => utils/query-action.ts} (88%)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org