InvenTree/InvenTree/plugin
Matthias Mair 9a0c978f2f
Fix a few warnings in api generation (#6836)
* remove unuses api method

* update API docstrings to be more acurate

* updated typing for  fields

* upate serializer to avoid collision

* fix typing for API generation

* fix ModelChoiceFilter inference

* fix typing for manufacturer

* bump API version

* fix test

* fix type checker warnings

* fix api path
2024-03-25 09:10:38 +11:00
..
base Fix for registering scheduled tasks (#6815) 2024-03-22 21:33:52 +11:00
broken [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
builtin Seperate CUI url paths and tests (#6543) 2024-02-22 22:56:50 +00:00
machine Machine integration (#4824) 2024-02-14 14:13:47 +00:00
migrations [WIP] Plugin Updates (#6400) 2024-02-07 02:08:30 +11:00
mixins [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
mock [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
samples Create test files in seperate folder & cleanup before image build (#6571) 2024-02-26 11:23:49 +11:00
templatetags [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
__init__.py [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
admin.py [WIP] Plugin Updates (#6400) 2024-02-07 02:08:30 +11:00
api.py Fix a few warnings in api generation (#6836) 2024-03-25 09:10:38 +11:00
apps.py Worker thread fix (#6733) 2024-03-18 09:22:06 +11:00
events.py [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
helpers.py [Plugin] Enhanced custom validation (#6410) 2024-02-06 22:00:22 +11:00
installer.py Add config option to fully disable installing plugins (#6535) 2024-02-26 11:44:31 +00:00
models.py [WIP] Plugin Updates (#6400) 2024-02-07 02:08:30 +11:00
plugin.py Fix for registering scheduled tasks (#6815) 2024-03-22 21:33:52 +11:00
registry.py Devcontainer postgresql (#6590) 2024-02-28 15:04:14 +11:00
serializers.py Generate API docs (#6319) 2024-02-08 16:19:57 +11:00
template.py Plugin framework updates (#3535) 2022-08-16 16:10:18 +10:00
test_api.py Fix a few warnings in api generation (#6836) 2024-03-25 09:10:38 +11:00
test_helpers.py [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
test_plugin.py Bump to Dj 4.x (#6173) 2024-02-06 13:30:50 +11:00
urls.py Fix urls loading for plugin testing (#6383) 2024-02-02 06:16:47 +11:00
views.py Provide a *copy* of the page context to pass to plugin (#6496) 2024-02-16 11:00:51 +11:00