This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 9d350aa ignore formatting for <Select> (#8187)
9d350aa is described below
commit 9d350aadf0aa5ab5ba8fd381a5d397077af1eefa
Author: Garrett Bates <[email protected]>
AuthorDate: Sun Sep 8 13:16:07 2019 -0400
ignore formatting for <Select> (#8187)
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64f1ade..98be7b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -352,7 +352,7 @@ under the License.
- [#7148](https://github.com/apache/incubator-superset/pull/7148) Celery task
for warming up cache (#7148) (@betodealmeida)
- [#7206](https://github.com/apache/incubator-superset/pull/7206) feat:
[lyftga] add tooltips to deck.gl viz types (#7206) (@khtruong)
-
[e714dc1](https://github.com/apache/incubator-superset/commit/e714dc19feb42fefbc573272edc06a50963b0849)
Merge branch 'master' into lyftga (@mistercrunch)
-- [#7215](https://github.com/apache/incubator-superset/pull/7215) Fix <Select>
clearable (#7215) (@mistercrunch)
+- [#7215](https://github.com/apache/incubator-superset/pull/7215) Fix
`<Select>` clearable (#7215) (@mistercrunch)
- [#7218](https://github.com/apache/incubator-superset/pull/7218) Allow bigint
to be used as time column in Presto (#7218) (@betodealmeida)
- [#7032](https://github.com/apache/incubator-superset/pull/7032) Fetch charts
with GET to benefit from browser cache and conditional requests (#7032)
(@betodealmeida)
- [#7210](https://github.com/apache/incubator-superset/pull/7210) chore:
revert bignumber.js patch for charts and reapply the original bignumber.js
change to SQL editor in an opt-in fashion (#7210) (@xtinec)