redash/tests/handlers
Omer Lachish 823f172a9f
Invitation Pending changes (#3229)
* determine invitation_pending according to empty password. This commit will be reverted, I'm just deferring the implementation

* show '(Invitation Pending)' to users who haven't accepted their invitation yet

* allow resending invitations

* allow deletion of pending users from user list

* set invitation as not pending when following invite link

* prevent deleting activated users

* test that users who follow invitation links are set as non-pending invitations

* prevent re-using invitations

* invitees who use SSO will now also be marked as "non-pending"

* lint
2019-01-08 08:52:48 +02:00
..
__init__.py Remove unused code 2016-12-07 02:13:20 -06:00
test_alerts.py Fix: when setting rearm on a new alert, it wasn't persisted. 2017-06-28 16:34:50 +03:00
test_authentication.py Invitation Pending changes (#3229) 2019-01-08 08:52:48 +02:00
test_dashboards.py Consistently use simplejson to loading and dumping JSON. (#2817) 2018-10-09 15:38:06 +02:00
test_data_sources.py Fix: clear null values from options dictionary 2017-06-13 09:42:20 +03:00
test_destinations.py Fix: alert destination details were not updating. 2017-06-28 16:01:54 +03:00
test_embed.py add test coverage for remaining queries to convert 2016-12-07 03:09:33 -06:00
test_favorites.py Minor code smell cleanup. (#2820) 2018-09-16 09:43:44 +03:00
test_groups.py Fix cases where we used User.groups instead of User.group_ids 2016-12-08 16:02:51 +02:00
test_paginate.py test_paginate 2016-12-07 02:13:20 -06:00
test_permissions.py test_permissions, test_changes, test_queries 2016-12-07 02:13:20 -06:00
test_queries.py Closes #2396: Add finer-grained scheduling. (#2426) 2019-01-06 10:59:50 +02:00
test_query_results.py remove Mustache templating from frontend and send all parameters to the 2018-11-19 10:50:00 +02:00
test_query_snippets.py Update QuerySnippets code to SQLA 2016-12-07 12:01:03 +02:00
test_settings.py Configuration for Google Apps. 2018-02-27 23:10:10 +02:00
test_users.py Invitation Pending changes (#3229) 2019-01-08 08:52:48 +02:00
test_visualizations.py Add "Active at" column to user list. (#3026) 2019-01-07 10:30:42 +02:00
test_widgets.py Fix: update tests. 2018-04-30 11:16:27 +03:00