Commit Graph

74 Commits

Author SHA1 Message Date
Mario Hüttel 6dd781021c Merge pull request 'sst/tinkeing' (#2) from sst/tinkeing into master
Reviewed-on: #2
2024-04-25 20:37:14 +02:00
Stefan Strobel 7e0fc86b7f running migration without interaction in entrypoint script 2023-12-11 00:34:43 +01:00
Stefan Strobel 7a1bf054f5 disabling django ssl redirection in order to run this in docker (without ssl obviously) 2023-12-11 00:23:36 +01:00
Stefan Strobel 5b6f4e16ef tinkered around to get this app running inside a container using alpine and socket based psql 2023-12-10 23:09:33 +01:00
Mario Hüttel 191705c6a6 Add migration command for old file name structure 2022-08-05 21:49:58 +02:00
Mario Hüttel ba0da19810 Rework file upload structure to use subfolders for better file performance 2022-08-05 21:49:00 +02:00
Mario Hüttel 873e13542a Correctly implement filtering for components 2022-01-04 20:06:22 +01:00
Mario Hüttel 1e302e4595 Revert "Add filtering to component API"
This reverts commit c6fae17154.
2022-01-04 20:05:11 +01:00
Mario Hüttel c6fae17154 Add filtering to component API 2022-01-04 20:03:20 +01:00
Mario Hüttel 3b1eb6118f Revert "Add filtering to component API"
This reverts commit 76c79403f2.
2022-01-04 20:02:13 +01:00
Mario Hüttel 76c79403f2 Add filtering to component API 2022-01-04 19:59:05 +01:00
Mario Hüttel a3fc0e8447 Implement sorting of component parameters ind distri nums and add description collapse for parameters 2022-01-03 22:53:57 +01:00
Mario Hüttel f092977b2a Round component parameter values to 3 digits 2022-01-03 22:09:49 +01:00
Mario Hüttel f6a9ce622c Add component parameter forms 2022-01-03 17:38:50 +01:00
Mario Hüttel cab865c8fe Add formset for parameter search (not functional) and improve usability 2022-01-03 13:18:31 +01:00
Mario Hüttel 5c9f0d0f0a Start advanced search 2022-01-02 20:00:29 +01:00
Mario Hüttel 3c51c2485c Implement simple search for components 2022-01-02 17:57:00 +01:00
Mario Hüttel aa7b35522b Merge pull request 'Implement distributor numbers' (#1) from distributor-num into master
Reviewed-on: #1
2022-01-02 16:25:07 +01:00
Mario Hüttel 494aded95b Implement distributor numbers 2022-01-02 16:23:49 +01:00
Mario Hüttel f520b22dd0 Fix broken indentation 2022-01-02 02:06:36 +01:00
Mario Hüttel b1921940f0 Enable HSTS seconds 2022-01-02 02:03:46 +01:00
Mario Hüttel 34fd41cff6 harden production settings 2022-01-02 01:59:13 +01:00
Mario Hüttel a29dc5b97c Update main page 2022-01-01 22:47:12 +01:00
Mario Hüttel dbbd8b4a99 Implement component deletion 2022-01-01 17:53:10 +01:00
Mario Hüttel 8ef217f224 Update production settings 2022-01-01 17:22:04 +01:00
Mario Hüttel f21ce223bc Wrote autocompletion for foreign key field 2022-01-01 17:18:08 +01:00
Mario Hüttel 563a769064 remove NULL from all text fields in database 2022-01-01 14:06:46 +01:00
Mario Hüttel c4a26f8a98 Further improve stuff nad add model fro print jobs 2022-01-01 13:52:52 +01:00
Mario Hüttel 38bca5caf9 Rewrite autocomplete foreign key 2021-12-31 22:40:58 +01:00
Mario Hüttel a0775a69ca Make progress with automatic form field for model autocompletion 2021-12-31 22:29:47 +01:00
Mario Hüttel 258fd1747c Try out some stuff 2021-12-31 16:38:23 +01:00
Mario Hüttel ca61437110 Add lot number to add stock form 2021-12-31 14:03:25 +01:00
Mario Hüttel e959f11051 Add lot to stock model. 2021-12-30 23:33:43 +01:00
Mario Hüttel e6eb9346a8 Add filter backend for storage model in API 2021-12-30 21:55:35 +01:00
Mario Hüttel a73fba0f1b Fix broken token authentication 2021-12-30 21:12:58 +01:00
Mario Hüttel 3abdd9b180 Improve search of packages, distributors and manufacturers 2021-11-15 17:57:01 +01:00
Mario Hüttel b65b5c12ce Update requirements 2021-11-15 11:57:32 +01:00
Mario Hüttel 4ab49978d1 Change settings file in wsgi to production settings 2021-11-15 11:53:10 +01:00
Mario Hüttel b60462c5ae Add uwsgi config 2021-11-15 11:37:56 +01:00
Mario Hüttel dc7d4b3005 Improve search and add production settings file 2021-11-15 11:20:31 +01:00
Mario Hüttel ef631acd6b Add links to distributor and manufacturer website 2021-11-14 22:04:17 +01:00
Mario Hüttel 01124d9904 Add manufacturers and distributors to Website 2021-11-14 20:38:19 +01:00
Mario Hüttel 3bbc05db1e Add package overview, search, and create modal 2021-11-14 18:40:21 +01:00
Mario Hüttel 503ede44e3 Implement package-detail view 2021-11-14 16:48:42 +01:00
Mario Hüttel ac318ca864 Do some random coding for Distribotr numbers and Component parameters. This is probably not the most ideal solution. Will change this later 2021-11-13 21:05:52 +01:00
Mario Hüttel 5c3197e040 Add Stock overview to component detail apge 2021-11-12 20:31:34 +01:00
Mario Hüttel 4fe9bb1431 start component parameter formset 2021-11-12 20:14:02 +01:00
Mario Hüttel c08a442ce5 Fix bug in QR search on component pages 2021-11-11 21:12:21 +01:00
Mario Hüttel 69ed1092e0 Implement edit componant form and adapt UI 2021-11-11 20:51:02 +01:00
Mario Hüttel e2aba765d4 Add a lot of stuff.. Can't remember 2021-11-10 19:38:39 +01:00