Commit Graph

1070 Commits

Author SHA1 Message Date
karmada-bot 5a025ea3f1
Merge pull request #973 from RainbowMango/pr_add_webhook_example
Setup webhook example structure
2021-11-17 11:19:02 +08:00
RainbowMango db6941e68e Setup webhook example structure
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2021-11-17 10:48:43 +08:00
karmada-bot 73f68c3a5c
Merge pull request #971 from XiShanYongYe-Chang/hook-handler-interface
Add Hook handler interface
2021-11-16 18:42:02 +08:00
changzhen 0acd626d1b add hook handler interface
Signed-off-by: changzhen <changzhen5@huawei.com>
2021-11-16 17:51:20 +08:00
karmada-bot 32189e2293
Merge pull request #970 from RainbowMango/pr_set_default_deleteoption
Set background cacscade deletion by default
2021-11-16 14:21:01 +08:00
RainbowMango 584bf4d256 Set background cacscade deletion by default
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2021-11-16 11:39:57 +08:00
karmada-bot 0260049624
Merge pull request #962 from jameszhangyukun/validation-test-scheduler-estimator
add validation test for scheduler-estimator
2021-11-16 09:05:02 +08:00
karmada-bot 30803c9b8c
Merge pull request #968 from RainbowMango/pr_add_exploreresponse_status
Add status of explore response
2021-11-15 21:08:02 +08:00
RainbowMango 6383593d8f Add status of explore response
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2021-11-15 20:40:52 +08:00
jameszhangyukun 20483de82f add validation test for a scheduler-estimator and refactor the validation of scheduler-estimator
Signed-off-by: jameszhangyukun <1481815567@qq.com>

