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

Single table for file attachments #7420

Merged
merged 96 commits into from
Jun 19, 2024

add "metadata" endpoint for attachments

c94d901
Select commit
Loading
Failed to load commit list.
Merged

Single table for file attachments #7420

add "metadata" endpoint for attachments
c94d901
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jun 19, 2024 in 0s

86.63% of diff hit (target 83.84%)

View this Pull Request on Codecov

86.63% of diff hit (target 83.84%)

Annotations

Check warning on line 18 in src/backend/InvenTree/common/admin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/admin.py#L17-L18

Added lines #L17 - L18 were not covered by tests

Check warning on line 20 in src/backend/InvenTree/common/admin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/admin.py#L20

Added line #L20 was not covered by tests

Check warning on line 695 in src/backend/InvenTree/common/api.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/api.py#L693-L695

Added lines #L693 - L695 were not covered by tests

Check warning on line 703 in src/backend/InvenTree/common/api.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/api.py#L701-L703

Added lines #L701 - L703 were not covered by tests

Check warning on line 46 in src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py#L45-L46

Added lines #L45 - L46 were not covered by tests

Check warning on line 76 in src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py#L76

Added line #L76 was not covered by tests

Check warning on line 78 in src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py#L78

Added line #L78 was not covered by tests

Check warning on line 81 in src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py#L80-L81

Added lines #L80 - L81 were not covered by tests

Check warning on line 83 in src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py#L83

Added line #L83 was not covered by tests

Check warning on line 85 in src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py#L85

Added line #L85 was not covered by tests

Check warning on line 87 in src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py#L87

Added line #L87 was not covered by tests

Check warning on line 89 in src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py#L89

Added line #L89 was not covered by tests

Check warning on line 98 in src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py#L98

Added line #L98 was not covered by tests

Check warning on line 102 in src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py#L100-L102

Added lines #L100 - L102 were not covered by tests

Check warning on line 104 in src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py#L104

Added line #L104 was not covered by tests

Check warning on line 107 in src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/migrations/0026_auto_20240608_1238.py#L107

Added line #L107 was not covered by tests

Check warning on line 696 in src/backend/InvenTree/common/models.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/models.py#L696

Added line #L696 was not covered by tests

Check warning on line 3129 in src/backend/InvenTree/common/models.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/models.py#L3129

Added line #L3129 was not covered by tests

Check warning on line 3142 in src/backend/InvenTree/common/models.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/models.py#L3141-L3142

Added lines #L3141 - L3142 were not covered by tests

Check warning on line 3150 in src/backend/InvenTree/common/models.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/models.py#L3149-L3150

Added lines #L3149 - L3150 were not covered by tests

Check warning on line 3156 in src/backend/InvenTree/common/models.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/models.py#L3154-L3156

Added lines #L3154 - L3156 were not covered by tests

Check warning on line 3215 in src/backend/InvenTree/common/models.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/models.py#L3215

Added line #L3215 was not covered by tests

Check warning on line 3225 in src/backend/InvenTree/common/models.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/models.py#L3224-L3225

Added lines #L3224 - L3225 were not covered by tests

Check warning on line 3228 in src/backend/InvenTree/common/models.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/models.py#L3227-L3228

Added lines #L3227 - L3228 were not covered by tests

Check warning on line 3231 in src/backend/InvenTree/common/models.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/models.py#L3230-L3231

Added lines #L3230 - L3231 were not covered by tests