This is an automated email from the ASF dual-hosted git repository.
hugh pushed a change to branch hotkeys
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from c1209ca linting
add d427db0 [SQL Lab] Allow running multiple statements (#6112)
add eff4e63 Adding missing slash (#6567)
add fe77b57 [refactor] moving some datasource-related code to the
frontend (#5769)
add f424af8 json_iso_dttm_ser use for TableViz (#6563)
add 4e03d41 fix #6530 and add some other chinese translation (#6569)
add d99b36e Fix: updated required cryptography version to 2.4.2 to
resolve #6509 (#6516)
add a0b2f2c Fix multi/dual when no right y axis (#6571)
add 2c3794e [design] use angle icons instead of carets for expandable
panels (#6564)
add f761237 fixing issue #6572 with Oracle date handling (#6580)
add d80cbbc Change margin for slice description in charts for the
dashboard view (#6575)
add b164987 [bugfix] moving from reactable to reactable-arc fork (#6576)
add 6099519 Using batch_op in db migration 0b1f1ab473c0 (#6581)
add 142e7b6 Finish move to babel 7 (#6573)
add c01230a Enhance Docker (#6504)
add 3802f01 add chinese translate (#6592)
add bc9c183 Fix bug: some word not translate in js. (#6598)
add f291dae shift labels down along y-axis (#6596)
add 68e9d29 Fix 'Uncaught TypeError: Cannot read property 'value' of
undefined' #6556 (#6574)
add be1895f [fix] url shortner for long explore url (#6449)
add 818a6a8 Make NULL value grouping keys show up properly in rich
tooltip (#6003)
add 3c17dac Upgrade gsheetsdb (#6609)
add 28ca07e fix(i18n) syntax errors detected by grammarly while
translating (#6271)
add 49e3638 Introduce a more visible resize grabber to the SQL editor
(#6593)
add accc754 Improve false negative on AlteredSliceTag (#6578)
add eafb4f9 Upgrade webpack-dev-server to fix 'npm audit' issue (#6607)
add f6ac0da Improve padding in NVD3Vis (#6626)
add fbf9586 Bump requirements (#6625)
add 4243723 data point no clipEdge (#6614)
add a2ce997 Add kuaishou to README.md (#6630)
add 9d70c34 pass source to db api mutator (#6497)
add 8051818 [pie] allow formating nubmers on pie chart (#6628)
add fafa6b4 Minor doc fix for superset (#6662)
add 7e0e7c8 Improving Filter Box (#6523)
add 0053a86 [README] use a numbered list instead of bullets for org list
(#6629)
add b143b16 #6588 Clear all other query tabs (#6617)
add 13fdda0 Merge branch 'master' of github.com:apache/incubator-superset
into hotkeys
No new revisions were added by this update.
Summary of changes:
README.md | 100 +-
contrib/docker/Dockerfile | 2 +-
contrib/docker/docker-compose.yml | 3 +
contrib/docker/docker-entrypoint.sh | 13 +-
docs/conf.py | 4 +-
requirements.txt | 8 +-
setup.cfg | 4 +-
setup.py | 14 +-
superset/assets/.babelrc | 2 +-
superset/assets/.istanbul.yml | 56 -
superset/assets/backendSync.json | 1525 +++--
.../cypress/integration/explore/control.test.js | 1 +
superset/assets/package-lock.json | 6051 ++++++++++----------
superset/assets/package.json | 17 +-
superset/assets/spec/fixtures/mockDatasource.js | 24 -
.../components/AlteredSliceTag_spec.jsx | 26 +-
.../spec/javascripts/components/FormRow_spec.jsx | 41 +
.../components/FilterBoxItemControl_spec.jsx | 37 +
.../components/FixedOrMetricControl_spec.jsx | 6 +-
.../spec/javascripts/sqllab/QueryTable_spec.jsx | 2 +-
.../javascripts/welcome/DashboardTable_spec.jsx | 2 +-
.../assets/src/SqlLab/components/QueryTable.jsx | 2 +-
.../assets/src/SqlLab/components/ResultSet.jsx | 14 +-
.../assets/src/SqlLab/components/SqlEditor.jsx | 8 +-
.../src/SqlLab/components/SqlEditorLeftBar.jsx | 2 +-
.../src/SqlLab/components/TabbedSqlEditors.jsx | 22 +-
superset/assets/src/SqlLab/main.less | 78 +-
superset/assets/src/chart/ChartRenderer.jsx | 2 +-
superset/assets/src/chart/chartReducer.js | 6 -
superset/assets/src/components/AlteredSliceTag.jsx | 26 +-
superset/assets/src/components/FormRow.jsx | 47 +
superset/assets/src/components/Loading.jsx | 29 +-
superset/assets/src/components/TableLoader.jsx | 2 +-
.../dashboard/components/gridComponents/Chart.jsx | 5 +-
.../src/explore/components/ControlPanelSection.jsx | 24 +-
.../src/explore/components/DisplayQueryButton.jsx | 2 +-
.../components/controls/CollectionControl.css | 3 +
.../components/controls/CollectionControl.jsx | 4 +-
.../components/controls/FilterBoxItemControl.jsx | 179 +
.../components/controls/FixedOrMetricControl.jsx | 12 +-
.../src/explore/components/controls/index.js | 2 +
.../controlPanels/{FilterBox.js => FilterBox.jsx} | 20 +-
superset/assets/src/explore/controlPanels/Pie.js | 8 +-
superset/assets/src/explore/controls.jsx | 68 +-
.../assets/src/explore/reducers/exploreReducer.js | 13 -
.../src/visualizations/FilterBox/FilterBox.jsx | 75 +-
.../src/visualizations/FilterBox/transformProps.js | 9 +-
.../src/visualizations/PairedTTest/TTestTable.jsx | 2 +-
.../assets/src/visualizations/Sunburst/Sunburst.js | 2 +-
.../src/visualizations/TimeTable/TimeTable.jsx | 2 +-
.../visualizations/nvd3/LineMulti/LineMulti.jsx | 2 +-
superset/assets/src/visualizations/nvd3/NVD3Vis.js | 40 +-
.../src/visualizations/nvd3/transformProps.js | 2 +
superset/assets/src/visualizations/nvd3/utils.js | 16 +-
superset/assets/src/welcome/DashboardTable.jsx | 2 +-
superset/assets/stylesheets/superset.less | 2 +-
superset/assets/vendor/cal-heatmap/cal-heatmap.js | 15 +-
superset/connectors/base/models.py | 22 +-
superset/connectors/sqla/views.py | 2 +-
superset/data/world_bank.py | 18 +-
superset/db_engine_specs.py | 20 +-
.../0b1f1ab473c0_add_extra_column_to_query.py | 23 +
superset/migrations/versions/a7ca4a272e0a_.py | 22 -
superset/migrations/versions/de021a1ca60d_.py | 18 +
.../versions/fb13d49b72f9_better_filters.py | 84 +
superset/models/core.py | 16 +-
superset/models/helpers.py | 20 +
superset/models/sql_lab.py | 10 +-
superset/security.py | 2 +-
superset/sql_lab.py | 259 +-
superset/sql_parse.py | 15 +-
superset/translations/zh/LC_MESSAGES/messages.json | 3337 ++++++++++-
superset/translations/zh/LC_MESSAGES/messages.mo | Bin 86943 -> 90011 bytes
superset/translations/zh/LC_MESSAGES/messages.po | 1517 ++---
superset/utils/core.py | 21 +-
superset/utils/dates.py | 17 +
superset/utils/decorators.py | 15 +
superset/views/core.py | 26 +-
superset/viz.py | 66 +-
tests/celery_tests.py | 22 +-
tests/core_tests.py | 4 +-
tests/sql_parse_tests.py | 38 +-
tests/sqllab_tests.py | 10 +
83 files changed, 9486 insertions(+), 4803 deletions(-)
delete mode 100644 superset/assets/.istanbul.yml
create mode 100644 superset/assets/spec/javascripts/components/FormRow_spec.jsx
create mode 100644
superset/assets/spec/javascripts/explore/components/FilterBoxItemControl_spec.jsx
create mode 100644 superset/assets/src/components/FormRow.jsx
create mode 100644
superset/assets/src/explore/components/controls/CollectionControl.css
create mode 100644
superset/assets/src/explore/components/controls/FilterBoxItemControl.jsx
rename superset/assets/src/explore/controlPanels/{FilterBox.js =>
FilterBox.jsx} (52%)
create mode 100644
superset/migrations/versions/0b1f1ab473c0_add_extra_column_to_query.py
delete mode 100644 superset/migrations/versions/a7ca4a272e0a_.py
create mode 100644 superset/migrations/versions/de021a1ca60d_.py
create mode 100644 superset/migrations/versions/fb13d49b72f9_better_filters.py
create mode 100644 superset/utils/dates.py
create mode 100644 superset/utils/decorators.py