rick
3d12019e23
Mix up the pipeline list between ks and Jenkins
...
Technically we should take the Pipeline list from ks or mixup the instead of only taking it from Jenkins. Because we always manipulate Pipeline from ks.
Signed-off-by: rick <rick@jenkins-zh.cn >
2020-12-11 13:38:20 +08:00
KubeSphere CI Bot
a314b31bf0
Merge pull request #3177 from LinuxSuRen/fix/multi-branch-panic-with-nil
...
Fix ks-controller panic due to missing nil checking in mutli-branch pipeline
2020-12-11 12:00:45 +08:00
junotx
933d0b5571
custom monitoring with cluster level
...
Signed-off-by: junotx <junotx@126.com >
2020-12-10 17:16:38 +08:00
rick
f50f30e6a3
Refactory pr discover with Bitbucket, avoid using number to compare
...
Signed-off-by: rick <rick@jenkins-zh.cn >
2020-12-09 14:27:06 +08:00
rick
e4782b37f0
Remove the specified version of jenkins plugin scm-api
...
Signed-off-by: rick <rick@jenkins-zh.cn >
2020-12-09 13:41:01 +08:00
junotx
1df035ed06
support for querying pods metrics from the cluster level
...
Signed-off-by: junotx <junotx@126.com >
2020-12-09 10:23:33 +08:00
KubeSphere CI Bot
1d2204cdfa
Merge pull request #3165 from LinuxSuRen/fix/pipeline-cron-tips
...
Fix the inapproprite errors handle with cron expression checking
2020-12-08 17:59:43 +08:00
KubeSphere CI Bot
bfdef0e67b
Merge pull request #3156 from LinuxSuRen/pipeline-approve
...
Restrict only specific users or admin can approve a pipeline
2020-12-08 17:49:43 +08:00
rick
0b4ed3f8c8
Fix ks-controller panic due to missing nil checking in mutli-branch pipeline
...
Signed-off-by: rick <rick@jenkins-zh.cn >
2020-12-03 13:48:25 +08:00
rick
730657166c
Add more error handling when request cron validation
...
Signed-off-by: rick <rick@jenkins-zh.cn >
2020-12-03 09:45:25 +08:00
KubeSphere CI Bot
18bb1c116b
Merge pull request #3145 from LinuxSuRen/master
...
Provide a hunman readable error message instead of the raw
2020-12-02 17:44:40 +08:00
rick
66dd5ac784
Keep the orignal error messages with log printing instead swallow them
...
Signed-off-by: rick <rick@jenkins-zh.cn >
2020-12-01 11:14:42 +08:00
KubeSphere CI Bot
fafe5f14e6
Merge pull request #3131 from LinuxSuRen/gitlab-multi-branch-pipeline
...
Add gitlab multi-branch pipeline support
2020-12-01 10:56:39 +08:00
rick
039dbf8033
Fix the inapproprite errors handle with cron expression checking
...
Signed-off-by: rick <rick@jenkins-zh.cn >
2020-12-01 10:07:57 +08:00
rick
8451c18277
Add unit tests for pipeline approve functions
...
Signed-off-by: rick <rick@jenkins-zh.cn >
2020-11-30 14:09:44 +08:00
rick
df34ee9978
Adding approvable field to indicate if current user can approve a particular step
...
Signed-off-by: rick <rick@jenkins-zh.cn >
2020-11-30 11:42:41 +08:00
rick
00e8b0e5ef
Fix panic against with pipeline-multibranch-defaults-plugin
...
Signed-off-by: rick <rick@jenkins-zh.cn >
2020-11-25 15:38:07 +08:00
rick
d35e22f0be
Provide a hunman readable error message instead of the raw
...
Signed-off-by: rick <rick@jenkins-zh.cn >
2020-11-25 09:07:20 +08:00
rick
af471bce59
Add unit test cases for gitlab multi-branch pipeline
...
Signed-off-by: rick <rick@jenkins-zh.cn >
2020-11-24 16:40:26 +08:00
rick
52c6f5f479
Use camel case style according to review comments
...
Signed-off-by: rick <rick@jenkins-zh.cn >
2020-11-24 13:54:35 +08:00
rick
3293948b33
Add gitlab multi-branch pipeline support
...
Signed-off-by: rick <rick@jenkins-zh.cn >
2020-11-24 13:48:25 +08:00
KubeSphere CI Bot
5a816f72fc
Merge pull request #3125 from LinuxSuRen/discover-tag-support
...
Add support discover tags for multi-branch pipeline
2020-11-24 11:35:36 +08:00
rick
1783b75c98
Add support discover tags for multi-branch pipeline
...
Signed-off-by: rick <rick@jenkins-zh.cn >
2020-11-19 15:29:44 +08:00
zackzhangkai
745ede8519
upgrade prometheus client-go
...
Signed-off-by: zackzhangkai <zackzhang@yunify.com >
2020-11-17 18:13:43 +08:00
Zhengyi Lai
c8f814acf2
Add param WeaveScopeHost
...
Signed-off-by: Zhengyi Lai <zheng1@yunify.com >
2020-11-17 16:57:11 +08:00
KubeSphere CI Bot
aa64c745c9
Merge pull request #3033 from duanjiong/ippool
...
implement ippool
2020-11-06 17:32:43 +08:00
KubeSphere CI Bot
c86dfbc7ad
Merge pull request #3002 from yunkunrao/add_kubelet_pleg_relist_quantile
...
Add node metric: node_pleg_quantile
2020-11-06 17:24:58 +08:00
shaowenchen
635de6da45
fix: adapt to different parameter types for pipeline
...
Signed-off-by: shaowenchen <mail@chenshaowen.com >
2020-10-30 15:22:29 +08:00
Duan Jiong
43d1d6f243
implement ippool
...
1. support vlan ippool management
2. support calico ippool management
Signed-off-by: Duan Jiong <djduanjiong@gmail.com >
2020-10-29 09:59:27 +08:00
Rao Yunkun
97b054d99d
Add node metric: node_pleg_quantile
...
Signed-off-by: Rao Yunkun <yunkunrao@yunify.com >
2020-10-06 20:06:27 +08:00
KubeSphere CI Bot
d567f438ff
Merge pull request #2934 from shaowenchen/fix_scm_choice
...
fix: scm choices
2020-08-28 18:04:59 +08:00
shaowenchen
018a18e784
fix: scm choices
...
Signed-off-by: shaowenchen <mail@chenshaowen.com >
2020-08-28 17:44:25 +08:00
shaowenchen
2dcabb0bdb
fix crendential sync
...
Signed-off-by: shaowenchen <mail@chenshaowen.com >
2020-08-28 16:54:07 +08:00
KubeSphere CI Bot
d6ab60bdb4
Merge pull request #2910 from shaowenchen/fix_multibranch_sonarqube
...
fix:multibranch sonarqube missing
2020-08-23 08:07:59 +08:00
shaowenchen
2bdf23ae98
fix:multibranch sonarqube missing
...
Signed-off-by: shaowenchen <mail@chenshaowen.com >
2020-08-21 15:21:46 +08:00
hongming
66d79aaf75
fix: missing role template after upgrade
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-08-20 23:06:59 +08:00
huanggze
57adb94911
fix: exported logs are incomplete
...
Signed-off-by: huanggze <loganhuang@yunify.com >
2020-08-11 15:12:46 +08:00
huanggze
575513182b
fix: resources_filter not working for workload metric query
...
Signed-off-by: huanggze <loganhuang@yunify.com >
2020-08-11 11:19:20 +08:00
zryfish
dbc33fe5d2
add license header ( #2761 )
...
Signed-off-by: Jeff <zw0948@gmail.com >
2020-08-05 15:54:17 +08:00
shaowenchen
9cb4935b92
add more details info for jenkins api
...
Signed-off-by: shaowenchen <mail@chenshaowen.com >
2020-07-31 18:00:15 +08:00
wanjunlei
e71697f864
fix bug auditing can't search anything using keyword with '-' for fuzzy
...
Signed-off-by: wanjunlei <wanjunlei@yunify.com >
2020-07-30 22:39:14 +08:00
KubeSphere CI Bot
67c6a8c510
Merge pull request #2672 from wanjunlei/auditing-log
...
make ws admin can be aware of anything happened in its workspace.
2020-07-30 13:33:51 +08:00
KubeSphere CI Bot
3a703d4371
Merge pull request #2703 from shaowenchen/fix_to_json
...
add parameter for to_json
2020-07-30 09:52:52 +08:00
KubeSphere CI Bot
9834baf230
Merge pull request #2688 from huanggze/master
...
Allow global admins to view deleted namespace logs
2020-07-30 09:50:51 +08:00
wanjunlei
9306b6abf7
change match_phrase_prefix to match_phrase
...
Signed-off-by: wanjunlei <wanjunlei@yunify.com >
2020-07-29 18:48:34 +08:00
wanjunlei
b5392b97c0
add ns and ws query parameter to es query body
...
Signed-off-by: wanjunlei <wanjunlei@yunify.com >
2020-07-29 18:48:34 +08:00
wanjunlei
713c646bfd
make ws admin aware of anything happened in its workspace.
...
Signed-off-by: wanjunlei <wanjunlei@yunify.com >
2020-07-29 18:48:34 +08:00
shaowenchen
62a2cc02b0
add parameter for to_json
...
Signed-off-by: shaowenchen <mail@chenshaowen.com >
2020-07-29 18:12:53 +08:00
huanggze
70d0d5fe18
Allow global admins to view deleted namespace logs
...
Signed-off-by: huanggze <loganhuang@yunify.com >
2020-07-29 10:26:38 +08:00
Duan Jiong
eb21606602
networkpolicy: add new parameters allowedIngressNamespaces for user customization
...
Signed-off-by: Duan Jiong <djduanjiong@gmail.com >
2020-07-28 10:55:16 +08:00