actions-runner-controller/controllers
malachiobadeyi fbdfe0df8c
1770 update log format and add additional fields to webhook server logs (#1771)
* 1770 update log format and add runID and Id to worflow logs

update tests, change log format for controllers.HorizontalRunnerAutoscalerGitHubWebhook

use logging package

remove unused modules

add setup name to setuplog

add flag to change log format

change flag name to enableProdLogConfig

move log opts to logger package

remove empty else and reset timeEncoder

update flag description

use get function to handle nil

rename flag and update logger function

Update main.go

Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>

Update controllers/horizontal_runner_autoscaler_webhook.go

Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>

Update logging/logger.go

Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>

copy log opt per each NewLogger call

revert to use autoscaler.log

update flag descript and remove unused imports

add logFormat to readme

 rename setupLog to logger

make fmt

* Fix E2E along the way

Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
2022-11-04 10:46:58 +09:00
..
metrics Add golangci-lilnt to CI (#1794) 2022-09-21 09:08:22 +09:00
testdata test: Add tests with self-hosted label for #953 (#1030) 2022-01-07 08:50:26 +09:00
autoscaling.go chore: Bump go-github and minimum GHES version to 3.6 (#1747) 2022-08-24 13:08:40 +09:00
autoscaling_test.go Enhance support for multi-tenancy (#1371) 2022-07-12 09:45:00 +09:00
constants.go Fix PercentageRunnersBusy scaling delay (#1579) 2022-06-29 20:49:21 +09:00
horizontal_runner_autoscaler_batch_scale.go Add golangci-lilnt to CI (#1794) 2022-09-21 09:08:22 +09:00
horizontal_runner_autoscaler_webhook.go 1770 update log format and add additional fields to webhook server logs (#1771) 2022-11-04 10:46:58 +09:00
horizontal_runner_autoscaler_webhook_on_check_run.go chore: Bump go-github and minimum GHES version to 3.6 (#1747) 2022-08-24 13:08:40 +09:00
horizontal_runner_autoscaler_webhook_on_pull_request.go chore: Bump go-github and minimum GHES version to 3.6 (#1747) 2022-08-24 13:08:40 +09:00
horizontal_runner_autoscaler_webhook_on_push.go chore: Bump go-github and minimum GHES version to 3.6 (#1747) 2022-08-24 13:08:40 +09:00
horizontal_runner_autoscaler_webhook_test.go Add golangci-lilnt to CI (#1794) 2022-09-21 09:08:22 +09:00
horizontal_runner_autoscaler_webhook_worker.go Make webhook-based scale race-free (#1477) 2022-06-27 18:31:48 +09:00
horizontal_runner_autoscaler_webhook_worker_test.go Make webhook-based scale race-free (#1477) 2022-06-27 18:31:48 +09:00
horizontalrunnerautoscaler_controller.go Remove github-api-cache-duration flag and code (#1631) 2022-07-12 20:37:24 +09:00
integration_test.go 1770 update log format and add additional fields to webhook server logs (#1771) 2022-11-04 10:46:58 +09:00
multi_githubclient.go fix(deps): update module sigs.k8s.io/controller-runtime to v0.13.0 (#1775) 2022-09-21 11:04:07 +09:00
new_runner_pod_test.go Fix runners to do their best to gracefully stop on pod eviction (#1759) 2022-11-01 20:30:10 +09:00
persistent_volume_claim_controller.go Fix confusing logs from pv and pvc controllers (#1487) 2022-05-26 18:21:23 +09:00
persistent_volume_controller.go Enhance RunnerSet to optionally retain PVs accross restarts (#1340) 2022-05-16 09:26:48 +09:00
pod_runner_token_injector.go Enhance support for multi-tenancy (#1371) 2022-07-12 09:45:00 +09:00
runner_controller.go Fix runners to do their best to gracefully stop on pod eviction (#1759) 2022-11-01 20:30:10 +09:00
runner_graceful_stop.go 1770 update log format and add additional fields to webhook server logs (#1771) 2022-11-04 10:46:58 +09:00
runner_pod.go fix: force restartPolicy "Never" to prevent runner pods from stucking in Terminating when the container disappeared (#1395) 2022-05-14 09:07:17 +01:00
runner_pod_controller.go Prevent runner controller from recreating runner pod when pod was terminated externally (#1851) 2022-10-13 09:04:50 +09:00
runner_pod_owner.go Add golangci-lilnt to CI (#1794) 2022-09-21 09:08:22 +09:00
runnerdeployment_controller.go Fix excessive runnerreplicaset update issue since 0.25.0 (#1650) 2022-07-17 19:43:24 +09:00
runnerdeployment_controller_test.go Clean up import list (#645) 2021-06-22 17:55:06 +09:00
runnerreplicaset_controller.go Enhance support for multi-tenancy (#1371) 2022-07-12 09:45:00 +09:00
runnerreplicaset_controller_test.go Enhance support for multi-tenancy (#1371) 2022-07-12 09:45:00 +09:00
runnerset_controller.go Enhance support for multi-tenancy (#1371) 2022-07-12 09:45:00 +09:00
schedule.go Experimental support for ScheduledOverrides (#515) 2021-05-03 23:31:17 +09:00
schedule_test.go test: add fuzzing to the test suite (#1463) 2022-05-19 13:34:23 +01:00
suite_test.go Clean up import list (#645) 2021-06-22 17:55:06 +09:00
sync_volumes.go Add TODO comment to the PVC reconciler 2022-08-27 07:14:16 +00:00
testresourcereader.go fix(deps): update module sigs.k8s.io/controller-runtime to v0.13.0 (#1775) 2022-09-21 11:04:07 +09:00
testresourcereader_test.go Enhance support for multi-tenancy (#1371) 2022-07-12 09:45:00 +09:00
utils.go feat: EKS IAM Roles for Service Accounts for Runner Pods (#226) 2020-12-08 17:56:06 +09:00
utils_test.go `containerMode` option to allow running jobs in k8's instead of docker (#1546) 2022-06-28 14:12:40 +09:00