-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat: Compatible with replayResult interface logic #326
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pangdayuan1
requested review from
mr3,
binyu1005,
lucas-myx,
srotony,
wildeslam and
coryhh
June 26, 2024 15:01
pangdayuan1
force-pushed
the
feat/replayResult
branch
from
June 27, 2024 11:47
08d48af
to
910b438
Compare
mr3
reviewed
Jun 28, 2024
...schedule-web-api/src/main/java/com/arextest/schedule/client/ZstdJacksonMessageConverter.java
Show resolved
Hide resolved
mr3
reviewed
Jun 28, 2024
arex-schedule-web-api/src/main/java/com/arextest/schedule/client/HttpWepServiceApiClient.java
Outdated
Show resolved
Hide resolved
mr3
reviewed
Jun 28, 2024
...ule-web-api/src/main/java/com/arextest/schedule/comparer/impl/PrepareCompareItemBuilder.java
Outdated
Show resolved
Hide resolved
pangdayuan1
force-pushed
the
feat/replayResult
branch
4 times, most recently
from
July 29, 2024 13:24
c24a820
to
917e36c
Compare
Quality Gate passedIssues Measures |
pangdayuan1
force-pushed
the
feat/replayResult
branch
from
September 2, 2024 01:59
917e36c
to
44b1452
Compare
pangdayuan1
force-pushed
the
feat/replayResult
branch
6 times, most recently
from
September 2, 2024 06:16
86c7094
to
8e84e19
Compare
binyu1005
reviewed
Sep 2, 2024
...ule-web-api/src/main/java/com/arextest/schedule/comparer/impl/PrepareCompareItemBuilder.java
Outdated
Show resolved
Hide resolved
binyu1005
reviewed
Sep 2, 2024
...-api/src/main/java/com/arextest/schedule/comparer/impl/PrepareCompareSourceRemoteLoader.java
Outdated
Show resolved
Hide resolved
binyu1005
reviewed
Sep 2, 2024
...-schedule-web-api/src/main/java/com/arextest/schedule/comparer/CategoryComparisonHolder.java
Show resolved
Hide resolved
binyu1005
reviewed
Sep 2, 2024
arex-schedule-web-api/src/main/java/com/arextest/schedule/service/PlanProduceService.java
Outdated
Show resolved
Hide resolved
pangdayuan1
force-pushed
the
feat/replayResult
branch
2 times, most recently
from
September 2, 2024 12:26
1886dc3
to
a13fa98
Compare
pangdayuan1
force-pushed
the
feat/replayResult
branch
2 times, most recently
from
September 2, 2024 13:33
c7ef9a5
to
7ce5c03
Compare
binyu1005
previously approved these changes
Sep 2, 2024
pangdayuan1
force-pushed
the
feat/replayResult
branch
2 times, most recently
from
September 2, 2024 13:52
bff468d
to
f8c648b
Compare
pangdayuan1
force-pushed
the
feat/replayResult
branch
from
September 2, 2024 14:08
f8c648b
to
a96aa85
Compare
srotony
reviewed
Sep 2, 2024
...ain/java/com/arextest/schedule/comparer/converter/impl/DatabaseCompareItemConverterImpl.java
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
srotony
approved these changes
Sep 2, 2024
binyu1005
approved these changes
Sep 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Compatible with replayResult interface logic.