thunderstore-io / Thunderstore

Thunderstore is a mod database and API for downloading mods. Thunderstore Discord: https://discord.thunderstore.io/
https://thunderstore.io/
GNU Affero General Public License v3.0
134 stars 27 forks source link

Add DataBlobGroup model to thunderstore.storage #874

Closed MythicManiac closed 1 year ago

MythicManiac commented 1 year ago

Add a DataBlobGroup model for the purpose of forming logical groups from different sets of data. It could be used to represent e.g. a file tree.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.02% :tada:

Comparison is base (8fd778d) 92.09% compared to head (389070e) 92.11%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #874 +/- ## ========================================== + Coverage 92.09% 92.11% +0.02% ========================================== Files 256 258 +2 Lines 7391 7411 +20 Branches 709 710 +1 ========================================== + Hits 6807 6827 +20 Misses 487 487 Partials 97 97 ``` | [Files Changed](https://app.codecov.io/gh/thunderstore-io/Thunderstore/pull/874?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=thunderstore-io) | Coverage Δ | | |---|---|---| | [django/thunderstore/storage/models/\_\_init\_\_.py](https://app.codecov.io/gh/thunderstore-io/Thunderstore/pull/874?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=thunderstore-io#diff-ZGphbmdvL3RodW5kZXJzdG9yZS9zdG9yYWdlL21vZGVscy9fX2luaXRfXy5weQ==) | `100.00% <100.00%> (ø)` | | | [django/thunderstore/storage/models/blob.py](https://app.codecov.io/gh/thunderstore-io/Thunderstore/pull/874?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=thunderstore-io#diff-ZGphbmdvL3RodW5kZXJzdG9yZS9zdG9yYWdlL21vZGVscy9ibG9iLnB5) | `100.00% <100.00%> (ø)` | | | [django/thunderstore/storage/models/group.py](https://app.codecov.io/gh/thunderstore-io/Thunderstore/pull/874?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=thunderstore-io#diff-ZGphbmdvL3RodW5kZXJzdG9yZS9zdG9yYWdlL21vZGVscy9ncm91cC5weQ==) | `100.00% <100.00%> (ø)` | | | [django/thunderstore/storage/models/reference.py](https://app.codecov.io/gh/thunderstore-io/Thunderstore/pull/874?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=thunderstore-io#diff-ZGphbmdvL3RodW5kZXJzdG9yZS9zdG9yYWdlL21vZGVscy9yZWZlcmVuY2UucHk=) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.