-
Notifications
You must be signed in to change notification settings - Fork 52
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
Triangulate backward compatibility check commands #1257
Merged
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
yogeshnikam671
changed the title
Triangulate bcc commands
Triangulate backward compatibility check commands
Aug 21, 2024
yogeshnikam671
force-pushed
the
triangulate_bcc_commands
branch
from
August 22, 2024 06:22
17ec532
to
7962cc1
Compare
yogeshnikam671
force-pushed
the
triangulate_bcc_commands
branch
from
August 26, 2024 07:13
9f6610e
to
69dcc3d
Compare
yogeshnikam671
commented
Aug 26, 2024
application/src/main/kotlin/application/BackwardCompatibilityCheckCommand.kt
Outdated
Show resolved
Hide resolved
yogeshnikam671
force-pushed
the
triangulate_bcc_commands
branch
3 times, most recently
from
August 30, 2024 12:06
59887e6
to
bd50941
Compare
yogeshnikam671
force-pushed
the
triangulate_bcc_commands
branch
from
September 27, 2024 11:17
bd50941
to
63e0403
Compare
yogeshnikam671
force-pushed
the
triangulate_bcc_commands
branch
2 times, most recently
from
October 10, 2024 05:01
b6fbbce
to
827a305
Compare
yogeshnikam671
commented
Oct 11, 2024
application/src/main/kotlin/application/BackwardCompatibilityCheckCommand.kt
Outdated
Show resolved
Hide resolved
yogeshnikam671
commented
Oct 11, 2024
...n/src/main/kotlin/application/backwardCompatibility/BackwardCompatibilityCheckBaseCommand.kt
Outdated
Show resolved
Hide resolved
yogeshnikam671
force-pushed
the
triangulate_bcc_commands
branch
from
October 14, 2024 15:17
dd5b2b5
to
9b37ba7
Compare
Abstract out the common logic in backward-compatibility-check command
…ommand which can let us run the check on a specific folder or file in a repository
…ince the logic is reusable.
…ompatibilityCheckCommand
Add deprecation notice to all the b/w compatibility related commands which will be eventually removed
…l bring the repository back to the original state if the command is aborted in between
…d unnecessary logs in the backward compatibility check result logs
…le override in sub-classes of BackwardCompatibilityCheckBaseCommand
yogeshnikam671
force-pushed
the
triangulate_bcc_commands
branch
from
October 28, 2024 12:22
9b37ba7
to
444af8d
Compare
harikrishnan83
approved these changes
Oct 28, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
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.
What:
Created an abstract class which has the common logic around backward compatibility check. This helps reuse the logic in other protocols easily.
Checklist: