4055 Commits

Author SHA1 Message Date
天元
ae4ae3fff6 instal yaml for plugin 2020-08-12 13:31:31 +08:00
天元
0174305213 fix addon add and list 2020-08-12 13:31:30 +08:00
Zheng Xi Zhou
85c0f93bb3 Merge pull request #137 from cloud-native-application/gin-route
RESTful framework
2020-08-12 12:10:02 +08:00
Ryan Zhang
b8ef48f728 working version of the RESTful server with samples 2020-08-11 20:45:02 -07:00
Zheng Xi Zhou
a5b3ed93dd Fix app:status issue (#140)
* Show trait type in `app:ls`

Use trait type instead of its name in application list.
Fix app:status issue and refactor code
Fix #90

* followed comments to move some basic traits related functions to system.go

* Fix app:status issue

When the ApplicationConfiguration status haven't shown up,
it will hit an issue.
vela-v0.0.2-alpha
2020-08-11 17:38:34 +08:00
Zheng Xi Zhou
8b7f2e1a6e Show trait type in app:ls (#136)
* Show trait type in `app:ls`

Use trait type instead of its name in application list.
Fix app:status issue and refactor code
Fix #90

* Update pkg/cmd/status.go

Co-authored-by: Sun Jianbo <wonderflow.sun@gmail.com>

* followed comments to move some basic traits related functions to system.go

Co-authored-by: Sun Jianbo <wonderflow.sun@gmail.com>
2020-08-11 15:14:14 +08:00
Ryan Zhang
06ed5e4cc1 RESTful framework 2020-08-10 22:53:44 -07:00
guoxudong
5c46477523 Fix failure of bash autocomplete script (#135)
* fix auto-completion

Signed-off-by: guoxudong <sunnydog0826@gmail.com>
2020-08-11 12:20:14 +08:00
Sun Jianbo
69c1044d00 Merge pull request #69 from zzxwill/e2e
add e2e framework sample
2020-08-10 17:30:07 +08:00
Sun Jianbo
da38ff11eb Merge pull request #130 from zzxwill/fix-overriden-help
Fix help message overridden issue
2020-08-10 17:21:49 +08:00
zzxwill
7d3d6c02eb Fix help message overridden issue
Help message of all subcommands are overridden by
root command. Fix issue #124, #127
2020-08-10 16:23:07 +08:00
Sun Jianbo
18b5d274e8 Merge pull request #123 from zzxwill/refine-docs
Fix typo
2020-08-10 14:11:42 +08:00
zzxwill
36318ac5aa Fix typo
Rename wrongly spelled `platform`
2020-08-10 14:07:15 +08:00
zzxwill
190fe97530 remove oam runtime workaround and complete some TODOs 2020-08-10 11:48:54 +08:00
Sun Jianbo
d139da7709 Merge pull request #122 from wonderflow/plugin
add addon:update and refactor addon code
2020-08-10 11:35:42 +08:00
zzxwill
bdf67d7e11 remove binary and add it to .gitignore 2020-08-10 10:44:43 +08:00
zzxwill
106d8a4729 renaming command name 2020-08-10 10:43:02 +08:00
zzxwill
90655bfdfc run e2e before make build and unit-test 2020-08-10 10:17:22 +08:00
zzxwill
d853ff82b0 sleep 10 seconds 2020-08-10 10:17:22 +08:00
zzxwill
5ffe9e2ce5 Temporarily fix oam kubernetes runtime CRD issue
after PR https://github.com/crossplane/oam-kubernetes-runtime/pull/162
is merged, this workround should be removed
2020-08-10 10:17:22 +08:00
zzxwill
22fe290c2c manually install oam runtime and apply definition manifests 2020-08-10 10:17:22 +08:00
zzxwill
e32ca064a1 change description name for trait attaching 2020-08-10 10:17:22 +08:00
zzxwill
90d7d78435 Add trait attach cases and refactor all others 2020-08-10 10:17:22 +08:00
zzxwill
940a7587d9 add tests for rudr ls 2020-08-10 10:17:22 +08:00
zzxwill
d9e7981ae0 add rudr env test cases and refine rudr run:workload 2020-08-10 10:17:22 +08:00
zzxwill
7c45ddb3c5 exclue e2e testw folder in case those test suites are triggerred by unit-test 2020-08-10 10:17:22 +08:00
zzxwill
a0177272d0 move e2e test folder in case those test suites are triggerred by unit-test 2020-08-10 10:17:22 +08:00
zzxwill
bc0c15988c update new rudr run command and add ginkgo test to makefile 2020-08-10 10:14:39 +08:00
zzxwill
c67f0f47d4 add e2e framework sample 2020-08-10 10:12:30 +08:00
天元
2a37a6dda7 add addon:update and refactor addon code 2020-08-10 00:08:49 +08:00
Sun Jianbo
393cc10fe0 Merge pull request #121 from wonderflow/plugin
fix vela system:init info
2020-08-09 21:40:54 +08:00
天元
6c1ad6c516 fix vela system:init info 2020-08-09 18:34:01 +08:00
Sun Jianbo
85be1ef738 Merge pull request #118 from erdun/version
Fix version info
2020-08-08 16:46:22 +08:00
erdun
8e8967a914 fix version info 2020-08-08 16:32:56 +08:00
Sun Jianbo
9da0a6f2ed Merge pull request #109 from erdun/show
Show command
2020-08-08 15:05:30 +08:00
Sun Jianbo
e749ccee14 Merge pull request #98 from cloud-native-application/restful-design
RESTful Draft
2020-08-08 15:03:58 +08:00
Ryan Zhang
354dc5469d address the comments 2020-08-07 17:20:18 -07:00
erdun
78496b2035 tmp resolve 2020-08-08 01:35:34 +08:00
erdun
28042ed0b9 show command 2020-08-08 01:34:43 +08:00
Sun Jianbo
f38c55aee1 Merge pull request #107 from wonderflow/stage
pretty help
2020-08-07 23:55:40 +08:00
天元
94a9b9f3c9 update readme and fix admin:init builtin resource 2020-08-07 23:48:51 +08:00
天元
9834ee23e2 pretty help 2020-08-07 23:39:45 +08:00
Sun Jianbo
0afa227383 Merge pull request #105 from wonderflow/refresh
add refresh and use local cache instead request cluster every time
2020-08-07 21:58:34 +08:00
天元
41536fe2cd add refresh and use local cache instead request cluster every time 2020-08-07 19:56:46 +08:00
Sun Jianbo
bb8043cc2b Merge pull request #103 from sunny0826/auto-completion
Add Auto completion command
2020-08-07 19:05:29 +08:00
guoxudong
335509230a fix
Signed-off-by: guoxudong <sunnydog0826@gmail.com>
2020-08-07 17:09:43 +08:00
guoxudong
5cbd0bef98 add auto-completion command
Signed-off-by: guoxudong <sunnydog0826@gmail.com>
2020-08-07 17:08:24 +08:00
Sun Jianbo
6b39ecdec2 Merge pull request #102 from wonderflow/stage
Clean up env issues
2020-08-07 16:44:42 +08:00
天元
93240b4ae6 make env help pretty 2020-08-07 16:38:23 +08:00
天元
772ea69fa2 remove kube flags 2020-08-07 15:08:35 +08:00