Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
水淹萌龙
kubesphere
提交
d83ac69d
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看板
未验证
提交
d83ac69d
编写于
5月 26, 2020
作者:
S
shaowenchen
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add license for devops
Signed-off-by:
N
shaowenchen
<
mail@chenshaowen.com
>
上级
bb94d6da
变更
44
隐藏空白更改
内联
并排
Showing
44 changed file
with
273 addition
and
98 deletion
+273
-98
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
+11
-12
pkg/models/devops/devops_test.go
pkg/models/devops/devops_test.go
+16
-0
pkg/models/devops/jkerror.go
pkg/models/devops/jkerror.go
+11
-12
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
浏览文件 @
d83ac69d
/*
/*
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");
http://www.apache.org/licenses/LICENSE-2.0
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.
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
package
install
...
...
pkg/apis/devops/group.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/doc.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/openapi_generated.go
浏览文件 @
d83ac69d
// +build !ignore_autogenerated
// +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");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/register.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/s2ibinary_types.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/s2ibinary_types_test.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/s2ibuilder_types.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The Kubes
phere Authors.
Copyright 20
20 The KubeS
phere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/s2ibuilder_types_test.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The Kubes
phere Authors.
Copyright 20
20 The KubeS
phere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/s2ibuildertemplate_types.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The Kubes
phere Authors.
Copyright 20
20 The KubeS
phere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/s2ibuildertemplate_types_test.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The Kubes
phere Authors.
Copyright 20
20 The KubeS
phere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/s2irun_types.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The Kubes
phere Authors.
Copyright 20
20 The KubeS
phere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/s2irun_types_test.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The Kubes
phere Authors.
Copyright 20
20 The KubeS
phere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/v1alpha1_suite_test.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha1/zz_generated.deepcopy.go
浏览文件 @
d83ac69d
// +build !ignore_autogenerated
// +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");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha3/credential_types.go
浏览文件 @
d83ac69d
/*
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
package
v1alpha3
import
v1
"k8s.io/api/core/v1"
import
v1
"k8s.io/api/core/v1"
...
...
pkg/apis/devops/v1alpha3/devopsproject_types.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha3/devopsproject_types_test.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha3/doc.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha3/openapi_generated.go
浏览文件 @
d83ac69d
// +build !ignore_autogenerated
// +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");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha3/pipeline_types.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha3/pipeline_types_test.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha3/register.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha3/v1alpha3_suite_test.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/apis/devops/v1alpha3/zz_generated.deepcopy.go
浏览文件 @
d83ac69d
// +build !ignore_autogenerated
// +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");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/kapis/devops/group.go
浏览文件 @
d83ac69d
/*
/*
Copyright 20
19 The KubeSphere a
uthors.
Copyright 20
20 The KubeSphere A
uthors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
pkg/kapis/devops/v1alpha2/devops.go
浏览文件 @
d83ac69d
/*
/*
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");
http://www.apache.org/licenses/LICENSE-2.0
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.
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
package
v1alpha2
import
(
import
(
...
...
pkg/kapis/devops/v1alpha2/handler.go
浏览文件 @
d83ac69d
/*
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
package
v1alpha2
import
(
import
(
...
...
pkg/kapis/devops/v1alpha2/pipeline_sonar.go
浏览文件 @
d83ac69d
/*
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
package
v1alpha2
import
(
import
(
...
...
pkg/kapis/devops/v1alpha2/register.go
浏览文件 @
d83ac69d
/*
/*
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");
http://www.apache.org/licenses/LICENSE-2.0
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.
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
package
v1alpha2
...
...
pkg/kapis/devops/v1alpha2/s2ibinary.go
浏览文件 @
d83ac69d
/*
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
package
v1alpha2
import
(
import
(
...
...
pkg/kapis/devops/v1alpha3/handler.go
浏览文件 @
d83ac69d
/*
/*
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");
http://www.apache.org/licenses/LICENSE-2.0
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.
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
package
v1alpha3
...
...
pkg/models/devops/common.go
浏览文件 @
d83ac69d
/*
/*
Copyright 2019 The KubeSphere Authors.
Copyright 2020 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
...
...
pkg/models/devops/devops.go
浏览文件 @
d83ac69d
/*
/*
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");
http://www.apache.org/licenses/LICENSE-2.0
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.
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
package
devops
import
(
import
(
...
...
pkg/models/devops/devops_test.go
浏览文件 @
d83ac69d
/*
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
package
devops
import
(
import
(
...
...
pkg/models/devops/jkerror.go
浏览文件 @
d83ac69d
/*
/*
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");
http://www.apache.org/licenses/LICENSE-2.0
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.
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
package
devops
type
JkError
struct
{
type
JkError
struct
{
...
...
pkg/models/devops/project.go
浏览文件 @
d83ac69d
/*
/*
Copyright 2019 The KubeSphere Authors.
Copyright 2020 The KubeSphere Authors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
...
...
pkg/models/devops/project_credential_handler.go
浏览文件 @
d83ac69d
/*
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
package
devops
import
(
import
(
...
...
pkg/models/devops/project_pipeline_sonar_handler.go
浏览文件 @
d83ac69d
/*
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
package
devops
import
(
import
(
...
...
pkg/models/devops/s2ibinary_handler.go
浏览文件 @
d83ac69d
/*
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
package
devops
import
(
import
(
...
...
pkg/models/devops/s2ibinary_handler_test.go
浏览文件 @
d83ac69d
/*
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
package
devops
import
(
import
(
...
...
pkg/models/git/OWNERS
浏览文件 @
d83ac69d
approvers:
approvers:
- runzexia
- runzexia
- soulseen
- soulseen
- shaowenchen
reviewers:
reviewers:
- runzexia
- runzexia
- soulseen
- soulseen
- shaowenchen
labels:
labels:
- area/devops
- area/devops
pkg/models/git/git.go
浏览文件 @
d83ac69d
/*
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
package
git
import
(
import
(
...
...
pkg/models/git/git_test.go
浏览文件 @
d83ac69d
/*
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
package
git
import
(
import
(
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录