Kyujin Cho
Kyujin Cho
This resolves lablup/backend.ai-internal#15.
### Main idea This idea was first introduced in our [agent implementation](https://github.com/lablup/backend.ai/blob/main/configs/agent/sample.toml#L63). After filling out this value on `agent.toml` config, agent will load plugins only described under this config. We...
This PR introduces new API ` POST /session/{session_id}/image`, which commits ongoing session and pushes artifact to designated registry. To make this feature work, administrator first has to update project setting...
This will help investigating root cause of the error more easier when inspecting the error log. **Checklist:** (if applicable) - [x] Milestone metadata specifying the target backport version
This should resolve #1598. I acknowledge the ideal approach to break through this issue is to simply override `formatException()` method for all custom formatters. But since some of the upstream...
Let's create a new API to automatically commit running session and publish built artifact to designated docker registry. Rules: - Container must be paused during the commit process. Technically it...
### Main idea Since Backend.AI project is getting complicated even more these days, it is almost impossible for us to test core functionalities only with our hands. Therefore I think...
- Validity of Backend.AI-specific labels and guides on how to fix them, e.g., - base-distro: check the actual glibc version in the image - service-ports: check consistency with service-defs (whether...