You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2021/01/12 23:26:23 UTC

[superset] branch master updated (e47350e -> 8f83afc)

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

beto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from e47350e  fix: import ZIP files that have been modified (#12425)
     add 8f83afc  feat: new Slack dashboard (#12415)

No new revisions were added by this update.

Summary of changes:
 .../integration/chart_list/list_view.test.ts       |   2 +-
 .../explore/visualizations/treemap.test.js         |   2 +-
 superset/datasets/commands/importers/v1/utils.py   |   3 +-
 ...s_Sold.yaml => Cross_Channel_Relationship.yaml} |  35 +--
 ...> Cross_Channel_Relationship_heatmap_2786.yaml} |  42 +++-
 ...s_per_Country.yaml => Members_per_Channel.yaml} |  15 +-
 .../configs/charts/Messages_per_Channel.yaml       | 107 ++++++++
 ..._Items_Sold.yaml => New_Members_per_Month.yaml} |  38 ++-
 ...s_per_Phase_587.yaml => Number_of_Members.yaml} |  30 +--
 ...n_of_Developer_Type.yaml => Top_Timezones.yaml} |  19 +-
 ...piring_Developers.yaml => Weekly_Messages.yaml} |  41 +--
 ...spiring_Developers.yaml => Weekly_Threads.yaml} |  40 +--
 .../configs/dashboards/Slack_Dashboard.yaml        | 275 ++++++++++++++++++++
 .../{unicode_test.yaml => channel_members.yaml}    |  50 +---
 .../{cleaned_sales_data.yaml => channels.yaml}     | 164 ++++++++----
 ...cleaned_sales_data.yaml => exported_stats.yaml} | 164 +++++-------
 .../{unicode_test.yaml => members_channels_2.yaml} |  58 ++---
 .../{cleaned_sales_data.yaml => messages.yaml}     | 280 +++++++++++++++++----
 .../{unicode_test.yaml => messages_channels.yaml}  |  56 ++---
 .../{unicode_test.yaml => new_members_daily.yaml}  |  58 ++---
 .../{video_game_sales.yaml => threads.yaml}        | 115 +++++----
 .../examples/{covid_vaccines.yaml => users.yaml}   | 136 +++++-----
 ...de_test.yaml => users_channels-uzooNNtSRO.yaml} |  59 ++---
 .../{unicode_test.yaml => users_channels.yaml}     |  56 +----
 24 files changed, 1190 insertions(+), 655 deletions(-)
 copy superset/examples/configs/charts/{Total_Items_Sold.yaml => Cross_Channel_Relationship.yaml} (72%)
 copy superset/examples/configs/charts/{Popular_Genres_Across_Platforms.yaml => Cross_Channel_Relationship_heatmap_2786.yaml} (63%)
 copy superset/examples/configs/charts/{Vaccine_Candidates_per_Country.yaml => Members_per_Channel.yaml} (83%)
 create mode 100644 superset/examples/configs/charts/Messages_per_Channel.yaml
 copy superset/examples/configs/charts/{Total_Items_Sold.yaml => New_Members_per_Month.yaml} (68%)
 copy superset/examples/configs/charts/{Vaccine_Candidates_per_Phase_587.yaml => Number_of_Members.yaml} (70%)
 copy superset/examples/configs/charts/{Breakdown_of_Developer_Type.yaml => Top_Timezones.yaml} (82%)
 copy superset/examples/configs/charts/{Number_of_Aspiring_Developers.yaml => Weekly_Messages.yaml} (66%)
 copy superset/examples/configs/charts/{Number_of_Aspiring_Developers.yaml => Weekly_Threads.yaml} (66%)
 create mode 100644 superset/examples/configs/dashboards/Slack_Dashboard.yaml
 copy superset/examples/configs/datasets/examples/{unicode_test.yaml => channel_members.yaml} (65%)
 copy superset/examples/configs/datasets/examples/{cleaned_sales_data.yaml => channels.yaml} (67%)
 copy superset/examples/configs/datasets/examples/{cleaned_sales_data.yaml => exported_stats.yaml} (70%)
 copy superset/examples/configs/datasets/examples/{unicode_test.yaml => members_channels_2.yaml} (60%)
 copy superset/examples/configs/datasets/examples/{cleaned_sales_data.yaml => messages.yaml} (52%)
 copy superset/examples/configs/datasets/examples/{unicode_test.yaml => messages_channels.yaml} (65%)
 copy superset/examples/configs/datasets/examples/{unicode_test.yaml => new_members_daily.yaml} (60%)
 copy superset/examples/configs/datasets/examples/{video_game_sales.yaml => threads.yaml} (64%)
 copy superset/examples/configs/datasets/examples/{covid_vaccines.yaml => users.yaml} (67%)
 copy superset/examples/configs/datasets/examples/{unicode_test.yaml => users_channels-uzooNNtSRO.yaml} (63%)
 copy superset/examples/configs/datasets/examples/{unicode_test.yaml => users_channels.yaml} (63%)