Skip to content

Update for libary to support physical card testing#163

Merged
GeorgePantelakis merged 1 commit intoredhat-qe-security:masterfrom
GeorgePantelakis:removinator-support
Mar 3, 2026
Merged

Update for libary to support physical card testing#163
GeorgePantelakis merged 1 commit intoredhat-qe-security:masterfrom
GeorgePantelakis:removinator-support

Conversation

@GeorgePantelakis
Copy link
Copy Markdown
Collaborator

No description provided.

@GeorgePantelakis
Copy link
Copy Markdown
Collaborator Author

Important question. Should we update it to 3.5.0 or move it to 4.0.0 since it is a big change after all?

@GeorgePantelakis
Copy link
Copy Markdown
Collaborator Author

GeorgePantelakis commented Oct 29, 2025

Note to self: add docstrings everywhere.

Comment thread SCAutolib/__init__.py
Comment on lines -59 to +64
lambda l: 1 <= len(l.keys()) <= 2, # noqa: E741
{Optional("local_ca"): {
Optional("dir", default=Path("/etc/SCAutolib/ca")): Use(Path)},
lambda l: 1 <= len(l.keys()) <= 3, # noqa: E741
{
Optional("local_ca"): {
Optional("dir", default=Path("/etc/SCAutolib/ca")): Use(Path)
},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Its kind of annoying to read through the changes trying to figure out what the change makes and then end up figuring its just reformat.
In other projects, we try to keep reformatting changes in separate commits (before the actual changes), which makes it easier to differentiate the actual behavior change and reformat. Likely for next time.

Comment thread SCAutolib/controller.py Outdated
Comment thread SCAutolib/controller.py Outdated
Comment thread SCAutolib/models/authselect.py Outdated
Comment thread SCAutolib/models/card.py Outdated
Comment thread SCAutolib/models/card.py
Comment thread SCAutolib/models/card.py
Comment thread SCAutolib/models/card.py
Comment thread SCAutolib/models/card.py
Comment thread SCAutolib/models/gui.py
@GeorgePantelakis GeorgePantelakis force-pushed the removinator-support branch 2 times, most recently from 744d56f to 8aadab2 Compare January 7, 2026 16:01
@GeorgePantelakis
Copy link
Copy Markdown
Collaborator Author

@Jakuje pushed a new version of the code!

Comment thread SCAutolib/models/CA.py
Comment thread SCAutolib/controller.py
Comment thread SCAutolib/cli_commands.py
@GeorgePantelakis GeorgePantelakis force-pushed the removinator-support branch 2 times, most recently from 95e5c4f to e6e32fd Compare January 7, 2026 17:13
Copy link
Copy Markdown
Collaborator

@Jakuje Jakuje left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know if @spoore1 run this on centos or rhel? If centos, we will need some more checks as the current checks do check only for RHEL.

Comment thread SCAutolib/models/card.py
Comment thread SCAutolib/models/card.py
@GeorgePantelakis GeorgePantelakis force-pushed the removinator-support branch 3 times, most recently from cac3797 to 3cd5bda Compare January 14, 2026 15:59
@GeorgePantelakis GeorgePantelakis merged commit 615bd7e into redhat-qe-security:master Mar 3, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants