This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Expose corruptedAt and CorruptionLog on Graphql API#45988
Merged
burmudar merged 6 commits intoJan 9, 2023
Merged
Conversation
Contributor
Author
|
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
2 tasks
Bundle size report 📦
Look at the Statoscope report for a full comparison between the commits aaa0881 and 19bb235 or learn more. Open explanation
|
0e55728 to
430a2c7
Compare
25b6580 to
2650466
Compare
430a2c7 to
a30672d
Compare
2650466 to
b59fde0
Compare
a914b43 to
8b3311f
Compare
8b3311f to
05543ec
Compare
mrnugget
approved these changes
Jan 3, 2023
dede293 to
28c3930
Compare
05543ec to
c27488b
Compare
28c3930 to
6353553
Compare
c27488b to
57ef59f
Compare
6353553 to
86bcd25
Compare
57ef59f to
24d4d5c
Compare
86bcd25 to
352fe5f
Compare
24d4d5c to
7c8c0ef
Compare
352fe5f to
159a47c
Compare
7c8c0ef to
a6d62fb
Compare
159a47c to
edd03f4
Compare
382c2b4 to
f1ad1e7
Compare
acf857c to
b344086
Compare
dd66549 to
5db786d
Compare
b344086 to
fbcdd3b
Compare
d593c67 to
c001166
Compare
fbcdd3b to
eeaf8a1
Compare
c001166 to
bb35880
Compare
eeaf8a1 to
38c83ac
Compare
bb35880 to
ad45b26
Compare
38c83ac to
bcbd8b1
Compare
ad45b26 to
185c8e1
Compare
Contributor
Author
|
⏳ This pull request is set to merge as part of a Graphite merge job |
* add corruptionAt field to mirrorInfo * add corruptionLogResolver * fetch corruption details for settings area
Co-authored-by: Thorsten Ball <mrnugget@gmail.com>
Co-authored-by: Thorsten Ball <mrnugget@gmail.com>
- corruptedAt -> isCorruptedAt - make corruptionLogs values not optional
185c8e1 to
aaa0881
Compare
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

Add corruptedAt and corruptionLogs to MirrorInfo so that when
repositories are queried these fields are also fetched
Test plan
CI + unit tests