Commit Graph

886 Commits

Author SHA1 Message Date
Andreas Zweili
9800126def
limit test runs to master and pull requests 2020-07-07 22:21:32 +02:00
Andreas Zweili
7850c22f6f
Merge pull request #48 from Nebucatnetzer/sort-dropdowns
sort the dropdowns alphabetically
2020-07-07 22:18:16 +02:00
Andreas Zweili
0ae6a6688e extend the models with 'ordering' 2020-07-07 22:12:57 +02:00
Andreas Zweili
956f2fb889 update the todos
I move all todos to the Github Issues.
2020-07-05 14:07:46 +02:00
Andreas Zweili
d3da427829 remove the port mapping from the web app
we always want to access the website through nginx
2020-07-04 13:49:52 +02:00
Andreas Zweili
abdf4e2ff1 correct the order of the clean commands 2020-07-04 13:00:34 +02:00
Andreas Zweili
a6ad70735b use the development compose for all Makefile commands 2020-07-04 12:56:58 +02:00
Andreas Zweili
0458cbd277 remove the command parameter from the compose file 2020-07-04 12:21:02 +02:00
Andreas Zweili
6d723c53cf remove an unused command from the Makefile 2020-07-04 12:14:15 +02:00
Andreas Zweili
74b7cfd3bd create the second_run file inside the container 2020-07-04 12:12:42 +02:00
Andreas Zweili
f692fce446 clean out the Python cache files at each run 2020-07-04 12:12:18 +02:00
Andreas Zweili
29a1f30237 update the README 2020-07-04 11:59:51 +02:00
Andreas Zweili
f1e8090bf2 update the Makefile commands 2020-07-04 11:55:55 +02:00
Andreas Zweili
ec9e460d9f remove the development.sh script 2020-07-04 11:55:30 +02:00
Andreas Zweili
496d2c8705 add CMD to Dockerfile 2020-07-04 11:54:55 +02:00
Andreas Zweili
48f4c68826 update notes 2020-07-04 11:54:46 +02:00
Andreas Zweili
e68d3b879d reload unicorn when code changes 2020-07-04 11:54:07 +02:00
Andreas Zweili
b0346c8850 fix the automated tests 2020-07-04 11:02:10 +02:00
Andreas Zweili
73d7345aff add a compose file specific for development 2020-07-04 10:55:30 +02:00
Andreas Zweili
9f948fe396 add create and delete views for RAIDs 2020-06-29 22:43:39 +02:00
Andreas Zweili
72b8c86a98 add create and delete views for backups 2020-06-29 13:36:12 +02:00
Andreas Zweili
273d4da42b change the url format for the ComputerLicenseCreateView 2020-06-29 12:09:43 +02:00
Andreas Zweili
4b6e375833 add LicenseWithComputerDeleteView 2020-06-28 23:59:50 +02:00
Andreas Zweili
efaead7d7d add LicenseWithComputerCreateView 2020-06-28 23:31:47 +02:00
Andreas Zweili
16fc66385f add form to delete a ComputerSoftwareRelation 2020-06-28 19:12:49 +02:00
Andreas Zweili
5640d0ab3f PEP8 2020-06-28 19:08:14 +02:00
Andreas Zweili
61d966f785 add a form to create a ComputerSoftwareRelation 2020-06-28 19:04:55 +02:00
Andreas Zweili
d08a1f0557 add a quick way to add a host and the OS
it might be nice to have a seperate form for both of them however this is just
much quicker to add and when I limit the hosts they will be limited here as
well. So for the moment this is good enough.
2020-06-28 17:17:39 +02:00
Andreas Zweili
3bb63bc44d replace the Django runserver command with gunicorn
I would like to test how this performs and if it works for development. Would
be nice because this way I can have a setup which is closer to what I run in
produciton than with Django runserver.
2020-06-28 16:48:23 +02:00
Andreas Zweili
accc02d8d1 update django to 2.2.13 2020-06-15 22:55:17 +02:00
Andreas Zweili
960a698c36 add tests for all the hardware forms 2020-06-15 22:53:33 +02:00
Andreas Zweili
5c69552c50 correct the urls for the hardware forms 2020-06-15 22:53:16 +02:00
Andreas Zweili
c07978fa79 add test for verbose name filter 2020-06-15 22:05:28 +02:00
Andreas Zweili
49fc10a4dd add forms and views for the ComputerDiskRelation 2020-06-15 21:39:58 +02:00
Andreas Zweili
1ddf0a23e6 add forms and views for the ComputerGpuRelation 2020-06-15 21:39:31 +02:00
Andreas Zweili
3311619ef7 add forms and views for the ComputerCpuRelation 2020-06-15 21:38:21 +02:00
Andreas Zweili
1aa48a7109 make the confirmation template generic 2020-06-15 21:36:41 +02:00
Andreas Zweili
9e34bf1f54 add a filter to get the verbose name for an object 2020-06-15 21:36:03 +02:00
Andreas Zweili
d5fcec4ab1 add the test data fixture to the development script 2020-06-15 19:51:46 +02:00
Andreas Zweili
38680d86c8 clean out the test data fixture 2020-06-15 19:51:34 +02:00
Andreas Zweili
a590adbc11 add a fixture file with test data 2020-06-15 19:36:00 +02:00
Andreas Zweili
f7ecf9ca82 change the favicon 2020-06-15 19:35:00 +02:00
Andreas Zweili
7717255f18 add delete and create views for the ram relation 2020-06-09 21:59:20 +02:00
Andreas Zweili
17a67fda8c correct the order of the customer fields 2020-06-09 21:43:34 +02:00
Andreas Zweili
29f869ea78 add various create buttons to the computer detail view 2020-06-08 22:11:49 +02:00
Andreas Zweili
c07eb4cb99 match the customer details page to the rest of the application 2020-06-08 21:12:42 +02:00
Andreas Zweili
e3689f6d16 add a Manufacturer detail view 2020-06-08 21:09:05 +02:00
Andreas Zweili
f3a0d77168 add get_absolute_url method to DeviceManufacturer model 2020-06-08 21:08:16 +02:00
Andreas Zweili
459771924c move the description field to the base Company model 2020-06-08 21:07:40 +02:00
Andreas Zweili
180124d641 extend notes 2020-06-08 17:05:57 +02:00