* Modify backend to allow expiration of API Keys * Add middleware test for expired api keys * Modify frontend to enable expiration of API Keys * Fix frontend tests * Fix migration and add index for `expires` field * Add api key tests for database access * Substitude time.Now() by a mock for test usage * Front-end modifications * Change input label to `Time to live` * Change input behavior to comply with the other similar * Add tooltip * Modify AddApiKey api call response Expiration should be *time.Time instead of string * Present expiration date in the selected timezone * Use kbn for transforming intervals to seconds * Use `assert` library for tests * Frontend fixes Add checks for empty/undefined/null values * Change expires column from datetime to integer * Restrict api key duration input It should be interval not number * AddApiKey must complain if SecondsToLive is negative * Declare ErrInvalidApiKeyExpiration * Move configuration to auth section * Update docs * Eliminate alias for models in modified files * Omit expiration from api response if empty * Eliminate Goconvey from test file * Fix test Do not sleep, use mocked timeNow() instead * Remove index for expires from api_key table The index should be anyway on both org_id and expires fields. However this commit eliminates completely the index for now since not many rows are expected to be in this table. * Use getTimeZone function * Minor change in api key listing The frontend should display a message instead of empty string if the key does not expire.
Name |
Last commit
|
Last Update |
---|---|---|
.. | ||
avatar | Loading commit data... | |
dtos | Loading commit data... | |
live | Loading commit data... | |
pluginproxy | Loading commit data... | |
routing | Loading commit data... | |
static | Loading commit data... | |
admin.go | Loading commit data... | |
admin_ldap.go | Loading commit data... | |
admin_provisioning.go | Loading commit data... | |
admin_users.go | Loading commit data... | |
admin_users_test.go | Loading commit data... | |
alerting.go | Loading commit data... | |
alerting_test.go | Loading commit data... | |
annotations.go | Loading commit data... | |
annotations_test.go | Loading commit data... | |
api.go | Loading commit data... | |
apikey.go | Loading commit data... | |
app_routes.go | Loading commit data... | |
basic_auth.go | Loading commit data... | |
basic_auth_test.go | Loading commit data... | |
common.go | Loading commit data... | |
common_test.go | Loading commit data... | |
dashboard.go | Loading commit data... | |
dashboard_permission.go | Loading commit data... | |
dashboard_permission_test.go | Loading commit data... | |
dashboard_snapshot.go | Loading commit data... | |
dashboard_snapshot_test.go | Loading commit data... | |
dashboard_test.go | Loading commit data... | |
dataproxy.go | Loading commit data... | |
dataproxy_test.go | Loading commit data... | |
datasources.go | Loading commit data... | |
datasources_test.go | Loading commit data... | |
folder.go | Loading commit data... | |
folder_permission.go | Loading commit data... | |
folder_permission_test.go | Loading commit data... | |
folder_test.go | Loading commit data... | |
frontendsettings.go | Loading commit data... | |
grafana_com_proxy.go | Loading commit data... | |
http_server.go | Loading commit data... | |
http_server_test.go | Loading commit data... | |
index.go | Loading commit data... | |
login.go | Loading commit data... | |
login_oauth.go | Loading commit data... | |
metrics.go | Loading commit data... | |
org.go | Loading commit data... | |
org_invite.go | Loading commit data... | |
org_users.go | Loading commit data... | |
password.go | Loading commit data... | |
playlist.go | Loading commit data... | |
playlist_play.go | Loading commit data... | |
plugins.go | Loading commit data... | |
preferences.go | Loading commit data... | |
quota.go | Loading commit data... | |
render.go | Loading commit data... | |
search.go | Loading commit data... | |
signup.go | Loading commit data... | |
stars.go | Loading commit data... | |
team.go | Loading commit data... | |
team_members.go | Loading commit data... | |
team_test.go | Loading commit data... | |
user.go | Loading commit data... | |
user_test.go | Loading commit data... | |
user_token.go | Loading commit data... | |
user_token_test.go | Loading commit data... |