Releases: src-d/sourced-ui
Releases · src-d/sourced-ui
v0.8.1
v0.8.0
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
v0.7.0
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 withSUPERSET_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
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
Added
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
v0.4.0
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
orsuperset
will trigger a refresh in the browser (see docs).
v0.4.0-rc.3
v0.4.0-rc.2
v0.4.0-rc.1
v0.4.0-beta.2
- Fix a chart height in the overview dashboard