John Bodley
d57012067b
[FAB] configuring updating of permissions ( #4172 )
2018-01-08 14:39:18 -08:00
zhao yongjie
9e053923d4
Adding Apache Kylin datasource for documentation ( #4148 )
2018-01-03 20:24:15 -08:00
Benedict Jin
82ed4878c4
Fix rst grammar problems ( #4116 )
2017-12-25 23:39:28 -08:00
rumbin
f10395b2f7
[doc] added setting X-Forwarded-Proto to https behind reverse proxy with ssl encryption; fixes #3655 ( #3976 )
2017-12-03 22:00:58 -08:00
Maxime Beauchemin
84a7730f47
[docs] making it clear sqlite shouldn't be used in a cluster ( #3965 )
2017-11-30 22:06:16 -08:00
Maxime Beauchemin
83e6807fa0
[docs] add StatsD setup instructions ( #3813 )
2017-11-10 17:54:56 -08:00
Prasanna Swaminathan
9500f0aae3
Fix typo in installation.rst ( #3818 )
...
`superser runserver` should be `superset runserver`
2017-11-09 20:22:45 -08:00
Stephanie Rivera
7fd9c82ae8
Update to reflect new version of cryptography ( #3748 )
...
update to 1.9
I have built and pip installed with latest cryptography.
2017-11-02 13:51:17 -07:00
Gábor Hermann
0bd2ac5353
Minor documentation fix ( #3553 )
2017-09-29 16:47:18 -07:00
Maxime Beauchemin
e66f68d36c
Better installation docs ( #3469 )
2017-09-18 09:49:48 -07:00
Riccardo Magliocchetti
6962c76412
docs: athena can be installed from pypi ( #3477 )
...
As sqlalchemy support has been merged and available in a release
since a few.
2017-09-18 09:45:00 -07:00
fabianmenges
e22aecb0d1
Adding hook for CSRF exempting flask views. ( #3435 )
2017-09-14 20:54:18 -07:00
fabianmenges
fdee06bbf2
Adding hook for external password store for databases ( #3436 )
2017-09-13 20:59:03 -07:00
Riccardo Magliocchetti
ef7e9dd336
docs: use yarn in making your own build ( #3235 )
2017-08-04 09:31:36 -07:00
Riccardo Magliocchetti
747bf80474
docs: fixup installation examples code indentation ( #3169 )
2017-07-26 09:20:06 -07:00
timfeirg
17bd7512ff
remove reference for CSRF_ENABLED, and use WTF_CSRF_ENABLED instead ( #2946 )
2017-06-12 13:17:59 -07:00
Anthony Bush
9b34600c8e
Remove duplicate text ( #2761 )
2017-05-15 21:31:37 -07:00
Maxime Beauchemin
cb14640a82
Removing uneeded results_backends.py ( #2717 )
2017-05-04 23:41:10 -07:00
Marek Vavruša
9ff351532a
Basic integration with ClickHouse ( #1844 )
...
* db_engine_specs: added engine spec for clickhouse
* models: group by time without join on subquery
if this is enabled, it will remove the subquery when grouping by time,
and group by time will be rewritten as group by timeslot, ...
this particularly fixes clickhouse backend
* docs: added clickhouse
* models: allow using secondary dttm columns as constraints
* superset/forms: configurable default slice since time
* superset/models: respect dialect quoting
* dttm handling, codeclimate tweaks
2017-05-03 13:57:39 -07:00
Maxime Beauchemin
b3e0b5b586
Specifying cryptography version in install docs
2017-04-26 14:20:27 -07:00
Maxime Beauchemin
d289783b67
Adding Vertica to installation docs ( #2581 )
2017-04-10 15:37:14 -07:00
rhunwicks
b97a8275d4
Clarify docs on Redis package required for caching ( #2557 )
2017-04-05 10:07:36 -07:00
dwa
243eeadfd6
installation instructions for AWS Athena ( #2538 )
2017-04-03 08:22:40 -07:00
Alex DeBrie
7b28bcef15
Fix documentation for adding a Redshift database ( #2447 )
...
When adding a Redshift database, the docs said to use a connection
string that started with `redshift+psycopg2://...`, but this results
in a Python error from how SQLAlchemy executes the `get_schema_names`
method (first reported [here](https://github.com/airbnb/superset/issues/2364#issuecomment-284705179 )).
The fix is to use `postgresql+psycog2://...` for the Redshift connection
string.
2017-03-21 13:59:29 -07:00
Maxime Beauchemin
f6ffc00748
Allow running Flask Blueprints alongside Superset ( #2337 )
...
* Allowing environments to import Blueprints
* Docs entry
* Fix typos
2017-03-03 17:09:54 -08:00
Joel Donahue
e91bc9dfcc
added gcc-c++ for RHEL OS dependencies ( #2286 )
2017-02-27 10:19:33 -08:00
Maxime Beauchemin
0296158100
[docs] more specific about python versions
2017-02-23 13:47:15 -08:00
Maxime Beauchemin
e84c6393b8
Correcting docs to run npm build instead of prod
2017-01-24 08:36:19 -08:00
mobcdi
98e83255e6
Added extra details around setting up admin user ( #1937 )
...
after running create-admin the user will be prompted to provide extra details and set the admin password
2017-01-10 09:06:38 -08:00
andreamelloncelli
861a3bd4ae
docs: 8088 is the default port, no need to specify it ( #1861 )
...
* docs: 8088 is the default port, no need to specify it
* docs: hint to use a non default port
2017-01-04 14:43:56 -08:00
Rossouw Minnaar
2fb94a89e2
Add ADDITIONAL_MIDDLEWARE option to config ( #1832 )
...
Add documentation to explain ADDITIONAL_MIDDLEWARE
2016-12-14 09:39:59 -08:00
Riccardo Magliocchetti
205928e6df
docs: fix python-redis link markup ( #1683 )
2016-11-25 14:09:14 -08:00
Maxime Beauchemin
84b98c234f
Adding Greenplum to supported dbs
2016-11-14 15:46:24 -08:00
Maxime Beauchemin
90f00c5b29
Minor documentation touchups
2016-11-10 11:27:56 -08:00
Maxime Beauchemin
15b67b2c6c
[WiP] rename project from Caravel to Superset ( #1576 )
...
* Change in files
* Renamin files and folders
* cleaning up a single piece of lint
* Removing boat picture from docs
* add superset word mark
* Update rename note in docs
* Fixing images
* Pinning datatables
* Fixing issues with mapbox-gl
* Forgot to rename one file
* Linting
* v0.13.0
* adding pyyaml to dev-reqs
2016-11-09 23:08:22 -08:00
Maxime Beauchemin
5944643da6
[sqllab] add support for Jinja templating ( #1426 )
...
* [sqllab] add support for Jinja templating
* Adressing comments
* Presto macros
* Progress
* Addressing coments
2016-10-26 11:09:27 -07:00
Maxime Beauchemin
0a3121c243
[doc] installation, load examples before init
2016-10-07 10:57:26 -07:00
Stefano Ordine
609ae22bda
less number of default workers. ( #1206 )
2016-10-07 10:16:41 -07:00
Riccardo Magliocchetti
a8a16900e7
docs: add libsasl as system requirement on linux ( #1257 )
...
* docs: add libsasl as system requirement on linux
* docs: add openldap as system dependencies on linux too
Fix #1256
2016-10-05 13:00:38 -07:00
Riccardo Magliocchetti
e50b59e553
docs: document that gunicorn does not work on windows ( #1258 )
...
And suggest to use a supported platform instead.
Fix #1236
2016-10-05 12:14:09 -07:00
Maxime Beauchemin
140a055e4e
[docs] add line in installation instructions
2016-10-05 08:56:55 -07:00
Maxime Beauchemin
5bf86d91ec
[docs] suggest to upgrade pip and setuptools
2016-10-04 21:59:40 -07:00
Bob Ziuchkovski
d15a212e64
Add support for Werkzeug ProxyFix middleware ( #1150 )
...
Add an ENABLE_PROXY_FIX config param. When set to True, insert the Werkzeug ProxyFix
middleware. This middleware extracts and applies the X-Forwarded-* headers that are
inserted by common proxies and load balancers. Fixes #1139 .
2016-09-20 12:24:15 -07:00
Maxime Beauchemin
e8088d5c9a
More improvements to SQL Lab ( #1104 )
...
* Handling timeouts
* Fixing timer on non-utc server
* Allowing async with results
* [bugfix] database is not selected
* Making sure the session is up and running
* Cleaning up query results and query objects
* Picking a groupby and metric field on visualize flow
* Showing local time in query history
* Using pull-left pull-right instead of grid layout for table metdata
Long column name were looking weird and icons were wrapping oddly
* Linting
* Eliminating east buttons under the sql editor
* Sort database dropdown by name
* Linting
* Allowing non-SELECT statements to run
* Adding a db config
* Making sqla checkout check cross-db
2016-09-19 15:28:10 -07:00
Maxime Beauchemin
c7467f544c
Documenting making your own build ( #990 )
2016-08-19 15:27:35 -07:00
Riccardo Magliocchetti
a029eaa451
docs: add a faq about mapbox api key ( #968 )
...
Also add it to sample config
Fix #952
2016-08-17 08:04:39 -07:00
Adam Jones
88f4260777
Change default location for db and logs to ~/.caravel Fix #915 ( #947 )
2016-08-16 21:35:31 -07:00
Riccardo Magliocchetti
baf22c3c60
docs: make it clear that some config keys really need to be changed ( #912 )
2016-08-10 08:15:19 -07:00
Riccardo Magliocchetti
5a937f1d0b
docs: simplify cryptography installation on Windows ( #909 )
...
As suggested here https://github.com/airbnb/caravel/issues/717#issuecomment-232741865
and confirmed there
https://cryptography.io/en/latest/installation/#on-windows
cryptography now ships a statically linked openssl.
Still am not sure we want to make installation on Windows easier :)
2016-08-10 08:14:42 -07:00
Riccardo Magliocchetti
b48101ca51
docs: recommend python3 and virtualenv ( #901 )
...
* docs: make it clear that python3 is the recommended version
* docs: recommend installing inside a virtualenv
And add a virtualenv primer.
2016-08-09 15:56:36 -07:00