redash/tests
Arik Fraimovich 5096e4ed79 Change: paginate query page & add explicit urls.
- Paginate the queries API result.
- Split the API to /api/queries (all queries) and /api/queries/my which returns
  a user's queries (or drafts).
- In the interface have explicit URLs for all queries (/queries), my queries (/queries/my)
  and drafts (/queries/drafts).
2016-10-05 14:14:26 +03:00
..
handlers Change: paginate query page & add explicit urls. 2016-10-05 14:14:26 +03:00
models Merge pull request #1085 from getredash/feature/pause-api 2016-05-31 09:08:03 +03:00
query_runner Change: deduplicate Google Spreadsheet columns 2016-09-11 09:41:15 +03:00
tasks Remove potnetially concurrency not safe code form enqueue_query. 2016-06-09 16:53:29 +03:00
__init__.py Add API to trigger query refresh and support for parameters. 2016-02-22 10:40:46 +02:00
factories.py Change: paginate query page & add explicit urls. 2016-10-05 14:14:26 +03:00
test_authentication.py Feature: running queries (tasks) monitor 2016-04-20 17:54:20 +03:00
test_configuration.py Fix #908: updating configuration without secrets was failing 2016-03-10 11:56:49 +02:00
test_handlers.py Verify user has access to visualization before creating widget 2016-03-10 11:42:04 +02:00
test_models.py Change: paginate query page & add explicit urls. 2016-10-05 14:14:26 +03:00
test_permissions.py Fix #1109: mixed group permissions resulting in wrong permission 2016-06-09 19:59:26 +03:00
test_settings.py Format files to end in a single newline per PEP 8 2016-02-29 12:00:03 -08:00
test_utils.py Add API to trigger query refresh and support for parameters. 2016-02-22 10:40:46 +02:00