Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
Signed-off-by: weizhou.lan@daocloud.io <weizhou.lan@daocloud.io>
  • Loading branch information
weizhoublue committed Feb 18, 2024
1 parent df302b5 commit 6789740
Show file tree
Hide file tree
Showing 143 changed files with 741 additions and 744 deletions.
4 changes: 2 additions & 2 deletions .github/licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
header:
- license:
spdx-id: Apache-2.0
copyright-owner: spidernet-io
copyright-owner: koffloader-io
pattern: |
Copyright|Apache-2.0
content: |
Copyright 2022 Authors of spidernet-io
Copyright 2024 Authors of koffloader-io
SPDX-License-Identifier: Apache-2.0
paths:
- '**/*.go'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-nightly-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: dacbd/create-issue-action@v1.2.1
with:
token: ${{ secrets.WELAN_PAT }}
#owner: spidernet-io
#owner: koffloader-io
#repo: rocktemplae
title: "Night CI ${{ ENV.TIMESTAMP }}: Failed"
body: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- '**/Dockerfile'
all_e2e:
- 'test/e2e/**/*.go'
- 'vendor/github.com/spidernet-io/**/*.go'
- 'vendor/github.com/koffloader-io/**/*.go'
- name: Get Ref
id: get_ref
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-codeowners.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Lint CODEOWNERS checks

env:
REPOSITY_NAME: github.com/spidernet-io/rocktemplate
REPOSITY_NAME: github.com/koffloader-io/koffloader

# Any change in triggers needs to be reflected in the concurrency group.
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oss-fuzz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
repo:
description: 'github project, like "https://github.com/spidernet-io/spiderpool" '
description: 'github project, like "https://github.com/koffloader-io/spiderpool" '
required: false

permissions: write-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/score-oss-fuzz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
repo:
description: 'github project, like "spidernet-io/rocktemplate" '
description: 'github project, like "koffloader-io/koffloader" '
required: false

permissions: write-all
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2022 SpiderNet-io Authors
Copyright 2024 koffloader-io Authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
GO_VERSION := 1.21.7

REGISTER ?= ghcr.io
GIT_REPO ?= spidernet-io/rocktemplate
GIT_REPO ?= koffloader-io/koffloader



Expand Down Expand Up @@ -151,14 +151,14 @@ PYROSCOPE_IMAGE_NAME := grafana/pyroscope:latest
# PYROSCOPE_LOCAL_PORT :=
PYROSCOPE_LOCAL_PORT := 8040

E2E_KIND_CLUSTER_NAME ?= rocktemplate
E2E_KIND_CLUSTER_NAME ?= koffloader
E2E_RUNTIME_DIR := $(ROOT_DIR)/test/runtime
E2E_KIND_KUBECONFIG_PATH := $(E2E_RUNTIME_DIR)/kubeconfig_$(E2E_KIND_CLUSTER_NAME).config
E2E_LOG_FILE ?= $(E2E_RUNTIME_DIR)/e2edebugLog.txt
E2E_GINKGO_REPORT_FILE ?= $(E2E_RUNTIME_DIR)/ginkgoreport.json
E2E_KIND_NODE_IMAGE ?=

E2E_INSTALL_NAMESPACE ?= rocktemplate
E2E_INSTALL_NAMESPACE ?= koffloader

E2E_GINKGO_LABELS ?=
E2E_GINKGO_OPTION ?=
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# rocktemplate
# koffloader

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/v1/http/client/healthy/healthy_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/v1/http/client/http_server_api_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api/v1/http/server/configure_http_server_api.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is safe to edit. Once it exists it will not be overwritten

// Copyright 2022 Authors of spidernet-io
// Copyright 2024 Authors of koffloader-io
// SPDX-License-Identifier: Apache-2.0

package server
Expand All @@ -13,8 +13,8 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/runtime/middleware"

"github.com/spidernet-io/rocktemplate/api/v1/http/server/restapi"
"github.com/spidernet-io/rocktemplate/api/v1/http/server/restapi/healthy"
"github.com/koffloader-io/koffloader/api/v1/http/server/restapi"
"github.com/koffloader-io/koffloader/api/v1/http/server/restapi/healthy"
)

//go:generate swagger generate server --target ../../http --name HTTPServerAPI --spec ../openapi.yaml --api-package restapi --server-package server --principal interface{} --default-scheme unix --exclude-main
Expand Down
2 changes: 1 addition & 1 deletion api/v1/http/server/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/v1/http/server/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/v1/http/server/restapi/healthy/get_healthy_liveness.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/v1/http/server/restapi/healthy/get_healthy_startup.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/v1/http/server/restapi/http_server_api_api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/v1/http/server/server.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: rocktemplate
home: "https://github.com/spidernet-io/rocktemplate"
name: koffloader
home: "https://github.com/koffloader-io/koffloader"
# application or library
type: application
# no need to modify this version , CI will auto update it with /VERSION
Expand All @@ -10,11 +10,11 @@ version: 0.1.0
# no need to modify this version , CI will auto update it with /VERSION
appVersion: "0.1.0"
kubeVersion: ">= 1.16.0-0"
description: rocktemplate
description: koffloader
sources:
- "https://github.com/spidernet-io/rocktemplate"
- "https://github.com/koffloader-io/koffloader"
keywords:
- rocktemplate
- koffloader
maintainers:
- name: spidernet-io
url: https://github.com/spidernet-io
- name: koffloader-io
url: https://github.com/koffloader-io
2 changes: 1 addition & 1 deletion charts/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright {yyyy} Authors of spidernet-io
Copyright {yyyy} Authors of koffloader-io

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion charts/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rocktemplate
# koffloader

## Introduction

Expand Down
6 changes: 3 additions & 3 deletions charts/crds/rocktemplate.spidernet.io_mybooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: (unknown)
creationTimestamp: null
name: mybooks.rocktemplate.spidernet.io
name: mybooks.koffloader.koffloader.io
spec:
group: rocktemplate.spidernet.io
group: koffloader.koffloader.io
names:
categories:
- rocktemplate
- koffloader
kind: Mybook
listKind: MybookList
plural: mybooks
Expand Down
Loading

0 comments on commit 6789740

Please sign in to comment.