Gyubong Lee
Gyubong Lee
This PR adds `commit_session_to_file` to `OP_EXC`, which appears to have been accidentally omitted. By adding this value, it enables the execution of `AgentRegistry.commit_session_to_file`, which is essential for running the `session...
This PR, along with the previous one, fixes the issue where the `session commit` CLI command does not work. The specific changes in this PR are as follows. * This...
Refs #412, follow-up to #480. Related issue: https://github.com/lablup/backend.ai/pull/1116. The current implementation saves only the most recent timestamp whenever status information in `status_history` is updated, and all previous information is deleted....
Currently, even `local` type container registries are constrained by the project value and the name of a non-existent virtual container registry. This PR removes all unnecessary restrictions, allowing local images...
Follow-up of #1917. * Make image table's `project` column nullable * If the "project" column is null, the string after the registry will be treated as the image name, following...
Follow-up of https://github.com/lablup/backend.ai/pull/1917. Although current `image rescan` command (updated in #1917) works well, unfortunately, the code does not align with the original design intent. The update to make `commit_rescan_result` iterate...
**Checklist:** (if applicable) - [ ] Milestone metadata specifying the target backport version - [x] Mention to the original issue - [ ] Test case(s) to: - Demonstrate the difference...