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 - 0.7.1.b1015

Published by arikfr about 9 years ago

redash - 0.7.0

Published by arikfr about 9 years ago

Changes since 0.6.3.b906:

Features

d89dd2c #502: Feature: alerts on query results (Arik Fraimovich)
c7d30c8 #498: Feature: datasources web admin (closes #193) (Arik Fraimovich)
5d3caac #499: Feature: Support Impala as data source (Alexander Leibzon)
d512cd0 #500: Feature: event for users logining in (Arik Fraimovich)
4ef3c27 #489: Feature: Support Presto as data source (Noriaki Katayama)
58a005c #484: Feature: Support for Google Spreadsheets as data source (alpha) (Alexander Leibzon)
3c9c146, 666e328 #482, #483: Feature: CORS support for the Query Result API to allow embedding in other domains (Eran Sandler)
c195362 #479: Feature: improved error reporting and new log information support for the Python query runner (Eran Sandler)
b671dd0 #480: Feature: support for multiple domains with Google OAuth (Arik Fraimovich)
a692e3f #476: Feature: support for user API keys (Arik Fraimovich)
39db74f #475: Feature: Support InfluxDB v0.9+ (Kazuyuki Honda)

Fixes

d4a18ba #501: Fix: show message when Postgres query has no results (John Kearney)
228b8c7 #507: Fix: when editing alerts show correct column (Arik Fraimovich)
5f5774d #506: Fix: makes sure the totals series is sorted (Arik Fraimovich)
da56dc8 #505: Fix: Update URL after creating an alert (Arik Fraimovich)
8355420 #504: Fix: cohort was wrong if values were not sorted (Arik Fraimovich)
5feb563 #503: Fix: if you change the result object, python runner wouldn't return any results (Arik Fraimovich)
4b8a94e #495: Fix: Update BigQuery configuration parameter name to avoid confusion. (Arik Fraimovich)
4f11f28 #494: MongoDB query runner: cleanup (Eran Sandler)
7702b05 #493: Fix: a generic way to parse all the input JSON and make sure we replace ISODate to Python date times. (Eran Sandler)
41b9b21 #492: Fix: MongoDB: Date parsing and dates in aggregation $match (Eran Sandler)
7d57f9d #488: Fix: Drop database name check in MongoDB queries to support sandboxed environments (Arik Fraimovich)
5636cec #487: Fix: Support newer as well as older PyMongo versions (Eran Sandler)
d3bb581 #486: Fix: no error when failing to connect to a MySQL data source (Arik Fraimovich)

Other

b886067 #509: Moving documentation to ReatTheDocs (Arik Fraimovich)

Backward Incompatible Changes

In this release we made two backward incompatible settings changes:

  • The default validation method for API calls is now simple api key, vs. HMAC. If you were already using the HMAC validation and want to keep using it, add to your /opt/redash/.env file: export REDASH_AUTH_TYPE=hmac.
  • There is a built in mechanism of query results cleanup that was disabled by default. From this release it will be enabled by default. It will delete unreferenced query results that are older than 7 days. If you want to disable this mechanism, add to your /opt/redash/.env file: export REDASH_QUERY_RESULTS_CLEANUP_ENABLED=false.
redash - 0.6.4 - RC

Published by arikfr over 9 years ago

Changes since 0.6.3.b906:
5f5774d #506: Fix: makes sure the totals series is sorted (Arik Fraimovich)
da56dc8 #505: Fix: Update URL after creating an alert (Arik Fraimovich)
8355420 #504: Fix: cohort was wrong if values were not sorted (Arik Fraimovich)
5feb563 #503: Fix: if you change the result object, python runner wouldn't return any results (Arik Fraimovich)
d89dd2c #502: Feature: alerts on query results (Arik Fraimovich)
5d3caac #499: Feature: Support Impala as DataSource (Alexander Leibzon)
d4a18ba #501: All pg queries with no results (John Kearney)
d512cd0 #500: Feature: add event for users logining in (Arik Fraimovich)
4b8a94e #495: Fix: Update BigQuery configuration parameter name to avoid confusion. (Arik Fraimovich)
4f11f28 #494: MongoDB query runner: cleanup (Eran Sandler)
7702b05 #493: Fix: a generic way to parse all the input JSON and make sure we replace ISODate to Python date times. (Eran Sandler)
41b9b21 #492: Fix: MongoDB: Date parsing and dates in aggregation $match (Eran Sandler)
4ef3c27 #489: Feature: Support Presto (Noriaki Katayama)
58a005c #484: Feature: Google Spreadsheets support (alpha) (Alexander Leibzon)
7d57f9d #488: Fix: Drop database name check in MongoDB queries to support sandboxed environments (Arik Fraimovich)
5636cec #487: Fix: Support newer as well as older PyMongo versions (Eran Sandler)
d3bb581 #486: Fix: no error when failing to connect to a MySQL data source (Arik Fraimovich)

redash -

