This is an automated email from the ASF dual-hosted git repository.
villebro pushed a change to branch jb/feat-plugin-handlebars
in repository https://gitbox.apache.org/repos/asf/superset.git
from 81342c6705 Merge branch 'master' into jb/feat-plugin-handlebars
add 285f2f3682 Merge pull request #3 from apache/jb/feat-plugin-handlebars
add 292adb190c (plugins-chart-handlebars) adds: missing props
add 0a89abbc05 (plugin-chart-handlebars) fixes test
add 13c4ffeb70 (plugin-handlebars-chart) use numbers for size
add ea34336a2e (feature-handlebars-chart) fix viz_type
add 7106b94e42 (plugin-handlebars-chart) revert
new bc3ee85266 fix test and add license headers
The 1 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:
.../plugins/plugin-chart-handlebars/README.md | 21 +++++++++++-
.../src/components/CodeEditor/CodeEditor.tsx | 19 +++++++++++
.../src/components/ControlHeader/controlHeader.tsx | 18 ++++++++++
.../src/components/Handlebars/HandlebarsViewer.tsx | 18 ++++++++++
.../plugins/plugin-chart-handlebars/src/i18n.ts | 18 ++++++++++
.../src/plugin/controls/columns.tsx | 18 ++++++++++
.../src/plugin/controls/groupBy.tsx | 18 ++++++++++
.../src/plugin/controls/handlebarTemplate.tsx | 18 ++++++++++
.../src/plugin/controls/includeTime.ts | 18 ++++++++++
.../src/plugin/controls/limits.ts | 18 ++++++++++
.../src/plugin/controls/metrics.tsx | 18 ++++++++++
.../src/plugin/controls/orderBy.tsx | 18 ++++++++++
.../src/plugin/controls/pagination.tsx | 18 ++++++++++
.../src/plugin/controls/queryMode.tsx | 18 ++++++++++
.../src/plugin/controls/shared.ts | 18 ++++++++++
.../src/plugin/controls/style.tsx | 18 ++++++++++
.../test/plugin/buildQuery.test.ts | 20 ++++++++++++
.../test/plugin/transformProps.test.ts | 38 +++++++++++++++++-----
.../plugin-chart-handlebars/types/external.d.ts | 18 ++++++++++
19 files changed, 359 insertions(+), 9 deletions(-)