yangsoon
08a1dc5a22
Add package discover refresh when component/trait definition are registered ( #1402 )
...
* add discover refresh
* add test
* fix store openapi schema
* fix discovermapper
v1.0.2
2021-04-08 20:35:21 +08:00
Jianbo Sun
d2a46322c0
Merge pull request #1434 from chengshiwen/add-short-name
...
Add short name for crds
2021-04-08 20:15:22 +08:00
chengshiwen
7d31d84ec3
Remove redundant and ambiguous short names
2021-04-08 19:49:28 +08:00
chengshiwen
f59341f667
Add short name for crds
2021-04-08 19:49:23 +08:00
Jian.Li
a446aab46b
Fix Bug: strategyUnify not work with close call ( #1430 )
2021-04-08 18:41:04 +08:00
Shiming Zhang
f2de6de6f8
Remove useless code ( #1433 )
...
Signed-off-by: Shiming Zhang <wzshiming@foxmail.com >
2021-04-08 18:39:42 +08:00
guoxudong
0f23f6eb09
stop zh-CN docs sync ( #1431 )
...
Co-authored-by: guoxudong <guoxudong.dev@gmial.com >
2021-04-08 17:23:45 +08:00
Lei Zhang (Harry)
473164efbd
Finalize the message ( #1426 )
2021-04-08 15:54:40 +08:00
yangsoon
7dec0afc16
vela-cli support use "vela system cue-packages" to list cue-package ( #1417 )
...
* support list cue-package
* add test kube package doc
* refine words
* fix workflow
* fix the docs
Co-authored-by: 天元 <jianbo.sjb@alibaba-inc.com >
2021-04-08 15:54:25 +08:00
Jianbo Sun
a44257e153
fix flaky test ( #1427 )
2021-04-08 14:34:36 +08:00
yangsoon
1261e2678f
add podDisruptive to traitdefinition ( #1192 )
...
* add podDisruptive to traitdefinition
* fix docs & example
* fix diff and add docs
* use bool type for podDisruptive
Co-authored-by: 天元 <jianbo.sjb@alibaba-inc.com >
2021-04-08 13:39:03 +08:00
Ryan Zhang
325a4cdb0e
Add a new cloneset scale controller ( #1301 )
...
* add scale implementation
* fine tune the logic and adjust e2e test
* fix tests and fine tune logic
* try to fix flaky verification
* allow zero size step
* fix scale down check
2021-04-07 11:14:46 -07:00
wyike
b33b6fbead
garbage collection for cross-namespace workloads and traits in application layer ( #1421 )
...
* add logic for gc cross ns resources
WIP regenerate api and charts
rewrite handle resourceTracker logic
WIP add e2e test logic
add more e2e test
* WIP refactor sevral funs name and add comments for code
* WIP add more corener case e2e test
* add unit test and fix bug
* WIP refactor handleResouceTracker logic
* refactor func name aglin with others and add comments
* make generate to fix check-diff ci error
* change resourceTracker status as a subresource
2021-04-07 21:34:48 +08:00
Jian.Li
15b1bd2660
Fix the bug that the registered k8s built-in gvk does not exist ( #1414 )
...
* fix bug for method exist(gvk)
* check that all built-in k8s resource are registered
2021-04-07 13:06:19 +08:00
yangsoon
8c73ea5d8a
fix keda.md ( #1420 )
2021-04-06 16:07:22 +08:00
Jian.Li
4b25ed4ba1
fix import inner package in the format of third party package path and split test cases ( #1412 )
...
* test third party path in cue
* fix typo
* fix pkg mount bug
Co-authored-by: 天元 <jianbo.sjb@alibaba-inc.com >
2021-04-02 13:04:52 +08:00
Jianbo Sun
f47ca0f4da
remove no used ingress notes in charts ( #1405 )
...
* remove no used ingress notes in charts
* remove helm repo update
2021-04-02 10:58:07 +08:00
Herman Zhu
5b1b054cca
refactor(workload) remove all the duplicate fields ( #1410 )
...
remove all the duplicate fields in parser above as template contains
fix #1388
Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com >
2021-04-02 10:24:27 +08:00
Lei Zhang (Harry)
35376bd396
Reword readme for clearer message ( #1408 )
...
Rewording the readme
2021-04-02 09:41:23 +08:00
Lei Zhang (Harry)
06069d3580
Update docs to reflect app delivery idea ( #1401 )
2021-04-01 15:26:25 +08:00
yangsoon
43057161bf
update contributing guide ( #1398 )
2021-04-01 13:54:56 +08:00
woshicai
50ded65805
Fix: update homebrew before install kubevela client ( #1395 )
...
Co-authored-by: charles <charles.cai@sap.com >
2021-04-01 12:45:40 +08:00
Stupig
1444376b0c
newline is missing for BaseContextFile ( #1396 )
v1.0.1
2021-04-01 12:07:27 +08:00
yangsoon
04486f89bb
fix crd: add additional print column and short Name for CRD ( #1377 )
...
* add additional print column
* add shortname
* fix printcolumn & test
2021-04-01 11:51:43 +08:00
Zheng Xi Zhou
d6d19a7c5a
Remove outputSecretName in cloud service provisoing and consuming ( #1393 )
...
Refer to the reason https://github.com/oam-dev/kubevela/issues/1128#issuecomment-811590631
2021-04-01 11:13:19 +08:00
Jianbo Sun
6b8875012d
use shell instead action to sync website && don't sync index.js and config.js ( #1386 )
...
* use shell instead action to sync website && don't sync index.js and config.js
* update test website build
* use bash instead sh
2021-04-01 10:06:34 +08:00
joelhy
7ae6a148a0
Fix grammar error: changed "an success story" to "a success story" ( #1385 )
2021-03-31 23:33:00 +08:00
Jianbo Sun
bbea29c8e5
fix kube-webhook-certgen to patch CRD conversation && remove cert-manager in CI e2e test && remove issuer create from CLI env ( #1267 )
...
* remove cert-manager in CI e2e test and remove issuer create from CLI env
* update job patch image(https://github.com/wonderflow/kube-webhook-certgen )
2021-03-31 21:21:28 +08:00
Robin Brämer
6e6c4c76a6
fix docs typo ( #1384 )
2021-03-31 19:56:36 +08:00
wyike
1bf673c3c1
upgrade webhook configuration to v1 ( #1383 )
2021-03-31 19:56:09 +08:00
yangsoon
352fe1ba5b
remove useless script & update install.mdx ( #1382 )
2021-03-31 18:40:34 +08:00
Yue Wang
3bdf7a044f
fix generate schema for helm values ( #1375 )
...
Signed-off-by: roy wang <seiwy2010@gmail.com >
2021-03-31 17:31:54 +08:00
yangsoon
3cb9fa79bf
fix index.js ( #1380 )
2021-03-31 16:01:53 +08:00
wyike
20f6e0ab02
skip check cross ns resource owner, add tests ( #1374 )
2021-03-31 15:00:16 +08:00
Kinso
438ab96f95
fix: add "system-definition-namespace" flag to container args ( #1371 )
...
Co-authored-by: kinsolee <lijingzhao@forchange.tech >
2021-03-31 14:41:07 +08:00
yangsoon
b5bf7a4f62
fix siderbar ( #1373 )
2021-03-31 14:39:09 +08:00
Lei Zhang (Harry)
d473e41f20
Update readme and doc ( #1376 )
2021-03-31 14:38:46 +08:00
Jianbo Sun
96c1d0786a
the application context should not own application object ( #1370 )
...
* the application context should not own application object
* add time for flaky test
2021-03-31 13:55:57 +08:00
yangsoon
f7196e10ca
fix upgrade in install.mdx ( #1364 )
2021-03-30 21:37:48 +08:00
yangsoon
a2997a070d
fix vela show ( #1366 )
2021-03-30 21:36:28 +08:00
Ryan Zhang
0629049e1f
add initial finalizer and abandon support ( #1362 )
...
* add initial finalizer and abandon support
* fix lint
2021-03-30 02:04:38 -07:00
yangsoon
553b5d19eb
add docs readme ( #1359 )
2021-03-30 16:37:46 +08:00
Jianbo Sun
07c8c23884
minor fix for docs ( #1356 )
...
* minor fix for docs
* minor fix for docs
* remove blog
v1.0.0
2021-03-30 08:47:20 +08:00
Hongchao Deng
d5d0cd1878
Add AppRevision option in webservice template and refine website doc ( #1355 )
2021-03-30 07:22:35 +08:00
Hongchao Deng
1d315aa045
Merge pull request #1354 from wonderflow/fixowner
...
use ApplicationContext as the owner of all the resources if it controlled by Application
2021-03-29 09:56:24 -07:00
天元
74a95133b2
fix log
2021-03-30 00:39:18 +08:00
天元
78ed5cade0
minor fix
2021-03-30 00:24:10 +08:00
天元
72f533e5eb
use AppContext as the ownerRef
2021-03-30 00:21:17 +08:00
天元
4918b5cee7
fix test
2021-03-29 23:48:51 +08:00
天元
0d8f656cdb
fix some tests
2021-03-29 23:45:29 +08:00