* Autoscaler for appfile
completed spec.extension.template to support autoscale in
cli and appfile
* add alias name to cpuRequest in Cli for deploying webservice
* refactor pkg/application to use Appfile
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
* fix build
* fix workload
* refactor pkg/application to use Appfile
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
* rebase
* fix
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
* e2e
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
* update design
* add test coverage for appfile
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
* comment
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
modify e2e setup to wait oam-runtime pod running
add k8sclient in e2e test
refine tracking status of vela init
Signed-off-by: roy wang <seiwy2010@gmail.com>
Signed-off-by: roy wang <seiwy2010@gmail.com>
fix & add unit tests
Signed-off-by: roy wang <seiwy2010@gmail.com>
fix info output & unit test
Signed-off-by: roy wang <seiwy2010@gmail.com>
fix e2e-test
Signed-off-by: roy wang <seiwy2010@gmail.com>
* Optimize env interface and separate responsibilities.
* Supplement E2E test;
Add api reference;
Supplement E2E test;
Add api reference;
* fix the dashboard to fit this API change.
fix the dashboard to fit this API change.
* Merge remote-tracking branch 'upstream/master'
# Conflicts:
# dashboard/src/components/GlobalHeader/WorkSpaceDropDown.css
# dashboard/src/components/GlobalHeader/WorkSpaceDropDown.jsx
# dashboard/src/models/env.js
# dashboard/src/pages/System/Env/index.jsx
Co-authored-by: xiaoyuaiheshui <714545064@qq.com>
* 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
when hitting issue, the response struct should be the same as
normal response as below.
```
type Response struct {
Code int `json:"code"`
Data interface{} `json:"data"`
}
```
Fix#169
* Implement API `api/envs/default/apps/
implement API `api/envs/default/apps/ and refactor code
* address comments from @wonderflow and @ryan
* fix code rebase issue
* Implement env APIs
implemented APIs for env and make api-test
and e2e-setup
* fix ci issues
* address comments
* Implement API `api/envs/default/apps/
implement API `api/envs/default/apps/ and refactor code
* address comments from @wonderflow and @ryan
* fix code rebase issue
* temporary comment BeforeSuite in integration/integration_suite_test.go to fix make issue
* 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.
* 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>