1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00

fix(ui): Add missing operation types to usage logs chart (PROJQUAY-6881) (#4530)

* fix(ui): Add missing operation types to usage logs chart (PROJQUAY-6881)

Signed-off-by: harishsurf <hgovinda@redhat.com>

* Apply suggestion from @coderabbitai[bot]

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Signed-off-by: harishsurf <hgovinda@redhat.com>
Co-authored-by: jbpratt <jbpratt78@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Harish Govindarajulu
2025-11-17 20:54:43 +05:30
committed by GitHub
parent d972f3690d
commit decd22c425

View File

@@ -273,6 +273,12 @@ export const logKinds = {
oauth_token_assigned: 'OAuth token assigned',
enable_team_sync: 'Enable Team Sync',
disable_team_sync: 'Disable Team Sync',
add_repo_webhook: 'Add webhook',
delete_repo_webhook: 'Delete webhook',
delete_tag_failed: 'Delete Tag failed',
login_failure: 'Login failure',
pull_repo_failed: 'Pull repository failed',
push_repo_failed: 'Push to repository failed',
export_logs_success: 'Export logs queued for delivery',
export_logs_failure: 'Export logs failure',
};