Skip to content
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

Cleanup Admin API denial reporting #158

Merged
merged 1 commit into from
Aug 11, 2020

Conversation

marmarek
Copy link
Member

Rename QubesDaemonNoResponseError to more intuitive
QubesDaemonAccessError (keep legacy name still working).
Use QubesPropertyAccessError whenever the access is about @Property -
this makes it easy to use getattr to use default value instead.

QubesOS/qubes-issues#5811

Rename QubesDaemonNoResponseError to more intuitive
QubesDaemonAccessError (keep legacy name still working).
Use QubesPropertyAccessError whenever the access is about @Property -
this makes it easy to use `getattr` to use default value instead.

QubesOS/qubes-issues#5811
@codecov
Copy link

codecov bot commented Aug 11, 2020

Codecov Report

Merging #158 into master will decrease coverage by 0.13%.
The diff coverage is 53.03%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #158      +/-   ##
==========================================
- Coverage   74.51%   74.37%   -0.14%     
==========================================
  Files          50       50              
  Lines        6634     6681      +47     
==========================================
+ Hits         4943     4969      +26     
- Misses       1691     1712      +21     
Impacted Files Coverage Δ
qubesadmin/app.py 80.33% <0.00%> (ø)
qubesadmin/storage.py 78.41% <50.94%> (-9.29%) ⬇️
qubesadmin/base.py 86.01% <55.55%> (-1.38%) ⬇️
qubesadmin/exc.py 90.69% <100.00%> (+0.22%) ⬆️
qubesadmin/tools/qvm_run.py 80.31% <0.00%> (+2.65%) ⬆️
qubesadmin/spinner.py 77.41% <0.00%> (+6.45%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b04a146...7425a53. Read the comment docs.

@qubesos-bot
Copy link

OpenQA test summary

Complete test suite and dependencies: https://openqa.qubes-os.org/tests/11232#dependencies

Failed tests

New failures

Compared to: https://openqa.qubes-os.org/tests/10831#dependencies

Fixed failures

Compared to: https://openqa.qubes-os.org/tests/10831#dependencies

@marmarek marmarek merged commit a7748d8 into QubesOS:master Aug 11, 2020
@marmarek marmarek deleted the access-error-exc branch September 11, 2021 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants