You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2024/03/08 15:08:52 UTC

(superset) 03/04: Merge branch 'master' of https://github.com/apache/superset into diego/ch79154/fix-color-inconsistency

This is an automated email from the ASF dual-hosted git repository.

diegopucci pushed a commit to branch diego/ch79154/fix-color-inconsistency
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 51bf74f0ed9d606a2fdc380ca47403967baccf9d
Merge: 43fe16227d f453d5d7e7
Author: geido <di...@gmail.com>
AuthorDate: Fri Mar 1 20:59:12 2024 +0200

    Merge branch 'master' of https://github.com/apache/superset into diego/ch79154/fix-color-inconsistency

 .../creating-charts-dashboards/exploring-data.mdx  | 27 ----------------------
 docs/package.json                                  |  2 +-
 docs/yarn.lock                                     |  8 +++----
 requirements/base.in                               |  1 +
 requirements/base.txt                              |  8 ++++---
 .../legacy-plugin-chart-heatmap/src/Heatmap.js     | 15 +++++-------
 .../src/transformProps.js                          |  8 +++++--
 .../src/SqlLab/components/SouthPane/Results.tsx    |  2 +-
 .../SqlLab/components/SouthPane/SouthPane.test.tsx | 13 +++++++++++
 .../src/SqlLab/components/SouthPane/index.tsx      | 14 +++++------
 superset/security/manager.py                       |  1 +
 tests/integration_tests/security_tests.py          |  1 +
 12 files changed, 45 insertions(+), 55 deletions(-)