天元
cc590d7c42
using vela up to deploy
2021-01-05 18:10:22 +08:00
天元
5e06e41477
try fix ci
2021-01-05 17:15:55 +08:00
天元
6e658d1ea8
Merge branch 'master' into vela-up
2021-01-05 17:15:03 +08:00
Jianbo Sun
4832d95506
Merge pull request #854 from wonderflow/contribute
...
refine contributing doc
2021-01-05 13:33:46 +08:00
Jianbo Sun
61b9816296
Merge pull request #853 from wonderflow/tests
...
add test for component revision hook
2021-01-05 12:09:57 +08:00
天元
9a613da8c5
refine contributing doc
2021-01-05 12:09:23 +08:00
guoxudong
72ee5db872
Fix `each child in a list should have a unique "key" prop.' ( #844 )
...
* fix capability
* fix
2021-01-04 13:30:59 -08:00
lj176172
cb68136f93
remove
2021-01-04 17:26:34 +08:00
lj176172
a181ff46b6
extend exec-timeout period
2021-01-04 16:28:38 +08:00
lj176172
2e1433c366
extend exec-timeout period
2021-01-04 16:04:54 +08:00
lj176172
bac35a425f
extend exec-timeout period
2021-01-04 15:53:03 +08:00
lj176172
08d0b4830a
recover
2020-12-31 18:41:46 +08:00
lj176172
a1d9b3d032
remove trait attach
2020-12-31 18:31:24 +08:00
Jianbo Sun
8d0595ed4e
Update cmd/core/main.go
2020-12-31 17:13:13 +08:00
天元
01bd05d0a5
add test for component revision hook
2020-12-31 16:41:55 +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
Jianbo Sun
810cbcaae4
Merge pull request #841 from zzxwill/issue-trait-no-definition
...
Allow trait to work without TraitDefinition
2020-12-31 10:52:01 +08:00
zzxwill
dfdb833abe
Check trait CR is created and update ApplicationConfiguration
2020-12-31 09:16:56 +08:00
Jianbo Sun
f10e53c1eb
Merge pull request #847 from wonderflow/application
...
refine error message: trait definition not found
2020-12-30 19:01:05 +08:00
lj176172
a88d0a5660
lint code
2020-12-30 18:26:31 +08:00
天元
02bb9a1dc1
refine error message: trait definition not found
2020-12-30 18:25:30 +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
69e860a1e8
Merge pull request #843 from zzxwill/dashboard-start
...
Refine Dashboard README
2020-12-30 13:11:54 +08:00
zzxwill
0bd85d359a
Refine Dashboard README
...
Refined dashboard readme with all-in-one start command
2020-12-30 11:06:51 +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
zzxwill
d8d891f6c9
Allow trait to work without TraitDefinition
...
Fix the issue of applying trait if its traitdefinition
doesn't exits.
To fix issue #839
2020-12-30 00:14:26 +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