Commit Graph

4335 Commits

Author SHA1 Message Date
Phillip Kelley-Dotson
cfd851aa13
fix: replace datamask with key from new key value api (#17680)
* afirst stage to ccheck to get initial datamask

* clean up code and update typescript

* remove consoles

* fix ts and update copy dashboard url

* use key when one doesn't exists

* lint clean up

* fix errors

* add suggested changes

* remove line

* add tests and add changes for copydashboard

* fix lint

* fix lint

* fix lint

* Update superset-frontend/src/dashboard/components/Header/index.jsx

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>

* add timeout

* fix test

* fix test, add qs to cypress and add suggestions

* add suggestions

* fix lint

* more suggested changes for backwards comapat

* fix lint

* cleanup naming and add qs parse to tests

* Update superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>

* Update superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>

* more changes and fix lint

* remove nativefiler param

* fix path

* remove con

* simplify logic

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
2021-12-21 09:08:48 -08:00
Kamil Gabryjelski
2c3f39f3f2
feat(plugin-chart-pivot-table): support series limit (#17803)
* feat(plugin-chart-pivot-table): support series limit

* Add a migration

* Use non-legacy series limit controls

* Add a todo comment

* Bug fix
2021-12-21 16:58:54 +01:00
Ville Brofeldt
19daf65b54
chore(generator-superset): migrate to monorepo (#17829)
* chore(generator-superset): migrate to monorepo

* add todo and remove webpack reference from template

* fix linting errors

* remove redundant test file
2021-12-21 11:44:21 +02:00
Stephen Liu
d5768ab649
fix(explore): make SORT-Descending visible if Sort-by has value (#17726) 2021-12-21 15:27:21 +08:00
Erik Ritter
5b0aa27f2b
feat: Persist SQL Lab autocomplete setting across tabs and visits (#17708) 2021-12-20 15:53:48 -08:00
Erik Ritter
6edc183c5f
chore: Refactor localstorage into typesafe version (#17832) 2021-12-20 13:58:59 -08:00
Yongjie Zhao
0a33fcf318
chore: add lerna version (#17828) 2021-12-20 23:06:51 +08:00
Yongjie Zhao
8fe2f5ffff
refactor(monorepo): migrate plugins release workflow (#17827) 2021-12-20 21:58:10 +08:00
Holger Bruch
61a6aa0f97
Map schemes json to SequentialScheme (#17813) 2021-12-20 09:38:24 +02:00
Srini Kadamati
53e2fa6f57
chore: updated screenshots in README.md and added recent events (#17650)
* chore: updated screenshots in readme.md and added recent events

* chore: updated pinot superset connection instructions

* fixed outdated slack link

* addressed all outstanding feedback!

* updated package lock

* reverted package.json to master

* Update README.md

Co-authored-by: Evan Rusackas <evan@preset.io>

Co-authored-by: Evan Rusackas <evan@preset.io>
2021-12-17 11:43:46 -05:00
Kamil Gabryjelski
a2d8b94c52
chore(plugin-chart-table): move adhoc filters control closer to the metrics (#17797) 2021-12-17 14:39:09 +01:00
Kamil Gabryjelski
b5dca4ebfe
chore(plugin-chart-pivot-table): swap order of Columns and Rows controls (#17798) 2021-12-17 14:32:49 +01:00
Kamil Gabryjelski
9c9edbe8bc
chore(plugin-chart-pivot-table): migrate react-pivottable into superset codebase (#17769)
* chore(plugin-chart-pivot-table): migrate react-pivottable into superset codebase

* Fix lint errors

* Use named export

* Clean up the code
2021-12-17 12:00:32 +01:00
Grace Guo
c5af7a48df
fix: [alert] allow decimal for alert threshold value (#17751)
* fix: [alert] add tooltip message for alert threshold value

* support decimal value for alert condition threshold

* add integration test
2021-12-16 22:51:23 -08:00
Ville Brofeldt
961766e833
fix(filter-sets): 404 on dashboard load (#17777) 2021-12-16 11:27:46 +02:00
Kamil Gabryjelski
82b47cacba
fix(plugin-chart-table): sort alphanumeric columns case insensitive (#17765) 2021-12-15 11:48:25 -07:00
Geido
274fb37a91
fix: Remove positions from json_metadata (#17766)
* Remove positions from json_metadata

* Update superset-frontend/src/dashboard/components/PropertiesModal/index.tsx

Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>

* Indent

Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
2021-12-15 11:32:31 -07:00
Ville Brofeldt
6d97e89ad1
chore: bump react-resize-detector (#17764) 2021-12-15 17:14:54 +02:00
Kamil Gabryjelski
124af4c566
chore(explore): Migrate BigNumber to v1 api [ID-28][ID-55] (#17587)
* chore(explore): Migrate BigNumber to v1 api

* Move to echarts

* Use Echarts trendline

* Fix imports

* Fix parsing dates as strings

* Add from_dttm and to_dttm to v1 chart response

* Fix post processing

* Fix timeRangeFixed

* Fix tests

* Remove from and to dttm from cache

* Cleanup date formatting

* Fix storybook

* Fix missing types

* Fix timestamp with timezone

* Add types to demo's tsconfig

* bug fix

* fix import

* Fix cypress tests

* add sort

* add resample to handle missing values properly

* Sync ChartDataResponseResult schema with ts interface

* Lint fix

* Add migration

* Fix migration

* Remove pass

* Re-raise the exception in migration

* Typo fix

* Update revision

Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
2021-12-15 10:15:14 +01:00
Stephen Liu
142b5bc506
fix: local warning in the frontend development (#17727) 2021-12-15 09:52:42 +02:00
Beto Dealmeida
2a6e5e5e5c
fix: import DB errors (#17748) 2021-12-14 18:32:57 -08:00
Beto Dealmeida
63d9693f21
feat: add main datetime column to dataset editor (#17739)
* feat: add main dttm col to dataset editor

* Add tests
2021-12-14 14:47:08 -08:00
Yongjie Zhao
07bbe8448b
refactor(monorepo): change coverage of core to 100% (#17698) 2021-12-14 16:19:55 +08:00
Yahya Kayani
89d0d38ed0
fix(Mixed Timeseries Chart): Custom Metric Label (#17649)
* fix(Mixed Timeseries Chart): Custom Metric Label

* Fixed Formatting

* Fixed Type mismatch from queryFormData

* Reverted type change and used extracted datasource

* Type fix for mapping
2021-12-14 08:41:04 +02:00
Geido
4b969710e4
Rename CertifiedIcon to CertifiedBadge (#17715) 2021-12-10 11:45:53 -07:00
Kamil Gabryjelski
b5b6ceb1b3
fix(explore): don't apply time range filter to Samples table (#17711) 2021-12-10 11:40:11 -07:00
Geido
8de93871d7
Fix flacky header (#17690) 2021-12-10 18:25:40 +02:00
Geido
dad8c20af7
fix(Dashboard): Copy dashboard with duplicating charts 500 error (#17707)
* Fix copy dashboard with charts

* Fix Cypress test
2021-12-09 16:25:01 -07:00
Stephen Liu
bdc4e7a322
fix(explore): deck.gl Multiple chart broken (#17703) 2021-12-09 20:03:02 +02:00
Geido
12bd1fcde5
fix: Save properties after applying changes in Dashboard (#17570)
* Refactor PropertiesModal

* Update json_metadata fully

* Clean up

* Verify values

* Catch changed to metadata

* Always updated dashboard info on update

* Avoid unnecessary fetches

* Formt

* Fix copy dashboards

* Fixes onUpdate onCopy handlers

* Pylint

* Update tests

* Clean up

* Handle data on show

* Change Save to Apply

* Update Cypress save test

* Update Cypress edit prop test

* Update PropertiesModal test

* Fix duplicate request with cross filters

* Improve code style

* Fix typo

* Lint
2021-12-09 10:03:07 -07:00
Corbin Robb
f476ba23a2
fix(select): select component sort functionality on certain options (#17638)
* fix: Select component sort function sorting by label instead of value on numbers

* fix: change select component default sorting to sort by the initial index rather than a property like value or label

* fix: select sorting add sortOptions to select components using sortByProperty

* fix: change select component back, add order to options coming in from SelectControl

* fix: select component options intitial sort bug

* fix: add test cases for select fix

Co-authored-by: Corbin Robb <corbin@Corbins-MacBook-Pro.local>
2021-12-09 11:40:25 -05:00
Yongjie Zhao
04e3cfa607
refactor(monorepo): relocate deckgl to Superset (#17596) 2021-12-09 08:45:18 +08:00
Geido
aad2abe7f0
Fix undefined error (#17692) 2021-12-08 13:30:41 -07:00
Geido
46cdc77ae6
fix: Redirect on 401 (#17597)
* Redirect on 401

* Bump FAB

* Format

* Update Cypress save test

* Revert Cypress change

* Bump FAB 3.4.1rc2

* Update test

* Update return statement

* Update api test

* Update datasets api test

* Update datasets api 401s to 403s

* Add typeguard

* Use Promise.resolve

* Update callApiAndParseWithhTimeout test

* Disable parseResponse test

* Try catch

* Handle npm 8 issues
2021-12-08 13:14:30 -07:00
Ville Brofeldt
c4b04952d0
feat: customize recent activity access (#17589)
* feat: customize recent activity access

* address comments

* fix and add tests

* add alert assertion and UPDATING.md entry

* replace .get_id() with .id

* fix updating comment

* update config name
2021-12-08 11:30:23 +02:00
Kamil Gabryjelski
e660ea2533
fix(legacy-plugin-chart-calendar): fix timestamp timezone in Calendar (#17664)
* fix(legacy-plugin-chart-calendar): fix timestamp timezone in Calendar

* Fix prop type
2021-12-07 14:29:12 +01:00
Yongjie Zhao
4306289bfc
refactor(monorepo): frontend code cleanup after monorepo (#17639)
* chore: frontend cleanup

* remove unused files

* remove stylelint

* arrange tsconfig

* updates
2021-12-04 10:55:04 +08:00
Lyndsi Kay Williams
05752e3fe8
fix(sqllab): Floating numbers not sorting correctly in result column (#17573)
* Floating nums now sorting correctly with parseFloatingNums function

* Floating numbers AND strings now sorting correctly, +locale comparison

* Added NULL handling back to sort function

* Moved parseFloatingNums outside of sortResults

* Removed localeCompare and added testing

* Add equality check back to sort function

* Added floatValue nit
2021-12-03 16:31:46 -08:00
Kamil Gabryjelski
07e8837093
feat(explore): export csv data pivoted for Pivot Table [ID-9] (#17512)
* feat(explore): export csv data pivoted for Pivot Table

* Implement dropdown with download csv options

* Change label to "Original"

* Add tests

* Add form data to query context

* Add form data to query context generator

* Explicitly make form_data optional
2021-12-03 12:42:28 +01:00
Jesse Yang
73e7928c4b
chore(superset-ui): clean up legacy-plugin-chart-time-table (#17626) 2021-12-02 17:14:10 -08:00
Stephen Liu
b5d13d72f2
fix(dataset): modal sql editor error (#17612)
* fix(dataset): model sql editor

* add tests
2021-12-02 13:02:19 -07:00
Kamil Gabryjelski
e8ce8733f7
chore(plugin-chart-pivot-table): Add more descriptive tooltips for sorting [ID-29] (#17634)
* chore(plugin-chart-pivot-table): Add more descriptive tooltips for sorting

* Update superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx

Co-authored-by: Evan Rusackas <evan@preset.io>

* Update superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx

Co-authored-by: Evan Rusackas <evan@preset.io>

Co-authored-by: Evan Rusackas <evan@preset.io>
2021-12-02 12:53:14 -07:00
Hugh A. Miles II
d9e9c3a3de
refactor: Add AutoSizer to react-virtualized Grid (#17606)
* remove styles from renderCell

* remove styling on grid
2021-12-02 12:47:47 -05:00
Stephen Liu
a3cce5705d
feat(explore): support show annotation label [ID-8] (#17307)
* feat(explore): support always show annotation label

* fix: lint

* fix: lint

* Hopefully appeasing the linter

* fix: lint

* Update superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx

Co-authored-by: Geido <60598000+geido@users.noreply.github.com>

* change to allow none

* lint

Co-authored-by: Evan Rusackas <evan@preset.io>
Co-authored-by: Geido <60598000+geido@users.noreply.github.com>
2021-12-02 00:26:32 -07:00
Stephen Liu
72f3215ffc
feat(legacy-preset-chart-nvd3): add richtooltip in nvd3 bar chart (#17615)
* feat(legacy-preset-chart-nvd3): add richtooltip in nvd3 bar chart

* add richtooltip in nvd3 bar chart
2021-12-02 00:23:31 -07:00
Matt Houston
54b56fe12f
feat: Add single select and inverse selection to numeric range (#16722) (#17372)
* feat: add single select and inverse selection to numeric range (#16722)

* Ignore invalid eslint errors regarding conditionally called hooks.

* Add license header to new file.

* Flipped the numerical range values for the minimum slider so that the highlighted range value accurately reflects the applied filter.

* Resolved linting errors

* Remove unnecessary important flag from css
2021-12-01 15:28:11 -08:00
Evan Rusackas
f949c8ed7a
chore: bumping polished package (#17575)
* chore: bumping `polished` package

* New package lock after rebase
2021-12-01 14:15:25 -07:00
Geido
8963cca265
Revert "fix(Dashboard): Only apply changes when editing properties (#17392)" (#17618)
This reverts commit 0712be4c12.
2021-12-01 11:35:55 -07:00
Daman Arora
c6ba9bf9db
chore: migrate EstimateQueryCostButton component from jsx to tsx (#17603)
* migrate EstimateQueryCostButton component from jsx to tsx

* re-format spaces using prettier

* Update superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx

Co-authored-by: Erik Ritter <erik.ritter@airbnb.com>

* remove extra onClick and make disabled prop optional

* restore & rename event handler onClick to onClickHandler

Co-authored-by: Erik Ritter <erik.ritter@airbnb.com>
2021-12-01 09:28:52 -08:00
Evan Rusackas
c70ac1cfe6
chore: auditing cupress-base dependencies (#17577) 2021-11-30 17:32:07 -07:00
dependabot[bot]
55d2bead90
chore(deps-dev): bump @types/jquery in /superset-frontend (#17533)
Bumps [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jquery) from 3.5.8 to 3.5.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jquery)

---
updated-dependencies:
- dependency-name: "@types/jquery"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-30 17:31:21 -07:00
dependabot[bot]
08f28c8006
chore(deps-dev): bump @types/enzyme in /superset-frontend (#17534)
Bumps [@types/enzyme](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/enzyme) from 3.10.5 to 3.10.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/enzyme)

---
updated-dependencies:
- dependency-name: "@types/enzyme"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-30 17:30:51 -07:00
dependabot[bot]
8f52314cf9
chore(deps-dev): bump mini-css-extract-plugin in /superset-frontend (#17535)
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.3.0 to 2.4.5.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.3.0...v2.4.5)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-30 17:30:22 -07:00
Phillip Kelley-Dotson
4e76637252
initial fix (#17547) 2021-11-30 08:24:18 -08:00
Yongjie Zhao
db42cea070 fix EOF 2021-11-30 11:26:18 +08:00
Yongjie Zhao
21a86229bc remove temporary_superset_ui 2021-11-30 11:17:54 +08:00
Ville Brofeldt
c3ab372a52 v0.4.13 2021-11-30 11:14:39 +08:00
Yongjie Zhao
5baffa8375 chore: import esmodule from chart-controls (#47) 2021-11-30 11:14:39 +08:00
David Aaron Suddjian
ec44a2ebee v0.4.12 2021-11-30 11:14:38 +08:00
David Aaron Suddjian
23261bae3a chore: bump superset-ui peer dependencies (#46) 2021-11-30 11:14:38 +08:00
David Aaron Suddjian
50a712cb96 chore: version bump (#45)
* chore: version bump

* chore: use 0.x.x to avoid future issues
2021-11-30 11:14:38 +08:00
Ville Brofeldt
c99e520c50 v0.4.11 2021-11-30 11:14:38 +08:00
Ville Brofeldt
c3e5edf7cf fix(scatter): fix legend and labels (#43) 2021-11-30 11:14:38 +08:00
Ville Brofeldt
55b3c7933d fix(hex): restore control panel to functioning state (#42) 2021-11-30 11:14:37 +08:00
Ville Brofeldt
d96f84bb0a v0.4.10 2021-11-30 11:14:37 +08:00
Ville Brofeldt
1ce0d8395d chore(deps): bump libs 2021-11-30 11:14:37 +08:00
Ville Brofeldt
aba0d0e2d2 chore: bump deckgl and mapbox libs (#41) 2021-11-30 11:14:37 +08:00
Kamil Gabryjelski
6ed2651a0b v0.4.9 2021-11-30 11:14:37 +08:00
Kamil Gabryjelski
bf39b282e3 chore: readme lint fix 2021-11-30 11:14:36 +08:00
Kamil Gabryjelski
7242c405bb chore: fill descriptions and rearrange tags (#40) 2021-11-30 11:14:36 +08:00
Ville Brofeldt
044789f4b9 docs: add instructions for npm release (#39) 2021-11-30 11:14:36 +08:00
Ville Brofeldt
89e214c73b v0.4.8 2021-11-30 11:14:36 +08:00
Ville Brofeldt
3d54d19723 chore: fix lint 2021-11-30 11:14:36 +08:00
sowo
f0369fda6e Fix issue with large timestamp arrays (#35)
* Fix issue with large timestamp arrays

Math.max and Math.min produce "Maximum call stack size exceeded" errors when used with large arrays (see: https://stackoverflow.com/questions/18308700/chrome-how-to-solve-maximum-call-stack-size-exceeded-errors-on-math-max-apply)

* fix issue when viewport.zoom < 0

* Update packages/superset-ui-legacy-preset-chart-deckgl/src/utils/time.js

Sure. Style changed

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
2021-11-30 11:14:36 +08:00
Yaozong Liu
9b8524c7b1 chore: add tags and description for viz gallery (#38)
* chore: add tags and description

* Update packages/superset-ui-legacy-preset-chart-deckgl/src/layers/Arc/index.js

Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com>

* Update packages/superset-ui-legacy-preset-chart-deckgl/src/layers/Hex/index.js

Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com>

* Update packages/superset-ui-legacy-preset-chart-deckgl/src/layers/Scatter/index.js

Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com>

* Update packages/superset-ui-legacy-preset-chart-deckgl/src/layers/Screengrid/index.js

Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com>

Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com>
2021-11-30 11:14:35 +08:00
Yongjie Zhao
aae89276a3 chore: add Highly-used tag for charts (#36) 2021-11-30 11:14:35 +08:00
Ville Brofeldt
4a9cc528dd v0.4.7 2021-11-30 11:14:35 +08:00
Kamil Gabryjelski
5e6af313e2 feat(chart-controls): implement dnd controls for all charts (#33) 2021-11-30 11:14:35 +08:00
Jesse Yang
4df23a4a6c v0.4.6 2021-11-30 11:14:35 +08:00
Jesse Yang
1817f1ceae chore: downgrade superset-ui/core to 0.17.11 2021-11-30 11:14:34 +08:00
Jesse Yang
2975acc4ef chore: bump demo package version 2021-11-30 11:14:34 +08:00
Jesse Yang
18604f4dd2 v0.4.5 2021-11-30 11:14:34 +08:00
Jesse Yang
b88265e0ab chore: upgrade node to v14 and bump peerDependencies 2021-11-30 11:14:34 +08:00
Jesse Yang
28f534a364 v0.4.4 2021-11-30 11:14:34 +08:00
Yongjie Zhao
6da8b7a628 chore: bump peerDependencies to 0.17.12 2021-11-30 11:14:33 +08:00
Jesse Yang
4d50245417 build: add --extract to publish script 2021-11-30 11:14:33 +08:00
Jesse Yang
c075430400 v0.4.3 2021-11-30 11:14:33 +08:00
Jesse Yang
67a75c023b chore: bump peerDependencies to 0.17.11 2021-11-30 11:14:33 +08:00
Jesse Yang
1f096038c9 build: add commands to release via lerna (#27) 2021-11-30 11:14:33 +08:00
Jesse Yang
f7534475cc v0.4.2 2021-11-30 11:14:32 +08:00
Jesse Yang
3ca1ea78c2 chore: upgrade superset-ui peerDependencies (#26) 2021-11-30 11:14:32 +08:00
Kamil Gabryjelski
18d0c48333 fix(superset-ui-legacy-preset-chart-deckgl): fix download map as image (#25)
* fix(superset-ui-legacy-preset-chart-deckgl): fix download map as image

* fix(superset-ui-legacy-preset-chart-deckgl): lint fix
2021-11-30 11:14:32 +08:00
dependabot[bot]
e105a37cd2 build(deps): bump urijs (#23)
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.2 to 1.19.4.
- [Release notes](https://github.com/medialize/URI.js/releases)
- [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md)
- [Commits](https://github.com/medialize/URI.js/compare/v1.19.2...v1.19.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-30 11:14:32 +08:00
Ville Brofeldt
d859abafd5 v0.4.1 2021-11-30 11:14:32 +08:00
Evan Rusackas
13b73c9f1c chore: lint fix 2021-11-30 11:14:31 +08:00
Evan Rusackas
d0add1a8b1 Fixing multi layer controls (#24)
* fix: docs updated with queriesData

* chore: package linting

* fix: restoring missing controls

* feat: sections.legacyRegularTime
2021-11-30 11:14:31 +08:00
Ville Brofeldt
d374375ae3 v0.4.0 2021-11-30 11:14:31 +08:00
Ville Brofeldt
9e10e04dbe chore: bump superset-ui and update references to queriesData (#22)
* chore: update references to queriesData

* fix: add legacy time sections

* fix: add missing deps
2021-11-30 11:14:31 +08:00
Jesse Yang
687b70d640 v0.3.2 2021-11-30 11:14:31 +08:00
Jesse Yang
667d56c0d1 fix: missing groupby/dimension select options (#21) 2021-11-30 11:14:30 +08:00
Jesse Yang
e0c28e38f5 v0.3.1 2021-11-30 11:14:30 +08:00
Jesse Yang
73856a305a chore: add command to cleanup tsc buildinfo 2021-11-30 11:14:30 +08:00
Jesse Yang
36c9805e89 chore: compress thumbnails with pngquant (#19)
Ran following commands:

```
brew install pngquant
pngquant --quality=65-80 ./packages/**/*.png --ext .png --force
```
2021-11-30 11:14:30 +08:00
Jesse Yang
646293ac11 v0.3.0 2021-11-30 11:14:29 +08:00
Jesse Yang
080ddd21eb chore: upgrade superset-ui packages and update tsc (#18) 2021-11-30 11:14:28 +08:00
Krist Wongsuphasawat
c9b285aa2a v0.2.5 2021-11-30 11:14:28 +08:00
Krist Wongsuphasawat
b6ae76e88f build: update lock 2021-11-30 11:14:28 +08:00
Phillip Kelley-Dotson
24c1285c4a chore(legacy-deckgl): add deckgl control panels to deckgl monorepo (#17)
* add deckgl control panels to deckgl monorepo

* fix lint errors

* readd chart-controls as dependency?

* restructure deck layer folder files and convert chart to emotions

* move peers back to depends

* move dependencies

* add lock file

* fix for eslint bug?

* update breaking package

* Update index.js
2021-11-30 11:14:28 +08:00
Krist Wongsuphasawat
e45825de9b v0.2.4 2021-11-30 11:14:27 +08:00
Krist Wongsuphasawat
46db778baa feat: update dependencies to 0.13 2021-11-30 11:14:27 +08:00
Krist Wongsuphasawat
8256d99cd1 feat: update dependencies to 0.13 2021-11-30 11:14:27 +08:00
Krist Wongsuphasawat
9583a36f37 v0.2.3 2021-11-30 11:14:27 +08:00
Krist Wongsuphasawat
8fbeba101c feat: make all deckgl charts handle their own tooltips (#13)
* feat: make all deckgl charts handle their own tooltips

* fix: use destructuring
2021-11-30 11:14:27 +08:00
Krist Wongsuphasawat
f3e5a10518 v0.2.2 2021-11-30 11:14:26 +08:00
Krist Wongsuphasawat
abc4a04294 feat: support polygon tooltip independently from superset app (#12)
* feat: support polygon tooltip independently from superset app

* fix: remove unintended changes

* fix: minor styling

* fix: tooltip

* fix: lowercase name

* fix: storybook
2021-11-30 11:14:26 +08:00
Krist Wongsuphasawat
4f0d4e038b v0.2.1 2021-11-30 11:14:26 +08:00
Krist Wongsuphasawat
940e449bbe feat: make polygon support geojson feature and fix autozoom (#11)
* feat: support standard geojson feature in polygon

* fix: viewport autozoom

* fix: type

* fix: lint

* refactor: renames

* fix: travis

* build: add yarn.lock

* fix: travis

* fix: error message

* fix: storybook

* fix: improt

* fix: address comments

* fix: storybook

* fix: remove yarn.lock

* refactor: viewport

* fix: extension

* fix: extension
2021-11-30 11:14:26 +08:00
Krist Wongsuphasawat
1a93f58550 v0.2.0 2021-11-30 11:14:25 +08:00
Krist Wongsuphasawat
8a4e141448 feat: change bundle to target modern browser (#10) 2021-11-30 11:14:25 +08:00
Krist Wongsuphasawat
55dc4f7a53 build: update browser target 2021-11-30 11:14:25 +08:00
Krist Wongsuphasawat
42cefc48ca build: remove babel transform runtime (#9) 2021-11-30 11:14:25 +08:00
Krist Wongsuphasawat
b7ec4bf266 build: migrate to nimbus (#8)
* build: migrate to nimbus

* fix: eslint-disable statements

* fix: conflict

* fix: lint

* fix: lints

* fix: bump packages
2021-11-30 11:14:25 +08:00
Krist Wongsuphasawat
b50ab75983 docs: update readme 2021-11-30 11:14:24 +08:00
khtruong
b5fa25a7df v0.1.1 2021-11-30 11:14:24 +08:00
Maxime Beauchemin
cac4e07bfe feat: add plugin for Kepler (#2)
* feat: add plugin for Kepler

* fix: add dep and update naming for consistency

* fix: lint issues
2021-11-30 11:14:24 +08:00
Kim Truong
317f185d36 fix: remove storybook dependency (#3)
* fix: remove storybook dependency

* fix: update node
2021-11-30 11:14:24 +08:00
Maxime Beauchemin
6c895c9510 Merge pull request #1 from apache-superset/upgrade_simple
chore: upgrade to deck.gl 7.x
2021-11-30 11:14:24 +08:00
Krist Wongsuphasawat
369021dc3f Update README.md 2021-11-30 11:14:23 +08:00
Krist Wongsuphasawat
f833c12bc3 docs: update readme 2021-11-30 11:14:23 +08:00
Krist Wongsuphasawat
168a88acf6 docs: update readme 2021-11-30 11:14:23 +08:00
Krist Wongsuphasawat
39be9ad6f0 fix: peer dependency version 2021-11-30 11:14:23 +08:00
Krist Wongsuphasawat
ceba4f0983 v0.1.0 2021-11-30 11:14:23 +08:00
Krist Wongsuphasawat
976e88dff8 test: add unit test 2021-11-30 11:14:22 +08:00
Krist Wongsuphasawat
b98fecd1be fix: lint 2021-11-30 11:14:22 +08:00
Krist Wongsuphasawat
46384d790a fix: bug due to name mangle when minifying 2021-11-30 11:14:22 +08:00
Krist Wongsuphasawat
4c335a1df9 docs: add polygon demo 2021-11-30 11:14:22 +08:00
Krist Wongsuphasawat
b114a29f60 docs: add screengrid demo 2021-11-30 11:14:22 +08:00
Krist Wongsuphasawat
f3f691f757 docs: add scatter demo 2021-11-30 11:14:21 +08:00
Krist Wongsuphasawat
a872d9c229 docs: add hex demo 2021-11-30 11:14:21 +08:00
Krist Wongsuphasawat
853102c4eb docs: add grid demo 2021-11-30 11:14:21 +08:00
Krist Wongsuphasawat
5d5e68bdf5 docs: add path demo 2021-11-30 11:14:21 +08:00
Krist Wongsuphasawat
fd6b2b6ebe docs: add storybook for arc 2021-11-30 11:14:21 +08:00
Krist Wongsuphasawat
54b5be5c7a docs: clear changelog 2021-11-30 11:14:20 +08:00
Krist Wongsuphasawat
5cad9d65d2 docs: update readme 2021-11-30 11:14:20 +08:00
Krist Wongsuphasawat
c2f490ad19 refactor: rename packages 2021-11-30 11:14:20 +08:00
Krist Wongsuphasawat
9377688081 fix: update package.json 2021-11-30 11:14:20 +08:00
Krist Wongsuphasawat
096454e9cf fix: lints (mostly disabled) 2021-11-30 11:14:19 +08:00
Krist Wongsuphasawat
b1074fc872 fix: lint 2021-11-30 11:14:19 +08:00
Krist Wongsuphasawat
ad74e60e99 feat: add deckgl files 2021-11-30 11:14:19 +08:00
Krist Wongsuphasawat
3b7cec5e06 initial commit 2021-11-30 11:14:18 +08:00