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
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
天元
7609da212f
fix workload can not be update when revision enable trait is attached
2020-12-21 21:12:19 +08:00
Zheng Xi Zhou
7f87a47832
Update pkg/commands/system.go
...
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com >
2020-12-21 18:05:42 +08:00
Jianbo Sun
04868d217b
Merge pull request #791 from zzxwill/autoscale-metrics-server
...
Add "Autoscale: how to enable metrics server in various Kubernetes clusters?" in FAQ
2020-12-21 14:35:42 +08:00
zzxwill
56aa3c24d7
Add "Autoscale: how to enable metrics server in various Kubernetes clusters?" in FAQ
...
Also linked the FAQ in set-autoscale.md
2020-12-18 21:02:11 +08:00
zzxwill
a54ba9bb54
Refine error message for vela installation
...
Refined error message for vela installation and increase
timeout to 5 minutes from 2 minutes. And did some code
refactoring
To fix issue #783
2020-12-18 19:41:38 +08:00
Jianbo Sun
fbe93dc847
Merge pull request #771 from wonderflow/blog
...
add blog about how to extend kubevela by cuelang
2020-12-18 19:33:59 +08:00
天元
dbd855cc25
address comments
2020-12-18 19:11:57 +08:00
Hongchao Deng
7f136159c0
fix inconsistency for dev proxy config ( #786 )
2020-12-17 20:39:27 -08:00
Hongchao Deng
af61b59c5e
return go time in Format RFC3339 to match js Date ( #785 )
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-12-17 20:11:18 -08:00
majian
c09e4df452
1.add application list page ( #779 )
...
2.ignore the deleted applicationconfig resource instead return nil
3.code style fix
2020-12-17 09:22:38 -08:00
Jianbo Sun
1694980eba
Update docs/blog/zh/extend-kubevela-by-cuelang-in-20-mins.md
...
Co-authored-by: Lei Zhang (Harry) <resouer@gmail.com >
2020-12-17 09:54:46 +08:00
Jianbo Sun
feee1306fd
Update docs/blog/zh/extend-kubevela-by-cuelang-in-20-mins.md
...
Co-authored-by: Lei Zhang (Harry) <resouer@gmail.com >
2020-12-17 09:54:30 +08:00
Jianbo Sun
0d56da4ab8
Update docs/blog/zh/extend-kubevela-by-cuelang-in-20-mins.md
...
Co-authored-by: Lei Zhang (Harry) <resouer@gmail.com >
2020-12-17 09:53:28 +08:00
roywang
582c3788c4
implement TraitConflict check in webhook
...
add unit tests
Signed-off-by: roy wang <seiwy2010@gmail.com >
2020-12-16 18:01:44 +09:00
天元
b8fd6f9823
add blog about how to extend kubevela by cuelang
2020-12-15 20:14:50 +08:00
Jianbo Sun
0fab691ba3
Merge pull request #773 from wonderflow/fiximports
...
minor fix
2020-12-15 15:56:23 +08:00
天元
3cb172f7ff
minor fix
2020-12-15 13:55:36 +08:00
Jian.Li
e882a650ae
Extend application's capabilities by trait definition ( #742 )
...
* add dsl pkg
* realize context capabilities for application
* fix golint
* fix check-diff
* upgrade vela server sample
* comment group
* Definition Reference be Optional & fix three-part trait crd apply without namespace
* Improve samples
2020-12-13 20:00:06 -08:00
Jianbo Sun
ef9c26ffec
Merge pull request #686 from majian159/hotfix-notfound-error
...
application not found return error. fix #685
2020-12-14 10:41:14 +08:00
majian
cf2a57c96a
Integrate swagger and add env api ( #764 )
...
* 1.swagger integrate
2.add env swagger comment
Signed-off-by: majian <majian159@live.com >
* use swagger.json
Signed-off-by: majian <majian159@live.com >
2020-12-12 08:54:33 -08:00
majian
7acc52ebdb
1.use yarn ( #769 )
...
2.reinstall package
Signed-off-by: majian <majian159@live.com >
2020-12-11 10:28:08 -08:00
Jianbo Sun
3c35d9dadc
Merge pull request #684 from majian159/feature-exec-svc
...
add svc flag for exec command.
2020-12-11 20:53:41 +08:00
majian
07742b6349
application not found return error. fix #685 and fix unit tests
...
Signed-off-by: majian <majian159@live.com >
2020-12-11 19:54:18 +08:00
majian
d45d086efb
add svc flag for exec command and add unit test
...
Signed-off-by: majian <majian159@live.com >
2020-12-11 19:32:50 +08:00
Jianbo Sun
a31a316171
Merge pull request #767 from sunny0826/brew
...
Adapted for brew installation
2020-12-11 13:54:50 +08:00
guoxudong
ec287a181f
Adapted for brew installation
2020-12-11 10:20:53 +08:00
Zheng Xi Zhou
50f4d10b00
Add make target to start both OpenAPI server and dashboard ( #766 )
...
Start up dashboard all in one
2020-12-10 11:10:10 -08:00
majian
9f27f70da8
1.migrate-env ( #757 )
...
2.add lockfile to version control
3.update packages
2020-12-10 15:05:33 +08:00
Jianbo Sun
3df55a92f3
Merge pull request #762 from resouer/dev
...
Update slack channel link
2020-12-10 12:08:04 +08:00
Harry Zhang
fd65c27ecb
Update slack channel link
2020-12-09 19:49:15 -08:00
Jianbo Sun
576d928a83
Merge pull request #761 from captainroy-hy/fix-golint-1
...
fix golint issues
2020-12-10 11:39:20 +08:00
roywang
d14558a227
fix golint issues
...
Signed-off-by: roywang <seiwy2010@gmail.com >
2020-12-10 12:10:52 +09:00
Jianbo Sun
f48aba6f66
Merge pull request #743 from captainroy-hy/faster-refresh
...
faster refresh capabilities
2020-12-10 10:16:52 +08:00
Zheng Xi Zhou
f51dccf956
Minor updates on docs ( #758 )
...
Updated reference docs for autoscale and task, updated
cli docs
2020-12-09 10:35:59 -08:00
roywang
a961b002c2
faster refresh capabilities
...
Signed-off-by: roywang <seiwy2010@gmail.com >
2020-12-09 23:51:04 +09:00
Jianbo Sun
bffd43fa2c
Merge pull request #754 from zzxwill/disscussion
...
Remove "Question" issue template
2020-12-09 22:14:47 +08:00
Jianbo Sun
2a88f9221f
Merge pull request #728 from captainroy-hy/fix-uitable-wrap
...
fix cmd uitable wrap issue
2020-12-09 22:14:05 +08:00
Jianbo Sun
efdef27d0a
Merge pull request #756 from zzxwill/extending-docs
...
Minor docs fix
2020-12-09 22:12:10 +08:00
roy wang
58bef9791f
fix cmd uitable wrap issue
...
Signed-off-by: roy wang <seiwy2010@gmail.com >
2020-12-09 19:48:17 +09:00
zzxwill
c1de71d122
Minor docs fix
...
In extending trait docs, correct heading level for "Step 3"
2020-12-09 17:06:14 +08:00
majian
f8e320b97c
Feature dashboard scaffold init. ( #747 )
...
* ant design pro5 init.
* scaffold init
Signed-off-by: majian <majian159@live.com >
2020-12-09 16:48:48 +08:00