Skip to content

Releases: src-d/sourced-ui

v0.8.1

28 Oct 12:58
Compare
Choose a tag to compare

Fixed

  • Container should be able to run without OAUTH variables (#314).

v0.8.0

22 Oct 16:55
b8e4601
Compare
Choose a tag to compare

Added

  • Support for Google OAuth authorization (#293)

Changed

  • Superset was updated to v0.34.1, which brings some bug fixes. See more details in their changelog (#278).
  • Remove markup charts (#304)

Fixed

  • Update ids in dashboard metadata on import (#288)

Internal

  • Reduce the size of docker image (#272)
  • Make the current source{d} palettes accessible for color blindness impairments (#302)

v0.7.0

26 Sep 14:28
c7e95a2
Compare
Choose a tag to compare

Changed

  • Make celery workers run as separate containers (#269).

    This is a breaking change in the way the container is deployed. Now it requires to be deployed as two containers, one with the environment SUPERSET_ENV=production and the other one with SUPERSET_ENV=celery.

Internal

  • Improve documentation about development mode to run source{d} with hot reloading. Previous documentation didn't explain how to build the sourced-ui development image.

v0.6.0

16 Sep 10:20
a90b2db
Compare
Choose a tag to compare

Added

  • Superset was updated to v0.34.0rc1, which brings many improvements and bug fixes. See more details in their changelog (#250).
  • Add support for Spark query cancellation (#223).
  • Add new color palettes with source{d} brand colors (#259).

Changed

  • Make source{d} brand the default color palette for charts (#259).
  • Assign simpler color palettes to some charts (#258).
  • Improve speed of development mode on macOS (#266).
  • Make gunicorn catch SIGTERM correctly which speeds up the docker stop command, and makes the container exit with the correct exit code (#239).
  • Optimize size of the published Docker image, decreasing it from 1.76GB to 945MB (#275).

v0.5.0

20 Aug 15:38
801b406
Compare
Choose a tag to compare

Added

  • Apply source{d} brand styling to the CodeMirror sourced code viewer (#253, #260).

Changed

  • Improve the dashboard export mechanism, saving is_sqllab_view to correctly hide non-visible tables when the dashboard is imported. The tables created for the default charts are now hidden by default (#243).

Fixed

  • Fix sorting in most active repositories chart (#251).
  • Timestamp type not mapped correctly from Spark SQL to Hive (#227).
  • Fix tables' preview in SQL Lab for SparkSQL engine (#246).

v0.4.0

06 Aug 16:19
e4e8164
Compare
Choose a tag to compare

Changed

  • New styling that follows the source{d} branding (#139, #142, #204.)
  • Improved method to export and import dashboards as JSON (#165).
  • Allow users to re-order top level tabs (#234).
  • Disable Druid clusters as datasources (#238).

Fixed

  • Use utf8 encoding for gitbase connection (#233).
  • Fixes and improvements in the charts of the default dashboards (#237, #236).

Internal

  • Added a development mode to run source{d} with hot reloading. Every change in srcd or superset
    will trigger a refresh in the browser (see docs).

v0.4.0-rc.3

01 Aug 10:21
fadaf81
Compare
Choose a tag to compare
v0.4.0-rc.3 Pre-release
Pre-release

Fixes:

  • Use utf8 encoding for gitbase connection #233
  • Remove changed_on field from dashboard export #232
  • Sort lists in exported dashboards #224

Other:

  • Development environment with hot reloading #221

v0.4.0-rc.2

19 Jul 14:14
345c08c
Compare
Choose a tag to compare
v0.4.0-rc.2 Pre-release
Pre-release

Fixed

  • Fix the dynamic sizing of SQL results table (#210).
  • Use relative URLs in welcome dashboard markdown (#211.)
  • Fix the welcome dashboard title styling on markdown files (#174.)
  • Fix chart alignment in the collaboration dashboard (#162.

v0.4.0-rc.1

11 Jul 10:43
29e07ef
Compare
Choose a tag to compare
v0.4.0-rc.1 Pre-release
Pre-release

Changed

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

v0.4.0-beta.2

08 Jul 16:58
5b53072
Compare
Choose a tag to compare
v0.4.0-beta.2 Pre-release
Pre-release
  • Fix a chart height in the overview dashboard