Skip to content

Commit 9964f9b

Browse files
committed
feat: commit at 20241230110239
1 parent f975346 commit 9964f9b

File tree

1,647 files changed

+4470
-3971
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,647 files changed

+4470
-3971
lines changed

.chglog/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ style: github # 指定使用的样式文件
66
template: CHANGELOG.tpl.md # 指定使用的模板文件
77
info: # 指定生成的 CHANGELOG.md 文件的标题和仓库 URL
88
title: CHANGELOG
9-
repository_url: https://github.com/superproj/zero
9+
repository_url: https://github.com/onexstack/zero
1010
options: # 指定生成 CHANGELOG.md 文件的选项
1111
commits: # 指定如何过滤和排序提交
1212
filters: # 指定要过滤的提交类型

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- Thanks for sending a pull request! Here are some tips for you:
22
3-
1. If this is your first time, please read our contributor guidelines: https://github.com/superproj/community/blob/master/contributors/guide/first-contribution.md#your-first-contribution and developer guide https://github.com/superproj/community/blob/master/contributors/devel/development.md#development-guide
3+
1. If this is your first time, please read our contributor guidelines: https://github.com/onexstack/community/blob/master/contributors/guide/first-contribution.md#your-first-contribution and developer guide https://github.com/onexstack/community/blob/master/contributors/devel/development.md#development-guide
44
-->
55

66
#### What type of PR is this?

.github/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Reporting security issues
22

3-
The superproj maintainers take security seriously. If you discover a security issue, please bring it to their attention right away!
3+
The onexstack maintainers take security seriously. If you discover a security issue, please bring it to their attention right away!
44

55
## Reporting a Vulnerability
66

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2022 Lingfei Kong <[email protected]>. All rights reserved.
22
# Use of this source code is governed by a MIT style
33
# license that can be found in the LICENSE file. The original repo for
4-
# this file is https://github.com/superproj/onex.
4+
# this file is https://github.com/onexstack/onex.
55
#
66

77
version: 2

.golangci.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ linters-settings:
167167
# put imports beginning with prefix after 3rd-party packages;
168168
# only support one prefix
169169
# if not set, use goimports.local-prefixes
170-
prefix: github.com/superproj/onex
170+
prefix: github.com/onexstack/onex
171171
gocognit:
172172
# minimal code complexity to report, 30 by default (but we recommend 10-20)
173173
min-complexity: 30
@@ -324,7 +324,7 @@ linters-settings:
324324
goimports:
325325
# put imports beginning with prefix after 3rd-party packages;
326326
# it's a comma-separated list of prefixes
327-
local-prefixes: github.com/superproj/onex
327+
local-prefixes: github.com/onexstack/onex
328328
golint:
329329
# minimal confidence for issues, default is 0.8
330330
min-confidence: 0.9
@@ -460,47 +460,47 @@ linters-settings:
460460
# see https://github.com/julz/importas#use-regular-expression for details
461461
- pkg: knative.dev/serving/pkg/apis/(\w+)/(v[\w\d]+)
462462
alias: $1$2
463-
- pkg: github.com/superproj/onex/internal/pkg/util/(\w+)
463+
- pkg: github.com/onexstack/onex/internal/pkg/util/(\w+)
464464
alias: ${1}util
465-
- pkg: github.com/superproj/onex/internal/registry/apps/(\w+)/storage
465+
- pkg: github.com/onexstack/onex/internal/registry/apps/(\w+)/storage
466466
alias: ${1}store
467-
- pkg: github.com/superproj/onex/pkg/streams/connector/(\w+)
467+
- pkg: github.com/onexstack/onex/pkg/streams/connector/(\w+)
468468
alias: ${1}connector
469-
- pkg: github.com/superproj/onex/internal/onexctl/util/options
469+
- pkg: github.com/onexstack/onex/internal/onexctl/util/options
470470
alias: clioptions
471-
- pkg: github.com/superproj/onex/internal/onexctl/cmd/util
471+
- pkg: github.com/onexstack/onex/internal/onexctl/cmd/util
472472
alias: cmdutil
473-
- pkg: github.com/superproj/onex/pkg/generated/clientset/versioned
473+
- pkg: github.com/onexstack/onex/pkg/generated/clientset/versioned
474474
alias: clientset
475475
- pkg: k8s.io/kubernetes/pkg/apis/core/validation
476476
alias: corevalidation
477477
- pkg: k8s.io/apimachinery/pkg/api/validation
478478
alias: apimachineryvalidation
479-
- pkg: github.com/superproj/onex/pkg/generated/informers/externalversions
479+
- pkg: github.com/onexstack/onex/pkg/generated/informers/externalversions
480480
alias: informers
481-
- pkg: github.com/superproj/onex/internal/registry/(\w+)/rest
481+
- pkg: github.com/onexstack/onex/internal/registry/(\w+)/rest
482482
alias: ${1}rest
483-
- pkg: github.com/superproj/onex/pkg/options
483+
- pkg: github.com/onexstack/onex/pkg/options
484484
alias: genericoptions
485485
- pkg: k8s.io/api/core/v1
486486
alias: corev1
487487
- pkg: k8s.io/kubernetes/pkg/apis/core
488488
alias: api
489489
- pkg: k8s.io/apimachinery/pkg/apis/meta/v1
490490
alias: metav1
491-
- pkg: github.com/superproj/onex/pkg/apis/core/v1
491+
- pkg: github.com/onexstack/onex/pkg/apis/core/v1
492492
alias: apiv1
493493
- pkg: github.com/go-kratos/kratos/v2/log
494494
alias: krtlog
495495
- pkg: github.com/casbin/casbin/v2/log
496496
alias: clog
497-
- pkg: github.com/superproj/onex/internal/pkg/middleware/i18n
497+
- pkg: github.com/onexstack/onex/internal/pkg/middleware/i18n
498498
alias: i18nmw
499-
- pkg: github.com/superproj/onex/internal/pkg/metrics
499+
- pkg: github.com/onexstack/onex/internal/pkg/metrics
500500
alias: onexmetrics
501501
- pkg: github.com/go-kratos/kratos/contrib/metrics/prometheus/v2
502502
alias: prom
503-
- pkg: github.com/superproj/onex/pkg/authn/jwt
503+
- pkg: github.com/onexstack/onex/pkg/authn/jwt
504504
alias: jwtauthn
505505
- pkg: github.com/hashicorp/golang-lru
506506
alias: lru

.kube-linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2022 Lingfei Kong <[email protected]>. All rights reserved.
22
# Use of this source code is governed by a MIT style
33
# license that can be found in the LICENSE file. The original repo for
4-
# this file is https://github.com/superproj/superproj.
4+
# this file is https://github.com/onexstack/onexstack.
55
#
66

77
# customChecks defines custom checks.

.onexstack

Whitespace-only changes.

.todo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
[?] excelize
2929

3030
[?] https://github.com/samber/lo
31+
https://github.com/emirpasic/gods
3132
[?] loki: https://github.com/piupuer/gin-web
3233
[?] 使用 gin + mysql 实现类似kube-apiserver
3334
[?] loft 调研

.uplift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2022 Lingfei Kong <[email protected]>. All rights reserved.
22
# Use of this source code is governed by a MIT style
33
# license that can be found in the LICENSE file. The original repo for
4-
# this file is https://github.com/superproj/onex.
4+
# this file is https://github.com/onexstack/onex.
55
#
66

77
# .uplift.yaml

0 commit comments

Comments
 (0)