Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
水淹萌龙
kubesphere
提交
453c08f4
K
kubesphere
项目概览
水淹萌龙
/
kubesphere
与 Fork 源项目一致
Fork自
KubeSphere / kubesphere
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
kubesphere
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
未验证
提交
453c08f4
编写于
5月 26, 2020
作者:
K
KubeSphere CI Bot
提交者:
GitHub
5月 26, 2020
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #2119 from shaowenchen/add_license_for_devops
add license for devops
上级
b8f6a973
0a087c63
变更
44
隐藏空白更改
内联
并排
Showing
44 changed file
with
253 addition
and
76 deletion
+253
-76
pkg/apis/devops/crdinstall/install.go
pkg/apis/devops/crdinstall/install.go
+10
-12
pkg/apis/devops/group.go
pkg/apis/devops/group.go
+1
-1
pkg/apis/devops/v1alpha1/doc.go
pkg/apis/devops/v1alpha1/doc.go
+1
-1
pkg/apis/devops/v1alpha1/openapi_generated.go
pkg/apis/devops/v1alpha1/openapi_generated.go
+1
-1
pkg/apis/devops/v1alpha1/register.go
pkg/apis/devops/v1alpha1/register.go
+1
-1
pkg/apis/devops/v1alpha1/s2ibinary_types.go
pkg/apis/devops/v1alpha1/s2ibinary_types.go
+1
-1
pkg/apis/devops/v1alpha1/s2ibinary_types_test.go
pkg/apis/devops/v1alpha1/s2ibinary_types_test.go
+1
-1
pkg/apis/devops/v1alpha1/s2ibuilder_types.go
pkg/apis/devops/v1alpha1/s2ibuilder_types.go
+1
-1
pkg/apis/devops/v1alpha1/s2ibuilder_types_test.go
pkg/apis/devops/v1alpha1/s2ibuilder_types_test.go
+1
-1
pkg/apis/devops/v1alpha1/s2ibuildertemplate_types.go
pkg/apis/devops/v1alpha1/s2ibuildertemplate_types.go
+1
-1
pkg/apis/devops/v1alpha1/s2ibuildertemplate_types_test.go
pkg/apis/devops/v1alpha1/s2ibuildertemplate_types_test.go
+1
-1
pkg/apis/devops/v1alpha1/s2irun_types.go
pkg/apis/devops/v1alpha1/s2irun_types.go
+1
-1
pkg/apis/devops/v1alpha1/s2irun_types_test.go
pkg/apis/devops/v1alpha1/s2irun_types_test.go
+1
-1
pkg/apis/devops/v1alpha1/v1alpha1_suite_test.go
pkg/apis/devops/v1alpha1/v1alpha1_suite_test.go
+1
-1
pkg/apis/devops/v1alpha1/zz_generated.deepcopy.go
pkg/apis/devops/v1alpha1/zz_generated.deepcopy.go
+1
-1
pkg/apis/devops/v1alpha3/credential_types.go
pkg/apis/devops/v1alpha3/credential_types.go
+16
-0
pkg/apis/devops/v1alpha3/devopsproject_types.go
pkg/apis/devops/v1alpha3/devopsproject_types.go
+1
-1
pkg/apis/devops/v1alpha3/devopsproject_types_test.go
pkg/apis/devops/v1alpha3/devopsproject_types_test.go
+1
-1
pkg/apis/devops/v1alpha3/doc.go
pkg/apis/devops/v1alpha3/doc.go
+1
-1
pkg/apis/devops/v1alpha3/openapi_generated.go
pkg/apis/devops/v1alpha3/openapi_generated.go
+1
-1
pkg/apis/devops/v1alpha3/pipeline_types.go
pkg/apis/devops/v1alpha3/pipeline_types.go
+1
-1
pkg/apis/devops/v1alpha3/pipeline_types_test.go
pkg/apis/devops/v1alpha3/pipeline_types_test.go
+1
-1
pkg/apis/devops/v1alpha3/register.go
pkg/apis/devops/v1alpha3/register.go
+1
-1
pkg/apis/devops/v1alpha3/v1alpha3_suite_test.go
pkg/apis/devops/v1alpha3/v1alpha3_suite_test.go
+1
-1
pkg/apis/devops/v1alpha3/zz_generated.deepcopy.go
pkg/apis/devops/v1alpha3/zz_generated.deepcopy.go
+1
-1
pkg/kapis/devops/group.go
pkg/kapis/devops/group.go
+1
-1
pkg/kapis/devops/v1alpha2/devops.go
pkg/kapis/devops/v1alpha2/devops.go
+11
-12
pkg/kapis/devops/v1alpha2/handler.go
pkg/kapis/devops/v1alpha2/handler.go
+16
-0
pkg/kapis/devops/v1alpha2/pipeline_sonar.go
pkg/kapis/devops/v1alpha2/pipeline_sonar.go
+16
-0
pkg/kapis/devops/v1alpha2/register.go
pkg/kapis/devops/v1alpha2/register.go
+10
-12
pkg/kapis/devops/v1alpha2/s2ibinary.go
pkg/kapis/devops/v1alpha2/s2ibinary.go
+16
-0
pkg/kapis/devops/v1alpha3/handler.go
pkg/kapis/devops/v1alpha3/handler.go
+10
-12
pkg/models/devops/common.go
pkg/models/devops/common.go
+4
-1
pkg/models/devops/devops.go
pkg/models/devops/devops.go
+1
-1
pkg/models/devops/devops_test.go
pkg/models/devops/devops_test.go
+16
-0
pkg/models/devops/jkerror.go
pkg/models/devops/jkerror.go
+1
-1
pkg/models/devops/project.go
pkg/models/devops/project.go
+4
-1
pkg/models/devops/project_credential_handler.go
pkg/models/devops/project_credential_handler.go
+16
-0
pkg/models/devops/project_pipeline_sonar_handler.go
pkg/models/devops/project_pipeline_sonar_handler.go
+16
-0
pkg/models/devops/s2ibinary_handler.go
pkg/models/devops/s2ibinary_handler.go
+16
-0
pkg/models/devops/s2ibinary_handler_test.go
pkg/models/devops/s2ibinary_handler_test.go
+16
-0
pkg/models/git/OWNERS
pkg/models/git/OWNERS
+2
-0
pkg/models/git/git.go
pkg/models/git/git.go
+16
-0
pkg/models/git/git_test.go
pkg/models/git/git_test.go
+16
-0
未找到文件。
pkg/apis/devops/crdinstall/install.go
浏览文件 @
453c08f4
/*
Copyright 2020 The KubeSphere Authors.
Copyright 2019 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package
install
...
...
pkg/apis/devops/group.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/doc.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/openapi_generated.go
浏览文件 @
453c08f4
// +build !ignore_autogenerated
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/register.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/s2ibinary_types.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/s2ibinary_types_test.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/s2ibuilder_types.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The Kubes
phere Authors.
Copyright 20
20 The KubeS
phere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/s2ibuilder_types_test.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The Kubes
phere Authors.
Copyright 20
20 The KubeS
phere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/s2ibuildertemplate_types.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The Kubes
phere Authors.
Copyright 20
20 The KubeS
phere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/s2ibuildertemplate_types_test.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The Kubes
phere Authors.
Copyright 20
20 The KubeS
phere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/s2irun_types.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The Kubes
phere Authors.
Copyright 20
20 The KubeS
phere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/s2irun_types_test.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The Kubes
phere Authors.
Copyright 20
20 The KubeS
phere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/v1alpha1_suite_test.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/zz_generated.deepcopy.go
浏览文件 @
453c08f4
// +build !ignore_autogenerated
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha3/credential_types.go
浏览文件 @
453c08f4
/*
Copyright 2020 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package
v1alpha3
import
v1
"k8s.io/api/core/v1"
...
...
pkg/apis/devops/v1alpha3/devopsproject_types.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha3/devopsproject_types_test.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha3/doc.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha3/openapi_generated.go
浏览文件 @
453c08f4
// +build !ignore_autogenerated
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha3/pipeline_types.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha3/pipeline_types_test.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha3/register.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha3/v1alpha3_suite_test.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha3/zz_generated.deepcopy.go
浏览文件 @
453c08f4
// +build !ignore_autogenerated
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/kapis/devops/group.go
浏览文件 @
453c08f4
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/kapis/devops/v1alpha2/devops.go
浏览文件 @
453c08f4
/*
Copyright 2020 The KubeSphere Authors.
Copyright 2019 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package
v1alpha2
import
(
...
...
pkg/kapis/devops/v1alpha2/handler.go
浏览文件 @
453c08f4
/*
Copyright 2020 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package
v1alpha2
import
(
...
...
pkg/kapis/devops/v1alpha2/pipeline_sonar.go
浏览文件 @
453c08f4
/*
Copyright 2020 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package
v1alpha2
import
(
...
...
pkg/kapis/devops/v1alpha2/register.go
浏览文件 @
453c08f4
/*
Copyright 2020 The KubeSphere Authors.
Copyright 2019 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package
v1alpha2
...
...
pkg/kapis/devops/v1alpha2/s2ibinary.go
浏览文件 @
453c08f4
/*
Copyright 2020 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package
v1alpha2
import
(
...
...
pkg/kapis/devops/v1alpha3/handler.go
浏览文件 @
453c08f4
/*
Copyright 2020 The KubeSphere Authors.
Copyright 2020 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package
v1alpha3
...
...
pkg/models/devops/common.go
浏览文件 @
453c08f4
/*
Copyright 2019 The KubeSphere Authors.
Copyright 2020 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
...
...
pkg/models/devops/devops.go
浏览文件 @
453c08f4
/*
Copyright 20
19
The KubeSphere Authors.
Copyright 20
20
The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/models/devops/devops_test.go
浏览文件 @
453c08f4
/*
Copyright 2020 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package
devops
import
(
...
...
pkg/models/devops/jkerror.go
浏览文件 @
453c08f4
/*
Copyright 20
19
The KubeSphere Authors.
Copyright 20
20
The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
pkg/models/devops/project.go
浏览文件 @
453c08f4
/*
Copyright 2019 The KubeSphere Authors.
Copyright 2020 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
...
...
pkg/models/devops/project_credential_handler.go
浏览文件 @
453c08f4
/*
Copyright 2020 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package
devops
import
(
...
...
pkg/models/devops/project_pipeline_sonar_handler.go
浏览文件 @
453c08f4
/*
Copyright 2020 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package
devops
import
(
...
...
pkg/models/devops/s2ibinary_handler.go
浏览文件 @
453c08f4
/*
Copyright 2020 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package
devops
import
(
...
...
pkg/models/devops/s2ibinary_handler_test.go
浏览文件 @
453c08f4
/*
Copyright 2020 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package
devops
import
(
...
...
pkg/models/git/OWNERS
浏览文件 @
453c08f4
approvers:
- runzexia
- soulseen
- shaowenchen
reviewers:
- runzexia
- soulseen
- shaowenchen
labels:
- area/devops
pkg/models/git/git.go
浏览文件 @
453c08f4
/*
Copyright 2020 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package
git
import
(
...
...
pkg/models/git/git_test.go
浏览文件 @
453c08f4
/*
Copyright 2020 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package
git
import
(
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录