Commit Graph

3563 Commits

Author SHA1 Message Date
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
Ryan Zhang 92595615e1 first version 2020-08-06 22:55:17 -07:00
Sun Jianbo 428cb57b59
Merge pull request #101 from wonderflow/stage
rename rudrx/rudr to vela
2020-08-07 13:46:14 +08:00
天元 8418534a43 rename rudrx/rudr to vela 2020-08-07 13:40:20 +08:00
Herman Zhu e6d4b85e39
feat(admin): support `ruder admin:init` and `ruder admin:info` (#75)
* feat(admin): support `ruder admin:init` and `ruder admin:info`

Support `ruder admin:init` and `ruder admin:info`

Fixes #12

Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com>

* feat(admin): support `ruder admin:init` and `ruder admin:info`

Support `ruder admin:init` and `ruder admin:info`

Fixes #12

Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com>
2020-08-07 13:02:23 +08:00
Sun Jianbo 27d14c3fbb
Merge pull request #96 from zzxwill/addon
Implement `addon:config` and `addon:ls`
2020-08-07 10:34:15 +08:00
zzxwill 6665731228 adapt to new spec.extension.template 2020-08-07 10:21:44 +08:00
Ryan Zhang c44e8cc597 complete the draft 2020-08-06 17:16:04 -07:00
Sun Jianbo 3440fba86e
Merge pull request #99 from wonderflow/env
fix env init don't create namespace
2020-08-06 16:52:34 +08:00
天元 1a37099f1e fix definition files 2020-08-06 16:46:11 +08:00
天元 58b0f201bc add namespace to output, fixes #78 2020-08-06 16:42:47 +08:00
天元 84d18e43af fix env init don't create namespace 2020-08-06 16:03:53 +08:00
Ryan Zhang da04a65d2e draft 2020-08-06 00:58:26 -07:00
zzxwill d2fc983d30 Implement `addon:config` and `addon:ls`
Store addon center configuration in ~/.rudr/addon_config;
list workloaddefinitions and traitdefinitions, and check
wheter they are intalled.
2020-08-06 14:43:33 +08:00
Sun Jianbo 55eb1c6e33
Merge pull request #86 from wonderflow/cue
init cue dsl function
2020-08-06 13:15:13 +08:00
天元 780524e303 add annotation into definitions 2020-08-06 12:09:48 +08:00
天元 ae08333efa use cue template instead of parameter 2020-08-06 11:58:13 +08:00
天元 cb06bb710a init cue dsl function 2020-08-06 11:27:05 +08:00
Sun Jianbo bcf758edfc
Merge pull request #87 from baikai/fixissue68
Fix overlap of workloads in column `APPLIES TO` for command `rudr traits`
2020-08-06 00:18:11 +08:00
Sun Jianbo 72ea2c8782
Merge pull request #73 from zzxwill/unbind
Detach trait
2020-08-06 00:16:54 +08:00
Sun Jianbo 844b1e5c86
Merge pull request #92 from zzxwill/run-issue
Fix containerized:run issue
2020-08-06 00:15:41 +08:00
Sun Jianbo b2c71cee0a
Merge pull request #93 from zzxwill/refine-docs
Refine README and add command app:xxx
2020-08-06 00:09:48 +08:00
zzxwill e019782ae2 fix typo 2020-08-05 21:46:32 +08:00
zzxwill fda918ba39 Refine README and add command app:xxx 2020-08-05 21:33:46 +08:00
zzxwill 650288de88 Fix containerized:run issue
Fix issue #91 of "panic: assignment to entry in nil map"
2020-08-05 20:15:17 +08:00
zzxwill 547fdd3ff6 refine trait detaching 2020-08-05 20:06:00 +08:00
zzxwill 38b906c0f0 use command `rudr <TraitType>:detach to detach a trait` 2020-08-05 20:06:00 +08:00
zzxwill 7272069bff remove old detach command from main 2020-08-05 20:06:00 +08:00
zzxwill 7ff3e3b7ca merging trait detaching from detach.go to trait_bind 2020-08-05 20:06:00 +08:00
zzxwill d200c6da6f delete file pkg/cmd/bind.go 2020-08-05 20:06:00 +08:00
zzxwill 0d4ee6970b refine detach with extended traitdefinition 2020-08-05 20:06:00 +08:00
zzxwill 0496bff6ea Detach trait
detach trait from an application
2020-08-05 20:06:00 +08:00
Sun Jianbo 49b285a619
Merge pull request #76 from zzxwill/status
implement `rudr status`
2020-08-05 13:50:10 +08:00
zzxwill 9c8c59ab2c check Marshal error 2020-08-05 11:28:45 +08:00
baikai.bk a13a423b78 fix issue 68. 2020-08-05 10:42:02 +08:00
zzxwill 6210fef049 use applicationName here instead of appConfig.Spec.Components[0].ComponentName 2020-08-04 21:16:52 +08:00
zzxwill bd1fd83c20 address comments from @Wonderflow 2020-08-04 21:16:52 +08:00
zzxwill 01ade795e3 implement `rudr status`
Implement `rudr status <APPLICATION-NAME>` to show the status
of the application, its workloads and traits
2020-08-04 21:16:52 +08:00
Sun Jianbo 648ad3321b
Merge pull request #83 from zzxwill/ls-issue
Fix `rudr list` issue
2020-08-04 10:56:47 +08:00
Sun Jianbo ca93a493a2
Merge pull request #84 from erdun/workload
Add component's workload label
2020-08-03 21:24:56 +08:00
zzxwill a81b383be0 address comments from @Wonderflow 2020-08-03 21:21:14 +08:00
erdun 2989f738c9 workload label 2020-08-03 20:58:36 +08:00
zzxwill d1b8fc214c Fix `rudr list` issue
Use the new way to retrieve namespace
2020-08-03 20:56:58 +08:00