redash/tests
Omer Lachish 445f8e5c36
Fix invitation pending for existing users (#3261)
* default `is_invitation_pending` to false and actively set it to true
when inviting users, so that existing users won't show "Invitation
Pending"

* fix tests that broke due to default is_invitation_pending value

* update Flask-OAuthLib
2019-01-09 13:48:47 +02:00
..
handlers Fix invitation pending for existing users (#3261) 2019-01-09 13:48:47 +02:00
models Redis based implementation of user active_at timestamp update (#3256) 2019-01-08 14:03:49 +02:00
query_runner Add some tests for Query Results (#3031) 2018-10-31 11:05:17 +02:00
tasks Add "Active at" column to user list. (#3026) 2019-01-07 10:30:42 +02:00
utils Protect against SQL injections by using tree comparisons (#3109) 2018-12-02 21:51:06 +02:00
__init__.py fix tests that rely on sessions 2018-12-10 12:27:39 +02:00
factories.py Closes #2396: Add finer-grained scheduling. (#2426) 2019-01-06 10:59:50 +02:00
test_authentication.py Remove API permissions for users who have been disabled (#3162) 2018-12-05 12:21:18 +02:00
test_cli.py Use lower cased names for groups: (#3221) 2018-12-26 17:16:13 +02:00
test_configuration.py Fix #908: updating configuration without secrets was failing 2016-03-10 11:56:49 +02:00
test_handlers.py tests for legacy session user identifiers 2018-12-12 13:03:50 +02:00
test_models.py Redis based implementation of user active_at timestamp update (#3256) 2019-01-08 14:03:49 +02:00
test_permissions.py Fix test_permissions tests 2016-12-07 02:13:20 -06:00
test_utils.py Tests for find_missing_params (#3225) 2018-12-31 12:34:57 +02:00