Commit Graph

94 Commits

Author SHA1 Message Date
5109f8d094 Fixup imports in storage/stock views 2024-11-18 21:27:21 +01:00
6d0ec7e448 Fixup imports in package views 2024-11-18 21:19:59 +01:00
8422ff0eeb Fixup imports in manufacturer views 2024-11-18 21:17:31 +01:00
1f3ed7f8ed Fixup imports of distributor views 2024-11-18 21:15:05 +01:00
b3f8041f08 Fixup import of component_views.py 2024-11-18 21:08:55 +01:00
173f0e3c91 Fix trailing whitespace 2024-11-18 20:58:39 +01:00
a2f96ed4f0 Unclutter the views and move them to separate files 2024-11-18 20:56:23 +01:00
74e0be71b9 Upgrade to Dajngo 5.1.3 2024-11-18 20:17:55 +01:00
ce00f018fd Merge branch 'develop' into mhu/4-port-to-django-5.1 2024-11-18 20:08:42 +01:00
6c6ef9e5fc Move vscode folder up by one to include everything in the workspace 2024-11-18 19:53:09 +01:00
b9d788935d Merge pull request 'extended api with read only fields to improve label writing' (#17) from feature/expand-components-in-storage-api into develop
Reviewed-on: #17
Reviewed-by: Mario Hüttel <mario.huettel@linux.com>
2024-11-17 23:42:24 +01:00
aa08de0d10 extended api with read only fields to improve label writing 2024-11-17 23:28:15 +01:00
4ee55c1675 Change pencil icon to pen with square to be consistent with the rest of the app 2024-11-17 23:06:06 +01:00
9adafeb882 Finish broken sentence in comment 2024-11-17 23:03:43 +01:00
390eaac396 Merge branch 'develop' into feature/csv-import 2024-11-17 21:44:53 +01:00
3d63357534 made the readme and example for the CSV import accessible from the form directly 2024-11-17 21:44:30 +01:00
20a83c7e91 added CSV upload to enable fast creation of similar components 2024-11-17 19:54:15 +01:00
561b2aed27 Add the /healthcheck path which returns an HTTP200 OK response for checking the helath of the container after startup 2024-11-17 19:10:28 +01:00
b057fedb5f Add optional env variable DJANGO_FORCE_DEV_MODE to force production settings to dev mode for debugging 2024-11-17 16:34:58 +01:00
254bf2bdf0 made the verbose storage name optional in form 2024-11-16 19:11:25 +01:00
a77f46d697 added verbose name to storages to be printed on labels etc. 2024-11-16 13:22:59 +01:00
3e72cfe5d8 fixed usage of if instead of elif 2024-11-15 22:55:30 +01:00
5e478ba624 removed bullshit 2024-11-10 21:21:07 +01:00
8280fe7116 added option to change storages 2024-11-10 21:13:56 +01:00
2e295e4691 removed unneeded stuff 2024-11-10 20:47:21 +01:00
0b27e9f064 added templating mechanism for storages 2024-11-10 20:46:45 +01:00
7a1bf054f5 disabling django ssl redirection in order to run this in docker (without ssl obviously) 2023-12-11 00:23:36 +01:00
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
191705c6a6 Add migration command for old file name structure 2022-08-05 21:49:58 +02:00
ba0da19810 Rework file upload structure to use subfolders for better file performance 2022-08-05 21:49:00 +02:00
873e13542a Correctly implement filtering for components 2022-01-04 20:06:22 +01:00
1e302e4595 Revert "Add filtering to component API"
This reverts commit c6fae17154.
2022-01-04 20:05:11 +01:00
c6fae17154 Add filtering to component API 2022-01-04 20:03:20 +01:00
3b1eb6118f Revert "Add filtering to component API"
This reverts commit 76c79403f2.
2022-01-04 20:02:13 +01:00
76c79403f2 Add filtering to component API 2022-01-04 19:59:05 +01:00
a3fc0e8447 Implement sorting of component parameters ind distri nums and add description collapse for parameters 2022-01-03 22:53:57 +01:00
f092977b2a Round component parameter values to 3 digits 2022-01-03 22:09:49 +01:00
f6a9ce622c Add component parameter forms 2022-01-03 17:38:50 +01:00
cab865c8fe Add formset for parameter search (not functional) and improve usability 2022-01-03 13:18:31 +01:00
5c9f0d0f0a Start advanced search 2022-01-02 20:00:29 +01:00
3c51c2485c Implement simple search for components 2022-01-02 17:57:00 +01:00
494aded95b Implement distributor numbers 2022-01-02 16:23:49 +01:00
f520b22dd0 Fix broken indentation 2022-01-02 02:06:36 +01:00
b1921940f0 Enable HSTS seconds 2022-01-02 02:03:46 +01:00
34fd41cff6 harden production settings 2022-01-02 01:59:13 +01:00
a29dc5b97c Update main page 2022-01-01 22:47:12 +01:00
dbbd8b4a99 Implement component deletion 2022-01-01 17:53:10 +01:00
8ef217f224 Update production settings 2022-01-01 17:22:04 +01:00
f21ce223bc Wrote autocompletion for foreign key field 2022-01-01 17:18:08 +01:00
563a769064 remove NULL from all text fields in database 2022-01-01 14:06:46 +01:00