debian-forge-composer/internal
Michael Vogt 573b349f16 clienterrors: rename WorkerClientError to clienterrors.New
The usual convention to create new object is to prefix `New*` so
this commit renames the `WorkerClientError`. Initially I thought
it would be `NewWorkerClientError()` but looking at the package
prefix it seems unneeded, i.e. `clienterrors.New()` already
provides enough context it seems and it's the only error we
construct.

We could consider renaming it to `clienterror` (singular) too
but that could be a followup.

I would also like to make `clienterror.Error` implement the
`error` interface but that should be a followup to make this
(mechanical) rename trivial to review.
2024-07-31 17:04:58 +02:00
..
auth internal/auth: add TenantChannelMiddleware 2023-06-28 15:08:37 +02:00
blueprint blueprint: add new kickstart.contents option 2024-05-29 00:27:31 +02:00
boot Drop common.CurrentArch() in favor of osbuild/images 2024-01-26 11:32:34 +01:00
client Don't run TestMultilibBlueprintDepsolveV0 on el10 / c10s 2024-06-04 13:03:37 +02:00
cloud awscloud: try to terminate previous secure instance 2024-06-28 15:33:08 +02:00
cloudapi clienterrors: rename WorkerClientError to clienterrors.New 2024-07-31 17:04:58 +02:00
common cloudapi: propagate operation/external id 2024-06-25 13:58:53 +02:00
fsnode internal/fsnode: add API for custom directories and files 2023-02-22 12:17:36 +01:00
jobqueue jobqueue: add channel to workers 2024-04-19 14:32:07 +02:00
jsondb jsondb: improve performance of list operation 2023-06-20 10:45:22 +02:00
mocks mocks/dnfjson: support new depsolve result 2024-04-17 10:27:08 +02:00
osbuildexecutor osbuildexecutor/aws.ec2: set hostname of executor via cloud-init 2024-06-25 10:58:10 +02:00
prometheus internal/prometheus: more human-readable time buckets 2024-07-04 11:19:25 +02:00
remotefile clienterrors: rename WorkerClientError to clienterrors.New 2024-07-31 17:04:58 +02:00
runner runner: add platform-python only for RHEL 8+ 2023-01-25 20:37:12 +01:00
store osbuild/images update: ignore repoconfigs where appropriate 2024-04-17 10:27:08 +02:00
target clienterrors: rename WorkerClientError to clienterrors.New 2024-07-31 17:04:58 +02:00
test Drop common.CurrentArch() in favor of osbuild/images 2024-01-26 11:32:34 +01:00
upload upload/azure: set hyperv generation 2024-01-16 14:25:58 +01:00
weldr clienterrors: rename WorkerClientError to clienterrors.New 2024-07-31 17:04:58 +02:00
worker clienterrors: rename WorkerClientError to clienterrors.New 2024-07-31 17:04:58 +02:00
tools.go Remove old build tag comments 2023-03-07 09:22:23 -08:00