hongming
4d88ed2ca1
update dependencies ( #6519 )
...
Signed-off-by: hongming <coder.scala@gmail.com >
2025-05-29 15:51:37 +08:00
hongming
0d852e8276
chore: update copyright headers ( #6496 )
...
Signed-off-by: hongming <coder.scala@gmail.com >
2025-04-30 15:53:51 +08:00
KubeSphere CI Bot
1564abca4d
feat: add imagesearch provider ( #6449 )
...
* feat: add imagesearch provider
* update
* update
* update
* update url and queries
* add func getProviderTypeByHost
---------
Signed-off-by: wenhaozhou <wenhaozhou@yunify.com >
Signed-off-by: hongming <coder.scala@gmail.com >
Co-authored-by: wenhaozhou <wenhaozhou@yunify.com >
2025-03-19 11:03:58 +08:00
KubeSphere CI Bot
447a51f08b
feat: kubesphere 4.0 ( #6115 )
...
* feat: kubesphere 4.0
Signed-off-by: ci-bot <ci-bot@kubesphere.io >
* feat: kubesphere 4.0
Signed-off-by: ci-bot <ci-bot@kubesphere.io >
---------
Signed-off-by: ci-bot <ci-bot@kubesphere.io >
Co-authored-by: ks-ci-bot <ks-ci-bot@example.com >
Co-authored-by: joyceliu <joyceliu@yunify.com >
2024-09-06 11:05:52 +08:00
Wenhao Zhou
b4a9ee425b
Images tag ( #5957 )
...
* Feat: Add pagination for listing repository tags (#683 )
* feat: add pagination for listing repository tags
Signed-off-by: wenhaozhou <wenhaozhou@yunify.com >
* use ParseQueryParameter
Signed-off-by: wenhaozhou <wenhaozhou@yunify.com >
---------
Signed-off-by: wenhaozhou <wenhaozhou@yunify.com >
* feat: add tags total count (#695 ) (#698 )
Signed-off-by: wenhaozhou <wenhaozhou@yunify.com >
---------
Signed-off-by: wenhaozhou <wenhaozhou@yunify.com >
2023-10-26 17:27:26 +08:00
hongming
673fdde52c
Bump github.com/emicklei/go-restful-openapi to v2.9.2-0.20230507070325-d6acc08e570c ( #5669 )
2023-05-09 10:13:45 +08:00
hongming
1c49fcd57e
Bump sigs.k8s.io/controller-runtime to v0.14.4 ( #5507 )
...
* Bump sigs.k8s.io/controller-runtime to v0.14.4
* Update gofmt
2023-02-08 14:06:15 +08:00
hongming
d739c693c1
Remove the broken test case ( #5396 )
2022-12-05 10:50:57 +08:00
hongzhouzi
44167aa47a
Upgrade k8s package verison ( #5358 )
...
* upgrade k8s package version
Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io >
* Script upgrade and code formatting.
Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io >
Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io >
2022-11-15 14:56:38 +08:00
Eng Zer Jun
d1fec72a32
refactor: move from io/ioutil to io and os packages ( #5266 )
...
The io/ioutil package has been deprecated as of Go 1.16 [1]. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.
[1]: https://golang.org/doc/go1.16#ioutil
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com >
2022-10-18 15:47:38 +08:00
andrew_li
f289795312
Add golangci-lint workflow ( #4999 )
...
* fix lint workflow
* add golang lint
* close http response body
2022-06-29 11:58:36 +08:00
mango
f018a23023
chore: add licenses check tools ( #4706 )
...
* feat: check licenses header with skywalking-eye and support check tools.
Signed-off-by: mango <xu.weiKyrie@foxmail.com >
* feat: check licenses header with skywalking-eye and support check tools.
Signed-off-by: mango <xu.weiKyrie@foxmail.com >
* feat: check licenses header with skywalking-eye and support check tools.
Signed-off-by: mango <xu.weiKyrie@foxmail.com >
* remove verify-licenses because verify-all exist.
Signed-off-by: mango <xu.weiKyrie@foxmail.com >
* update modules.txt
Signed-off-by: mango <xu.weiKyrie@foxmail.com >
* revert go.mod
Signed-off-by: mango <xu.weiKyrie@foxmail.com >
* update vendor directory.
Signed-off-by: mango <xu.weiKyrie@foxmail.com >
* revert go.sum
Signed-off-by: mango <xu.weiKyrie@foxmail.com >
* revert go.sum
Signed-off-by: mango <xu.weiKyrie@foxmail.com >
* ignore `pkg/controller/application/status.go`
Signed-off-by: mango <xu.weiKyrie@foxmail.com >
* add license header.
Signed-off-by: mango <xu.weiKyrie@foxmail.com >
2022-03-09 10:25:13 +08:00
hongming
fecc331697
Fix registry verification failed
2022-02-17 14:19:38 +08:00
Jeff
3d2fd1b538
This PR does the following things:
...
1. add new registry api under resources.kubesphere.io/v1alpha3
2. deprecate registry api v1alpha2
Registry API v1alpha2 uses docker client to authenticate image registry
secret, which depends on docker.sock. We used to mount host
`/var/run/docker.sock` to deployment. It will prevent us imgrating to
containerd since no `docker.sock` exists. Registry API v1alpha3 comes to
rescure, it wraps library go-containerregistry and compatible with
docker registry, Harbor etc.
2021-08-24 13:37:42 +08:00
zryfish
ac275b6e98
add goimports format action ( #3630 )
...
Signed-off-by: Jeff <jeffzhang@yunify.com >
2021-03-30 13:44:24 +08:00
shaowenchen
774cefcbee
add parameter to allow ignore cert
...
Signed-off-by: shaowenchen <mail@chenshaowen.com >
2021-01-29 18:17:35 +08:00
rick
4d19901025
Fix the errors found by go vet
...
Signed-off-by: rick <rick@jenkins-zh.cn >
2020-11-17 09:23:07 +08:00
zryfish
dbc33fe5d2
add license header ( #2761 )
...
Signed-off-by: Jeff <zw0948@gmail.com >
2020-08-05 15:54:17 +08:00
hongming
85b61dce7c
copyright license update
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-05-25 14:51:24 +08:00
zryfish
48db63b91f
fix registry public hub search ( #2110 )
2020-05-25 14:21:18 +08:00
Jeff
edcec868dc
fix merge conflicts
2020-04-29 19:48:40 +08:00
Jeff
4e8e840d1f
Merge branch 'dev'
2020-04-29 19:20:59 +08:00
hongming
54fc52c0e3
add user crd
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-03-28 21:14:43 +08:00
zhuxiaoyang
1e68170f89
update unit test
...
Signed-off-by: zhuxiaoyang <sunzhu@yunify.com >
2020-01-15 18:59:48 +08:00
zhuxiaoyang
444e24bd48
remove schema if requiredss and add Check SSL
...
Signed-off-by: zhuxiaoyang <sunzhu@yunify.com >
2020-01-14 20:37:05 +08:00
zryfish
eceadec69c
devlopment branch ( #1736 )
2020-01-02 20:52:00 +08:00
zhuxiaoyang
6db3a0ba3e
fix typo
...
Signed-off-by: zhuxiaoyang <sunzhu@yunify.com >
2019-11-21 19:25:32 +08:00
Jeff
97c9a1786a
1. change glog to klog
...
2. move types to api package to avoid cyclic import
2019-09-16 18:46:28 +08:00
runzexia
2759b20be6
docker api version negotiation
...
Signed-off-by: runzexia <runzexia@yunify.com >
2019-09-16 14:44:53 +08:00
soulseen
959791ead5
update & clean debug log
...
Signed-off-by: soulseen <sunzhu@yunify.com >
2019-09-02 15:21:26 +08:00
soulseen
8aadf7af34
add docker image search api
...
Signed-off-by: soulseen <sunzhu@yunify.com >
2019-08-14 15:19:58 +08:00
hongming
468ef322d1
update api doc
...
Signed-off-by: hongming <talonwan@yunify.com >
2019-06-10 10:07:43 +08:00
hongming
b59c244ca2
add ks-iam and ks-apigateway
...
Signed-off-by: hongming <talonwan@yunify.com >
2019-03-11 21:21:06 +08:00
jeff
47bf8820f4
Initial commit
2019-03-07 17:08:54 +08:00