InvenTree/InvenTree/label
github-actions[bot] 4a5ebf8f01
Handle exception when creating default labels (#5163) (#5166)
* Handle exception when creating default labels

- Running workers in parallel may cause race conditions
- Catch any exception which is raised

* Prevent password from being logged

* Update default timeout for docker

(cherry picked from commit 8b730884d7)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
2023-07-04 22:54:21 +10:00
..
migrations Synergise label filter help texts (#5100) 2023-06-24 08:40:36 +10:00
templates/label Synergise label filter help texts (#5100) 2023-06-24 08:40:36 +10:00
__init__.py Add "label" app 2020-08-16 09:28:12 +10:00
admin.py Build line labels (#5034) 2023-06-14 13:07:18 +10:00
api.py Build line labels (#5034) 2023-06-14 13:07:18 +10:00
apps.py Handle exception when creating default labels (#5163) (#5166) 2023-07-04 22:54:21 +10:00
models.py Synergise label filter help texts (#5100) 2023-06-24 08:40:36 +10:00
serializers.py Build line labels (#5034) 2023-06-14 13:07:18 +10:00
test_api.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
tests.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00