barnettZQG
eb258fae66
Feat: support ui schema ( #2647 )
...
* Docs: change swagger api config
* Docs: change swagger api config
* Docs: change swagger api config
* Feat: support ui schema
* Fix: distinguish between structs and arrays
* Feat: support build swagger config
* Feat: support update ui schema
Co-authored-by: barnettZQG <yiyun.pro>
2021-11-08 14:13:22 +08:00
Hongchao Deng
c821f2a929
Feat: rewrite Addon API to support new format ( #2605 )
...
* Feat: rewrite Addon API to support new format
fix test
fix
fix
add registry query parameter
skip enable test
add Definition meta
fix
fix ext
add cue rendering
return component name
update swagger.json
refactor addon cue/yaml tmpl to addonElementFile
apply app in enable
fix cue parse
comment
swagger
enable test
update
fix bug
fix cue render
fix apply fail, decode object
fix disable addon, todo: fix status api
* avoid to render a whole addon when check status
* fix
* fix
* add label
* remove todo
* fluxcd
* fix args
* add all path to addon component name
* reorder test
* add addon application prefix
* add
* add ns when test
* fix
Co-authored-by: qiaozp <chivalry.pp@gmail.com >
2021-11-05 17:39:31 +08:00
barnettZQG
df5bc2727e
Feat: supports setting environment differences for application plan ( #2624 )
...
* Feat: supports setting environment differences for application plan
* Feat: update swagger config
* Feat: CRUD of application env binding plan
* Style: change code style
Co-authored-by: barnettZQG <yiyun.pro>
2021-11-05 10:42:18 +08:00
Somefive
2337c82c3d
Feat: add create ack api ( #2596 )
2021-11-04 16:39:32 +08:00
Somefive
90e5fd9ed6
Fix: add fixes to cluster api ( #2597 )
2021-11-02 09:49:52 +08:00
barnettZQG
9519d2443a
Feat: add alias field and fix some code bug ( #2589 )
...
* Feat: add alias field and fix some code bug
* Fix: fix alias check rule bug
* Fix: fix addon e2e test bug
Co-authored-by: barnettZQG <yiyun.pro>
2021-10-31 18:23:55 +08:00
yangsoon
edf42074b9
Feat: add velaql webservice ( #2532 )
2021-10-28 12:05:12 +08:00
Somefive
9563391952
Fix: add local cluster & fix query parameter default value bug ( #2561 )
2021-10-27 11:37:47 +08:00
Hongchao Deng
3ebc94394c
Feat: addon service impl ( #2515 )
...
* Feat: addon service impl
* get addon from git/configmap
* add ListAddonRegistries
* add GetAddonModel
* add CreateAddonRegistry and bcode/addon.go
* add applyAddonData
* update
* Fix: getAddonFromGit
* Fix: getAddonFromGit, remove trailing .git
* add comment
* add enable/disable/status impl
* add deleteAddonRegistry and check dup addon
* read addon without accessing database
* change to query parameter, add addon detail
* Feat: add addon readme for apiserver
* Make enable/disable/status runnable
* chore: fix bcode
* Fix: refactor parse to util
* Fix: refactor addonutil to pkg
* add addon test for create and delete addon registry
* fix version prefix
* add post func
* add enable/disable test
* add provider aws readme
* done testing
* fix comment and refactor statusAddon
* move enable/disable logic to usecase
* add GITHUB_TOKEN env
* Fix: Add github token support and use it in test
* add license
Co-authored-by: qiaozp <chivalry.pp@gmail.com >
2021-10-26 17:52:34 +08:00
barnettZQG
964a12bb44
Feat: support manage multiple workflows in one application. ( #2533 )
...
* Docs: change swagger json
* Feat: support manage multiple workflows in one application.
* Docs: update swagger doc
* Fix: fix code bug
* Update pkg/apiserver/rest/webservice/workflow.go
Co-authored-by: Tianxin Dong <wuwuglu19@gmail.com >
Co-authored-by: barnettZQG <yiyun.pro>
Co-authored-by: Tianxin Dong <wuwuglu19@gmail.com >
2021-10-26 17:50:30 +08:00
Somefive
accf0138f8
Feat: apiserver cluster api ( #2526 )
...
* Fix: multicluster api
* Feat: add apiserver cluster api & fix codecov
* Feat: add pod capacity and resourceused stat
* Feat: add cloud cluster manage
* Test: add test for cloud cluster
* Test: pending cloud resource api
* Style: refactor
* Fix: apiserver e2e test
* Fix: fix application usecase policy bug
* Style: add returns for cluster api
* Feat: add provider detail info & add cache & add rollback protection
* Style: refactor
* Style: add error code
2021-10-23 00:29:43 +08:00
barnettZQG
b85dda35f3
Feat: add namesapce create and list api ( #2514 )
...
Co-authored-by: barnettZQG <yiyun.pro>
2021-10-23 00:29:43 +08:00
barnettZQG
d2dc9a8da7
Feat: application operation API implementation ( #2478 )
...
* Feat: application operation API implementation
* Docs: update swagger json
* Docs: update swagger config
* Feat: improve application management API implementation and testing
* Style: change code style
* Style: change some code style
Co-authored-by: barnettZQG <yiyun.pro>
2021-10-23 00:29:42 +08:00
barnettZQG
0d036e7449
Feat: initialize the Apiserver framework ( #2417 )
...
* Feat: add kubeapi and mongodb datastore implementation
* Style: change kubeapi import code style
* Style: change mongodb package import code style
* Style: add some comment
* Style: change databasePrefix to tableNamePrefix
* Chore: install mongodb in unit-test job
* Chore: install mongodb in compatibility-test job
* Feat: add apiserver e2e test case
* Docs: change developer guide doc
* Feat: use common.Scheme
Co-authored-by: barnettZQG <yiyun.pro>
2021-10-12 11:53:24 +08:00
barnettZQG
3a310f0402
Feat: Initialize api for vela dashboard and CLI ( #2339 )
...
* Change the web framework to go-restful.
* Some API specifications are defined.
* Some sample code is provided.
2021-09-26 23:09:23 +08:00