Changes that have landed in master but are not yet released. Click to see more.
v0.3.0 - 2019-06-27
- New default dashboards
- Create metadata DB datasources on bootstrap (#112).
- Environment variable
SUPERSET_NO_DB_INIT
(#99). - Gitbase datasource is now updated if we restart sourced-ui with a changed GITBASE_* env variable (#96).
- Remove dependency on src-d/ci (#100).
v0.2.0 - 2019-06-07
v0.1.0 - 2019-06-03
The srcd/sourced-ui
docker image is based on Superset 0.32, and contains the following additions:
- An extra tab, UAST, to explore bblfsh parsing results.
- SQL Lab contains a modal dialog to visualize columns that contain UAST.
- source{d} branding.
- Loading of default dashboards on bootstrap.
- Creation of a default user on bootstrap,
admin
/admin
. - SQLAlchemy dependency upgraded to 1.3, for compatibility with gitbase (#18).
- Backport an upstream fix for Hive Database connection (#21).
- Cancel database queries on stop (#35).