redash/tests
Arik Fraimovich accca51f39 Feature: web interface to edit datasources
* Web interface to add and delete data sources, without the need to ssh
into the server.
* Ability to safely delete datasources -- query results from this data sources
are deleted, while queries get assigned null datasource.
* Updated the BigQuery datasource to use the JSON key file from Google Developer
console. Also both BigQuery and the Google Spreadsheets datasource no longer store
their key on the filesystem, but rather in the DB.
* Minor updates to the Flask Admin.
2015-07-26 10:24:08 +03:00
..
__init__.py Use the correct redis connection in tests 2015-04-02 11:25:42 +03:00
factories.py Fix: when the server has non UTC timezone, timestamps were wrong 2015-06-03 07:58:28 +03:00
flights.json Fixes and imporvements to import dashboard: 2014-11-04 07:24:51 +02:00
test_authentication.py Feature: support for per user api keys 2015-07-08 20:59:07 +03:00
test_controllers.py Feature: web interface to edit datasources 2015-07-26 10:24:08 +03:00
test_import.py Support posting to /queries/new to create a new query. 2015-03-18 13:28:23 +02:00
test_models.py Feature: alerts for query results. 2015-07-22 17:05:31 +03:00
test_refresh_queries.py Fix: when the server has non UTC timezone, timestamps were wrong 2015-06-03 07:58:28 +03:00
test_settings.py Read settings from environment variables instead of a settings file. 2014-02-12 20:43:41 +02:00
test_sql_meta_data.py Class for SQL metadata logic (tables, ddl, dml statements) 2014-05-13 18:16:30 +03:00