This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch release--0.33
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from c57ef5d 0.31.0rc1.dev1
new ea807f2 [WiP] Improvements related to ASF release process
new 5ae2836 Address COPYRIGHT + LICENSE issues
new 3e7c9d0 Change babytux to open image in birth dashboard
new 9615f39 Add Roboto font to LICENSE, remove glyphicons files
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 3 +
CONTRIBUTING.md | 22 +++++--
CODE_OF_CONDUCT.md => INSTALL.md | 7 ++-
INSTALL.txt | 39 -------------
LICENSE.txt | 11 +---
NOTICE | 3 -
.../Dockerfile.from_tarball | 42 +++++++-------
.../Dockerfile.make_tarball | 6 +-
RELEASING.md => RELEASING/README.md | 34 +++++++++--
.../from_tarball_entrypoint.sh | 22 +++++--
.../js_build.sh => RELEASING/make_tarball.sh | 21 ++++---
UPDATING.md | 23 ++++++++
docs/conf.py | 2 +-
licenses/LICENSE-cal-heatmap.txt | 22 -------
licenses/LICENSE-parallel-coordinates.txt | 26 ---------
superset/assets/images/babies.png | Bin 0 -> 127066 bytes
superset/assets/images/babytux.jpg | Bin 10131 -> 0 bytes
.../fonts/glyphicons-halflings-regular.ttf | Bin 45404 -> 0 bytes
.../fonts/glyphicons-halflings-regular.woff | Bin 23424 -> 0 bytes
.../fonts/glyphicons-halflings-regular.woff2 | Bin 18028 -> 0 bytes
superset/assets/vendor/pygments.css | 63 ---------------------
superset/data/birth_names.py | 2 +-
superset/extract_table_names.py | 1 +
superset/translations/de/LC_MESSAGES/messages.mo | Bin 63955 -> 0 bytes
superset/translations/de/LC_MESSAGES/messages.po | 5 +-
superset/translations/en/LC_MESSAGES/messages.mo | Bin 88509 -> 0 bytes
superset/translations/en/LC_MESSAGES/messages.po | 5 --
superset/translations/es/LC_MESSAGES/messages.mo | Bin 64912 -> 0 bytes
superset/translations/es/LC_MESSAGES/messages.po | 6 --
superset/translations/fr/LC_MESSAGES/messages.mo | Bin 90477 -> 0 bytes
superset/translations/fr/LC_MESSAGES/messages.po | 7 +--
superset/translations/it/LC_MESSAGES/messages.mo | Bin 83973 -> 0 bytes
superset/translations/it/LC_MESSAGES/messages.po | 6 --
superset/translations/ja/LC_MESSAGES/messages.mo | Bin 65233 -> 0 bytes
superset/translations/ja/LC_MESSAGES/messages.po | 5 --
superset/translations/ko/LC_MESSAGES/messages.mo | Bin 88533 -> 0 bytes
superset/translations/ko/LC_MESSAGES/messages.po | 4 --
superset/translations/messages.pot | 6 +-
superset/translations/pt/LC_MESSAGES/message.po | 5 --
superset/translations/pt/LC_MESSAGES/messages.mo | Bin 72034 -> 0 bytes
.../translations/pt_BR/LC_MESSAGES/messages.mo | Bin 73720 -> 0 bytes
.../translations/pt_BR/LC_MESSAGES/messages.po | 5 --
superset/translations/ru/LC_MESSAGES/messages.mo | Bin 113812 -> 0 bytes
superset/translations/ru/LC_MESSAGES/messages.po | 3 -
superset/translations/zh/LC_MESSAGES/messages.mo | Bin 90011 -> 0 bytes
superset/translations/zh/LC_MESSAGES/messages.po | 5 --
46 files changed, 139 insertions(+), 272 deletions(-)
copy CODE_OF_CONDUCT.md => INSTALL.md (77%)
delete mode 100644 INSTALL.txt
copy contrib/docker/Dockerfile => RELEASING/Dockerfile.from_tarball (80%)
copy docs/requirements.txt => RELEASING/Dockerfile.make_tarball (87%)
rename RELEASING.md => RELEASING/README.md (78%)
copy contrib/docker/docker-init.sh => RELEASING/from_tarball_entrypoint.sh
(67%)
copy superset/assets/js_build.sh => RELEASING/make_tarball.sh (63%)
delete mode 100644 licenses/LICENSE-cal-heatmap.txt
delete mode 100644 licenses/LICENSE-parallel-coordinates.txt
create mode 100644 superset/assets/images/babies.png
delete mode 100644 superset/assets/images/babytux.jpg
delete mode 100644
superset/assets/stylesheets/fonts/glyphicons-halflings-regular.ttf
delete mode 100644
superset/assets/stylesheets/fonts/glyphicons-halflings-regular.woff
delete mode 100644
superset/assets/stylesheets/fonts/glyphicons-halflings-regular.woff2
delete mode 100644 superset/assets/vendor/pygments.css
delete mode 100644 superset/translations/de/LC_MESSAGES/messages.mo
delete mode 100644 superset/translations/en/LC_MESSAGES/messages.mo
delete mode 100644 superset/translations/es/LC_MESSAGES/messages.mo
delete mode 100644 superset/translations/fr/LC_MESSAGES/messages.mo
delete mode 100644 superset/translations/it/LC_MESSAGES/messages.mo
delete mode 100644 superset/translations/ja/LC_MESSAGES/messages.mo
delete mode 100644 superset/translations/ko/LC_MESSAGES/messages.mo
delete mode 100644 superset/translations/pt/LC_MESSAGES/messages.mo
delete mode 100644 superset/translations/pt_BR/LC_MESSAGES/messages.mo
delete mode 100644 superset/translations/ru/LC_MESSAGES/messages.mo
delete mode 100644 superset/translations/zh/LC_MESSAGES/messages.mo