Ouranosinc / Magpie

AuthN/AuthZ services
https://pavics-magpie.readthedocs.io
Apache License 2.0
1 stars 5 forks source link

fix doc permissions example and other docs linting #581

Closed fmigneault closed 1 year ago

fmigneault commented 1 year ago

Changes

Fix the permissions example in Ouranosinc/Magpie@fix-docs-example/docs/permissions.rst

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (79adc18) 80.76% compared to head (09b0313) 80.76%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #581 +/- ## ======================================= Coverage 80.76% 80.76% ======================================= Files 73 73 Lines 10160 10160 Branches 1816 1816 ======================================= Hits 8206 8206 Misses 1630 1630 Partials 324 324 ``` | [Impacted Files](https://codecov.io/gh/Ouranosinc/Magpie/pull/581?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ouranosinc) | Coverage Δ | | |---|---|---| | [magpie/api/login/login.py](https://codecov.io/gh/Ouranosinc/Magpie/pull/581?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ouranosinc#diff-bWFncGllL2FwaS9sb2dpbi9sb2dpbi5weQ==) | `58.88% <ø> (ø)` | | | [magpie/api/management/service/service\_views.py](https://codecov.io/gh/Ouranosinc/Magpie/pull/581?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ouranosinc#diff-bWFncGllL2FwaS9tYW5hZ2VtZW50L3NlcnZpY2Uvc2VydmljZV92aWV3cy5weQ==) | `93.52% <ø> (ø)` | | | [magpie/api/management/user/user\_utils.py](https://codecov.io/gh/Ouranosinc/Magpie/pull/581?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ouranosinc#diff-bWFncGllL2FwaS9tYW5hZ2VtZW50L3VzZXIvdXNlcl91dGlscy5weQ==) | `97.21% <ø> (ø)` | | | [magpie/models.py](https://codecov.io/gh/Ouranosinc/Magpie/pull/581?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ouranosinc#diff-bWFncGllL21vZGVscy5weQ==) | `90.12% <ø> (ø)` | | | [magpie/security.py](https://codecov.io/gh/Ouranosinc/Magpie/pull/581?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ouranosinc#diff-bWFncGllL3NlY3VyaXR5LnB5) | `93.93% <ø> (ø)` | | | [magpie/ui/login/views.py](https://codecov.io/gh/Ouranosinc/Magpie/pull/581?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ouranosinc#diff-bWFncGllL3VpL2xvZ2luL3ZpZXdzLnB5) | `67.12% <ø> (ø)` | | | [magpie/\_\_meta\_\_.py](https://codecov.io/gh/Ouranosinc/Magpie/pull/581?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ouranosinc#diff-bWFncGllL19fbWV0YV9fLnB5) | `100.00% <100.00%> (ø)` | | | [magpie/api/webhooks.py](https://codecov.io/gh/Ouranosinc/Magpie/pull/581?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ouranosinc#diff-bWFncGllL2FwaS93ZWJob29rcy5weQ==) | `85.71% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ouranosinc). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ouranosinc)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

fmigneault commented 1 year ago

@ChaamC Thanks for the review!