Kyujin Cho

Results 45 issues of Kyujin Cho

Let's implement per-project and per-user visibility of images. Since we are considering adoption of "project-first architecture" where every user has a private project (aka "workspace"), per-user visibility may be merged...

comp:manager
comp:agent
type:enhance
urgency:5

After #1908 is merged, we also need to take care of rescanning images stored under non-global container registries. On current way of implementation, rescanning whole repository every time image is...

comp:manager

We should update `Image` GraphQL object implementation to aware of container registry dedicated to calling user or project user is assigned.

comp:manager

Harbor is capable of managing [per-project quota](https://goharbor.io/docs/1.10/administration/configure-project-quotas/). Let's create a new CRUD API to take control of such settings, along with interfaces to query project attributes so that we can...

comp:manager

After https://github.com/lablup/backend.ai/issues/1911 is resolved, we need to think about implementing cache interface to store frequently accessed, I/O bound datas. API responses from Harbor API will fall into this case. Interface...

comp:manager

After #1907 is resolved, we can create a new table to define relations between user/project and container registry. - Every users should be capable of having container registry dedicated to...

comp:manager

To define relations between container registries and user/project, let's move container registry configuration storage from etcd to relational database. In addition to every existing configurable values, new table should have...

comp:manager

### Describe the bug While trying to download the model by the help of `download` command, I have found that setting `model_dir` path to a folder residing right under the...

bug

### Main idea File operations can be a long-running and very fragile task in often cases. Although it is best for the Backend.AI to cover every pitfalls of VFolder removal...

type:feature