Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract mirroring implementation from the server module #836

Merged
merged 13 commits into from
Aug 23, 2023

Add JGit version check

0780b2d
Select commit
Loading
Failed to load commit list.
Merged

Extract mirroring implementation from the server module #836

Add JGit version check
0780b2d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 18, 2023 in 0s

64.92% of diff hit (target 65.50%)

View this Pull Request on Codecov

64.92% of diff hit (target 65.50%)

Annotations

Check warning on line 42 in server-mirror-git/src/main/java/com/linecorp/centraldogma/server/internal/mirror/GitMirrorProvider.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server-mirror-git/src/main/java/com/linecorp/centraldogma/server/internal/mirror/GitMirrorProvider.java#L42

Added line #L42 was not covered by tests

Check warning on line 201 in server-mirror-git/src/main/java/com/linecorp/centraldogma/server/internal/mirror/GitWithAuth.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server-mirror-git/src/main/java/com/linecorp/centraldogma/server/internal/mirror/GitWithAuth.java#L198-L201

Added lines #L198 - L201 were not covered by tests

Check warning on line 215 in server-mirror-git/src/main/java/com/linecorp/centraldogma/server/internal/mirror/GitWithAuth.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server-mirror-git/src/main/java/com/linecorp/centraldogma/server/internal/mirror/GitWithAuth.java#L213-L215

Added lines #L213 - L215 were not covered by tests

Check warning on line 226 in server-mirror-git/src/main/java/com/linecorp/centraldogma/server/internal/mirror/GitWithAuth.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server-mirror-git/src/main/java/com/linecorp/centraldogma/server/internal/mirror/GitWithAuth.java#L219-L226

Added lines #L219 - L226 were not covered by tests

Check warning on line 233 in server-mirror-git/src/main/java/com/linecorp/centraldogma/server/internal/mirror/GitWithAuth.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server-mirror-git/src/main/java/com/linecorp/centraldogma/server/internal/mirror/GitWithAuth.java#L230-L233

Added lines #L230 - L233 were not covered by tests

Check warning on line 401 in server-mirror-git/src/main/java/com/linecorp/centraldogma/server/internal/mirror/GitWithAuth.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server-mirror-git/src/main/java/com/linecorp/centraldogma/server/internal/mirror/GitWithAuth.java#L400-L401

Added lines #L400 - L401 were not covered by tests

Check warning on line 44 in server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/CentralDogmaMirrorProvider.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/CentralDogmaMirrorProvider.java#L44

Added line #L44 was not covered by tests

Check warning on line 106 in server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java#L106

Added line #L106 was not covered by tests

Check warning on line 131 in server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java#L131

Added line #L131 was not covered by tests

Check warning on line 143 in server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java#L143

Added line #L143 was not covered by tests

Check warning on line 158 in server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java#L158

Added line #L158 was not covered by tests

Check warning on line 163 in server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java#L163

Added line #L163 was not covered by tests

Check warning on line 169 in server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java#L169

Added line #L169 was not covered by tests

Check warning on line 174 in server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java#L174

Added line #L174 was not covered by tests

Check warning on line 179 in server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java#L179

Added line #L179 was not covered by tests

Check warning on line 185 in server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java#L185

Added line #L185 was not covered by tests

Check warning on line 191 in server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java#L191

Added line #L191 was not covered by tests

Check warning on line 196 in server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java#L196

Added line #L196 was not covered by tests

Check warning on line 210 in server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorConfig.java#L201-L210

Added lines #L201 - L210 were not covered by tests

Check warning on line 50 in server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorUtil.java#L50

Added line #L50 was not covered by tests

Check warning on line 55 in server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorUtil.java#L55

Added line #L55 was not covered by tests

Check warning on line 83 in server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/MirrorUtil.java#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 118 in server/src/main/java/com/linecorp/centraldogma/server/mirror/MirrorContext.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/com/linecorp/centraldogma/server/mirror/MirrorContext.java#L110-L118

Added lines #L110 - L118 were not covered by tests