Sanghun Lee
Sanghun Lee
Let's apply a linting or formatting tool such as [black](https://github.com/psf/black) or [yapf](https://github.com/google/yapf) for better readability. I guess we need another requirements config file or just add another config option in...
migrate from https://github.com/lablup/backend.ai-manager/pull/597
refs #640 Allows non-admin users to query the agent list with a limited view.
1. refactor session commit functionality. restore abstraction between agent and kernel modules. 2. do not use colon `:` in file name. file name format changes to `YYYY-MM-DDHHMMSS__.tar.gz`. e.g.) 2022-08-22T07H14M48S_my_test_session_python-3.9-ubuntu20.04.tar.gz
resolves #325 ## 1. Add Session DB table. - This table is used to schedule and manage compute sessions. - It seems to have many columns that overlaps with kernel...
The first step of migration of SQLAlchemy Core API to ORM API. add Declarative `KeyPairResourcePolicyRow` table which is provided by `keypair_resource_policy` imperative table. https://docs.sqlalchemy.org/en/14/orm/declarative_tables.html#declarative-with-imperative-table-a-k-a-hybrid-declarative
~~correct wrong type of `compute_plugins` allowlist and blocklist which is list in toml files.~~ ~~additionally, pass blocklist argument to compute_plugin_ctx when it inits.~~ since type of `allowlist` is correct as...
This is a translation branch for 2022 OSSCA
resolves #568 and additionally refactor `query_accessible_vfolders()` function. `query_accessible_vfolders()` function calls another function based on user role, and each function divided by user role queries owned vfolders and group vfolders. blocked...
**Is your feature request related to a problem? Please describe.** `client-py` has 2 short-cut commands `run` and `start`, which can create new session. Since `run` command is a legacy, it...