lj176172
08d0b4830a
recover
2020-12-31 18:41:46 +08:00
lj176172
a1d9b3d032
remove trait attach
2020-12-31 18:31:24 +08:00
lj176172
76d585795b
fix ls command
2020-12-31 16:18:37 +08:00
lj176172
4088a20252
ApplyApp
2020-12-31 12:26:05 +08:00
lj176172
a88d0a5660
lint code
2020-12-30 18:26:31 +08:00
lj176172
950238aa11
export scopes
2020-12-30 18:19:38 +08:00
lj176172
b52fc09fd6
lint code
2020-12-30 14:13:27 +08:00
lj176172
062c906e95
rebase master
2020-12-30 14:08:54 +08:00
Jianbo Sun
1abbe1f7cf
Merge pull request #842 from ryanzhang-oss/minor-improve
...
Use the correct cue parse api
2020-12-30 10:19:06 +08:00
Jianbo Sun
88143ae64a
Merge pull request #834 from zzxwill/workload
...
Add description field for Capability/Workloads list
2020-12-30 10:08:13 +08:00
Ryan Zhang
b25e911a74
use the correct cue parse api
2020-12-29 13:24:04 -08:00
Jianbo Sun
a7f823940c
Merge pull request #832 from wonderflow/application
...
refactor application object to have basic schema
2020-12-29 17:11:35 +08:00
天元
3a47d5de73
refactor application object to have more strict schema
2020-12-29 15:48:32 +08:00
zzxwill
eb2501f644
fix lint issue
2020-12-29 10:58:07 +08:00
zzxwill
abce944aad
Add description field for Capability/Workloads list
...
Added `description` field for workloads.
To fix #821
2020-12-29 10:43:05 +08:00
Jianbo Sun
386d5dd0ee
Merge pull request #833 from zzxwill/workload
...
Expend column width for "vela workloads/traits"
2020-12-28 22:00:59 +08:00
zzxwill
509895511b
Expend column width for "vela workloads/traits"
...
Expended column width for `vela workloads/traits` and also
shortened the description for all workloads and traits.
Fixed a tiny issue in hack/reference/generate.go
To fix issue #827
2020-12-28 20:57:22 +08:00
Weiping Cai
c0ebe8dc62
support mutli storage resources,define storage interface and implemen… ( #776 )
...
* support mutli storage resources,define storage interface and implement local storage
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io >
* support mutli storage resources,define storage interface and implement local storage
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io >
* support mutli storage resources,define storage interface and implement local storage
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io >
* support mutli storage resources,define storage interface and implement local storage
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io >
* move application/Application to storage/driver pkg
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io >
* update storage import format
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io >
2020-12-28 18:39:58 +08:00
Jianbo Sun
ebf1b51d58
Merge pull request #831 from zzxwill/mutation-webhook-conflicts
...
Add "How to fix issue: MutatingWebhookConfiguration mutating-webhook-configuration exists?"
2020-12-28 18:39:17 +08:00
zzxwill
4b27f9b4e2
Add "How to fix issue: MutatingWebhookConfiguration mutating-webhook-configuration exists?"
...
Added another question.
To cover issue #794
2020-12-28 17:44:58 +08:00
Jianbo Sun
8f6d0fded8
Merge pull request #825 from wonderflow/fix1
...
run CI check for all PR including docs/ and *md
2020-12-28 13:38:41 +08:00
Jianbo Sun
e8cabdc13c
Merge pull request #824 from zzxwill/issue-workloads
...
Add "description" field for each workload from ListWorkloads API
2020-12-28 10:02:01 +08:00
Jianbo Sun
a03d9f2626
Merge pull request #828 from zzxwill/issue-vela-workloads
...
Refine error message for trait without `spec.extension.template`
2020-12-27 11:06:50 +08:00
zzxwill
37cb5ccb51
Add "description" field for each workload from ListWorkloads API
...
Workload item doesn't have descriptin property, added it to help display
the description in capability list on Dashboard
2020-12-25 19:04:54 +08:00
zzxwill
4c34048186
Refine error message for trait without spec.extension.template
...
Error message of trait without `spec.extension.template`
adheres with normal message when executing "vela workloads".
To fix #826
2020-12-25 18:25:19 +08:00
天元
76e0bbcabd
run CI check for all PR including docs/ and *md
2020-12-25 17:53:04 +08:00
Jianbo Sun
32bc74456a
Merge pull request #810 from Cweiping/fix/fix_promethus_typo_error_2
...
fix typo error of promethus
2020-12-25 17:39:22 +08:00
Jianbo Sun
82df7c3a71
Merge pull request #811 from captainroy-hy/fix-integration-test
...
fix unstable integration test
2020-12-25 17:38:21 +08:00
majian
c06aca6f60
add dashboard lint check ( #815 ) and remove unused ref
2020-12-25 14:24:06 +08:00
Jianbo Sun
69dcf2fc5a
Merge pull request #807 from wonderflow/datainput
...
support strategy patch datainput merge for slice case
2020-12-25 12:42:13 +08:00
Yang Liu
04c9af5c81
Merge pull request #812 from wonderflow/revision
...
support custom component revision hook
2020-12-25 11:51:02 +08:00
guoxudong
1e6248d189
[Dashboard] Capabilities page ( #803 )
...
* add capabilities (workloads and traits)
* yarn prettier
2020-12-25 11:13:08 +08:00
天元
e3b4bcd2ca
support custom component revision
2020-12-25 09:40:54 +08:00
roywang
9730cb438d
fix unstable integration test
...
Signed-off-by: roywang <seiwy2010@gmail.com >
2020-12-24 18:22:27 +09:00
Jianbo Sun
a8f48eb140
Merge pull request #809 from hongchaodeng/owner
...
add sunny0826 (Xudong Guo) as reviewer
2020-12-24 14:20:59 +08:00
Weiping Cai
ab6a170c1d
fix typo error of promethus
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io >
2020-12-24 14:00:17 +08:00
Hongchao Deng
dc9b1eb6fc
add sunny0826 (Xudong Guo) as reviewer
2020-12-23 21:55:04 -08:00
Hongchao Deng
629bf00b63
update owner file ( #808 )
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-12-23 21:51:31 -08:00
Jian.Li
1f2c38d3c7
supports strategy patch for definition template ( #798 )
...
* supports strategy patch for definition template
* strategy unify
* lint code
* test cases
* add docs
* add test cases
* lint code
* add test cases for walk
* fix close fun
* lint code
* const variable for patchKey
* lint code
* interceptor for ast.Node
* add test cases
* check diff
* strategyUnify
* listMergeByKey
* prompts
2020-12-24 13:35:34 +08:00
Hongchao Deng
b129637cf2
add Community doc to clarify membership ladder ( #805 )
...
* add Community doc to clarify membership ladder
* update
2020-12-23 11:07:06 -08:00
Yue Wang
630f1e48bc
enable webhooks for AppConfig/Comp ( #781 )
...
rename webhooks
fix e2e tests
Signed-off-by: roywang <seiwy2010@gmail.com >
2020-12-23 11:02:06 -08:00
天元
4bed55b400
support strategy patch datainput merge for slice case
2020-12-23 21:53:05 +08:00
Jianbo Sun
54ca5c115f
Merge pull request #774 from captainroy-hy/trait-conflict-validation
...
implement conflictsWtih feature in trait definition
2020-12-23 13:32:38 +08:00
Zheng Xi Zhou
ddba62fba0
Generate restful api based on Swagger ( #765 )
...
* Generate restful api based on Swagger
As OpenAPI has to be quickly developped to support front-end developement, so
did the restufl api docs. Based on swagger, generate the docs automatically
* fix conflicts and add application list annotation
2020-12-22 16:35:26 -08:00
guoxudong
15a24c65b9
fix toc ( #802 )
2020-12-22 16:32:48 -08:00
guoxudong
56285ca540
add restful api docs ( #801 )
2020-12-22 15:16:56 +08:00
Jianbo Sun
b1c3f593db
Merge pull request #800 from sunny0826/brew-install
...
docs add brew
2020-12-22 14:53:45 +08:00
guoxudong
e23f6b3866
docs add brew
2020-12-22 14:47:54 +08:00
Jianbo Sun
2943bc7ce1
Merge pull request #797 from wonderflow/fixrevision
...
fix workload reconcile error when revision enable trait is attached
v0.2.2
2020-12-21 22:27:47 +08:00
Jianbo Sun
da0f8916aa
Merge pull request #790 from zzxwill/issue-vela-install
...
Refine error message for vela installation
2020-12-21 21:15:21 +08:00