open-code-review/internal/session
kite 0035d124bc
fix: align Go module path with actual GitHub repository (#526)
The module path was github.com/open-code-review/open-code-review but the
repo lives at github.com/alibaba/open-code-review. This mismatch prevents
pkg.go.dev indexing and breaks Go Report Card resolution.
2026-07-27 19:52:35 +08:00
..
history.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
history_test.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
list.go feat(review): add resumable sessions and session inspection (#306) 2026-07-09 11:43:11 +08:00
list_test.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
persist.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
persist_test.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
resume.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
testing.go fix(session): isolate test sessions to test-sessions subdirectory 2026-06-30 13:23:21 +08:00