summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorVincent Wong <wingyu64@gmail.com>2016-12-22 01:59:54 +1100
committerVincent Wong <wingyu64@gmail.com>2017-01-09 04:15:39 +1100
commitb6df93a51f90c7ed29ce6667c6b1a8debf02506e (patch)
treeff13ffc730ceeb52635bad3204db1050d0e74947 /changelogs
parentf264ec6ee74a0263b4e5212e921c4638c25f8fcd (diff)
downloadgitlab-ce-b6df93a51f90c7ed29ce6667c6b1a8debf02506e.tar.gz
Record and show last used date of SSH Keys
Addresses: Issue #13810 1. Adds a last_used_at attribute to the Key table/model 2. Update a key's last_used_at whenever it gets used 3. Display how long ago an ssh key was last used
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/get_last_used_date_of_ssh_key.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/get_last_used_date_of_ssh_key.yml b/changelogs/unreleased/get_last_used_date_of_ssh_key.yml
new file mode 100644
index 00000000000..b753949922c
--- /dev/null
+++ b/changelogs/unreleased/get_last_used_date_of_ssh_key.yml
@@ -0,0 +1,4 @@
+---
+title: Record and show last used date of SSH Keys
+merge_request: 8113
+author: Vincent Wong