Published by arikfr over 9 years ago

Changes since 0.6.3.b906:

redash - 0.6.3.b906

Published by arikfr over 9 years ago

Changes since 0.6.2.b887:

Features

3c9c146, 666e328 #482, #483: Feature: CORS support for the Query Result API to allow embedding in other domains (Eran Sandler)
c195362 #479: Feature: improved error reporting and new log information support for the Python query runner (Eran Sandler)
b671dd0 #480: Feature: support for multiple domains with Google OAuth (Arik Fraimovich)
a692e3f #476: Feature: support for per user API keys (Arik Fraimovich)
39db74f #475: Feature: Support InfluxDB v0.9+ (Kazuyuki Honda)

redash - 0.6.2.b887

Published by arikfr over 9 years ago

Changes since 0.6.0.b812:

Features

e04833c #466: Feature: Map visualization (using Leaflet) (Bruno Salerno)
9cdc2cb #465: Feature: ability to control series order in charts. (Arik Fraimovich)
d837737 #461: Added SAML authentication support, eg for OneLogin or Okta (Mark White)
4706bf8 #458: Initial and very early support for ElasticSearch query runner (Eran Sandler)
5e351de #455: added Mongo JSON serializer to correctly serialize ObjectId + datetime.datetime serialization (Eran Sandler)
15ec832 #437: Feature: ability to disable x axis labels (Arik Fraimovich)
6312f87 #433: Make it obvious that the query link is clickable. (Stan Hu)
59b87ec #434: MongoDB aggregation support + mongo documentation (as comments) (Eran Sandler)
0ee7292 #431: Feature: additional refresh times (5, 10, 15, 30 minutes) (Arik Fraimovich)
671f1f4 #428: Feature: support for column types in MySQL query runner (olga)

Fixes

2dab35b #468: Fix: visualizations API fixes (Arik Fraimovich)
98ff701 #464: Fix #463: support for datetime.time and datetime.timedelta fields (Arik Fraimovich)
6c6c025 #462: Fix: refresh CodeMirror size when schema browser appears (Arik Fraimovich)
a0f4e26 #459: Fixed an error in case a query doesn't have last_modified_date (olga)
1bb53ca #451: Fix: charts with category X axis were not sorted properly (Arik Fraimovich)
075d843 #449: Fix: schema browser chokes on large schemas (Arik Fraimovich)
c9da4be #442: Fix: when the server has non UTC timezone, timestamps were wrong (Arik Fraimovich)
b17080a #446: Fix #443: open table when searching & don't hide columns (Arik Fraimovich)
3b4af1b #445: Fix #444: unicode characters in username fail query execution (Arik Fraimovich)
b56e87c #440: Fix: python query runner didn't allow iterating lists (Arik Fraimovich)
e6ba624 #436: Fix: sorting not working for columns with special characters (Arik Fraimovich)
a1c8ef9 #435: Fix: string columns with date/time values failed to render. (Arik Fraimovich)
105971c #432: Allow undefined max_age parameter in query_results endpoint (Stan Hu)

Other

1914ed7 #456: Changed the README's 'Setting up re:dash instance' url to a new url (bells17)
276ee7c #448: supervisord default config: separate queue for ad-hoc and scheduled queries (olga)
4e76c13 #425: New logo (Arik Fraimovich)

redash - 0.6.0.b812

Published by arikfr over 9 years ago

Changes since re:dash v0.5.0+b696:

Features

0e631a5 #422: Feature: BigQueryGCE query runner that uses instance auth (fixes #288) (Arik Fraimovich)
bf5fe7d #421: Feature: show visualization name next to query name (#418) (Arik Fraimovich)
513ef50 #410: Feature: sort by Y values charts that have a single value per series (Stan Hu)
71011d2 #407: Feature: Use Flask-Admin to provide basic Web-based /admin page (Stan Hu)
8a35dce #406: Add support for configuring MySQL port (Stan Hu)
73de936 #405: Feature: use correct syntax highlighting for Python/Mongo data sources (Arik Fraimovich)
d0d4101 #404: Improvement: make Python datasource to use the RestrictedPython sandbox (Eran Sandler)
9fb33cf #399: Feature: schema browser and simple autocomplete (Arik Fraimovich)
fe41a70 #400: Improved query scheduling option (Arik Fraimovich)
09bf2dd #396: Feature: allow editing others' queries (Arik Fraimovich)
b8aefd2 #392: Support posting to /queries/new to create a new query. (Arik Fraimovich)
141dbc9 #385: Feature: optional API Key authentication instead of HMAC (Arik Fraimovich)
bea11b0 #384: Experimental Python query runner (Arik Fraimovich)

Fixes

