mirror of
https://github.com/siderolabs/omni.git
synced 2025-08-06 17:46:59 +02:00
chore: run rekres
See: https://github.com/siderolabs/kres/pull/404 Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
This commit is contained in:
parent
4a8ebbf19f
commit
e2f8407ceb
@ -1,6 +1,6 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2021-05-20T15:00:42Z by kres adb52e5-dirty.
|
||||
# Generated on 2024-05-23T17:18:36Z by kres 749a54e-dirty.
|
||||
|
||||
codecov:
|
||||
require_ci_to_pass: false
|
||||
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -1,6 +1,6 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2024-05-23T14:02:19Z by kres 2688b70.
|
||||
# Generated on 2024-05-23T17:32:47Z by kres b5844f8.
|
||||
|
||||
name: default
|
||||
concurrency:
|
||||
|
2
.github/workflows/e2e-backups-cron.yaml
vendored
2
.github/workflows/e2e-backups-cron.yaml
vendored
@ -1,6 +1,6 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2024-05-23T14:02:19Z by kres 2688b70.
|
||||
# Generated on 2024-05-23T17:32:47Z by kres b5844f8.
|
||||
|
||||
name: e2e-backups-cron
|
||||
concurrency:
|
||||
|
2
.github/workflows/e2e-scaling-cron.yaml
vendored
2
.github/workflows/e2e-scaling-cron.yaml
vendored
@ -1,6 +1,6 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2024-05-23T14:02:19Z by kres 2688b70.
|
||||
# Generated on 2024-05-23T17:32:47Z by kres b5844f8.
|
||||
|
||||
name: e2e-scaling-cron
|
||||
concurrency:
|
||||
|
2
.github/workflows/e2e-short-cron.yaml
vendored
2
.github/workflows/e2e-short-cron.yaml
vendored
@ -1,6 +1,6 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2024-05-23T14:02:19Z by kres 2688b70.
|
||||
# Generated on 2024-05-23T17:32:47Z by kres b5844f8.
|
||||
|
||||
name: e2e-short-cron
|
||||
concurrency:
|
||||
|
2
.github/workflows/e2e-templates-cron.yaml
vendored
2
.github/workflows/e2e-templates-cron.yaml
vendored
@ -1,6 +1,6 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2024-05-23T14:02:19Z by kres 2688b70.
|
||||
# Generated on 2024-05-23T17:32:47Z by kres b5844f8.
|
||||
|
||||
name: e2e-templates-cron
|
||||
concurrency:
|
||||
|
2
.github/workflows/e2e-upgrades-cron.yaml
vendored
2
.github/workflows/e2e-upgrades-cron.yaml
vendored
@ -1,6 +1,6 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2024-05-23T14:02:19Z by kres 2688b70.
|
||||
# Generated on 2024-05-23T17:32:47Z by kres b5844f8.
|
||||
|
||||
name: e2e-upgrades-cron
|
||||
concurrency:
|
||||
|
@ -457,7 +457,7 @@ spec:
|
||||
kind: service.CodeCov
|
||||
spec:
|
||||
enabled: true
|
||||
target: 15%
|
||||
targetThreshold: 15
|
||||
---
|
||||
kind: common.Repository
|
||||
spec:
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2024-05-23T14:02:19Z by kres 2688b70.
|
||||
# Generated on 2024-05-23T17:32:47Z by kres b5844f8.
|
||||
|
||||
ARG JS_TOOLCHAIN
|
||||
ARG TOOLCHAIN
|
||||
@ -86,7 +86,7 @@ RUN mv /go/bin/protoc-gen-grpc-gateway-ts /bin
|
||||
COPY frontend/package.json ./
|
||||
COPY frontend/package-lock.json ./
|
||||
RUN --mount=type=cache,target=/src/node_modules npm version ${VERSION}
|
||||
RUN --mount=type=cache,target=/src/node_modules npm ci
|
||||
RUN --mount=type=cache,target=/src/node_modules npm ci && npm run verify
|
||||
COPY frontend/.eslintrc.yaml ./
|
||||
COPY frontend/babel.config.js ./
|
||||
COPY frontend/jest.config.js ./
|
||||
|
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2024-05-23T14:02:19Z by kres 2688b70.
|
||||
# Generated on 2024-05-23T17:32:47Z by kres b5844f8.
|
||||
|
||||
# common variables
|
||||
|
||||
|
@ -7,7 +7,8 @@
|
||||
"build": "vue-cli-service build",
|
||||
"test:unit": "vue-cli-service test:unit",
|
||||
"test": "vue-cli-service test:unit",
|
||||
"lint": "vue-cli-service lint"
|
||||
"lint": "vue-cli-service lint",
|
||||
"verify": "vue-cli-service -h"
|
||||
},
|
||||
"dependencies": {
|
||||
"@auth0/auth0-vue": "^1.0.2",
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
// THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
//
|
||||
// Generated on 2024-05-23T14:38:22Z by kres 2688b70.
|
||||
// Generated on 2024-05-23T17:32:47Z by kres b5844f8.
|
||||
|
||||
package frontend
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user