Roland.Ma
f5b98a39e5
add cluster list api
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-09-06 03:15:19 +00:00
Roland.Ma
638f0c9fa0
refine comments
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-09-03 01:20:20 +00:00
Roland.Ma
9cab2b8339
add gateway api
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-08-31 08:44:54 +00:00
zhu733756
242ceb54f6
[v3.2] Add grafana dashboard importing API ( #11 )
...
* Add API to import grafana templates to kubesphere dashboard
* Merge and fix the latest codes from kubesphere #2501
Signed-off-by: zhu733756 <talonzhu@yunify.com >
2021-08-31 12:24:46 +08:00
KubeSphere CI Bot
2b32df1c3f
Merge pull request #4172 from zryfish/refactor_registry
...
Refactor registry API to remove dependency on docker.sock
2021-08-27 13:38:11 +08:00
Jeff
136a2fd1fc
change registry secret verify api path
2021-08-26 13:56:41 +08:00
KubeSphere CI Bot
f4efd86b40
Merge pull request #4130 from ks-ci-bot/cherry-pick-3960-to-master
...
[master] Fix kubesphere_app_template_count always be 0 when GetKubeSphereStats
2021-08-25 10:04:10 +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
x893675
f29a5488a8
Fix kubesphere_app_template_count always be 0 when GetKubeSphereStats
...
Signed-off-by: x893675 <x893675@icloud.com >
2021-08-06 09:50:26 +00:00
rick
6d9cf166c6
Add proxy devops APIs request to ks-devops
...
move devops controllers into ks-devops
Signed-off-by: rick <1450685+LinuxSuRen@users.noreply.github.com >
2021-08-06 17:11:59 +08:00
Roland.Ma
85fd94b922
add kiali client with authentication supports
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-07-19 08:36:08 +00:00
yuswift
cd30e6eba5
update gofmt
...
Signed-off-by: yuswift <yuswift2018@gmail.com >
2021-07-15 10:13:04 +08:00
hongming
df98ea98cc
Fix panic due to nil pointer exception
...
Signed-off-by: hongming <talonwan@yunify.com >
2021-06-25 14:52:51 +08:00
hongming
2c60762cfc
Fix container terminal security risk
...
Signed-off-by: hongming <talonwan@yunify.com >
2021-06-10 16:25:55 +08:00
KubeSphere CI Bot
cc6b1f9f0a
Merge pull request #3767 from xyz-li/app-fix
...
Fix: validate repo when modify url
2021-05-08 10:47:34 +08:00
Roland.Ma
c37a11c5f9
move api to staging
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-04-29 08:20:05 +00:00
KubeSphere CI Bot
e9c963c58d
Merge pull request #3776 from wansir/feat-logout
...
Support RP-Initiated Logout
2021-04-20 20:17:12 +08:00
hongming
8fdd8beb08
Support RP-Initiated Logout
...
Signed-off-by: hongming <talonwan@yunify.com >
2021-04-20 15:17:40 +08:00
junot
8ed8a61bd0
remove trailing dollar char of namespacedResourcesFilter for monitoring api
...
Signed-off-by: junot <junotxiang@yunify.com >
2021-04-20 15:09:52 +08:00
KubeSphere CI Bot
b9ea449a4b
Merge pull request #3773 from LinuxSuRen/fix-filter-parse-err
...
Fix the error caused by the wrong filter parse
2021-04-20 14:06:11 +08:00
Rao Yunkun
bc387ca3fd
Add metering default config.
...
Signed-off-by: Rao Yunkun <yunkunrao@yunify.com >
2021-04-20 12:10:41 +08:00
Rao Yunkun
ab86f606a8
Update UT.
...
Signed-off-by: Rao Yunkun <yunkunrao@yunify.com >
2021-04-20 10:02:46 +08:00
rick
4ba8645bcf
Fix the error caused by the wrong filter parse
...
Signed-off-by: rick <1450685+LinuxSuRen@users.noreply.github.com >
2021-04-19 22:28:11 +08:00
Rao Yunkun
5904e2e9be
Remove metering ConfigMap dependency.
...
Signed-off-by: Rao Yunkun <yunkunrao@yunify.com >
2021-04-19 17:36:01 +08:00
LiHui
77f6c9067d
Fix: validate repo when modify url
...
Signed-off-by: LiHui <andrewli@yunify.com >
2021-04-19 17:13:02 +08:00
LiHui
5b3c524afa
Fix: return all items when limit=-1
...
Signed-off-by: LiHui <andrewli@yunify.com >
2021-04-16 16:57:14 +08:00
Zhengyi Lai
8d43b2a909
Merge pull request #3710 from xyz-li/app
...
Add owner files for the application relevant code base
2021-04-14 10:07:02 +08:00
KubeSphere CI Bot
1a24c99c45
Merge pull request #3715 from zhu733756/fix-bug-for-node-metrics-on-overview-page
...
fix bug for node metrics on overview page
2021-04-13 23:01:02 +08:00
zryfish
1031853757
Fix: filter app by app_id
...
Signed-off-by: LiHui <andrewli@yunify.com >
2021-04-13 17:43:10 +08:00
zhu733756
f49a9c1620
fix bug for node metrics on overview page
...
Signed-off-by: zhu733756 <talonzhu@yunify.com >
2021-04-13 15:46:22 +08:00
LiHui
620f65410a
add OWNERS file
...
Signed-off-by: LiHui <andrewli@yunify.com >
2021-04-09 11:50:57 +08:00
KubeSphere CI Bot
6ef2a019c9
Merge pull request #3703 from xyz-li/app-fix1
...
Fix: update chart data & sort by time of release list
2021-04-09 11:43:59 +08:00
LiHui
74fb76a48e
reverse order of release list
...
Signed-off-by: LiHui <andrewli@yunify.com >
2021-04-09 11:27:10 +08:00
KubeSphere CI Bot
4fc4e48d35
Merge pull request #3692 from yunkunrao/bug-fix
...
Add namespacedResourcesFilter field back in reqParams struct.
2021-04-07 23:03:13 +08:00
Rao Yunkun
d531d6b671
Update UT.
...
Signed-off-by: Rao Yunkun <yunkunrao@yunify.com >
2021-04-07 17:15:44 +08:00
Rao Yunkun
43eaf904f6
Add namespacedResourcesFilter field back in reqParams struct.
...
Signed-off-by: Rao Yunkun <yunkunrao@yunify.com >
2021-04-07 15:22:56 +08:00
Roland.Ma
133a67ce92
feat: optional cascade delete resources when deleting workspace
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-04-06 02:38:04 +00:00
KubeSphere CI Bot
162a949982
Merge pull request #3643 from yunkunrao/master
...
Intergate OpenPitrix metrics into metering.
2021-04-02 21:41:53 +08:00
Rao Yunkun
836b279fee
Update metering UT.
...
Signed-off-by: Rao Yunkun <yunkunrao@yunify.com >
2021-03-31 22:04:17 +08:00
Rao Yunkun
76ffaa8794
Update UT
...
Signed-off-by: Rao Yunkun <yunkunrao@yunify.com >
2021-03-31 16:58:10 +08:00
LiHui
61a990c75e
Fix: update repo
...
Signed-off-by: LiHui <andrewli@yunify.com >
2021-03-31 15:00:37 +08:00
Rao Yunkun
845f6bbe89
Intergate OpenPitrix metrics into metering.
...
Signed-off-by: Rao Yunkun <yunkunrao@yunify.com >
2021-03-30 18:13:18 +08:00
Rao Yunkun
d08e402384
Integate metering module and support metering data csv format export.
...
Signed-off-by: Rao Yunkun <yunkunrao@yunify.com >
2021-03-30 15:46:16 +08:00
zryfish
ac275b6e98
add goimports format action ( #3630 )
...
Signed-off-by: Jeff <jeffzhang@yunify.com >
2021-03-30 13:44:24 +08:00
KubeSphere CI Bot
40e3751e43
Merge pull request #3588 from LinuxSuRen/pipeline-json-missing-env
...
Fix fields missing when convert Jenkinsfile to JSON
2021-03-29 18:07:30 +08:00
KubeSphere CI Bot
64fc89212f
Merge pull request #3590 from xyz-li/app-fix1
...
Fix: remove checks when delete release
2021-03-29 14:54:47 +08:00
rick
a545effee9
Fix fields missing when convert Jenkinsfile to JSON
...
Signed-off-by: rick <1450685+LinuxSuRen@users.noreply.github.com >
2021-03-29 10:50:24 +08:00
rick
baa7ae4d69
Fix that devops admin users cannot approve a Pipeline input
...
Signed-off-by: rick <1450685+LinuxSuRen@users.noreply.github.com >
2021-03-26 13:29:25 +08:00
LiHui
9fc0f8d89b
Fix: remove checks of the exists of release when delete app and repo
...
Signed-off-by: LiHui <andrewli@yunify.com >
2021-03-25 23:57:39 +08:00
rick
57ffd36282
Fix the BitBucket endpoint URL redundant checking
...
Signed-off-by: rick <1450685+LinuxSuRen@users.noreply.github.com >
2021-03-23 10:25:52 +08:00