Joe Harris
3a970a00c4
Add Microsoft SQL Server as a data source
...
Uses `pymssql` which in turn uses `FreeTDS`. Note that the data type
support is somewhat limited (see “datasources” page in docs).
2016-02-01 16:53:52 -05:00
Arik Fraimovich
197bbde788
Fix #785 : remove admin check box and direct users to use the groups
...
admin.
2016-01-24 11:08:02 +02:00
Arik Fraimovich
cbb84ae3d3
Merge pull request #786 from JohnConnell/patch-1
...
Docs: instructions for compressed backup.
2016-01-23 16:51:21 +02:00
Arik Fraimovich
80c03a5900
Merge pull request #787 from JohnConnell/patch-2
...
Docs: Updated links to Google's documentation about creating a service account
2016-01-23 16:46:04 +02:00
tknzk
7174dd856e
fix a typo.
2016-01-22 17:45:40 +09:00
John Connell
6b5efc9e16
Update datasources.rst
...
Updated links to Google's documentation about creating a service account.
2016-01-21 13:05:02 -07:00
John Connell
4f95205795
Update maintenance.rst
...
Added: How to create a compressed backup.
2016-01-21 12:51:13 -07:00
Arik Fraimovich
24137e87fd
Update cloud images references
2016-01-21 14:47:51 +02:00
Arik Fraimovich
8d126331cf
Fix #778 : update docs with correct CLI command.
2016-01-20 22:19:43 +02:00
Arik Fraimovich
ed9e27019f
Remove references to activity_log table
2016-01-19 18:00:42 +02:00
John Connell
b1e0620f85
Update backup_restore.rst
2016-01-14 18:50:20 -07:00
John Connell
0a35f70a27
Update backup_restore.rst
2016-01-14 18:49:13 -07:00
John Connell
bd1551fb9d
Rename backup_restore to backup_restore.rst
2016-01-14 18:47:18 -07:00
John Connell
f6a8a9975f
How To: Backup re:dash database & restore to different server
...
Short guide explaining how to backup your re:dash database and restore it on a different server.
2016-01-14 18:46:31 -07:00
John Connell
179649d422
Update letsencrypt.rst
2016-01-14 01:32:10 -07:00
John Connell
1c584f65ba
Update letsencrypt.rst
...
Fix various typos and formatting issues, including the commands for step 5 not being displayed.
2016-01-14 01:30:56 -07:00
John Connell
b62c75ac66
Update letsencrypt.rst
...
Fix two small typos. The first prevented the commands for step 5 from appearing and the second was a typo in the SSLLabs test URL.
2016-01-14 01:19:26 -07:00
John Connell
3f6cf95307
Update letsencrypt.rst
2016-01-10 14:41:32 -07:00
John Connell
6f2d5090e6
Add documentation on using Let's Encrypt SSL certs
2016-01-09 16:00:09 -07:00
Arik Fraimovich
f7b57fa580
Feature: new permissions system
...
This is one huge change for the permissions system and related:
* (Backward incompatible:) Remove the table based permissions in favour of the new model.
* Manage permission to view or query datasources based on groups.
* Add the concept of Organization. It's irrelevant for most deployments, but allows for
multi-tenant support in re:dash.
* Replace ActivityLog with Event based rows (old data in activity_log table is retained).
* Enforce permissions on the server-side. There were some permissions that were only enforced
on the client side. This is no more. All permissions are enforced by the server.
* Added new permission: 'super-admin' to access the status and Flask-Admin interface.
* Make sure that html is never cached by the browser - this is to make sure that the browser
will always ask for the new Javascript/CSS resources (if such are available).
2015-12-31 10:43:33 +02:00
Paul Lacey
2ea2df5943
Update datasources.rst
...
Add Treasure Data to list of supported data sources
2015-12-08 15:31:58 -08:00
Jason Champion
1bee22a578
Add Greenplum to Postgresql section since it works with same settings.
2015-12-05 15:24:55 -08:00
Scott Krager
189e105c68
Update bootstrap.sh link to getredash repo
2015-12-03 16:30:06 -08:00
Arik Fraimovich
52b8e98b1a
Merge pull request #620 from getredash/docker
...
Reorganize setup files & update Docker configurations
2015-11-26 11:27:52 +02:00
Arik Fraimovich
f737be272f
Update GitHub repo url (EverythingMe -> GetRedash)
2015-11-26 10:34:16 +02:00
Arik Fraimovich
0f9f9a24a0
Remove spaces in export command.
2015-11-24 15:10:27 +02:00
Arik Fraimovich
8d20180d40
Update mail setup guide.
2015-11-23 14:24:43 +02:00
Arik Fraimovich
70080df534
Add instructions on setting up email server
2015-11-20 21:31:50 +02:00
Arik Fraimovich
3a6c1599f3
Update index.rst
2015-11-18 17:35:06 +02:00
John Wu
6bbdd5eb44
Make migrating command one-liner
2015-11-09 14:54:45 -08:00
Arik Fraimovich
0bc9fc1ed5
Merge pull request #575 from Wondermall/feature/support_for_basic_auth_on_elastic_queries
...
Feature: new ElasticSearch datasource, and rename previous one to Kibana
2015-11-03 22:01:51 +02:00
Josh Fyne
8a0c287d05
Updated datasources docs
2015-10-21 12:06:47 -04:00
Arik Fraimovich
5f47689553
Update AWS/GCE image links.
2015-10-19 23:01:43 +03:00
Lior Rozner
4eb490a839
Code review fix.
...
Added migration to change all existing elasticsearch datasource to kibana datasource.
2015-10-13 20:14:58 -07:00
tlpham
afe64fe981
Update upgrade.rst
...
Trailing spaces.
2015-10-13 12:25:55 +08:00
tlpham
99efe497ee
Update results_format.rst
...
Trailing spaces.
2015-10-13 12:25:11 +08:00
Arik Fraimovich
d6c229759f
Update docs
2015-10-11 12:20:59 +03:00
qjo744
716f36ef9c
updated python datasources note to reflect preference for setting environ variable over editing settings.py
2015-10-09 07:54:25 -04:00
qjo744
62aa21cdc8
updated python datasources note to reflect preference for setting environ variable over editing settings.py
2015-10-09 07:53:36 -04:00
qjo744
4e30fc1054
updated python datasources note to reflect preference for setting environ variable over editing settings.py
2015-10-09 07:52:48 -04:00
qjo744
360b0da159
added notes for python query runner configuration to docs #595
2015-10-08 19:09:03 -04:00
Arik Fraimovich
6f24b31858
Update setup.rst
2015-09-20 12:39:29 +03:00
Arik Fraimovich
7a8844180b
Updated cloud images to latest version.
2015-09-20 12:38:06 +03:00
ike_s
9429314b6e
update
2015-09-10 00:57:41 +09:00
Arik Fraimovich
5de3de12f0
Remove details about datasources, as they're managed through the web UI now.
2015-09-08 12:19:13 +03:00
Arik Fraimovich
dea64734d6
Update instructions on how to flush Redis.
2015-09-08 12:17:30 +03:00
Arik Fraimovich
1d99da5a32
Improvements to counter visualization:
...
1. Ability to take target value from different row.
2. Ability to clear target column name.
3. Use explicit default configuration values instead of "magic" defaults.
2015-09-06 23:30:02 +03:00
Arik Fraimovich
6f2ee2c0bb
Update vagrant instructions
2015-09-06 10:18:33 +03:00
Arik Fraimovich
6955514ec3
Update documentation re. users admin
2015-09-06 10:15:26 +03:00
Arik Fraimovich
7000547419
Merge pull request #537 from ekampf/patch-3
...
Docs: Missing --source-uri in command
2015-08-25 23:46:45 +03:00