Commit Graph

139 Commits

Author SHA1 Message Date
2fdcfe8baf write docu about user setup 2024-11-23 22:03:28 +01:00
c1b9c966dd Merge branch 'develop' into issue/23-add-docu 2024-11-23 21:59:24 +01:00
f202896c92 Merge pull request 'issue/16-docker-uid-gid' (#28) from issue/16-docker-uid-gid into develop
Reviewed-on: #28
2024-11-23 21:57:20 +01:00
50cfe0a2c6 Fix filename typo in js file 2024-11-23 17:12:37 +01:00
2d718c5e3a Add new management command to create superuser if not present. Use that command in the entrypoint scripts 2024-11-23 17:08:38 +01:00
57b475cbe1 replace docker-compose with docker compose to make script corss compatible to non arch systems 2024-11-23 17:08:01 +01:00
25b592ee39 Let container run as user and set correct restart policy 2024-11-23 17:06:37 +01:00
08a5f97fd4 Add user ID and GID to example env file 2024-11-23 17:05:55 +01:00
511dacf54a Add restart policy to autostart the containers after boot 2024-11-23 15:27:02 +01:00
0c4f1f9dba Exclude run folder from docker. It is used for local debugging of containers 2024-11-23 15:25:43 +01:00
08bae61fc0 Merge branch 'develop' into issue/23-add-docu 2024-11-23 01:14:55 +01:00
4ff71d2b21 Fix typo 2024-11-23 01:13:19 +01:00
b47c7ad38d Add readme. Rename example env, to unhide it in the fileexplorer. 2024-11-23 01:10:23 +01:00
63b8a66ebb Add restart policy to autostart the containers after boot 2024-11-23 01:09:57 +01:00
b873b1fd0f Merge pull request 'added CSRF trusted origin config, added tzdata - needed in debug mode' (#22) from sst/some-weird-stuff-with-docker into develop
Reviewed-on: #22
Reviewed-by: Mario Hüttel <mario.huettel@linux.com>
2024-11-21 00:50:08 +01:00
6e51085210 removed the trusted origin foo again - added proper detection of https 2024-11-19 23:31:56 +01:00
5163834de4 added CSRF trusted origin config, added tzdata - needed in debug mode 2024-11-19 23:09:53 +01:00
841be4f1bb Merge pull request 'correct type conversion in csv import' (#19) from bugfix/import-fuckups into develop
Reviewed-on: #19
2024-11-19 20:42:59 +01:00
0d4019832f Merge branch 'develop' into bugfix/import-fuckups 2024-11-19 20:41:15 +01:00
fed63fd45f Merge pull request 'feature/small-useability-improvements' (#20) from feature/small-useability-improvements into develop
Reviewed-on: #20
Reviewed-by: Mario Hüttel <mario.huettel@linux.com>
2024-11-19 20:32:58 +01:00
d10c48f2b9 fixed usage of input fields 2024-11-19 00:39:15 +01:00
a54cd33880 Merge pull request 'mhu/4-port-to-django-5.1 Port to recent Django version' (#18) from mhu/4-port-to-django-5.1 into develop
Reviewed-on: #18
2024-11-19 00:03:22 +01:00
7c1465428f automatically select first finding in autocomplete fields on enter 2024-11-18 23:55:38 +01:00
9afa7d709b automatically select the search input when the start of a scanned uuid is detected 2024-11-18 23:55:12 +01:00
f2ea45cd19 correct type conversion in csv import 2024-11-18 23:08:34 +01:00
7678e6ad88 remove unnecessary uuid import from distributor views 2024-11-18 21:31:25 +01:00
5ce7d99db2 Fix import oder in package views 2024-11-18 21:28:37 +01:00
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
741a634546 Update reqirements.txt for Django 5.1.3 2024-11-18 20:19:38 +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
f1e366c7af Merge pull request 'added CSV upload to enable fast creation of similar components' (#14) from feature/csv-import into develop
Reviewed-on: #14
Reviewed-by: Mario Hüttel <mario.huettel@linux.com>
2024-11-17 21:55: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
1c08f433d4 Merge pull request 'Implement #11 mhu/11-add-docker-compose-setup: Add compose setup' (#12) from mhu/11-add-docker-compose-setup into develop
Reviewed-on: #12
Reviewed-by: Stefan Strobel <stefan.strobel@shimatta.net>
2024-11-17 20:19:28 +01:00
8a8f2cdea4 Fix typo in comment 2024-11-17 20:08:53 +01:00
20a83c7e91 added CSV upload to enable fast creation of similar components 2024-11-17 19:54:15 +01:00
66f4eea77d Update env file example to contain Volume mount point for DB folder 2024-11-17 19:36:27 +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