zzxwill
6fb9d02e8d
Fix code of conduct link
...
renamed: CODE_OF_CONDUCT.md -> CODE_OF_CONDUCT.md
2020-10-10 17:35:16 +08:00
Jianbo Sun
dd08aa4d45
Merge pull request #329 from captainroy-hy/track-comp-status
...
track status changing in vela init
2020-10-09 19:12:35 +08:00
roy wang
8b3bda82f7
add e2e test for vela init
...
modify e2e setup to wait oam-runtime pod running
add k8sclient in e2e test
refine tracking status of vela init
Signed-off-by: roy wang <seiwy2010@gmail.com >
2020-10-09 19:36:33 +09:00
roy wang
6aafb90acd
track status changing in vela init
...
fix e2e-test
update oam-k8s-runtime dependency to latest tag
Signed-off-by: roy wang <seiwy2010@gmail.com >
2020-10-09 18:41:53 +09:00
Jianbo Sun
a0e12b84c7
Merge pull request #364 from resouer/update-project
...
Add design doc to kubevela and update readme
2020-10-09 14:48:55 +08:00
Harry Zhang
e56eb2fa67
Complete detailed design (part 1)
2020-10-08 22:38:08 -07:00
Jianbo Sun
28e75551ed
Merge pull request #363 from hanxie-crypto/feature07
...
bug fix
2020-10-09 10:10:30 +08:00
hanxie
045a4aae2d
bug fix
2020-10-09 09:58:48 +08:00
Jianbo Sun
53a9e9284d
Merge pull request #359 from wonderflow/fixroute
...
Some fixes
2020-10-09 08:31:37 +08:00
天元
189175c4db
using Environment intead of ENV fixes #350
2020-10-09 08:21:31 +08:00
Jianbo Sun
aa9c96d0b5
Merge pull request #360 from captainroy-hy/fix-hack-generate
...
fix minor bug in generate.go
2020-10-08 19:32:32 +08:00
roy wang
ceaf6db82c
fix minor bugs in generate.go
...
Signed-off-by: roy wang <seiwy2010@gmail.com >
2020-10-08 19:09:22 +09:00
天元
e4570e22ae
fix podspec workload not create service anymore
2020-10-08 16:09:04 +08:00
天元
c9a28309b2
fix trait detach not work
2020-10-08 16:08:42 +08:00
天元
6d50eed4f9
fix temparory chart dir created when develop locally
2020-10-08 15:58:43 +08:00
天元
e922666d5f
rename 'vela comp run' to 'vela comp deploy'
2020-10-08 15:46:30 +08:00
天元
43223f0759
fix helm chart release name to kubevela
2020-10-08 15:31:05 +08:00
Harry Zhang
2641630b97
Init commit on design doc
2020-10-07 10:31:55 -07:00
Ryan Zhang
f4d5a13934
Merge pull request #356 from oam-dev/rename
...
rename containerized to podspecworkload
2020-10-06 10:13:54 -07:00
Ryan Zhang
61544a0be6
rename containerized to podspecworkload
2020-10-06 00:25:16 -07:00
Ryan Zhang
e422d0ba86
Merge pull request #352 from oam-dev/install-helm
...
Hack the Helm install client and improve the helm chart
2020-10-02 23:14:12 -07:00
Ryan Zhang
d0d8d77337
fix the test
2020-10-02 20:26:50 -07:00
Ryan Zhang
3f468e4752
improve helm install
2020-10-02 19:29:31 -07:00
Jianbo Sun
3b6ced2a58
Merge pull request #351 from resouer/readme
...
Add details for the project
2020-10-02 11:47:05 +08:00
Harry Zhang
f29bb26880
Add details for the project
2020-10-01 19:22:15 -07:00
Jianbo Sun
6ede8601b4
Merge pull request #343 from zzxwill/api
...
Refine and fix API
2020-09-30 14:44:38 +08:00
zzxwill
8a15d19348
Refine and fix API
...
- fixed trait attach issue
- allow leaving out `/` to make API more friendly
- merge similar struct
2020-09-29 19:30:52 +08:00
Zheng Xi Zhou
e0b4e5f76f
Merge pull request #342 from hanxie-crypto/feature06
...
update applist
2020-09-29 19:27:30 +08:00
hanxie
6c04af02cb
update applist
2020-09-29 19:08:04 +08:00
Zheng Xi Zhou
351049b74f
Merge pull request #337 from hanxie-crypto/feature05
...
Component module related
2020-09-29 16:58:07 +08:00
hanxie
30127f8a3e
Component module related
2020-09-28 19:37:33 +08:00
Ryan Zhang
6863ac02a1
add back the test after the cue templates are updated ( #328 )
...
* add back the test
* enhance e2e test
2020-09-28 17:51:06 +08:00
silenceper
24c30e65fb
Determine whether it is necessary to create a service ( #333 )
...
* Determine whether it is necessary to create a service
* add checkContainerPortsSpecified func
* add check workload is nil
2020-09-28 10:08:51 +08:00
silenceper
c4dd02761a
support delete multi env ( #331 )
...
* support delete multi env
* fix golint
2020-09-27 15:44:46 +08:00
Hongchao Deng
72b7a89e9a
Merge pull request #332 from silenceper/fix-break
...
use return instead of break
2020-09-26 23:41:37 -07:00
silenceper
453976e28f
use return instead of break
2020-09-27 14:31:03 +08:00
Jianbo Sun
914fa61819
Merge pull request #325 from zzxwill/component-api
...
Implemente Component api
2020-09-27 12:19:52 +08:00
zzxwill
e1a2edb604
fix naming issue
2020-09-27 11:35:46 +08:00
zzxwill
d245f3f939
implemented component delete API
2020-09-26 21:43:32 +08:00
zzxwill
433296d718
Update trait attach/detach with the introduction of component
2020-09-26 21:43:32 +08:00
zzxwill
28c3c683a0
Implement component related API
...
Update app list/show, implmented
component show
2020-09-26 21:41:15 +08:00
Jianbo Sun
50ba36eb1e
Merge pull request #319 from oam-dev/cue-improve
...
Tweak the cue template format
2020-09-26 13:12:08 +08:00
Ryan Zhang
c69c809264
improve CUE format
2020-09-25 21:58:30 -07:00
Sun Jianbo
fac05a3bd1
Merge pull request #326 from zzxwill/naming
...
Fix naming in `json` of struct fields
2020-09-25 15:39:43 +08:00
zzxwill
60e34d5b03
Fix naming in json of struct fields
...
almost all of names in `json` of struct fileds
should be in `lowerUpper` format
2020-09-25 14:55:24 +08:00
Hongchao Deng
8b480df72d
Merge pull request #318 from hongchaodeng/gomod
...
fixed dep should be put under 'replace'
2020-09-23 21:00:44 -07:00
Sun Jianbo
5deef1c098
Merge pull request #314 from captainroy-hy/fix-comp-status
...
fix bug: handle exception cases in `vela comp status`
2020-09-24 10:15:59 +08:00
roy wang
11d4fcd56f
handle exception cases of vela comp status
...
Signed-off-by: roy wang <seiwy2010@gmail.com >
2020-09-24 10:59:53 +09:00
Hongchao Deng
d78648b73c
fixed dep should be put under 'replace'
2020-09-23 09:12:09 -07:00
Sun Jianbo
525c228bd7
Merge pull request #311 from wonderflow/fix
...
fix env exist but issuer not exist
v0.0.7
2020-09-23 11:22:11 +08:00