upda/server
Varakh 66800d26df feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22)
Reviewed-on: #22
Co-authored-by: Varakh <varakh@varakh.de>
Co-committed-by: Varakh <varakh@varakh.de>
2024-04-28 22:27:34 +02:00
..
api_handler_action.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
api_handler_action_invocation.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
api_handler_auth.go Initial commit 2023-12-21 17:04:04 +01:00
api_handler_error.go Initial commit 2023-12-21 17:04:04 +01:00
api_handler_event.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
api_handler_health.go Minor method renaming 2024-04-28 22:27:34 +02:00
api_handler_info.go Minor method renaming 2024-04-28 22:27:34 +02:00
api_handler_secret.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
api_handler_update.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
api_handler_webhook.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
api_handler_webhook_invocation.go Minor method renaming 2024-04-28 22:27:34 +02:00
api_middleware.go Initial commit 2023-12-21 17:04:04 +01:00
app.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
constants_api.go Initial commit 2023-12-21 17:04:04 +01:00
constants_app.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
constants_env.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
constants_prometheus.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
datatype_json_map.go Initial commit 2023-12-21 17:04:04 +01:00
dto.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
entity.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
environment.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
errors.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
repository_action.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
repository_action_invocation.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
repository_event.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
repository_secret.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
repository_update.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
repository_webhook.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
service_action.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
service_action_invocation.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
service_event.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
service_lock.go Added locking, improve prometheus handling and change to more reasonable configuration defaults for background tasks 2023-12-23 22:51:51 +01:00
service_lock_mem.go Added locking, improve prometheus handling and change to more reasonable configuration defaults for background tasks 2023-12-23 22:51:51 +01:00
service_prometheus.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
service_secret.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
service_task.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
service_update.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
service_webhook.go feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) (#22) 2024-04-28 22:27:34 +02:00
service_webhook_invocation.go Initial commit 2023-12-21 17:04:04 +01:00