Skip to content

Commit 2e1b435

Browse files
authored
Merge branch 'main' into add-label-archived-to-user-metric
2 parents 584ec1c + 833c2a4 commit 2e1b435

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+156
-67
lines changed

modules/structs/user_app.go

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ import (
1111
// AccessToken represents an API access token.
1212
// swagger:response AccessToken
1313
type AccessToken struct {
14-
ID int64 `json:"id"`
15-
Name string `json:"name"`
16-
Token string `json:"sha1"`
17-
TokenLastEight string `json:"token_last_eight"`
18-
Scopes []string `json:"scopes"`
14+
ID int64 `json:"id"`
15+
Name string `json:"name"`
16+
Token string `json:"sha1"`
17+
TokenLastEight string `json:"token_last_eight"`
18+
Scopes []string `json:"scopes"`
19+
Created time.Time `json:"created_at"`
20+
Updated time.Time `json:"last_used_at"`
1921
}
2022

2123
// AccessTokenList represents a list of API access token.

modules/structs/user_key.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ type PublicKey struct {
1616
Fingerprint string `json:"fingerprint,omitempty"`
1717
// swagger:strfmt date-time
1818
Created time.Time `json:"created_at,omitempty"`
19+
Updated time.Time `json:"last_used_at,omitempty"`
1920
Owner *User `json:"user,omitempty"`
2021
ReadOnly bool `json:"read_only,omitempty"`
2122
KeyType string `json:"key_type,omitempty"`

options/locale/locale_cs-CZ.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,6 @@ file_copy_permalink=Kopírovat trvalý odkaz
12851285
view_git_blame=Zobrazit Git Blame
12861286
video_not_supported_in_browser=Váš prohlížeč nepodporuje značku pro HTML5 video.
12871287
audio_not_supported_in_browser=Váš prohlížeč nepodporuje značku pro HTML5 audio.
1288-
stored_lfs=Uloženo pomocí Git LFS
12891288
symbolic_link=Symbolický odkaz
12901289
executable_file=Spustitelný soubor
12911290
vendored=Vendorováno

options/locale/locale_de-DE.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,6 @@ file_copy_permalink=Permalink kopieren
12861286
view_git_blame=Git Blame ansehen
12871287
video_not_supported_in_browser=Dein Browser unterstützt das HTML5 'video'-Tag nicht.
12881288
audio_not_supported_in_browser=Dein Browser unterstützt den HTML5 'audio'-Tag nicht.
1289-
stored_lfs=Gespeichert mit Git LFS
12901289
symbolic_link=Softlink
12911290
executable_file=Ausführbare Datei
12921291
vendored=Vendor

options/locale/locale_el-GR.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,6 @@ file_copy_permalink=Αντιγραφή Permalink
11481148
view_git_blame=Προβολή Git Blame
11491149
video_not_supported_in_browser=Το πρόγραμμα περιήγησής σας δεν υποστηρίζει την ετικέτα HTML5 'video'.
11501150
audio_not_supported_in_browser=Το πρόγραμμα περιήγησής σας δεν υποστηρίζει την ετικέτα HTML5 'audio'.
1151-
stored_lfs=Αποθηκεύτηκε με το Git LFS
11521151
symbolic_link=Symbolic link
11531152
executable_file=Εκτελέσιμο Αρχείο
11541153
commit_graph=Γράφημα Υποβολών

options/locale/locale_en-US.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,6 @@ file_copy_permalink = Copy Permalink
13051305
view_git_blame = View Git Blame
13061306
video_not_supported_in_browser = Your browser does not support the HTML5 'video' tag.
13071307
audio_not_supported_in_browser = Your browser does not support the HTML5 'audio' tag.
1308-
stored_lfs = Stored with Git LFS
13091308
symbolic_link = Symbolic link
13101309
executable_file = Executable File
13111310
vendored = Vendored

options/locale/locale_es-ES.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,6 @@ file_copy_permalink=Copiar Permalink
11381138
view_git_blame=Ver la culpa de Git
11391139
video_not_supported_in_browser=Su navegador no soporta el tag video de HTML5.
11401140
audio_not_supported_in_browser=Su navegador no soporta el tag audio de HTML5.
1141-
stored_lfs=Almacenados con Git LFS
11421141
symbolic_link=Enlace simbólico
11431142
executable_file=Archivo Ejecutable
11441143
commit_graph=Gráfico de commits

options/locale/locale_fa-IR.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,6 @@ file_too_large=حجم این پرونده بیشتر از آن است که قا
900900
file_copy_permalink=پرمالینک را کپی کنید
901901
video_not_supported_in_browser=مرورگر شما از تگ video که در HTML5 تعریف شده است، پشتیبانی نمی کند.
902902
audio_not_supported_in_browser=مرورگر شما از تگ audio که در HTML5 تعریف شده است، پشتیبانی نمی کند.
903-
stored_lfs=ذخیره شده با GIT LFS
904903
symbolic_link=پیوند نمادین
905904
commit_graph=نمودار کامیت
906905
commit_graph.select=انتخاب برنچها

options/locale/locale_fr-FR.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,6 @@ file_copy_permalink=Copier le lien permanent
13041304
view_git_blame=Voir Git Blâme
13051305
video_not_supported_in_browser=Votre navigateur ne supporte pas la balise « vidéo » HTML5.
13061306
audio_not_supported_in_browser=Votre navigateur ne supporte pas la balise « audio » HTML5.
1307-
stored_lfs=Stocké avec Git LFS
13081307
symbolic_link=Lien symbolique
13091308
executable_file=Fichiers exécutables
13101309
vendored=Externe

options/locale/locale_ga-IE.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,6 @@ file_copy_permalink=Cóipeáil Buan-nasc
13051305
view_git_blame=Féach ar Git Blame
13061306
video_not_supported_in_browser=Ní thacaíonn do bhrabhsálaí leis an gclib 'video' HTML5.
13071307
audio_not_supported_in_browser=Ní thacaíonn do bhrabhsálaí leis an gclib 'audio' HTML5.
1308-
stored_lfs=Stóráilte le Git LFS
13091308
symbolic_link=Nasc siombalach
13101309
executable_file=Comhad Infheidhmithe
13111310
vendored=Díoltóra

0 commit comments

Comments
 (0)