graphite-project / graphite-web

A highly scalable real-time graphing system
http://graphite.readthedocs.org/
Apache License 2.0
5.88k stars 1.26k forks source link

Django 3.2 support (backport to 1.1.x) #2776

Closed deniszh closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Base: 76.00% // Head: 76.04% // Increases project coverage by +0.04% :tada:

Coverage data is based on head (ade4c88) compared to base (6d5d845). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 1.1.x #2776 +/- ## ========================================== + Coverage 76.00% 76.04% +0.04% ========================================== Files 88 88 Lines 9623 9632 +9 Branches 2155 2159 +4 ========================================== + Hits 7314 7325 +11 - Misses 2048 2049 +1 + Partials 261 258 -3 ``` | [Impacted Files](https://codecov.io/gh/graphite-project/graphite-web/pull/2776?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=graphite-project) | Coverage Δ | | |---|---|---| | [webapp/graphite/app\_settings.py](https://codecov.io/gh/graphite-project/graphite-web/pull/2776/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=graphite-project#diff-d2ViYXBwL2dyYXBoaXRlL2FwcF9zZXR0aW5ncy5weQ==) | `70.96% <ø> (ø)` | | | [webapp/graphite/settings.py](https://codecov.io/gh/graphite-project/graphite-web/pull/2776/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=graphite-project#diff-d2ViYXBwL2dyYXBoaXRlL3NldHRpbmdzLnB5) | `76.55% <100.00%> (+0.11%)` | :arrow_up: | | [webapp/graphite/umsgpack.py](https://codecov.io/gh/graphite-project/graphite-web/pull/2776/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=graphite-project#diff-d2ViYXBwL2dyYXBoaXRlL3Vtc2dwYWNrLnB5) | `0.00% <0.00%> (ø)` | | | [webapp/graphite/readers/remote.py](https://codecov.io/gh/graphite-project/graphite-web/pull/2776/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=graphite-project#diff-d2ViYXBwL2dyYXBoaXRlL3JlYWRlcnMvcmVtb3RlLnB5) | `100.00% <0.00%> (ø)` | | | [webapp/graphite/finders/\_\_init\_\_.py](https://codecov.io/gh/graphite-project/graphite-web/pull/2776/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=graphite-project#diff-d2ViYXBwL2dyYXBoaXRlL2ZpbmRlcnMvX19pbml0X18ucHk=) | `100.00% <0.00%> (ø)` | | | [webapp/graphite/dashboard/views.py](https://codecov.io/gh/graphite-project/graphite-web/pull/2776/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=graphite-project#diff-d2ViYXBwL2dyYXBoaXRlL2Rhc2hib2FyZC92aWV3cy5weQ==) | `99.25% <0.00%> (+<0.01%)` | :arrow_up: | | [webapp/graphite/render/glyph.py](https://codecov.io/gh/graphite-project/graphite-web/pull/2776/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=graphite-project#diff-d2ViYXBwL2dyYXBoaXRlL3JlbmRlci9nbHlwaC5weQ==) | `41.28% <0.00%> (+0.09%)` | :arrow_up: | | [webapp/graphite/util.py](https://codecov.io/gh/graphite-project/graphite-web/pull/2776/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=graphite-project#diff-d2ViYXBwL2dyYXBoaXRlL3V0aWwucHk=) | `80.81% <0.00%> (+0.40%)` | :arrow_up: | | [webapp/graphite/functions/params.py](https://codecov.io/gh/graphite-project/graphite-web/pull/2776/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=graphite-project#diff-d2ViYXBwL2dyYXBoaXRlL2Z1bmN0aW9ucy9wYXJhbXMucHk=) | `87.06% <0.00%> (+0.99%)` | :arrow_up: | | [webapp/graphite/tags/redis.py](https://codecov.io/gh/graphite-project/graphite-web/pull/2776/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=graphite-project#diff-d2ViYXBwL2dyYXBoaXRlL3RhZ3MvcmVkaXMucHk=) | `87.03% <0.00%> (+1.23%)` | :arrow_up: | 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=graphite-project). 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=graphite-project)

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