wooey / Wooey

A Django app that creates automatic web UIs for Python scripts.
http://wooey.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.11k stars 183 forks source link

Replace jsonfield with django jsonfield #379

Closed Chris7 closed 1 year ago

Chris7 commented 1 year ago

no longer needed as there is a native jsonfield in django

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 83.78% and project coverage change: -0.16 :warning:

Comparison is base (840ddc3) 74.03% compared to head (6e63f48) 73.87%.

:exclamation: Current head 6e63f48 differs from pull request most recent head cbf065b. Consider uploading reports for the commit cbf065b to get more accurate results

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #379 +/- ## ========================================== - Coverage 74.03% 73.87% -0.16% ========================================== Files 124 128 +4 Lines 4232 4264 +32 Branches 520 478 -42 ========================================== + Hits 3133 3150 +17 - Misses 968 982 +14 - Partials 131 132 +1 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `73.87% <83.78%> (-0.14%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://app.codecov.io/gh/wooey/Wooey/pull/379?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey) | Coverage Δ | | |---|---|---| | [...ooey/migrations/0047\_migrate\_default\_field\_data.py](https://app.codecov.io/gh/wooey/Wooey/pull/379?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvbWlncmF0aW9ucy8wMDQ3X21pZ3JhdGVfZGVmYXVsdF9maWVsZF9kYXRhLnB5) | `58.33% <58.33%> (ø)` | | | [.../migrations/0036\_make\_scriptparameter\_jsonfield.py](https://app.codecov.io/gh/wooey/Wooey/pull/379?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvbWlncmF0aW9ucy8wMDM2X21ha2Vfc2NyaXB0cGFyYW1ldGVyX2pzb25maWVsZC5weQ==) | `90.90% <83.33%> (-9.10%)` | :arrow_down: | | [wooey/backend/utils.py](https://app.codecov.io/gh/wooey/Wooey/pull/379?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvYmFja2VuZC91dGlscy5weQ==) | `78.83% <100.00%> (+0.15%)` | :arrow_up: | | [wooey/migrations/0046\_add\_native\_json\_field.py](https://app.codecov.io/gh/wooey/Wooey/pull/379?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvbWlncmF0aW9ucy8wMDQ2X2FkZF9uYXRpdmVfanNvbl9maWVsZC5weQ==) | `100.00% <100.00%> (ø)` | | | [wooey/migrations/0048\_remove\_default\_field.py](https://app.codecov.io/gh/wooey/Wooey/pull/379?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvbWlncmF0aW9ucy8wMDQ4X3JlbW92ZV9kZWZhdWx0X2ZpZWxkLnB5) | `100.00% <100.00%> (ø)` | | | [...ations/0049\_rename\_new\_default\_to\_default\_field.py](https://app.codecov.io/gh/wooey/Wooey/pull/379?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvbWlncmF0aW9ucy8wMDQ5X3JlbmFtZV9uZXdfZGVmYXVsdF90b19kZWZhdWx0X2ZpZWxkLnB5) | `100.00% <100.00%> (ø)` | | | [wooey/models/core.py](https://app.codecov.io/gh/wooey/Wooey/pull/379?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvbW9kZWxzL2NvcmUucHk=) | `79.95% <100.00%> (-0.05%)` | :arrow_down: | ... and [6 files with indirect coverage changes](https://app.codecov.io/gh/wooey/Wooey/pull/379/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey)

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