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
天元
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
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
roywang
d14558a227
fix golint issues
...
Signed-off-by: roywang <seiwy2010@gmail.com >
2020-12-10 12:10:52 +09:00
roywang
a961b002c2
faster refresh capabilities
...
Signed-off-by: roywang <seiwy2010@gmail.com >
2020-12-09 23:51:04 +09: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
Jianbo Sun
bb6b050d15
Merge pull request #745 from ryanzhang-oss/ack-cleanup
...
make Vela work with ACK and clean up imports and scripts
2020-12-09 11:59:35 +08:00
ryan
3211c89610
fix: load appfile
2020-12-09 11:33:26 +08:00
Ryan Zhang
92f31a100e
make vela work with ACK and clean up
2020-12-08 17:33:27 -08:00
Jianbo Sun
1ec07b0198
Merge pull request #722 from wonderflow/doc
...
add some detail for route design
2020-12-07 11:29:13 +08:00
天元
c018b4e722
fix log
2020-12-05 15:15:02 +08:00
Jianbo Sun
28ede4adca
Merge pull request #726 from LeoLiuYan/fix_restapi
...
Fix function `GetCapabilityDir` error handler and variable `env` typo
2020-12-05 10:39:18 +08:00
liuyan
c61efb1352
Fix function GetCapabilityDir error handler and variable env typo
2020-12-05 09:26:35 +08:00
lllwan
b36bfa02a6
Add JSON format appfile support ( #691 )
...
* Add JSON format appfile support
Co-authored-by: 摩羯 <wangxun@cai-inc.com >
Co-authored-by: wangxun <wangxun@zcydeMBP.lan >
2020-12-05 08:06:25 +08:00
Hongchao Deng
6f9d49be52
Merge pull request #717 from wonderflow/lockversion
...
build version into vela-core and lock helm version on release
2020-12-04 16:04:10 -08:00
Weiping Cai
305360b755
fix long text port forword
2020-12-04 18:06:25 +08:00
天元
799bcf9cef
add some detail for route design
2020-12-04 17:27:41 +08:00
天元
21cae61f93
build version into vela-core and lock helm version on release
2020-12-04 16:45:37 +08:00
Zheng Xi Zhou
06585fea92
Support disable installation of builtin capabilities ( #687 )
...
* Support disable installation of builtin capabilities
Added vela core bootstrap flag `--enable-caps` to support no
installation for builtin capabiliteis
Feature #658
* revert flag to "disable-cpas"
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com >
* Address comments
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com >
2020-12-04 10:03:25 +08:00
Jian.Li
ee906dbd5a
Using CUE to implement OAM model on Kubernetes server side ( #669 )
...
Init: Using CUE to implement OAM model on Kubernetes server side
* vela server
* fix refator
* lint code
* vela server
* fix refator
* lint code
* rebase upstream
* remove lister
* add vela-server sample
* fix lint error
* fix lint error
* fix check-diff error
* add test case
* add test case for application controller
* add reconciler test with ginkgo
* remove make server
* remove the kustomize scripts
* fix units test bug
* config direct
* suite test
* add application validater
Co-authored-by: lj176172 <lj176172@alibaba-inc.com >
2020-12-03 17:09:55 +08:00
Hongchao Deng
306b21459e
add export command and argo gitops sample
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com >
2020-12-02 22:25:57 -08:00
Jiaming Hu
014513d55e
Add unit test for PersistentPreRunE
2020-12-01 22:49:03 -05:00
Jiaming Hu
5e4f270b1e
move GetConfig function into specific commands
2020-12-01 21:44:06 -05:00
天元
9aae23e163
fix route reconcile too frequency and replace oam-runtime imports
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-12-01 14:05:12 +08:00
roy wang
12a2eb8491
fix minor lint issues
...
add unit tests
Signed-off-by: roy wang <seiwy2010@gmail.com >
2020-11-30 16:11:48 +09:00
roy wang
8b27ade1cb
fix validating-webhook about Trait-ApplyTo feature
...
Signed-off-by: roy wang <seiwy2010@gmail.com >
2020-11-30 15:23:07 +09:00
天元
6b931d9b32
fix unstable test as workload changed by reconcile
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-11-27 20:11:26 +08:00
天元
43754e89b6
merge CI and makefile
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-11-27 12:16:36 +08:00
天元
6480873e81
change import headers
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-11-27 11:08:54 +08:00
天元
2e975e678c
merge code: apis,pkg all moved
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-11-27 11:07:50 +08:00
roy wang
6303d311c8
fix lint issues in /pkg/*
...
fix lint issues in /cmd/*
Signed-off-by: roy wang <seiwy2010@gmail.com >
2020-11-26 17:18:54 +09:00
roy wang
bfb0f94b82
fix lint issues in /pkg/controller
...
fix lint issues in /apis
Signed-off-by: roy wang <seiwy2010@gmail.com >
2020-11-26 16:12:03 +09:00
Hongchao Deng
db03c6e291
Merge pull request #660 from wonderflow/refactor
...
Refactor standardize project structure
2020-11-25 18:27:39 -08:00
天元
be8403dc0d
standardize project structure: move v1alpha1 into standard.oam.dev group
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-11-25 21:46:31 +08:00
天元
fc805214c7
standardize project structure: change api to apis
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-11-25 17:28:09 +08:00
roy wang
ee9b44fa80
fix lint issues in /pkg/commands
...
Signed-off-by: roy wang <seiwy2010@gmail.com >
2020-11-25 18:01:31 +09:00
laojianzi
80d4a8bfd1
fix lints in pkg/server/util/middleware.go
2020-11-24 20:56:20 +08:00
laojianzi
31e5eb05c5
fix lints in pkg/commands/init.go
2020-11-24 20:40:23 +08:00
Jiaming Hu
31012bc7e5
Fix lints in appHandlers.go
2020-11-23 23:51:52 -05:00
天元
2876d2f921
fix more golints and leave TODOs for no fixed package or files
2020-11-23 18:21:43 +08:00
天元
3c233d3a9b
fix lint
2020-11-23 15:55:46 +08:00
weibaohui
d42aff9fb2
support contour ingress controller
2020-11-21 16:50:39 +08:00
Jianbo Sun
816b7d2d6f
Merge pull request #637 from wonderflow/display
...
add tips about vela install capability not ready instead of directly fail
2020-11-20 10:21:35 +08:00
天元
6862435594
add tips about vela install capability not ready instead of directly fail, it could self-heal after background installation succeed
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com >
2020-11-20 09:51:22 +08:00