redash

Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.

BSD-2-CLAUSE License

Downloads
459
Stars
25.1K
Committers
499

Bot releases are hidden (Show)

redash - v2.0.0

Published by arikfr about 7 years ago

Finally a new major release! ๐Ÿ™Œ You can review the full CHANGELOG, but some highlights of this release:

  • Direct Athena data source type (no more need for the Java proxy ๐Ÿ‘Š ).
  • New MemSQL data source type and updates/fixes to the MySQL, Google Analytics, Presto, MongoDB, Cassandra, JIRA, TreasureData, InfluxDB, MSSQL, PostgreSQL, and BigQuery data sources.
  • New Plotly based Box Plot visualization along with improvements to the Pivot Table, cohort and counter visualizations.
  • List parameter type.
  • Friendly API key dialog for queries along with usage examples.
  • Auto-publish queries when they are named (with option to disable; see #1830).

This release wouldn't be possible without the help of @mfouilleul, @dotneet, @rmakulov, @deecay, @fbertsch, @rockwotj, @alexanderlz, @laughingman7743, @ziahamza, @yamamanx, @miketheman, @eyalzek, @alexpekurovsky, @ahamino, @jvanegmond, @suemoc, @44px, @amarjayr, @unixwitch, @danielerapati, @yershalom, @msnider, and @alison985 -- thank you, everyone ๐Ÿ™ .


  • Before doing an upgrade, please make sure you have a backup.
  • If you have any issues, please refer to the troubleshooting section in the upgrade guide.
  • If the upgrade guide doesn't help, you can ask for help on the forum.

Full CHANGELOG for this release.

redash - v1.0.3

Published by arikfr over 7 years ago

New hotfix release that fixes a performance issue in v1.0.1 and a few other small fixes that got in.

Full CHANGELOG for this release. If you're upgrading from a pre-v1.0 version, checkout the CHANGELOG for previous releases as well (v1.0.1, RC2, RC1).


If you were using the MULTI_ORG or ALLOW_PARAMETERS_IN_EMBEDS options, then they are currently not supported but planned to be supported in the next release.


If you're upgrading to this version from pre v1.0.0 release, before upgrading, please make sure to do the following changes to your /opt/redash/.env file:

  1. If you have local PostreSQL database, you will need to update the URL from postgresql://redash to postgresql:///redash.
  2. Remove the REDASH_STATIC_ASSETS_PATH definition.

Make sure to complete these changes before doing the actual upgrade.

We have a new upgrade script that supports multiple release channels. To deploy this version run: sudo upgrade.

You can upgrade to v1.0.0 and later only from v0.12.0, so if you have an older version, run: sudo upgrade --channel legacy first and then sudo upgrade.

redash - v1.0.2

Published by arikfr over 7 years ago

New hotfix release that fixes a performance issue in v1.0.1 and a few other small fixes that got in.

Full CHANGELOG for this release. If you're upgrading from a pre-v1.0 version, checkout the CHANGELOG for previous releases as well (v1.0.1, RC2, RC1).


If you were using the MULTI_ORG or ALLOW_PARAMETERS_IN_EMBEDS options, then they are currently not supported but planned to be supported in the next release.


If you're upgrading to this version from pre v1.0.0 release, before upgrading, please make sure to do the following changes to your /opt/redash/.env file:

  1. If you have local PostreSQL database, you will need to update the URL from postgresql://redash to postgresql:///redash.
  2. Remove the REDASH_STATIC_ASSETS_PATH definition.

Make sure to complete these changes before doing the actual upgrade.

We have a new upgrade script that supports multiple release channels. To deploy this version run: sudo upgrade.

You can upgrade to v1.0.0 and later only from v0.12.0, so if you have an older version, run: sudo upgrade --channel legacy first and then sudo upgrade.

redash - v1.0.1

Published by arikfr over 7 years ago

This is the final release for v1 ๐ŸŽ‰ (tagged as v1.0.1 to trigger new version notification for the RC versions users).

Full CHANGELOG for this release. If you're upgrading from a pre-v1.0 version, checkout the CHANGELOG for previous releases as well (RC2, RC1).


If you were using the MULTI_ORG or ALLOW_PARAMETERS_IN_EMBEDS options, then they are currently not supported but planned to be supported in the next release.


If you're upgrading to this version from pre v1.0.0 release, before upgrading, please make sure to do the following changes to your /opt/redash/.env file:

  1. If you have local PostreSQL database, you will need to update the URL from postgresql://redash to postgresql:///redash.
  2. Remove the REDASH_STATIC_ASSETS_PATH definition.

Make sure to complete these changes before doing the actual upgrade.

We have a new upgrade script that supports multiple release channels. To deploy this version run: sudo upgrade.

You can upgrade to v1.0.0 and later only from v0.12.0, so if you have an older version, run: sudo upgrade --channel legacy first and then sudo upgrade.

redash - v1.0.0-rc.2

Published by arikfr over 7 years ago

Second RC for the v1.0.0 release. We're getting closer to the final release. The more people will run these versions, and report issues (or submit fixes) the sooner we will have a stable release.

Full CHANGELOG for this release.


If you're upgrading to this version from pre v1.0.0 release, before upgrading, please make sure to do the following changes to your /opt/redash/.env file:

  1. If you have local PostreSQL database, you will need to update the URL from postgresql://redash to postgresql:///redash.
  2. Remove the REDASH_STATIC_ASSETS_PATH definition.

Make sure to complete these changes before doing the actual upgrade.

We have a new upgrade script that supports multiple release channels. To deploy this version run: sudo upgrade --channel beta.

You can upgrade to v1.0.0 only from v0.12.0, so if you have an older version, run: sudo upgrade --channel legacy first and then sudo upgrade --channel beta.

redash - v1.0.0-rc.1

Published by arikfr over 7 years ago

Finally, a true v1.0.0-rc.1 release!

Before upgrading to this version, please make sure to do the following changes to your /opt/redash/.env file:

  1. If you have local PostreSQL database, you will need to update the URL from postgresql://redash to postgresql:///redash.
  2. Remove the REDASH_STATIC_ASSETS_PATH definition.

Make sure to complete these changes before doing the actual upgrade.

We have a new upgrade script that supports multiple release channels. To deploy this version run: sudo upgrade --channel beta.

You can upgrade to v1.0.0 only from v0.12.0, so if you have an older version, run: sudo upgrade --channel legacy first and then sudo upgrade --channel beta.

Full CHANGELOG for this release.

redash - v0.11.1.b2095

Published by arikfr about 8 years ago

This is a hotfix release, which fixes an issue with email alerts in v0.11.0. For those who are upgrading from versions earlier than v0.11, see full release notes in v0.11.

redash - v0.12.0.b2449

Published by arikfr over 8 years ago

This version has been too long in the making and now finally released. Includes new visualizations, data sources, updated packages and numerous fixes and additions.

See CHANGELOG for full release notes.

Huge thanks to over 30 contributors (!) that participated in this release.

redash - v0.10.1.b1834

Published by arikfr over 8 years ago

This is a hotfix release, that includes #1064 (Fix: old task trackers were not removed). This is a recommended upgrade for all 0.10.0 users, as without it Redis's memory usage will keep growing without any limit.

redash - v0.11.0.b2016

Published by arikfr over 8 years ago

The main features of this release are:

  • Alert Destinations: ability to define multiple destinations for alert notifications (currently implemented: HipChat, Slack, Webhook and email).
  • The long-awaited UI for query parameters (see example in #1069).

Also, this release includes numerous smaller features, improvements, and bug fixes.

A big thank you goes to all who contributed code and documentation in this release: @AntoineAugusti, @James226, @adamlwgriffiths, @alexdebrie, @anthony-coble, @ariarijp, @dheerajrav, @edwardsharp, @machira, @nabilblk, @ninneko, @ordd, @tomerben, @toru-takahashi, @vishesh92, @vorakumar and @whummer.

Added

d5e5b24 #1136: Feature: add --org option to all relevant CLI commands. (@adamlwgriffiths)
87e25f2 #1129: Feature: support for JSON query formatting (Mongo, ElasticSearch) (@arikfr)
6bb2716 #1121: Show error when failing to communicate with server (@arikfr)
f21276e #1119: Feature: add UI to delete alerts (@arikfr)
8656540 #1069: Feature: UI for query parameters (@arikfr)
790128c #1067: Feature: word cloud visualization (@anthony-coble)
8b73a2b #1098: Feature: UI for alert destinations & new destination types (@alexdebrie)
1fbeb5d #1092: Add Heroku support (@adamlwgriffiths)
f64622d #1089: Add support for serialising UUID type within MSSQL #961 (@James226)
857caab #1085: Feature: API to pause a data source (@arikfr)
214aa3b #1060: Feature: support configuring user's groups with SAML (@vorakumar)
e20a005 #1007: Issue#1006: Make bottom margin editable for Chart visualization (@vorakumar)
6e0dd2b #1063: Add support for date/time Y axis (@tomerben)
b5a4a6b #979: Feature: Add CLI to edit group permissions (@ninneko)
6d495d2 #1014: Add server-side parameter handling for embeds (@whummer)
5255804 #1091: Add caching for queries used in embeds (@whummer)

Changed

0314313 #1149: Presto QueryRunner supports tinyint and smallint (@toru-takahashi)
8fa6fdb #1030: Make sure data sources list ordered by id (@arikfr)
8df822e #1141: Make create data source button more prominent (@arikfr)
96dd811 #1127: Mark basic_auth_password as secret (@adamlwgriffiths)
ad65391 #1130: Improve Slack notification style (@AntoineAugusti)
df637e3 #1116: Return meaningful error when there is no cached result. (@arikfr)
65635ec #1102: Switch to HipChat V2 API (@arikfr)
14fcf01 #1072: Remove counter from the tasks Done tab (as it always shows 50). #1047 (@arikfr)
1a1160e #1062: DynamoDB: Better exception handling (@arikfr)
ed45dcb #1044: Improve vagrant flow (@staritza)
8b5dc8e #1036: Add optional block for more scripts in template (@arikfr)

Fixed

dbd48e1 #1143: Fix: use the email input type where needed (@ariarijp)
7445972 #1142: Fix: dates in filters might be duplicated (@arikfr)
5d0ed02 #1140: Fix: Hive should use the enabled variable (@arikfr)
392627d #1139: Fix: Impala data source referencing wrong variable (@arikfr)
c5bfbba #1133: Fix: query scrolling issues (@vishesh92)
c01d266 #1128: Fix: visualization options not updating after changing type (@arikfr)
6bc0e7a #1126: Fix #669: save fails when doing partial save of new query (@arikfr)
3ce27b9 #1118: Fix: remove alerts for archived queries (@arikfr)
4fabaae #1117: Fix #1052: filter not working for date/time values (@arikfr)
c107c94 #1077: Fix: install needed dependencies to use Hive in Docker image (@nabilblk)
abc790c #1115: Fix: allow non integers in alert reference value (@arikfr)
4ec473c #1110: Fix #1109: mixed group permissions resulting in wrong permission (@arikfr)
1ca5262 #1099: Fix RST syntax for links (@adamlwgriffiths)
daa6c1c #1096: Fix typo in env variable VERSION_CHECK (@AntoineAugusti)
cd06d27 #1095: Fix: use create_query permission for new query button. (@ordd)
2bc0b27 #1061: Fix: area chart stacking doesn't work (@machira)
8c21e91 #1108: Remove potnetially concurrency not safe code form enqueue_query (@arikfr)
e831218 #1084: Fix #1049: duplicate alerts when data source belongs to multiple groups (@arikfr)
6edb0ca #1080: Fix typo (@jeffwidman)
64d7538 #1074: Fix: ElasticSearch wasn't using correct type names (@toyama0919)
3f90dd9 #1064: Fix: old task trackers were not really removed (@arikfr)
e10ecd2 #1058: Bring back filters if dashboard filters are enabled (@AntoineAugusti)
701035f #1059: Fix: DynamoDB having issues when setting host (@arikfr)
2924d4f #1040: Small fixes to visualizations view (@arikfr)
fec0d5f #1037: Fix: multi filter wasn't working with __ syntax (@dheerajrav)
b066ce4 #1033: Fix: only ask for notification permissions if wasn't denied (@arikfr)
960c416 #1032: Fix: make sure we return dashboards only for current org only (@arikfr)
b3844d3 #1029: Hive: close connection only if it exists (@arikfr)

Docs

6bb09d8 #1146: Docs: add a link to settings documentation. (@adamlwgriffiths)
095e759 #1103: Docs: add section about monitoring (@AntoineAugusti)
e942486 #1090: Contributing Guide (@arikfr)
3037c4f #1066: Docs: command type-o fix. (@edwardsharp)
2ee0065 #1038: Add an ISSUE_TEMPLATE.md to direct people at the forum (@arikfr)
f7322a4 #1021: Vagrant docs: add purging the cache step (@ariarijp)

redash - v0.10.0.b1774

Published by arikfr over 8 years ago

This is a really packed release, that was almost 2 months in the making. The highlight of this release is probably the new design/UX improvements (see screenshots) but also includes:

  • Shared/public dashboards: you can now generate a secret link, that allows access to a single dashboard (similar to how shareable links work for Google Docs).
  • Dashboards the user doesn't have access to any of their widgets are no longer shown to him.
  • New admin views to show currently executing queries.
  • DynamoDB support.
  • Better full screen view for dashboards.
  • Ability to receive a password reset link by email.
  • Improvements and fixes to the InfluxDB, TreasureData, Impala, Vertica , Sqlite and MongoDB query runners.
  • Documentation improvements and more.

As always I would like to thank all who contributed to this release: @machira, @gseva, @AntoineAugusti, @tdawber, @groveriffic, @alexanderlz, @tsibley, @erans, @toru-takahashi, @ink-adavison, @ChiragKParmar, @jkatsnelson, @seanauriti, @staritza, @kasajei, @kirikiriyamama and @jeffwidman.

Changes since v0.9.2.b1536:

Features

d331285 #980: Add environment variable to override secure_flag on session cookie (@machira)
1f824fc #957: Hide dashboards that current user cannot see based on his groups (@gseva)
ff93369 #1002: Feature: record events for embed and shared dashboard open (@arikfr)
30227f4 #856: Feature: running queries monitor (@arikfr)
c17ba03 #992: Small UI fixes (@arikfr)
3761999 #991: Improvements to Plotly.js integration (@arikfr)
235109c #984: New design ๐ŸŽ‰ and UX improvements! (@arikfr)
c7f2217 #988: Feature: add CLI to invite user (@AntoineAugusti)
6cc2cf7 #987: Feature: ability to change logo (@AntoineAugusti)
748f6e4 #983: Add link to embeds to open query page in new window (@tdawber)
d78ef8f #974: Add support for using Redis via unix socket (@arikfr)
0c6317c #973: Small updates to data sources (friendlier name for MySQL, and ability to disable query runners) (@arikfr)
2308a3a #972: Feature: allow toggling dashboard full screen from URL (@arikfr)
39315db #962: InfluxDB: Added support for multiple queries and tags (@groveriffic)
d83dfc9 #934: Feature: DynamoDB DQL query runner (@alexanderlz)
ba3013a #883: Support for REMOTE_USER authentication (@tsibley)
ea57175 #935: Feature: allow forwarding events to a webhook (@arikfr)
9e6e913 #928: Add extension points to override frontend elements (@arikfr)
e0ad3ee #925: Feature: password reset & invite links functionality. (@arikfr)
5a222be #926: Python query runner: make max and min functions available to the scripts (@erans)
f8a8928 #922: Allow existing users sign in with Google Apps even if they are not from an allowed domain (@arikfr)
dd5c186 #920: Feature: MongoDB - add support for $date and relative dates. (@arikfr)
2f35c1e #918: Several improvements to query runners: (@arikfr)
7c0c189 #910: Better full screen support (@arikfr)
a1a73a1 #888: Improve TreasureData query runner (@toru-takahashi)
536d759 #906: Feature: public dashboards (@arikfr)

Fixes

b73fdf1 #1003: Fix #986: search might return duplicate queries (@arikfr)
c80728c #978: Fix #958: group members/datasources were cached. (@arikfr)
b0ea6b0 #970: Use ng-if instead of ng-show for schema (@arikfr)
93c663d #963: Fix "http directive is not allowed here" on Ubuntu and Amazon Linux (@ink-adavison)
f6f9dac #960: When opening a query page, don't automatically execute it (@arikfr)
52902c3 #959: Fix: show browser notification only when page is hidden (@arikfr)
5e22576 #956: Fix: adapt Impala query runner for new configuration (@arikfr)
0dfbe6f #947: Fix: permissions migration was changing default's group type (@arikfr)
70e2b5d #938: Fix: event reporting breaks when using ApiUser. (@arikfr)
e75c3c6 #927: Fix: format API not working for non default organization (@arikfr)
e60caf8 #919: Fix: schema fetching for Vertica & SQLite was broken (fix #916) (@alexanderlz)
0e70980 #909: Fix #908: updating configuration without secrets was failing (@arikfr)

Documentation

2655eec #997: Additional documentation (@AntoineAugusti)
874793e #977: Adding two badges for better visibility. (@ChiragKParmar)
6e440d8 #911: Docs: Docker compose instructions (@jkatsnelson)
8b4e322 #952: Update upgrade.rst (@seanauriti)
70a5ffd #939: Docs: Fix command to restart the web server (@AntoineAugusti)

Other

869c060 #1017: Add data source to default group when creating with CLI (@arikfr)
7b5d16e #1005: Update bootstrap.sh to include saml dependency (@staritza)
0d9faa8 #964: Allow passing branch name to bootstrap.sh (@ink-adavison)
a66ac84 #951: Fixes URL for Github Release (@seanauriti)
0023961 #941: Fix install command for freetds-devel on amazon_linux (@kasajei)
5885cd9 #940: Nginx configuration: hide version (@kirikiriyamama)
56b3675 #923: Setup Sentry to catch error logs (@arikfr)
079ae09 #917: Restructure the Flask app (@arikfr)
d8b1131 #921: Additional events and information (@arikfr)
b0b9cd9 #912: redash static assets path should be pointed at dist, not app (@jkatsnelson)
b4b2bb8 #902: Make create_database script executable (@jeffwidman)
399b7ad #901: Docker: fix docker-compose env variables in example (@jeffwidman)
feadf88 #894: Dockerfile: use redash's docker-hub nginx image (@jeffwidman)
bf55d2f #895: Use redash's docker-hub redash image (@jeffwidman)
aec5f78 #893: Fix YAML syntax error due to missing spaces (@jeffwidman)

redash - v0.9.2.b1536

Published by arikfr over 8 years ago

Changes since v0.9.1.b1377:

Features

8f937b7 #850: Kibana: add support for limiting # of results returned (toyama0919)
8747d0e #872: MongoDB: support for count queries (Eran Sandler)
43ac560 #873: Feature: print layout for dashboards (Arik Fraimovich)
d744421 #844: Encapsulate data sources configuration logic in an object (Arik Fraimovich)
6ec4c4c #840: Improve layout of download links (Arik Fraimovich)
b462869 #833: Feature: download Excel file link from dashboard. (toyama0919)
3a5d59c #839: Feature: add API to trigger query refresh and support for parameters. (Arik Fraimovich)
e705ede #838: Python query runner -- added access to sorted and reversed functions (Eran Sandler)
a50ae19 #823: Feature: Button toggle to display dashboard in at full screen width (Matt Sochor)
65f81c4 #831: Feature: download results in Excel (XSLX) format (closes #801) (yohei.naruse)
0730ed8 #827: Feature: pivot tables are now regular visualizations that can be saved (Arik Fraimovich)
27c3fee #808: Feature: Microsoft SQL Server query runner (Joe Harris)
76ee886 #777: Treat query errors as expected errors (Arik Fraimovich)
4f0b18b #776: Friendlier error messages for BigQuery query errors (Arik Fraimovich)

Fixes

bac4025 #882: CLI: Restore ability to pass JSON options string for a new data source (Thomas Sibley)
4a280ee #877: Correct Ubuntu Bootstrap.sh to a working Base URL (ink-adavison)
30b97e3 #854: Minors fixes for MongoDB and Python query runners (Eran Sandler)
8688b1c #864: Fix: data source loaded without properties (Arik Fraimovich)
3328de3 #863: Fix: properly show date/time in filters (Arik Fraimovich)
27faf8f #849: Fix: Presto - deduplicate column names (Colin Dellow)
3a27955 #853: Fix #851: embed doesn't load due to missing module. (Arik Fraimovich)
db59b34 #852: Small fixes for new ConfigurationContainer use (Alex DeBrie)
8682633 #829: Fix: Plot.ly was given wrong timestamp (Arik Fraimovich)
a96d135 #828: Fix #797: user redirected to homepage when changing permission type (Arik Fraimovich)
d1cf376 #826: Fix #802: switching to/from query source view resets chart colors (Arik Fraimovich)
dad7b22 #825: Fix: sorting X values in charts had no effect (Arik Fraimovich)
253c4fd #821: Fix embed URL & move logic into a directive (Arik Fraimovich)
a894f03 #815: Fix CLI issues with recent version (Arik Fraimovich)
3fa143c #813: Fix shellcheck issues in bootstrap.sh scripts (Olli Jarva)
4e9b60a #794: Fixes for #792, #785, #733 and additional logging for execute_query (Arik Fraimovich)
8120158 #782: Fix: Empty cells in google sheets displayed as datetime values #768 (Shyamgopal Kundapurkar)
bd7b60d #784: Fix json serialization for datetime.timedelta, closes #783 (Ivan Babrou)

Documentation

caf0734 #855: Docs: document settings.py (Scott Reynen)
a26da3a #846: Add link to dev environment documentation. (Scott Reynen)
cbb84ae #786: Docs: instructions for compressed backup. (John Connell)
80c03a5 #787: Docs: Updated links to Google's documentation about creating a service account (John Connell)
77e2d5d #790: Docs: fix a typo in backup instructions (tknzk)

Other

dec3054 #867: Fix non-standard indentation to conventional four spaces (Jeff Widman)
4c5d2f1 #866: Fix whitespace issues (Jeff Widman)
1a9059f #865: Replace deprecated flask.ext.* with flask_* (Jeff Widman)
f219d20 #857: Fix typo: completly => completely (Jeff Widman)
2440a83 #835: Ubuntu bootstrap script - move update before upgrade (Benjamin Manns)
262ebb3 #820: Switch to Gulp from Grunt for faster builds (Arik Fraimovich)
78ba6f2 #781: Amazon Linux bootstrap script: check nginx default directory (David Lin)

redash - v0.9.1.b1377

Published by arikfr over 8 years ago

This version is a collection of small quick fixes for version 0.9.0 and it is a recommended upgrade for everyone who upgraded to 0.9.0 already.

Changes since v0.9.0.b1363:
fcd478c #774: Fix: don't fail refresh_schema if one of the refresh ops fails (Arik Fraimovich)
8473783 #773: 0.9.0 Hot Fixes (Arik Fraimovich)

redash - v0.9.0.b1363

Published by arikfr almost 9 years ago

This version includes a significant refactor and update of the permissions system (check pull request #724 for details) and some backward incompatible changes (see below). I recommend to be extra cautious when upgrading -- make sure it's not peak hour of usage and that you have a backup.

Also in this version we replaced the HighCharts charting library with Plot.ly's library, as the former wasn't open source.

While I'm usually online on our Slack channel, I'll also be available specifically for upgrade questions & help during the following "office hours":

I will post additional office hours on the blog and Twitter account.

If anything isn't clear, don't hesitate to reach out over Slack or Google Groups. Also "private support" is available - see here for details.

Changes since v0.8.3.b1192:

Features

  • #724 New permissions system, with ability to restrict access to certain data sources based on group membership (see pull request for more details). (@arikfr)
  • #687: Replace HighCharts with Plot.ly (@alonho)
  • #664 Ability to embed visualizations in external sites (@akariv)
  • #753 Show meaningful message when no data sources defined yet (@arikfr)
  • #714 Load schema for MongoDB data source. (@erans)
  • #711 Update forked query name to "Copy of #XYZ..." (@alexanderlz)
  • #710 BigQuery: option to limit amount of MB processed per query (@ryotarai)
  • #680 Show rows count per table (for supported data sources) (@alexanderlz)
  • #746 Option to update a query every 30 days (@Xangis)
  • #631: Alert rearm setting which allows periodic resending of alert messages. (@blu35ky)
  • #765 Support for HipChat Server (@nakechi)
  • #751 Option to set # of proxies for the ProxyFix (@arikfr)
  • #742 Option to enforce HTTPs at the "Flask level" (@arikfr)

Fixes

  • #758: Update dashboard after layout change (@arikfr)
  • #757: Fix infinite digest loop in counter visualization (@arikfr)
  • #739: Support for unicode in alert name (@toyama0919)
  • #725: Google OAuth - support for next param (@akariv)
  • #722: Fix: use second y axis for line charts while stacking (@ninneko)
  • #716: Fix #708: dashboard breaks when removing widgets and adding again (@arikfr)

Other

  • #759: Remove unused client side code (@arikfr)
  • #743: Explicitly add httplib2 to requirements (@arikfr)
  • #741: Upgrade gunicorn version to latest. (@arikfr)
  • #707: Build dependencies during building Docker image (@ryotarai)
  • #723: Collect metrics on query time & request time (@arikfr)

Documentation

Backward Incompatible Changes

The tables property in groups (and feature) was removed. If you used this, please create the relevant datasources when migrating.

redash - v0.8.3.b1192

Published by arikfr almost 9 years ago

Changes since 0.8.1:

Features

378459d #685: Feature: add settings to query results cleanup (Arik Fraimovich)
0b389d5 #644: Feature: send alert notifications to HipChat or web hook (toyama0919)
995659e #679: Improve table widget pagination UI (Alon Horev)
740b305 #676: Feature: re:dash version check (Arik Fraimovich)
b7720f7 #672: Feature: Improved chart editor UI/UX (Alon Horev)
7a95dec #659: Add footer to the layout, to have links to docs & GitHub (Arik Fraimovich)
32638ae #650: Feature: MQL query runner (Alon Horev)
346ea66 #651: Support default values in data source creation forms (Alon Horev)
ec79ce7 #639: Feature: permission to schedule query (Alex DeBrie)
aa04a6e #630: Feature: SQLite query runner (gissehel)
67aecc0 #594: Feature: date range selector support for charts (John Wu)
1a3df37 #605: Feature: allow setting HighChart's turbo threshold value (Arik Fraimovich)
ed9eb69 #603: Feature: allow setting only the additional query runners you need (Arik Fraimovich)
5a1d38c #593: Chart colour palette updated (atharva.inamdar)
c01d88c #591: Feature: export pivot table as TSV (Ben Cook)
515c457 #590: Added "Select last used data source" to query view (Todd Wolfson)
5329fe5 #1: Upgrade PivotTable.js and enable TSV export (jbencook)
a15d796 #585: Feautre: d3.js based Box Plot visualization. (Matt Sochor)

Fixes

51deb8f #684: Fix: add migration for AlertSubscriber table (Arik Fraimovich)
ca8cca0 #678: Fix: Dashboard shouldn't crash with empty queries (Alon Horev)
0343fa7 #661: Fix cancelling queries for Redshift/Postgres (Alex DeBrie)
feabc46 #668: Fix: AlertSubscription missing in all_models (Kosei Moriyama)
5bf370d #660: Fix: strings that start with a date wrongly treated as date fields (Alex DeBrie)
0d4c3c3 #666: Fix: Specifying field type in the field name using __ didn't work (Alon Horev)
1bdc1be #653: Fix date range selector does not show data of last day when user timezone is not UTC (Kazuyuki Honda)
fc93de7 #657: Fix: Change user create button from Save to Create (Arik Fraimovich)
df24bc3 #656: Fix: load user avatar image with ng-src (Enrique Marques Junior)
d14b74b #654: Fix: verify is optional value of Graphite's config (Arik Fraimovich)
91806ed #647: Fix: bind Redis to localhost (martin sarsale)
34ba543 #638: Removed rd-hidden-xs to make everything visible on mobile (Todd Wolfson)
dab1a21 #637: Reverted pivottable upgrade to remove XSS vulnerability (Todd Wolfson)
56b51f6 #614: Fix: don't cache /results API endpoint (Arik Fraimovich)
1318451 #604: Fix #597: MongoDB date parsing logic improvement (Arik Fraimovich)
21de1d9 #599: Fix: don't send passwords back to the UI (Arik Fraimovich)
6286024 #589: Fix: Google spreadsheet data source: cast values to their actual type from string (Shyamgopal Kundapurkar)

Other

7675de4 #675: Add link to redash.io (Alon Horev)
52b8e98 #620: Reorganize setup files & update Docker configurations (Arik Fraimovich)
f92aa7b #658: Charts: remove "Show Total %" menu option and the yellow color (Arik Fraimovich)
9e183f1 #588: Docker deployment support (John Wu)

Documentation

32c0d3e #688: Docs: Add Greenplum to Postgresql section since it works with same settings. (Jason Champion)
6bb5750 #686: Docs: Update bootstrap.sh link to getredash repo (Scott Krager)
5beec58 #667: Docs: add instructions on setting up email server (Arik Fraimovich)
8408409 #642: Docs: make migrating Vagrant box command a one-liner (John Wu)
4f4dc13 #607: Docs: Remove trailing spaces (tlpham)
b191874 #596: Docs: added notes about Python query runner configuration (qjo744)

redash - v0.8.2.b1181

Published by arikfr almost 9 years ago

Changes since 0.8.1:

Features

0b389d5 #644: Feature: send alert notifications to HipChat or web hook (toyama0919)
995659e #679: Improve table widget pagination UI (Alon Horev)
740b305 #676: Feature: re:dash version check (Arik Fraimovich)
b7720f7 #672: Feature: Improved chart editor UI/UX (Alon Horev)
7a95dec #659: Add footer to the layout, to have links to docs & GitHub (Arik Fraimovich)
32638ae #650: Feature: MQL query runner (Alon Horev)
346ea66 #651: Support default values in data source creation forms (Alon Horev)
ec79ce7 #639: Feature: permission to schedule query (Alex DeBrie)
aa04a6e #630: Feature: SQLite query runner (gissehel)
67aecc0 #594: Feature: date range selector support for charts (John Wu)
1a3df37 #605: Feature: allow setting HighChart's turbo threshold value (Arik Fraimovich)
ed9eb69 #603: Feature: allow setting only the additional query runners you need (Arik Fraimovich)
5a1d38c #593: Chart colour palette updated (atharva.inamdar)
c01d88c #591: Feature: export pivot table as TSV (Ben Cook)
515c457 #590: Added "Select last used data source" to query view (Todd Wolfson)
5329fe5 #1: Upgrade PivotTable.js and enable TSV export (jbencook)
a15d796 #585: Feautre: d3.js based Box Plot visualization. (Matt Sochor)

Fixes

ca8cca0 #678: Fix: Dashboard shouldn't crash with empty queries (Alon Horev)
0343fa7 #661: Fix cancelling queries for Redshift/Postgres (Alex DeBrie)
feabc46 #668: Fix: AlertSubscription missing in all_models (Kosei Moriyama)
5bf370d #660: Fix: strings that start with a date wrongly treated as date fields (Alex DeBrie)
0d4c3c3 #666: Fix: Specifying field type in the field name using __ didn't work (Alon Horev)
1bdc1be #653: Fix date range selector does not show data of last day when user timezone is not UTC (Kazuyuki Honda)
fc93de7 #657: Fix: Change user create button from Save to Create (Arik Fraimovich)
df24bc3 #656: Fix: load user avatar image with ng-src (Enrique Marques Junior)
d14b74b #654: Fix: verify is optional value of Graphite's config (Arik Fraimovich)
91806ed #647: Fix: bind Redis to localhost (martin sarsale)
34ba543 #638: Removed rd-hidden-xs to make everything visible on mobile (Todd Wolfson)
dab1a21 #637: Reverted pivottable upgrade to remove XSS vulnerability (Todd Wolfson)
56b51f6 #614: Fix: don't cache /results API endpoint (Arik Fraimovich)
1318451 #604: Fix #597: MongoDB date parsing logic improvement (Arik Fraimovich)
21de1d9 #599: Fix: don't send passwords back to the UI (Arik Fraimovich)
6286024 #589: Fix: Google spreadsheet data source: cast values to their actual type from string (Shyamgopal Kundapurkar)

Other

7675de4 #675: Add link to redash.io (Alon Horev)
52b8e98 #620: Reorganize setup files & update Docker configurations (Arik Fraimovich)
f92aa7b #658: Charts: remove "Show Total %" menu option and the yellow color (Arik Fraimovich)
9e183f1 #588: Docker deployment support (John Wu)

Documentation

5beec58 #667: Docs: add instructions on setting up email server (Arik Fraimovich)
8408409 #642: Docs: make migrating Vagrant box command a one-liner (John Wu)
4f4dc13 #607: Docs: Remove trailing spaces (tlpham)
b191874 #596: Docs: added notes about Python query runner configuration (qjo744)

redash - 0.8.1-rc

Published by arikfr almost 9 years ago

redash - 0.8.1

Published by arikfr almost 9 years ago

Changes since 0.8.0:

Features

1a3df37 #605: Feature: allow setting HighChart's turbo threshold value (Arik Fraimovich)
ed9eb69 #603: Feature: allow setting only the additional query runners you need (Arik Fraimovich)
6f335d3 #602: Close #564: support setting API key with headers (Arik Fraimovich)
5a1d38c #593: Chart colour palette updated (atharva.inamdar)
c01d88c #591: Feature: export pivot table as TSV (Ben Cook)
515c457 #590: Added "Select last used data source" to query view (Todd Wolfson)
a15d796 #585: Feautre: d3.js based Box Plot visualization. (Matt Sochor)
32311c5 #587: Feature: logarithmic scale support in chart (Matt Sochor)
445dbb5 #573: Feature: Add logout link to Admin UI (wesleybatista)
e893ab4 #556: Feature: options for Cohort visualization (nathanlubchenco)
176fd16 #551: Feature: allow creating hidden textboxes (jmvasquez)
8b56937 #570: Add TreasureData query runner (toru-takahashi)
3fbd0d9 #560: Feature: add ability to configure y-Axis title (Stan Hu)

Fixes

56b51f6 #614: Fix: don't cache /results API endpoint (Arik Fraimovich)
1318451 #604: Fix #597: MongoDB date parsing logic improvement (Arik Fraimovich)
21de1d9 #599: Fix: don't send passwords back to the UI (Arik Fraimovich)
9886f5b #601: Fix #581: execute_query permission ignored by UI (Arik Fraimovich)
9c43e15 #600: Fix: cohort visulization had infinte digest loop (Arik Fraimovich)
6286024 #589: Fix: Google spreadsheet data source: cast values to their actual type from string (Shyamgopal Kundapurkar)
5d1c75d #576: Fix: support for duplicate columns for MySQL query runner (Joao Fraga)
1052528 #577: Fix: getKeyFromObject was failing if key had dot in name (Arik Fraimovich)
00f4ec1 #569: Remove import warnings from query runners (Arik Fraimovich)

Other

9e183f1 #588: Docker deployment support (John Wu)
aefaf20 #568: Add timeout setting for BigQuery query runner (Arik Fraimovich)
7add628 #567: Remove page title from navbar & limit # of recent entries to 20 (Arik Fraimovich)

Docs

4f4dc13 #607: Docs: Remove trailing spaces (tlpham)
b191874 #596: Docs: added notes about Python query runner configuration (qjo744)

redash - 0.8.0

Published by arikfr about 9 years ago

Changes since 0.7.0:

Features

c9e7410 #549: Feature: Vertica query runner (ike_s)
f48c477 #553: Feature: optional Sentry support (Arik Fraimovich)
5fe5c94 #546: Improvements to counter visualization: (Arik Fraimovich)
b1576b5 #531: Feature: users admin in the web interface (Arik Fraimovich)
3ef3f2c #529: Enable multi-filtering for BigQuery. (Ryan McClarnon)
464402a #519: Feature: option to disable the ability to edit anyone's query by everyone (Arik Fraimovich)
fe1cc78 #514: Feature: Support Hive as datasource (Alexander Leibzon)
22200ec #511: Add the primary key to Flask admin to make it possible to lookup queries (Stan Hu)

Fixes

7c308be #563: Fix: allow admins to edit everything. (Stan Hu)
3181f28 #547: Fix: allow to control if to render script tags from user input (Arik Fraimovich)
8dfa1ca #543: Fix $gte mongodb query fail (Quan MT)
1fb6860 #545: Fix: logout wasn't working in Angluar context (Arik Fraimovich)
8686694 #544: Fix: archived dashboards were shown in recent list (and move archive button)(Arik Fraimovich)
650ccac #527: Fix: support for filters in BigQuery. (Arik Fraimovich)
3dea630 #523: Fix: global_recent isn't set if user has enough recents (Arik Fraimovich)
d155f16 #517: Fix: URL query runner was failing without base URL (Arik Fraimovich)
08c09d8 #516: Fix: multi-filter was broken in newer version of angular-ui-select (Arik Fraimovich)
2eb171e #515: Fix: change wording on login screen "username or email" -> "email" (moyomot)

Other

9ff8db3 #528: Cleanup packer.json (no longer building GCE image with it). (Arik Fraimovich)
1ef94b7 #522: Feature: "personalized" homepage with recent queries and dashboards (Arik Fraimovich)
4a18fa0 #518: Other: created bootstrap script for Amazon Linux (masaru)
41ca132 #513: Cleanup: remove select2 and use ui-select. (Arik Fraimovich)
e9f1e3a #512: Move datasource requirements from bootstrap to own requirements file (John Kearney)

Docs

7000547 #537: Docs: Missing --source-uri in command (Eran Kampf)
e010054 #538: Docs: Space-separated list of scopes is deprecated. Need to use comma-seperโ€ฆ (Eran Kampf)
7ea6409 #539: Docs: Misc. UI fixes because Google changed their console (Eran Kampf)
05d1886 #520: Docs: update documentation about data sources (Arik Fraimovich)
735130e #510: for aws based and password less logins to boxes (Rahul Ghose)
6f0ac1e #521: Update docs about data sources for Presto (Noriaki Katayama)

redash -

Published by arikfr about 9 years ago

Changes since 0.7.0:
8686694 #544: Fix: archived dashboards were shown in recent list (and move archive button) (Arik Fraimovich)
7000547 #537: Docs: Missing --source-uri in command (Eran Kampf)
e010054 #538: Docs: Space-separated list of scopes is deprecated. Need to use comma-seperโ€ฆ (Eran Kampf)
7ea6409 #539: Docs: Misc. UI fixes because Google changed their console (Eran Kampf)
3ef3f2c #529: Enables multi-filtering for big-query. (Ryan McClarnon)
9ff8db3 #528: Cleanup packer.json (no longer building GCE image with it). (Arik Fraimovich)
650ccac #527: Fix: support for filters in BigQuery. (Arik Fraimovich)
3dea630 #523: Fix: global_recent isnt set if user has enough recents (Arik Fraimovich)
1ef94b7 #522: Feature: "personalized" homepage with recent queries and dashboards (Arik Fraimovich)
6f0ac1e #521: Update docs about data sources for Presto (Noriaki Katayama)
4a18fa0 #518: Other: created bootstrap script for amazon linux (masaru)
05d1886 #520: Docs: update documentation about data sources (Arik Fraimovich)
464402a #519: Feature: ability to disable the ability to edit anyone's query by everyone (Arik Fraimovich)
d155f16 #517: Fix: URL query runner was failing without base URL (Arik Fraimovich)
735130e #510: for aws based and password less logins to boxes (Rahul Ghose)
08c09d8 #516: Fix: multi-filter was broken in newer version of angular-ui-select (Arik Fraimovich)
2eb171e #515: Fix: change wording on login screen "username or email" -> "email" (moyomot)
fe1cc78 #514: Feature: Support Hive as datasource (Alexander Leibzon)
41ca132 #513: Cleanup: remove select2 and use ui-select. (Arik Fraimovich)
22200ec #511: Add the primary key to Flask admin to make it possible to lookup queries (Stan Hu)
e9f1e3a #512: Move datasource requirements from bootstrap to own requirements file (John Kearney)

Package Rankings
Top 3.6% on Proxy.golang.org
Top 2.85% on Npmjs.org
Badges
Extracted from project README's
Documentation GitHub Build