-
Notifications
You must be signed in to change notification settings - Fork 651
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: add --from-page
flag to check
cmd
#737
Conversation
421a862
to
93e1bbb
Compare
check-page
sub-command
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.
I left a couple of comments. Mainly regarding the implementation of this as a sub-command or not.
aa45469
to
98f38f4
Compare
It seems that you amended your commit into the latest commit in main branch? |
so sorry, i was rebasing the main before committing fixing ... |
check-page
sub-commandpage-Id
flag to check
cmd
98f38f4
to
9b0e668
Compare
@ahrtr ptal 👍🏽 |
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.
Thanks, @Elbehery, for addressing the suggestion. I left another two comments :)
9b0e668
to
acd7d05
Compare
661a285
to
a262b1e
Compare
a262b1e
to
94152c1
Compare
Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
94152c1
to
acfa086
Compare
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.
LGTM
Thank you! @Elbehery
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.
Thanks @Elbehery. LGTM.
page-Id
flag to check
cmd--from-page
flag to check
cmd
This PR enhances the cobra style
check
cmd.It adds the ability to check the db integrity starting from specific
pageId
instead of the whole db file.Link to #580
cc @ahrtr @tjungblu @fuweid @ivanvc