renyanda

Results 36 issues of renyanda

## Description codecov report for java fork repo test screen shot: ![image](https://user-images.githubusercontent.com/89630947/188132187-b60e5771-30d1-42ce-a54f-33ed6b90460a.png) ## 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...

refactor 🐛
controller 🏘️

## Description rename `manifest` field of `runtime` to `image` to make the semantic clear ![image](https://user-images.githubusercontent.com/89630947/188047403-9e786f79-d82e-422a-ae54-01551c3528f6.png) ![image](https://user-images.githubusercontent.com/89630947/188047633-722bc902-0038-4b69-9ff9-70121fabb5a9.png) ## Modules - [ ] UI - [x] Controller - [ ] Agent -...

controller 🏘️

**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` &...

enhancement ❤️

**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`...

enhancement ❤️
size/l 🐘
controller 🏘️
hub 🎡

#774 **Current Behavior** swds uploadid is stored in memory **Proposed Behavior** swds uploadid is stored in db **Gain** HA support **loss** a little performance

refactor 🐛
subtask
controller 🏘️

#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...

subtask
controller 🏘️
k8s-refactor

## Description ### resource pool implementation change; ![Screenshot from 2022-10-25 11-34-37](https://user-images.githubusercontent.com/89630947/197676343-da72449b-e3e8-445b-b3f7-da5d49b2bd58.png) ### update doc ### resouce pool list api change cc @waynelwz http://renyanda-20221025.pre.intra.starwhale.ai/swagger-ui/index.html#/System/listResourcePools ## Modules - [ ] UI -...

refactor 🐛

**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...