Thomas Tendyck
|
3b9f7530fb
|
license: change headers
find -name '*.go' -exec sed -i 's/SPDX-License-Identifier: AGPL-3.0-only/SPDX-License-Identifier: BUSL-1.1/' {} +
|
2025-07-15 23:34:48 +02:00 |
|
miampf
|
840f460bac
|
logging: unify debug log message format (#2997)
|
2024-04-03 13:49:03 +00:00 |
|
miampf
|
54cce77bab
|
deps: convert zap to slog (#2825)
|
2024-02-08 14:20:01 +00:00 |
|
Adrian Stobbe
|
e738f15f0f
|
cdbg: make endpoint deployment failure more transparent (#1883)
* add retry + timeout + intercept grpc logs
* LogStateChanges inside grplog pkg
* remove retry and tj/assert
* rename nit
* Update debugd/internal/cdbg/cmd/deploy.go
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
* Update debugd/internal/cdbg/cmd/deploy.go
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
* paul feedback
* return waitFn instead of WaitGroup
* Revert "return waitFn instead of WaitGroup"
This reverts commit 45700f30e341ce3af509b687febbc0125f7ddb38.
* log routine inside debugd constructor
* test doubles names
* Update debugd/internal/cdbg/cmd/deploy.go
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
* fix newDebugClient closeFn
---------
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
|
2023-06-12 13:45:34 +02:00 |
|