Skip to content

Commit bfd17d0

Browse files
committed
chore: kresify this repo
This PR just gets kres up and running. Signed-off-by: Spencer Smith <[email protected]>
1 parent 0104de0 commit bfd17d0

File tree

9 files changed

+10
-17
lines changed

9 files changed

+10
-17
lines changed

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-28T13:39:47Z by kres 46e133d.
3+
# Generated on 2025-10-31T15:20:18Z by kres cd5a938.
44

55
*
66
!api

.github/workflows/ci.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-28T14:27:21Z by kres 46e133d.
3+
# Generated on 2025-10-31T15:20:18Z by kres cd5a938.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -210,10 +210,3 @@ jobs:
210210
- name: unit-tests-race
211211
run: |
212212
make unit-tests-race
213-
- name: coverage
214-
uses: codecov/codecov-action@v5
215-
with:
216-
files: _out/coverage-unit-tests.txt
217-
flags: unit-tests
218-
token: ${{ secrets.CODECOV_TOKEN }}
219-
timeout-minutes: 3

.github/workflows/lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-28T13:39:47Z by kres 46e133d.
3+
# Generated on 2025-10-31T15:20:18Z by kres cd5a938.
44

55
"on":
66
schedule:

.github/workflows/slack-notify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-28T13:39:47Z by kres 46e133d.
3+
# Generated on 2025-10-31T15:20:18Z by kres cd5a938.
44

55
"on":
66
workflow_run:

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-28T13:39:47Z by kres 46e133d.
3+
# Generated on 2025-10-31T15:20:18Z by kres cd5a938.
44

55
"on":
66
schedule:

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-28T13:39:47Z by kres 46e133d.
3+
# Generated on 2025-10-31T15:20:18Z by kres cd5a938.
44

55
version: "2"
66

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ spec:
55
vtProtobufEnabled: true
66
specs:
77
- source: api/specs/specs.proto
8-
subdirectory: specs
8+
subdirectory: specs

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
44
#
5-
# Generated on 2025-10-28T14:27:21Z by kres 46e133d.
5+
# Generated on 2025-10-31T15:20:18Z by kres cd5a938.
66

77
ARG TOOLCHAIN
88

@@ -84,7 +84,7 @@ FROM tools AS proto-compile
8484
COPY --from=proto-specs / /
8585
RUN protoc -I/api --go_out=paths=source_relative:/api --go-grpc_out=paths=source_relative:/api --go-vtproto_out=paths=source_relative:/api --go-vtproto_opt=features=marshal+unmarshal+size+equal+clone /api/specs/specs.proto
8686
RUN rm /api/specs/specs.proto
87-
RUN goimports -w -local github.com/siderolabs/omni-infra-provider-proxmox /api
87+
RUN goimports -w -local github.com/siderolabs/omni-infra-provider-libvirt /api
8888
RUN gofumpt -w /api
8989

9090
# runs gofumpt

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-28T14:27:21Z by kres 46e133d.
3+
# Generated on 2025-10-31T15:20:18Z by kres cd5a938.
44

55
# common variables
66

0 commit comments

Comments
 (0)