Skip to content

Tags: zhenwu-cn/superset

Tags

airbnb_prod.0.15.0.1

Toggle airbnb_prod.0.15.0.1's commit message
Stop ChartContainer from rendering twice on chartStatus change (apach…

…e#1828)

* Stop ChartContainer from rendering twice on chartStatus change

* Make spinner overlay and dim chart while laoding

* Added timeout to make render more stable on resize

* Put viz in state and call resize at browser size change

* add render after height change since resize depends on render called on the same object

* Change name of renderVis to renderVisOnChange

* Only call resize at height change, persist viz in state

* Call resize wihout render at window size change

0.15.0

Toggle 0.15.0's commit message
v0.15.0

airbnb_prod.0.13.0.3

Toggle airbnb_prod.0.13.0.3's commit message
Filter table list based on the user permissions. (apache#1769)

* Filter table list based on the user permissions.

* Fix tests

airbnb_prod.0.13.0.2

Toggle airbnb_prod.0.13.0.2's commit message
Make cell-click filter in table viz optional (apache#1762)

* Make cell-click filter in table viz optional
 - Added table_filter checkbox in table viz
 - If set to false, clicking on a cell in table will not apply filter to
   dashboard

* Fix codeclimate issue

* Change default to false

airbnb_prod.0.13.0.1

Toggle airbnb_prod.0.13.0.1's commit message
[explorev2] Make chart container more responsive (apache#1724)

* Make chart container more responsive
 **Leave chart empty when theres error
 **Make all boolean fields auto-query chart when changed

* Replace forEach with some

* Added fields to autoQueryFields

0.14.1

Toggle 0.14.1's commit message
v0.14.1

0.14.0

Toggle 0.14.0's commit message
v0.14.0

airbnb_prod.0.13.0.0

Toggle airbnb_prod.0.13.0.0's commit message
Per schema permissions and perms enforcement in SQL Lab.

airbnb_prod.0.12.1.0

Toggle airbnb_prod.0.12.1.0's commit message
Major permission log changes.

push

Toggle push's commit message
Admin / Alpha permission cleanup and fixes.