Adam Griffiths
99906c1d0d
Add 'manage.py org list' command
...
'org list' simply prints out the organizations.
2016-07-11 16:52:17 +10:00
Arik Fraimovich
b1937aaab2
Merge pull request #1173 from smartcanvas/fix/cursor-pointer-for-table-headers
...
Add: add cursor:pointer to SmartTable headers to indicate it's clickable
2016-07-06 15:58:12 +03:00
fabito
cd449183bf
add cursor:pointer to smart table headers
2016-07-06 09:10:01 -03:00
Arik Fraimovich
dd0d29467e
Merge pull request #1159 from shyamgopal/patch-1
...
Docs: update mention the option of querying Google Spreadsheet with Google BigQuery
2016-07-06 09:20:02 +03:00
Arik Fraimovich
ff49d25963
Merge pull request #1170 from easytaxibr/fix/docker_create_database
...
Fix: change parameters for 'manage.py ds new' CLI
2016-07-06 09:17:52 +03:00
ShyamK
5a1f4d9144
Update datasources.rst
2016-07-06 09:59:11 +05:30
kitsuyui
679e44c874
Add charset to configuration.
2016-07-06 11:40:39 +09:00
kitsuyui
eaf127da71
Merge remote-tracking branch 'upstream/master' into fix/unicode-error-with-sql-server
2016-07-06 11:35:20 +09:00
Wesley Batista
628122053b
Fix: change parameters for 'manage.py ds new'
2016-07-05 20:36:38 -03:00
Arik Fraimovich
8a5a71421d
Merge pull request #1168 from getredash/fix/gs
...
Fix: improve Google Spreadsheets parsing
2016-07-05 21:50:45 +03:00
Arik Fraimovich
906365f011
Merge pull request #967 from lloydw/master
...
Add: extend ElasticSearch query_runner to support aggregations
2016-07-05 21:40:33 +03:00
Arik Fraimovich
bab1029c9d
Merge pull request #1151 from masaedw/azuredb
...
Change: ability to set pymssql TDS version (to support Azure Database) #backward-incompatible
2016-07-05 21:30:06 +03:00
Arik Fraimovich
d263688da4
Merge pull request #1147 from someones/celery-worker-count
...
Control celery worker count with environment variables, defaults to 2
2016-07-05 13:46:51 +03:00
Adam Griffiths
7d10edd32c
Replace -c2 in Procfile.heroku with env variable
...
Replace -c2 in Procfile.heroku with
-c${REDASH_HEROKU_CELERY_WORKER_COUNT:-2}. This reads from the
environment variable REDASH_HEROKU_CELERY_WORKER_COUNT and
uses the value of that if set, otherwise defaults to 2.
Add REDASH_HEROKU_CELERY_WORKER_COUNT to the settings page.
2016-07-05 11:16:45 +10:00
Arik Fraimovich
a34357d222
Move dateutil import higher
2016-07-04 22:34:13 +03:00
Arik Fraimovich
95fa6849b3
More robust parsing of worksheets with handling:
...
- handle the case of empty worksheet.
- handle the case of worksheet with no data.
2016-07-04 22:25:10 +03:00
Arik Fraimovich
4496a004e8
Meaningful message for not found spreadsheet
2016-07-04 22:21:05 +03:00
Arik Fraimovich
6905340c2d
Google Spreadsheets: Add support for unicode
2016-07-04 18:31:42 +03:00
Arik Fraimovich
3ec113e8d0
Bump version.
2016-07-03 15:22:15 +03:00
Arik Fraimovich
bba801f9d5
Merge pull request #1167 from ariarijp/fix-bootstrap-script-for-ubuntu
...
Fix the version of setuptools on bootstrap script for Ubuntu
2016-07-03 14:17:03 +03:00
Arik Fraimovich
b41041014f
Merge pull request #1166 from getredash/refersh_14_days
...
Feature: add "every 14 days" refresh option
2016-07-03 14:14:34 +03:00
Arik Fraimovich
31edf9cf80
Add every 14 days refresh option
2016-07-03 14:12:09 +03:00
Takuya Arita
522e07ac95
Fix the version of setuptools on bootstrap script for Ubuntu
2016-07-03 20:10:01 +09:00
Arik Fraimovich
837073144f
Dockerfile: pin setuptools version to 23.1.0 until they resolve bug introduced in 24.0
2016-07-03 13:39:38 +03:00
Arik Fraimovich
9895e28a3f
Cleanup/fix script tags.
2016-07-03 13:31:59 +03:00
Arik Fraimovich
ae9e295d2f
Fix #1165 : don't use hard coded org/user.
2016-07-03 13:26:54 +03:00
Arik Fraimovich
7681d3ee84
Merge pull request #1164 from darabos/patch-1
...
Docs: update permission documentation
2016-07-01 08:30:15 +03:00
Daniel Darabos
458f5eb032
Update permission documentation
...
https://github.com/getredash/redash/pull/957 has been merged.
2016-06-30 13:22:55 +02:00
Arik Fraimovich
ce81d69f91
Merge pull request #1160 from 5t111111/fix-indentation-in-docker-compose-example
...
Fix indentation in docker-compose-example.yml
2016-06-28 16:12:07 +03:00
Hirofumi Wakasugi
0456caf798
Fix indentation in docker-compose-example.yml
2016-06-28 22:05:23 +09:00
ShyamK
bb2574ef0b
Update datasources.rst for a new way using Google Spreadsheet.
2016-06-27 15:18:06 +05:30
Arik Fraimovich
bcd3670282
Merge pull request #1156 from jcox92/patch-1
...
Docs: add SSL parameters to nginx configuration
2016-06-26 08:56:19 +03:00
Josh Cox
f7e556969a
Add SSL parameters to nginx configuration
...
These parameters prevent some common exploits and vulnerabilities. My primary reference was here: https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html
2016-06-23 15:24:17 -04:00
Arik Fraimovich
dd759fe4b0
Merge pull request #1155 from getredash/random
...
Fix: make all configuration values of Oracle required
2016-06-23 21:24:09 +03:00
Arik Fraimovich
988b301f65
Fix: make all configuration values of Oracle required
2016-06-23 21:21:04 +03:00
Arik Fraimovich
923b3b18e4
Merge pull request #1152 from getredash/random
...
Fix: add missing paddings in titles
2016-06-22 16:08:45 +03:00
Arik Fraimovich
95c47138ab
Fix: add missing paddings in titles
2016-06-22 14:12:27 +03:00
Masayuki Muto
cfbffe0cce
Specify tds_version
2016-06-22 16:34:34 +09:00
Masayuki Muto
991fe618b7
Update pymssql version to connect Azure Database
2016-06-22 16:19:38 +09:00
Masayuki Muto
0538fe401b
Fix typo
2016-06-22 16:18:42 +09:00
Arik Fraimovich
31e7375a30
Merge pull request #1150 from getredash/random
...
UI Fixes for v0.11
2016-06-21 14:07:50 +03:00
Arik Fraimovich
8808e38de9
Fix: shared dashboard fail to render queries.
2016-06-21 11:56:02 +03:00
Arik Fraimovich
0314313285
Merge pull request #1149 from toru-takahashi/patch-2
...
Presto QueryRunner supports tinyint and smallint
2016-06-21 11:50:32 +03:00
Toru Takahashi
9c0d1da7f9
Presto QueryRunner supports tinyint and smallint
...
Presto0.148 started to support tinyint and smallint.
https://prestodb.io/docs/current/release/release-0.148.html
2016-06-21 17:36:23 +09:00
Arik Fraimovich
904ea9f90a
Fix: after creating new alert, it uses wrong id to load subscribers
2016-06-20 19:36:27 +03:00
Arik Fraimovich
6bb09d8446
Merge pull request #1146 from someones/doc-add-settings
...
Docs: add a link to settings documentation.
2016-06-20 09:31:50 +03:00
Arik Fraimovich
d5e5b2438b
Merge pull request #1136 from someones/org-aware-cli
...
Feature: add --org option to all relevant CLI commands.
2016-06-20 09:27:38 +03:00
Arik Fraimovich
dbd48e15bc
Merge pull request #1143 from ariarijp/fix/email-input
...
Fix: use the email input type where needed
2016-06-20 08:56:43 +03:00
Takuya Arita
21fdd6b69d
Revert input type
2016-06-20 14:05:51 +09:00
Adam Griffiths
a666adeaa7
Add a link to settings.
...
The settings page doesn't seem to have any links to it.
The only way to find it is through searching for it.
So we'll add one to the setup.rst page.
2016-06-20 11:05:28 +10:00