-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add filtering on fqdn/username for API calls #57
Conversation
force-pushed after rebase against current main branch now the prerequisites have merged! |
/canonical/self-hosted-runners/run-workflows 2014fa8 |
@kot0dama , can you double check the CI output? One of the checks is failing |
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 great, the fail-under
needs to be changed to something reasonable, right now it fails as the test coverage is below a very optimistic 100%.
@kot0dama can you have a look at the comment^? |
I've been assigned to other tasks since then, but I'll get to this as soon as I can! |
…user-permissions) Signed-off-by: Loïc Gomez <[email protected]>
c5a0ee3
df29fae
to
c5a0ee3
Compare
/canonical/self-hosted-runners/run-workflows c5a0ee3 |
Added the missing unit test to bring to 100% coverage again. |
Signed-off-by: Loïc Gomez <[email protected]>
Added CVE-2024-34156 to .trivyignore per chat on the IS Devops channel. |
/canonical/self-hosted-runners/run-workflows 6c4a7b5 |
Could I get a merge for this one please? cc @arturo-seijas maybe as you're familiar with it! |
/canonical/self-hosted-runners/run-workflows fc47c53 |
Test coverage for fc47c53
Static code analysis report
|
Overview
This change allows filtering on fqdn/username for all 3 API calls (domains, users, domain-user-permissions), through
username
andfqdn
URL parameters.Rationale
We need to be able to get details for specific entries through the API.
Checklist
urgent
,trivial
,complex
)This is neither
urgent
,trivial
norcomplex
Depends on #55 and #56