2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-25 04:23:33 +00:00
Commit Graph

17640 Commits

Author SHA1 Message Date
eeintech 52b2b9582d More tests and improved coverage (hopefully) 2021-04-06 14:30:03 -04:00
eeintech 7b4d3a3c07 Added test units for migration and API 2021-04-06 13:16:01 -04:00
matmair 32eaf48c12 fixed styling 2021-04-06 18:33:57 +02:00
matmair f647120cd1 initial showcase implementation 2021-04-06 18:17:09 +02:00
eeintech 76fe535ef9 Improved delete form to show supplier parts deletion 2021-04-06 09:32:59 -04:00
eeintech bd65a42410 Removed global setting for manufacturer parts (enabled for all users) 2021-04-06 08:49:45 -04:00
eeintech fd66e8b136 Added MPN link to supplier part list 2021-04-05 15:41:18 -04:00
eeintech 547dcc6e80 Deleted manufacturers tab from supplier detail page 2021-04-05 15:19:34 -04:00
eeintech 58ddc47065 Updated migration files to handle duplicate manufacturer data 2021-04-05 11:21:34 -04:00
matmair 530b90042a added german(de) translations 2021-04-04 22:51:16 +02:00
matmair 2c053eae4c added translations 2021-04-04 22:49:47 +02:00
matmair ef64d1e61d added label to DatePickerFormField 2021-04-04 22:49:17 +02:00
matmair adcb211572 set language in the used js scripts 2021-04-04 22:48:36 +02:00
matmair efd14fca64 made translation lazy 2021-04-04 22:47:01 +02:00
matmair 20c455384e added more translation-strings 2021-04-04 22:44:14 +02:00
matmair c68220a597 migrations for all the translated models, totally forgot that 2021-04-03 14:11:28 +02:00
matmair cd7724d490 added german(de) translations for the new stuff 2021-04-03 13:48:02 +02:00
matmair f67210b20f added translation files for changes 2021-04-03 04:11:40 +02:00
matmair 1854da380b made filters.js dynamic for translation 2021-04-03 04:07:27 +02:00
matmair 0547e1c03b added more translations in html / js 2021-04-03 04:05:59 +02:00
matmair 446bc06c1b switched translation methode to lazy 2021-04-03 04:01:40 +02:00
matmair 2de6fcbfa4 added missing translation fields #753 2021-04-03 03:59:09 +02:00
matmair 698b946403 activated translations for settings 2021-04-02 23:03:24 +02:00
eeintech 45ca8d0e93 Fixes to the way ManufacturerPart is saved, manufacturer table filtering and test units 2021-04-02 11:13:57 -04:00
eeintech bb69e38c1a Simple and View test units 2021-04-01 16:30:06 -04:00
eeintech 94574b37ae Added Manufacturer parts to search, fixed icons, added manufacturer view in supplier part detail page 2021-04-01 10:00:15 -04:00
Oliver Walters 00c4519d28 Simplify dockerfile 2021-04-02 00:54:29 +11:00
Oliver Walters 2436b1f2c9 Entrypoint script - start.sh 2021-04-02 00:40:47 +11:00
eeintech a8b858c824 Fixed serializer 2021-04-01 09:11:47 -04:00
Oliver Walters 8d3b9e2ca4 Updates to settings.py
- Create secret_key.txt if it does not exist
- Copy default settings file if it does not exist
2021-04-02 00:06:17 +11:00
Oliver Walters be41be3981 Add "wait_for_db" management command 2021-04-02 00:03:56 +11:00
Oliver Walters 8e7e36089b Fix venv 2021-04-01 21:11:59 +11:00
Oliver Walters 47ba0599eb Reference environment variables in supervisor conf file 2021-04-01 20:44:27 +11:00
Oliver Walters db858b3cfc Install packages inside venv 2021-04-01 20:44:13 +11:00
Oliver Walters 148600a9c4 Copy gunicorn.conf.py 2021-04-01 20:38:18 +11:00
Oliver Walters 839c29117d Dockerfile updates
- Pipe supervisor logs to stdout (so they are passed to the docker instance)
- Fix supervisor service
- Expose home dir and port as env vars
2021-04-01 20:30:51 +11:00
Oliver Walters d446f8ddd1 Add supervisor conf file specific to docker 2021-04-01 20:14:31 +11:00
Oliver Walters 08a1a6cf43 Add configuration options for the Dockerfile 2021-04-01 20:14:17 +11:00
Oliver Walters 76ab38a06b Add docker info 2021-04-01 11:35:03 +11:00
eeintech 8c8b25a0d2 Validating API for SupplierPart, not able to spin-off ManufacturerPart from serialized data 2021-03-31 18:04:28 -04:00
Oliver Walters 38b9655ad9 Remove unused workflow 2021-04-01 08:43:58 +11:00
eeintech 9e56bf90c5 More web testing, looks ready 2021-03-31 13:53:55 -04:00
eeintech 2f2e5862a9 Merge branch 'master' of github.com:inventree/InvenTree into manufacturer_part 2021-03-31 13:10:33 -04:00
Oliver Walters b9e81c3c0e Start supervisord
Ref: https://advancedweb.hu/supervisor-with-docker-lessons-learned/
2021-03-31 23:39:16 +11:00
Oliver Walters b9f9b26ca5 Sudo not required, I guess? 2021-03-31 23:32:03 +11:00
Oliver Walters 7683cc1aaa APK not APT 2021-03-31 23:27:01 +11:00
Oliver Walters ff6b127f1b Typo fixin' 2021-03-31 23:22:17 +11:00
Oliver Walters 8b227ce297 More required packages, I guess... 2021-03-31 23:20:32 +11:00
Oliver Walters 286cf9b102 gcc required 2021-03-31 23:12:27 +11:00
Oliver Walters 24d36e0b66 Getting there... 2021-03-31 23:09:24 +11:00