add validation test for a scheduler-estimator and refactor the validation of scheduler-estimator
2021-11-15 19:16:09 +08:00
karmada-bot 1de50cd8ea
Merge pull request #963 from lonelyCZ/job-e2e
e2e: Add test case cover job scheduling
2021-11-15 19:12:01 +08:00
Charlie17Li 83dabcf92f
add validation test for controller-manager and refactor the validation of controller-manager (#960)
Signed-off-by: charlie <qianglin98@qq.com>
2021-11-15 17:45:01 +08:00
karmada-bot a29de5997d
Merge pull request #966 from RainbowMango/pr_rename_review_status
Rename ExploreReview status to rawstatus
2021-11-15 17:08:02 +08:00
RainbowMango 75a6bc51bf Rename ExploreReview status to rawstatus
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2021-11-15 16:17:42 +08:00
lonelyCZ 1af768774c e2e: add test case cover job scheduling
Signed-off-by: lonelyCZ <531187475@qq.com>
2021-11-15 16:15:23 +08:00
karmada-bot 4e015e9cbe
Merge pull request #958 from gy95/validate
add more validations for cluster name
2021-11-15 15:36:01 +08:00
guoyao 94227b33b4 add more validations for cluster name
Signed-off-by: guoyao <1015105054@qq.com>
2021-11-15 15:08:16 +08:00
karmada-bot 4dd80bdc03
Merge pull request #949 from gy95/node_ready
unify IsNodeReady function
2021-11-15 14:06:02 +08:00
guoyao ae34e4d1b8 unify IsNodeReady function
Signed-off-by: guoyao <1015105054@qq.com>
2021-11-15 11:35:03 +08:00
karmada-bot b9e2799c12
Merge pull request #953 from XiShanYongYe-Chang/resource-explore-webhook
Match hooks and spawn remote calls to webhook
2021-11-15 10:59:01 +08:00
changzhen d81f6e81ce hooks matching and sending requests to webhook
Signed-off-by: changzhen <changzhen5@huawei.com>
2021-11-15 10:34:18 +08:00
karmada-bot 7cfb7e663f
Merge pull request #961 from RainbowMango/pr_define_rules
Define webhook rule instead of import
2021-11-13 21:39:32 +08:00
RainbowMango 5cb0fc2635 Add generated files
Signed-off-by: RainbowMango <renhongcai@huawei.com>
2021-11-13 20:09:07 +08:00
RainbowMango dc142d22eb Define webhook rules by ourself
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2021-11-13 20:09:07 +08:00
karmada-bot 12b38d0ffa
Merge pull request #959 from gy95/fossa
fix fossa
2021-11-13 16:07:32 +08:00
guoyao 8d8cc260bf fix fossa error
Signed-off-by: guoyao <1015105054@qq.com>
2021-11-13 15:40:06 +08:00
karmada-bot 81e3b138f5
Merge pull request #954 from RainbowMango/pr_fix_job_cannot_schedule
Fix job can not schedule issue
2021-11-12 20:38:31 +08:00
RainbowMango df20347e3b Fix job can not schedule issue.
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2021-11-12 20:08:29 +08:00
karmada-bot c67874689e
Merge pull request #951 from RainbowMango/pr_enable_explorer
Setup custom resource explorer
2021-11-12 19:26:32 +08:00
RainbowMango 9e7fde6ab9 Setup custom resource explorer
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2021-11-12 17:11:24 +08:00
karmada-bot 1e4ce8a509
Merge pull request #941 from XiShanYongYe-Chang/resource-explore-validate
Add the validation for ResourceExploringWebhookConfiguration
2021-11-12 16:39:31 +08:00
karmada-bot 48c2bfb839
Merge pull request #898 from Garrybest/pr_job
support job scheduling
2021-11-12 09:17:32 +08:00
changzhen c4a6c03c99 add the validation for ResourceExploringWebhookConfiguration creation
Signed-off-by: changzhen <changzhen5@huawei.com>
2021-11-11 15:04:09 +08:00
karmada-bot f7f53ee13f
Merge pull request #934 from XiShanYongYe-Chang/resource-explore-interface
Add interface design for Resource Explore Webhook
2021-11-11 14:50:16 +08:00
changzhen ea3d5620cd add interface design for resource explore
Signed-off-by: changzhen <changzhen5@huawei.com>
2021-11-11 14:23:35 +08:00
karmada-bot 8386bc0d1e
Merge pull request #943 from gy95/notfound
continue try to get resource when not found
2021-11-10 19:19:14 +08:00
guoyao 193e00d832 continue try to get resource when not found
Signed-off-by: guoyao <1015105054@qq.com>
2021-11-10 15:58:43 +08:00
karmada-bot 80df5e66c1
Merge pull request #930 from wawa0210/add-agent-flag-validate
add agent flag validate
2021-11-09 22:20:03 +08:00
karmada-bot 99ae88d913
Merge pull request #939 from XiShanYongYe-Chang/modify-configuration-scope
modify resourceexploringwebhookconfigurations to cluster scope
2021-11-09 21:07:03 +08:00
changzhen 0005cb6ce6 modify resourceexploringwebhookconfigurations to cluster scope
Signed-off-by: changzhen <changzhen5@huawei.com>
2021-11-09 20:38:49 +08:00
Garrybest 47a6823afa support job scheduling
Signed-off-by: Garrybest <garrybest@foxmail.com>
2021-11-09 14:29:34 +08:00
karmada-bot 2c5705c321
Merge pull request #901 from gy95/ascii-art
add colorful greeting ascii art
2021-11-09 14:03:03 +08:00
karmada-bot a74227e310
Merge pull request #936 from gy95/clean
cleanup some codes
2021-11-09 04:03:28 +08:00
karmada-bot 77511a25ef
Merge pull request #937 from XiShanYongYe-Chang/add-cncf-logo
Add CNCF logo
2021-11-08 21:02:11 +08:00
guoyao b22da790ea cleanup some codes
Signed-off-by: guoyao <1015105054@qq.com>
2021-11-08 20:43:39 +08:00
changzhen 6e7bd8f2e5 add cncf logo
Signed-off-by: changzhen <changzhen5@huawei.com>
2021-11-08 20:30:10 +08:00
karmada-bot d0a7a9ac7e
Merge pull request #933 from gy95/continue
remove orphan works failed cannot print successful logs
2021-11-08 16:19:22 +08:00
karmada-bot ccf78c1c70
Merge pull request #891 from Garrybest/pr_dynamic_weight
divide replicas weighted by AvailableReplicas
2021-11-08 15:41:55 +08:00
guoyao 9382c8a2d4 add colorful greeting ascii art
Signed-off-by: guoyao <1015105054@qq.com>
2021-11-08 15:17:56 +08:00
guoyao fc578cc496 remove orphan works failed cannot print successful logs
Signed-off-by: guoyao <1015105054@qq.com>
2021-11-08 14:55:26 +08:00