e1c4093 #420: Fix: Make query editor auto resize again to prevent scroll issues (Arik Fraimovich)
7f1543d #419: Fix #417: integer columns treated as floats (Arik Fraimovich)
5e8d0d3 #409: Fix: minor fixes for MongoDB, script and Python query runners (Eran Sandler)
267c32b #401: Fix: use correct date when converting to UTC to get correct timezone. (Arik Fraimovich)
c087289 #394: Fix: column definitions weren't updated. (Arik Fraimovich)
4b7561e #393: Fix: allow Unicode and other special chars in column names (Arik Fraimovich)
4f1b3d5 #391: Fix: allow dots in column name (Arik Fraimovich)
c0a9db6 #389, #395: Fix: show date/time with respect to user's locale (Arik Fraimovich)

Other

26fe136 #416: Upgrade to requests 2.3.0 (damien clochard)
368f4fd #402: New release process. (Arik Fraimovich)
89436d7 #390: Update bootstrap.sh (Ralph Yozzo)
47bbc25 #388: Make it possible to set enabled query runners from env (Arik Fraimovich)
7db5449 #387: Record event when accessing query result from API (Arik Fraimovich)
73955c7 #386: Code cleanup (remove "worker's status" dead link & unused settings) (Arik Fraimovich)
97691ea #380: Refactor datasources (query runners) (Arik Fraimovich)

redash - re:dash v0.6.0+b767

Published by arikfr over 9 years ago

Feature: schema browser and simple autocomplete

MD5: 859bfe3fe77d0fc9aaca160c0f2b0008
SHA256: 7147e2914fa984c375823dfc8d969f83ee70c75c0082838ad43670f5acadd99b

redash - re:dash v0.6.0+b762

Published by arikfr over 9 years ago

Fix: use correct date when converting to UTC to get correct timezone.

MD5: 7abde8761e6c5ee55c1935142683eb19
SHA256: 2e0bb09f8d1dd9f99d1ef9ff0c28b2ef52a39238e07ddb3d862c9d92986628fb

redash - re:dash v0.6.0+b760

Published by arikfr over 9 years ago

MD5: 2d7e14728bba5a247ce386da8d79e73f
SHA256: 6f55beb6eeed130d7088096f7b095a6b15e5496f86b1426c4a63d3ceba187394

redash - re:dash v0.6.0+b759

Published by arikfr over 9 years ago

Improved query scheduling option

MD5: b9019e0dfe83955e7378f061af6f1bf4
SHA256: 84d7b2b8a6d0a042cffefc0e25baef766ec82423d584a7287b1fcb3df537a361

redash - re:dash v0.6.0+b748

Published by arikfr over 9 years ago

Fix: forking broken

MD5: e5ea907ff2038355978daf57443ffaa0
SHA256: f765a263cd13f0bcf6ff175441bba837ffd991260682de86c903703770bd09f8

redash - re:dash v0.6.0+b746

Published by arikfr over 9 years ago

Feature: allow editing others' queries

MD5: 5bf188799523997f9d958e7ed8eff548
SHA256: 8a09992acc23d3f006f219656ff826708d1ab9588d14efe606450c74d61b1a83

redash - re:dash v0.6.0+b737

Published by arikfr over 9 years ago

Convert additional dates to user's formatting

MD5: 41fc812688445876dd6416e651c4e443
SHA256: 77543fbd8bb81070c9680f5e978bb122284d96429126eff519ab8550132e2d7f

redash - re:dash v0.6.0+b735

Published by arikfr over 9 years ago

Fix: column definitions weren't updated.

MD5: f464bc81d22617f03d216050d577c9ab
SHA256: 5e8eb15fccef0c057f56714aa6f345f840b1c55c688929632d3480bfbe5d4806

redash - re:dash v0.6.0+b733

Published by arikfr over 9 years ago

Fix: allow Unicode and other special chars in column names

MD5: 2babf07c5876f475ca72367b7895ef5e
SHA256: d64561bd90f90ebd406cebb9aeeb90ba7f8b78600d7930c8fbfbcf894b11295b

redash - re:dash v0.6.0+b731

Published by arikfr over 9 years ago

Support posting to /queries/new to create a new query.

MD5: 4da1fd51513584a6c283572c7679d018
SHA256: 02360a3947245fccd5ba160a778f162f385d65bb81e25d7a7c3e5ddd0659ae07

redash - re:dash v0.6.0+b729

Published by arikfr over 9 years ago

Fix: allow dots in column name

MD5: 643a3823ac7b2d3c19f5c09b981d3937
SHA256: 16c22e90b4a62a8aca46cdb09ad660402493416861bddfc9355874284db682f7

redash - re:dash v0.6.0+b727

Published by arikfr over 9 years ago

MD5: 291abd5f1f5af21fcf55f5ecf2431bbe
SHA256: 6d58563813dc020923395aa4c7da7284dec03a403d94cb619604433a8eae8c43

redash - re:dash v0.6.0+b723

Published by arikfr over 9 years ago

Update bootstrap.sh

MD5: 306a7278fde509df78bf1b1f45f9684a
SHA256: a4f0857ae136068b2873a60c7ace07d207cb50c4b0fb6bed5eb721a392cfdfb2