upda/server
Varakh d0312a5853
All checks were successful
/ build (push) Successful in 5m30s
feat(embedded_ui): fully integrate UI into GoLang binary (#43)
Reviewed-on: #43
Co-authored-by: Varakh <varakh@varakh.de>
Co-committed-by: Varakh <varakh@varakh.de>
2024-10-25 14:12:35 +00:00
..
web feat(embedded_ui): fully integrate UI into GoLang binary (#43) 2024-10-25 14:12:35 +00:00
web_dev feat(embedded_ui): fully integrate UI into GoLang binary (#43) 2024-10-25 14:12:35 +00:00
api_handler_action.go feat(api): Don't enforce JSON content type for GET and DELETE requests and enhance cross-module code sharing with a commons module 2024-06-11 23:47:30 +02:00
api_handler_action_invocation.go feat(api): Don't enforce JSON content type for GET and DELETE requests and enhance cross-module code sharing with a commons module 2024-06-11 23:47:30 +02:00
api_handler_auth.go feat(api): Don't enforce JSON content type for GET and DELETE requests and enhance cross-module code sharing with a commons module 2024-06-11 23:47:30 +02:00
api_handler_error.go feat(api): Don't enforce JSON content type for GET and DELETE requests and enhance cross-module code sharing with a commons module 2024-06-11 23:47:30 +02:00
api_handler_event.go feat(api): Don't enforce JSON content type for GET and DELETE requests and enhance cross-module code sharing with a commons module 2024-06-11 23:47:30 +02:00
api_handler_health.go Minor method renaming 2024-04-28 22:27:34 +02:00
api_handler_info.go feat(api): Don't enforce JSON content type for GET and DELETE requests and enhance cross-module code sharing with a commons module 2024-06-11 23:47:30 +02:00
api_handler_secret.go feat(api): Don't enforce JSON content type for GET and DELETE requests and enhance cross-module code sharing with a commons module 2024-06-11 23:47:30 +02:00
api_handler_update.go feat(api): Don't enforce JSON content type for GET and DELETE requests and enhance cross-module code sharing with a commons module 2024-06-11 23:47:30 +02:00
api_handler_webhook.go feat(api): Don't enforce JSON content type for GET and DELETE requests and enhance cross-module code sharing with a commons module 2024-06-11 23:47:30 +02:00
api_handler_webhook_invocation.go feat(api): Don't enforce JSON content type for GET and DELETE requests and enhance cross-module code sharing with a commons module 2024-06-11 23:47:30 +02:00
api_middleware.go feat(embedded_ui): fully integrate UI into GoLang binary (#43) 2024-10-25 14:12:35 +00:00
app.go feat(embedded_ui): fully integrate UI into GoLang binary (#43) 2024-10-25 14:12:35 +00:00
app_embedded_ui_dev.go feat(embedded_ui): fully integrate UI into GoLang binary (#43) 2024-10-25 14:12:35 +00:00
app_embedded_ui_prod.go feat(embedded_ui): fully integrate UI into GoLang binary (#43) 2024-10-25 14:12:35 +00:00
constants_app.go feat(api): Don't enforce JSON content type for GET and DELETE requests and enhance cross-module code sharing with a commons module 2024-06-11 23:47:30 +02:00
constants_env.go feat(embedded_ui): fully integrate UI into GoLang binary (#43) 2024-10-25 14:12:35 +00: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 Minor refactor tackling typos, overhauling README, adding hints about useful resources to README, and avoid any panic/Fatalf from services and init calls #noissue 2024-06-03 21:39:03 +02:00
dto.go feat(actions): Add support for <VAR>STATE</VAR> (#24) 2024-04-28 22:27:34 +02:00
entity.go fix(release,webhooks): Fixed retrieval of encrypted webhook token and prepare patch 2.0.1 release 2024-05-01 12:20:51 +02:00
environment.go feat(embedded_ui): fully integrate UI into GoLang binary (#43) 2024-10-25 14:12:35 +00:00
errors.go feature(api,release): prepare for next major release and switch to requiring content-type set to JSON for all incoming requests and expose more CORS environment variables 2024-06-10 20:03:25 +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 hotfix(3.0.1): Fixed finding proper remaining Action invocations by their state 2024-06-11 00:08:21 +02:00
repository_event.go Use capacity to avoid arr copying #noissue 2024-06-02 23:13:44 +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 fix(filter): fixed filter for Updates ignoring desired state 2024-06-14 09:16:30 +02:00
repository_webhook.go feature(api,release): prepare for next major release and switch to requiring content-type set to JSON for all incoming requests and expose more CORS environment variables 2024-06-10 20:03:25 +02:00
service_action.go feature(api,release): prepare for next major release and switch to requiring content-type set to JSON for all incoming requests and expose more CORS environment variables 2024-06-10 20:03:25 +02:00
service_action_invocation.go feature(api,release): prepare for next major release and switch to requiring content-type set to JSON for all incoming requests and expose more CORS environment variables 2024-06-10 20:03:25 +02:00
service_event.go feature(api,release): prepare for next major release and switch to requiring content-type set to JSON for all incoming requests and expose more CORS environment variables 2024-06-10 20:03:25 +02:00
service_lock.go feature(locking): add proper locking and overhaul existing locking service (#34) 2024-05-24 00:54:35 +02:00
service_lock_mem.go feature(api,release): prepare for next major release and switch to requiring content-type set to JSON for all incoming requests and expose more CORS environment variables 2024-06-10 20:03:25 +02:00
service_lock_mem_test.go feature(locking): add proper locking and overhaul existing locking service (#34) 2024-05-24 00:54:35 +02:00
service_lock_redis.go feature(api,release): prepare for next major release and switch to requiring content-type set to JSON for all incoming requests and expose more CORS environment variables 2024-06-10 20:03:25 +02:00
service_prometheus.go feature(api,release): prepare for next major release and switch to requiring content-type set to JSON for all incoming requests and expose more CORS environment variables 2024-06-10 20:03:25 +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 Minor refactor tackling typos, overhauling README, adding hints about useful resources to README, and avoid any panic/Fatalf from services and init calls #noissue 2024-06-03 21:39:03 +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 feature(api,release): prepare for next major release and switch to requiring content-type set to JSON for all incoming requests and expose more CORS environment variables 2024-06-10 20:03:25 +02:00
service_webhook_invocation.go Initial commit 2023-12-21 17:04:04 +01:00