Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

43 lines (33 loc) · 2.37 KB

Changelog

[Unreleased]

Changes that have landed in master but are not yet released. Click to see more.

Changed

  • New styling that follows the source{d} branding (#139, #142, #204.)
  • Improved method to export and import dashboards as JSON (#165).

v0.3.0 - 2019-06-27

  • New default dashboards
    • Add welcome dashboards with documentation.
    • Add a dashboard with charts making use of gitbase data (#105, #110).
    • Add a dashboard based on metadata (#137).
  • 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

  • Update superset to v0.33 (#89)
  • Fix incorrect timeout value for charts (#95).

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).