Commit Graph

3800 Commits

Author SHA1 Message Date
Sun Jianbo 4bef004867
Merge pull request #230 from wenxinnnnn/env
Development on env
2020-08-28 19:13:53 +08:00
xiaoyuaiheshui d341862694 Complete env page interface docking and page status
77
2020-08-28 18:44:47 +08:00
Sun Jianbo 4ae4664e35
Merge pull request #222 from hanxie-crypto/master
Capability interface , Page loading effect And app details page
2020-08-28 17:44:42 +08:00
Ryan Zhang 5f22a8de8a
import trait-injector (#223)
* import trait-injector

* fix merge error
2020-08-28 16:33:19 +08:00
hanxie c1b3325307 Capability interface , Page loading effect And app details page 2020-08-28 15:52:17 +08:00
Zheng Xi Zhou dad964de61
Merge pull request #212 from zzxwill/log
Implement `vela logs`
2020-08-28 13:44:09 +08:00
zzxwill af227117ab add help group setting 2020-08-28 11:16:25 +08:00
zzxwill 1845f70c3d Implement `vela logs`
Based on modifed `stern` project, tail logs of pods
of an application
2020-08-28 11:16:25 +08:00
Sun Jianbo 62fc11a5b2
Merge pull request #216 from wonderflow/scope
support scopes in appfile and make health scope as default
2020-08-28 10:32:10 +08:00
天元 2cd27b4196 support scopes in appfile and make health scope as default 2020-08-27 19:32:00 +08:00
Sun Jianbo 4e86f0d916
Merge pull request #213 from cloud-native-application/import-controllers
bootstrap vela core
2020-08-27 16:01:20 +08:00
Ryan Zhang 7de9f7b16b install kubebuilder to make the test run 2020-08-27 00:40:46 -07:00
Ryan Zhang c1e18f1b40 fix the test 2020-08-27 00:09:22 -07:00
Sun Jianbo 91b87c4d80
Merge pull request #214 from wonderflow/readme
update readme and beautiful help
2020-08-27 13:46:26 +08:00
天元 c23b61b2b2 update readme and beautiful help 2020-08-27 13:27:45 +08:00
Ryan Zhang b5f34b17b7 fix build break 2020-08-26 22:05:08 -07:00
Ryan Zhang 291a9e628e add all the controllers 2020-08-26 21:52:51 -07:00
Ryan Zhang 2478c1a9ae add the metrics trait 2020-08-26 21:52:26 -07:00
Sun Jianbo ef0d974c16
Merge pull request #209 from wonderflow/status
fix vela app delete
2020-08-27 11:35:00 +08:00
Sun Jianbo a4aa4f5904
Merge pull request #210 from zzxwill/api-issue
API request parameter check for trait attach
2020-08-27 11:23:05 +08:00
天元 210cbcc937 support vela comp ls 2020-08-27 11:21:13 +08:00
zzxwill 98dcf286ff API request parameter check for trait attach
check parameter `staging` before converting it
to bool and add logs
2020-08-26 16:17:12 +08:00
Sun Jianbo ea78bedda8
Merge pull request #208 from wonderflow/initkube
add kubebuilder framework back and import oam-k8s-runtime
2020-08-26 16:10:38 +08:00
天元 eb693ed74a fix vela app delete 2020-08-26 16:10:04 +08:00
天元 da1831efef add kubebuilder framework back and import oam-k8s-runtime 2020-08-26 15:38:52 +08:00
Sun Jianbo 3498e5d68a
Merge pull request #202 from hanxie-crypto/master
Add trait part and capability part interface
2020-08-25 18:04:28 +08:00
hanxie 1810bad0b7 appdetail bugfix 2020-08-25 17:47:54 +08:00
hanxie 56ae6be4cb restore workspacedropdown 2020-08-25 17:29:48 +08:00
hanxie 5f62f7b8a2 remove workspacedropdown temp 2020-08-25 17:27:39 +08:00
hanxie e3e3a79205 Add trait part and capability part interface 2020-08-25 17:11:33 +08:00
Sun Jianbo bc5af86a54
Merge pull request #201 from wonderflow/compls
add vela comp ls
2020-08-25 16:29:30 +08:00
天元 2042de2484 add vela comp ls 2020-08-25 16:13:35 +08:00
Zheng Xi Zhou 8da6e93480
Refine CI build (#196)
* Refine CI build

remove vela binary build during e2e-test, instead
use the binary after make build

* update old command `vela system:init`
2020-08-25 16:08:16 +08:00
Sun Jianbo 62937e1eb0
Merge pull request #194 from zzxwill/cli-documentation
Add Restful API reference
2020-08-25 10:15:12 +08:00
Zheng Xi Zhou 4fea3e9cf9
Implement API trait attach/detach, application get, capability center add/sync/list and fix detach issue (#187)
* implemented trait attach, get application

* implemented API for trait detach and fix trait detach issue

* implemeted API add/sync/list capability center

* implemented API capability add/remove/list

* update test-cases according to new cli style

* merge two ginkgo describe to one as in github environment ginkgo does NOT follow the order of describes

* merge two ginkgo describe to one as in github environment ginkgo does NOT follow the order of describes
2020-08-25 10:14:18 +08:00
wenxin 2a25b10874 Complete env page structure 2020-08-25 09:32:59 +08:00
zzxwill d31bb40701 Add Restful API reference
added Restful API reference for dashboard development
and move cli docs to `documentation/cli`
2020-08-25 08:31:26 +08:00
Sun Jianbo 5942df5de9
Merge pull request #195 from wonderflow/style
use unix command style and refactor to new design
2020-08-24 20:38:19 +08:00
天元 40da5a1961 use unix command style and refactor to new design 2020-08-24 19:04:04 +08:00
Sun Jianbo 9efb1f60c7
Merge pull request #188 from mosesyou/bugfix-center-config
fix `cap:center:config` panic
2020-08-24 11:03:28 +08:00
mosesyou 34c33ceb07 fix `cap:center:config` panic 2020-08-24 10:22:31 +08:00
Zheng Xi Zhou e34a7373d2
Merge pull request #185 from hanxie-crypto/master
Remove mock data
2020-08-21 19:28:41 +08:00
hanxie a0cc32b04b Merge branch 'master' of https://github.com/hanxie-crypto/RudrX 2020-08-21 19:00:09 +08:00
hanxie ed740a57b7 Update config file remove mock data 2020-08-21 18:59:59 +08:00
Zheng Xi Zhou 0b30c15ef9
Merge pull request #184 from hanxie-crypto/master
Update Capability static page docking with env and workload part of t…
2020-08-21 17:58:50 +08:00
hanxie 74103b3307
Merge branch 'master' into master 2020-08-21 17:56:12 +08:00
hanxie da2f8a9a81 Update Capability static page docking with env and workload part of the interface 2020-08-21 17:49:26 +08:00
Zheng Xi Zhou 7e374d68fd
Merge pull request #168 from hanxie-crypto/master
Update front-end project
2020-08-21 16:28:19 +08:00
Zheng Xi Zhou 0f9b5d2ecb
Merge pull request #183 from zzxwill/api-trait
Implement API for listing/getting workloads/traits
2020-08-21 13:57:09 +08:00
zzxwill f5de722768 add Get single capability instead of changing the arguments of listing capabilities 2020-08-21 11:30:51 +08:00