Elizabeth Thompson
507a7562e0
update changelog
2.0.1
2.0.1rc6
2022-12-15 10:43:47 -08:00
Michael S. Molina
8b8e215947
fix: Allow empty CSS in Handlebars ( #22422 )
2022-12-15 11:23:31 -05:00
geido
d2410df01c
Move to Handlebars
2022-12-15 11:20:16 -05:00
AAfghahi
e628608b33
changelog
2022-12-15 11:10:42 -05:00
Michael S. Molina
ee7d16c110
feat: Improves SafeMarkdown HTML sanitization
2022-12-15 11:10:42 -05:00
AAfghahi
45cf96aee4
pylint
2022-12-15 11:10:41 -05:00
AAfghahi
3e8e5c242b
changelog
2022-12-15 11:10:41 -05:00
Eric Briscoe
5677400ba8
fix(CustomFrame): Resolves issue #21731 where date range in explore throws runtime error ( #21776 )
2022-12-15 11:10:41 -05:00
AAfghahi
a991e1ae0e
changelog
2022-12-15 11:10:41 -05:00
Mayur
580dbaff29
fix: respect chart cache timeout setting ( #21637 )
2022-12-15 11:10:41 -05:00
Mayur
c9921f8d72
fix: allow adhoc columns in non-aggregate query ( #21729 )
2022-12-15 11:10:41 -05:00
Ville Brofeldt
8156d860c7
chore(sqla): refactor query utils ( #21811 )
...
Co-authored-by: Ville Brofeldt <ville.brofeldt@apple.com >
2022-12-15 11:10:41 -05:00
AAfghahi
c26be921c4
add fixture
2022-12-15 11:10:41 -05:00
Mayur
98c0774513
pylint
2022-12-15 11:10:41 -05:00
AAfghahi
92450c6068
added fixtures
2022-12-15 11:10:41 -05:00
Ville Brofeldt
292d1b66df
fix(cache): respect default cache timeout on v1 chart data requests ( #21441 )
2022-12-15 11:10:41 -05:00
AAfghahi
3653cd39fb
add physical dataset
2022-12-15 11:10:41 -05:00
AAfghahi
7144b22680
integration test
2022-12-15 11:10:41 -05:00
Daniel Vaz Gaspar
421e5be12f
fix: datasource save, improve data validation ( #22038 )
2022-12-15 11:10:41 -05:00
Daniel Vaz Gaspar
338dcc7ff9
fix: deprecate approve and request_access endpoint ( #22022 )
...
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
2022-12-15 11:10:41 -05:00
AAfghahi
ca98c77ea4
added test fix
2022-12-15 11:10:41 -05:00
Elizabeth Thompson
2f4096bfd1
fix tests
2022-12-15 11:10:41 -05:00
Daniel Vaz Gaspar
51753e4b43
fix: dashboard api cache decorator ( #21964 )
2022-12-15 11:10:41 -05:00
Beto Dealmeida
aa65263c3a
fix: check that imports are ZIPs ( #21875 )
2022-12-15 11:10:41 -05:00
Ville Brofeldt
315d49c2bb
chore(sqla): refactor query utils ( #21811 )
...
Co-authored-by: Ville Brofeldt <ville.brofeldt@apple.com >
2022-12-15 11:10:41 -05:00
Michael S. Molina
ea3d609f78
feat: Adds a Content Security Policy (CSP) check for production environments ( #21874 )
...
(cherry picked from commit f4da74ce8d )
2022-12-15 11:10:41 -05:00
Michael S. Molina
05f0c1dbfb
feat: Disables HTML rendering in Toast by default ( #21853 )
...
(cherry picked from commit 47b1e0ca9d )
2022-12-15 11:10:41 -05:00
Daniel Vaz Gaspar
d6bf83c211
fix: flash message on database data upload forms ( #21761 )
...
(cherry picked from commit ba3275a4d0 )
2022-12-15 11:10:41 -05:00
Daniel Vaz Gaspar
80b1b3050e
fix: database schema selector on import data ( #21759 )
...
(cherry picked from commit 91f0de0c5d )
2022-12-15 11:10:41 -05:00
Elizabeth Thompson
0c611d21bb
update changelog
2022-12-15 11:10:41 -05:00
dependabot[bot]
4d3aae9a1a
chore(deps): bump moment from 2.29.2 to 2.29.4 in /superset-frontend ( #20644 )
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 11:10:41 -05:00
Elizabeth Thompson
6f95c1e13a
fix test
2022-12-15 11:10:40 -05:00
Elizabeth Thompson
9039866681
update changelog
2022-12-15 11:10:40 -05:00
Elizabeth Thompson
a0b0d9dd23
xit cypress test
2022-12-15 11:10:40 -05:00
Mayur
bac190e043
fix: allow adhoc columns in non-aggregate query ( #21729 )
2022-12-15 11:10:40 -05:00
Elizabeth Thompson
f7e664bd68
fix: remove deprecated ETagResponseMixin ( #21773 )
...
(cherry picked from commit 75e6a04269 )
2022-10-18 13:55:45 -07:00
Rui Zhao
b1c9adb52b
fix(report): Fix permission check for set up email report on charts/dashboards. Fixes #21559 ( #21561 )
...
Co-authored-by: Rui Zhao <zhaorui@dropbox.com >
(cherry picked from commit 7f971b4103 )
2022-10-18 13:55:41 -07:00
Yongjie Zhao
9e907be7a8
fix: annotation broken ( #20651 )
...
* fix: annotation broken
* fix UT
* add annotation data to mixed timeseries chart
(cherry picked from commit 7f918a4ec0 )
2022-10-18 13:55:37 -07:00
Elizabeth Thompson
61b64492a2
bump package-lock version
2.0.1rc1
2022-10-06 15:45:55 -07:00
AAfghahi
2c65ef967e
build: changelog for 2.0.1 ( #21721 )
2022-10-06 14:32:46 -07:00
AAfghahi
ad52469a04
test fix
2022-10-06 14:45:06 -04:00
AAfghahi
548311c424
linting issues
2022-10-06 14:45:06 -04:00
Hugh A. Miles II
40c5b2a688
remove eleement reference ( #20830 )
...
(cherry picked from commit 2263a76f4d )
2022-10-06 14:45:06 -04:00
aehanno
511cafa790
fix: Add locale for DatePicker component ( #20063 )
...
Co-authored-by: Kevin Dethelot <kevin.dethelot@kosmos.fr >
Co-authored-by: Yongjie Zhao <yongjie.zhao@gmail.com >
2022-10-06 14:45:06 -04:00
Daniel Vaz Gaspar
dd919bc176
fix: disallow users from viewing other user's profile on config ( #21302 )
2022-10-06 14:45:06 -04:00
Cody Leff
143c5f1ecc
fix(explore): Prevent unnecessary series limit subquery ( #21154 )
...
* Prevent series limit when no series limit columns specified.
* Add timeseries check for legacy charts.
* Apply fix to helpers.py.
* Skip Cypress color consistency tests.
2022-10-06 14:45:06 -04:00
Mayur
dfcb66a098
fix: set correct favicon from config for login and FAB list views ( #21498 )
...
(cherry picked from commit b29e7e7d9e )
2022-10-06 14:45:06 -04:00
MichaelHintz
440ab64c53
fix(sqllab): Fix cursor alignment in SQL lab editor by avoiding Lucida Console font on Windows ( #21380 )
...
(cherry picked from commit 3098e657e5 )
2022-10-06 14:45:06 -04:00
aehanno
5b662f7874
fix: Add french translation missing ( #20061 )
...
(cherry picked from commit 944808a0ce )
2022-10-06 14:45:06 -04:00
JUST.in DO IT
08052a7db3
fix(plugin-chart-echarts): missing value format in mixed timeseries ( #21044 )
2022-10-06 14:45:06 -04:00