InvenTree/InvenTree/plugin
Oliver 7cabb78964
Docker compose relative path (#3410)
* Update development docker-compose file

- Remove external volume definition
- v2 does not allow relative path spec here
- Simplification is only required for dev version

* Remove old debug messages

* Update docker build CI step

- Check that required directories / files have been created in the correct location(s)

* Add check for pgdb directory

* Run partial docker check on pull_request

* Disable workflow running on pull requests
2022-07-27 07:50:54 +10:00
..
base Fix POST testing (#3346) 2022-07-18 08:35:23 +10:00
builtin [FR] Add unit testing for emails (#3281) 2022-07-03 20:38:26 +10:00
migrations user notification settings 2022-04-04 23:46:19 +02:00
mixins Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
samples Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00
templatetags Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00
__init__.py BREAKING (#3283) 2022-07-03 12:32:35 +10:00
admin.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
api.py Update requirements (#3228) 2022-06-28 22:12:00 +10:00
apps.py Setting caching (#3178) 2022-06-12 10:56:16 +10:00
events.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
helpers.py Allow plugin loading from external directory (#3364) 2022-07-26 14:35:01 +10:00
models.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
plugin.py Allow plugin loading from external directory (#3364) 2022-07-26 14:35:01 +10:00
registry.py Docker compose relative path (#3410) 2022-07-27 07:50:54 +10:00
serializers.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
template.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_api.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_helpers.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_plugin.py BREAKING (#3283) 2022-07-03 12:32:35 +10:00
urls.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
views.py Ensure an error gets logged when a delivery method fails (#3144) 2022-06-07 08:58:00 +10:00