This is an automated email from the ASF dual-hosted git repository.
aafghahi pushed a change to branch refactorReports
in repository https://gitbox.apache.org/repos/asf/superset.git.
discard ba4ba75 Merge branch 'master' into refactorReports
discard 32bbb7b fixing tests
discard 6ff80ca deleted additional folder
omit c61b3e6 Preset io ch28954 refactor reports (#19129)
omit c85979f Add functionality is now working (#17578)
omit 535bbb4 fix(explore): Metric control breaks when saved metric deleted
from dataset (#17503)
omit cb0bca0 fix(dashboard): don't show report modal for anonymous user
(#17106)
omit eab819e fix(Explore): Remove changes to the properties on cancel
(#17184)
omit 82922aa refactor: Reports code clean 10-29 (#17424)
omit 1e73d7a refactor: Arash/new state report (#16987)
omit 1234370 continued refactoring (#16377)
omit cc76f12 Fetch bug fixed (#16376)
omit 4d707b4 code dry (#16358)
omit dd04bcb fix: Header Actions test refactor (#16336)
omit 6299b64 refactor progress (#16339)
omit 0f79895 pexdax refactor (#16333)
omit 5139942 continued refactoring (#16377)
omit 26f3947 Fetch bug fixed (#16376)
omit 84066a2 code dry (#16358)
omit 044444c fix: Header Actions test refactor (#16336)
omit 7413367 refactor progress (#16339)
omit ff91a62 pexdax refactor (#16333)
add 54f1b35 chore: add missing keys to components inside lists (#19161)
add 29cba2b fix(dashboard): make to show the correct owned objects
(#19223)
add 4669b6c fix: most Recently Selected Table Should Appear at the Top of
the List on the Left Panel (#19258)
add f9feb1b allow overriding the guest token PyJWT instance (#19293)
add 35b8a72 Update ToastPresenter.tsx (#19296)
add a8a48af chore: Make font-weights themable, fix font faces (#19236)
add d3ce398 fix: Don't allow duplicated tag values in the Select (#19283)
add 217ddf6 pexdax refactor (#16333)
add 51afa97 refactor progress (#16339)
add 5088edb fix: Header Actions test refactor (#16336)
add df0a863 code dry (#16358)
add 677b8f3 Fetch bug fixed (#16376)
add 7434e6a continued refactoring (#16377)
add 826c0ea pexdax refactor (#16333)
add 8935798 refactor progress (#16339)
add 15cf143 fix: Header Actions test refactor (#16336)
add 123f713 code dry (#16358)
add 1d094d3 Fetch bug fixed (#16376)
add 1962ac9 continued refactoring (#16377)
add c8474f1 refactor: Arash/new state report (#16987)
add b572180 refactor: Reports code clean 10-29 (#17424)
add e92c402 fix(Explore): Remove changes to the properties on cancel
(#17184)
add bce1231 fix(dashboard): don't show report modal for anonymous user
(#17106)
add 0814326 fix(explore): Metric control breaks when saved metric deleted
from dataset (#17503)
add 4e8fc02 Add functionality is now working (#17578)
add f27e620 Preset io ch28954 refactor reports (#19129)
add 4c4fcb4 deleted additional folder
add 2d8d1d2 fixing tests
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ba4ba75)
\
N -- N -- N refs/heads/refactorReports (2d8d1d2)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
superset-frontend/package-lock.json | 28 +--
superset-frontend/package.json | 4 +-
.../src/chart/components/NoResultsComponent.tsx | 65 +++---
.../packages/superset-ui-core/src/style/index.tsx | 3 +-
.../test/chart/components/SuperChart.test.tsx | 19 +-
.../legacy-plugin-chart-sankey/src/ReactSankey.jsx | 1 -
.../src/BigNumber/BigNumberViz.tsx | 3 -
.../src/react-pivottable/Styles.js | 235 +++++++++++----------
.../plugins/plugin-chart-table/src/Styles.tsx | 140 ++++++------
.../TabStatusIcon/index.tsx => GlobalStyles.tsx} | 26 ++-
superset-frontend/src/SqlLab/App.jsx | 2 +
superset-frontend/src/SqlLab/actions/sqlLab.js | 20 +-
.../src/SqlLab/actions/sqlLab.test.js | 3 +-
superset-frontend/src/SqlLab/reducers/sqlLab.js | 2 +-
superset-frontend/src/addSlice/App.tsx | 2 +
.../assets/stylesheets/less/cosmo/variables.less | 6 +-
.../src/assets/stylesheets/less/fonts.less | 9 +-
.../src/assets/stylesheets/less/variables.less | 2 +-
.../components/MessageToasts/ToastPresenter.tsx | 2 +-
.../src/components/ReportModal/styles.tsx | 5 -
.../src/components/Select/Select.test.tsx | 11 +
superset-frontend/src/components/Select/Select.tsx | 38 ++--
superset-frontend/src/components/Select/styles.tsx | 4 +-
.../src/dashboard/components/AddSliceCard.jsx | 1 -
.../dashboard/components/FiltersBadge/Styles.tsx | 100 ++++-----
.../dashboard/stylesheets/components/header.less | 2 +-
.../dashboard/stylesheets/components/markdown.less | 6 +-
superset-frontend/src/explore/App.jsx | 2 +
.../explore/components/DatasourcePanel/index.tsx | 1 -
.../components/ExploreChartHeader/index.jsx | 18 +-
.../controls/DateFilterControl/DateFilterLabel.tsx | 90 ++++----
.../DndColumnSelectControl/DndColumnSelect.tsx | 1 +
superset-frontend/src/profile/App.tsx | 2 +
superset-frontend/src/views/App.tsx | 2 +
.../src/views/CRUD/alert/ExecutionLog.tsx | 22 +-
.../src/views/CRUD/annotation/AnnotationList.tsx | 30 +--
.../CRUD/data/database/DatabaseModal/styles.ts | 161 +++++++-------
superset-frontend/src/views/CRUD/utils.tsx | 23 +-
.../src/views/CRUD/welcome/ChartTable.tsx | 4 +-
.../src/views/CRUD/welcome/DashboardTable.tsx | 4 +-
.../src/views/CRUD/welcome/Welcome.tsx | 19 +-
superset-frontend/src/views/components/Menu.tsx | 7 +-
.../src/views/components/MenuRight.tsx | 14 +-
superset/security/manager.py | 9 +-
44 files changed, 606 insertions(+), 542 deletions(-)
copy superset-frontend/src/{SqlLab/components/TabStatusIcon/index.tsx =>
GlobalStyles.tsx} (72%)