Skip to content

#43619: Display last use date/time for personal access tokens

What does this MR do?

Implements #43619 (moved)

Display last use date/time for personal access tokens

Are there points in the code the reviewer needs to double check?

Does it make sense to throttle the update field?

Migration output

== 20180411120000 AddLastUsedAtToPersonalAccessTokens: migrating ==============
-- add_column(:personal_access_tokens, :last_used_at, :datetime)
   -> 0.0127s
== 20180411120000 AddLastUsedAtToPersonalAccessTokens: migrated (0.0131s) =====

Screenshots (if relevant)

screenshot-localhost_3000-2018-04-04-18-54-46

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#43619 (moved)

Edited by Riccardo Padovani

Merge request reports