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
wenhuwang
adfd3d7aaf
Upgrade ingress api version to networking.k8s.io/v1
...
Signed-off-by: wenhuwang <976400757@qq.com >
2021-08-19 15:36:04 +08:00
Roland.Ma
2fcfb81066
fix controller Start method signature
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-08-16 06:58:12 +00:00
yuswift
e9695cba4c
fix spelling typo
...
Signed-off-by: yuswift <yuswift2018@gmail.com >
2021-07-15 11:06:07 +08:00
yuswift
cd30e6eba5
update gofmt
...
Signed-off-by: yuswift <yuswift2018@gmail.com >
2021-07-15 10:13:04 +08:00
KubeSphere CI Bot
bb4af5aded
Merge pull request #3871 from xyz-li/metering
...
Fix: parse openpitrix resources, so that these resources will be included in billing.
2021-06-25 15:13:00 +08:00
Jeff
cfc0ac1eed
update pull request template
...
Signed-off-by: Jeff <jeffzhang@yunify.com >
fix goimports
Signed-off-by: Jeff <jeffzhang@yunify.com >
2021-06-21 01:02:51 +00:00
dkkb
3ec5a5aea6
Improve the s3 uploader for better performance.
...
Signed-off-by: dkkb <dabkb@aol.com >
2021-06-16 12:29:31 +08:00
KubeSphere CI Bot
318ecfdfd5
Merge pull request #3919 from RolandMa1986/fix-manifests
...
change controller-gen crds source path
2021-06-01 13:34:35 +08:00
Roland.Ma
0ba9f28aac
fix: dashboard ut test
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-05-31 07:42:46 +00:00
KubeSphere CI Bot
9aeb2d55a8
Merge pull request #3886 from xyz-li/app-fix
...
Fix: parse chart data by loader.LoadArchive
2021-05-28 14:46:32 +08:00
KubeSphere CI Bot
3361a51d44
Merge pull request #3897 from RolandMa1986/rolebinding-api
...
Query workspacerolebindings by rolename
2021-05-24 19:50:13 +08:00
LiHui
b0e727bf4e
Fix: parse chart data by loader.LoadArchive
...
Signed-off-by: LiHui <andrewli@yunify.com >
2021-05-17 15:19:34 +08:00
Roland.Ma
ee55e26e3c
query role by rolename
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-05-14 02:08:16 +00:00
LiHui
8db1e3772b
Fix: resolve openpitrix resources
...
Signed-off-by: LiHui <andrewli@yunify.com >
2021-05-12 14:01:30 +08:00
Rao Yunkun
80d3e91791
Fixed namespace resource filter.
...
Signed-off-by: Rao Yunkun <yunkunrao@yunify.com >
2021-05-10 15:20:06 +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
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
796d667e48
Add comments for metering price info struct.
...
Signed-off-by: Rao Yunkun <yunkunrao@yunify.com >
2021-04-20 11:40:23 +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
KubeSphere CI Bot
37c53db57f
Merge pull request #3743 from xyz-li/app-fix
...
Fix: return all items when limit=-1
2021-04-19 10:59:10 +08:00
Rao Yunkun
6952cf218f
Update Unit Test.
...
Signed-off-by: Rao Yunkun <yunkunrao@yunify.com >
2021-04-17 09:39:31 +08:00
Rao Yunkun
129ae3d6ee
Keep 3 decimal places for metering fee value.
...
Signed-off-by: Rao Yunkun <yunkunrao@yunify.com >
2021-04-16 17:34:43 +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
KubeSphere CI Bot
330148094f
Merge pull request #3750 from wansir/master
...
Fix user status change after update
2021-04-16 13:08:02 +08:00
hongming
744f88ea19
Fix user status change after update
...
Signed-off-by: hongming <talonwan@yunify.com >
2021-04-16 11:24:48 +08:00
LiHui
5e09533483
Fix: make search case-insensitive
...
Signed-off-by: LiHui <andrewli@yunify.com >
2021-04-15 16:36:48 +08:00
LiHui
8697fd5d3c
Fix: trim chart name prefix from chart file path
...
Signed-off-by: LiHui <andrewli@yunify.com >
2021-04-15 14:58:05 +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
KubeSphere CI Bot
a9a0be79d1
Merge pull request #3711 from yuswift/upgrade_crd
...
upgrade crd to apiextensions/v1
2021-04-11 13:35:15 +08:00
KubeSphere CI Bot
0f3e48ba30
Merge pull request #3694 from xyz-li/app-fix
...
check release resources status
2021-04-11 13:31:15 +08:00
LiHui
5bb2884f76
Fix: update time of charts
...
Signed-off-by: LiHui <andrewli@yunify.com >
2021-04-09 16:55:09 +08:00
yuswift
a35da047f3
upgrade crd to apiextensions/v1
...
Signed-off-by: yuswift <yuswift2018@gmail.com >
2021-04-09 16:00:28 +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
LiHui
c023fb13a0
update chart data
...
Signed-off-by: LiHui <andrewli@yunify.com >
2021-04-09 11:27:05 +08:00
LiHui
fc165f97d8
check helm release is ready or not
...
Signed-off-by: LiHui <andrewli@yunify.com >
2021-04-08 18:36:29 +08:00
junot
5346c6b1ae
fix notification triggering again after alerting rule changes
...
Signed-off-by: junot <junotxiang@yunify.com >
2021-04-08 17:18:36 +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