open-code-review/internal/diff
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
..
git.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
git_test.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
gitignore.go feat: add ocr scan for full-file code review (#93) 2026-06-24 22:07:25 +08:00
gitignore_test.go test(diff): add tests for gitignore pattern matching and mode getters 2026-07-01 14:27:07 +08:00
hunk.go style: apply go fmt formatting 2026-06-03 17:34:28 +08:00
hunk_test.go feat: init 2026-05-20 22:03:52 +08:00
parser.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
parser_test.go fix(diff): anchor binary marker and count +/- lines by hunk state (#451) 2026-07-22 20:38:05 +08:00
relocation.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
relocation_test.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
resolver.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
resolver_test.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
workspace_file.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
workspace_file_test.go test(diff): add unit tests for readWorkspaceFileForDiff 2026-06-15 11:51:51 +08:00