renyanda
renyanda
## Description codecov report for java fork repo test screen shot:  ## Modules - [ ] UI - [ ] Controller - [ ] Agent - [ ] Client...
## Description in current business context , `email ` info only exists for saas users. Email related code should not be present in community version. The front end should get...
## Description rename `manifest` field of `runtime` to `image` to make the semantic clear   ## Modules - [ ] UI - [x] Controller - [ ] Agent -...
**Current Behavior** `swcli` copy monolithic file of `model` & `runtime` to `controller` while `swcli` copy multiparts files of `dataset` to `controller`. **Proposed Behavior** `swcli` copy multiparts files of `model` &...
**Current Behavior** single instance only **Proposed Behavior** support multiple instances **Gains** - more stable - scalable bandwidth in hub case **Solution Proposal** - use etcd to cordernate cluster info `prefered`...
#774 **Current Behavior** swds uploadid is stored in memory **Proposed Behavior** swds uploadid is stored in db **Gain** HA support **loss** a little performance
#779 #774 **Current Behavior** there is a copy of running job in memory because reporting qps **Proposed Behavior** the reporting behavior is replaced by scanning remove the memory copy is...
## Description ### resource pool implementation change;  ### update doc ### resouce pool list api change cc @waynelwz http://renyanda-20221025.pre.intra.starwhale.ai/swagger-ui/index.html#/System/listResourcePools ## Modules - [ ] UI -...
**Current Behavior** there are a lot of env vars dispatched to tasks. They are hard to maintain. **Proposed Behavior** fewer or more organized env vars
**Current Behavior** Controller supports many kinds of storage implemention while task only support s3 protocol. tasks dispatched by controller read from s3 protocol object store directlly with AUTH environments **Proposed...