Commit Graph

958 Commits

Author SHA1 Message Date
Andreas Zweili
980c03e666 remove all external javascript libraries
I'm currently not using any of them so it doesn't really make sense to
include them
2020-08-03 17:38:20 +02:00
Andreas Zweili
9bc3873317 make the delete column unsortable 2020-08-03 17:37:08 +02:00
Andreas Zweili
190569cdb0 add a delete button to the license tables 2020-08-03 17:33:50 +02:00
Andreas Zweili
5aed28748a add a delete button to the devices table 2020-08-03 17:15:37 +02:00
Andreas Zweili
1ddca51d77 add a delete button to the users table 2020-08-03 17:14:54 +02:00
Andreas Zweili
bad049a521 add a delete button to the nets table 2020-08-03 17:08:57 +02:00
Andreas Zweili
b06f7e961b add a delete button to the backups table 2020-08-03 16:49:45 +02:00
Andreas Zweili
0bcb74a397 add a customer property to Backup model 2020-08-03 16:49:09 +02:00
Andreas Zweili
506401bf99 move the device delete button into the devices table 2020-08-03 16:38:46 +02:00
Andreas Zweili
f57b3a7baf add delete button to customers table 2020-08-03 16:35:36 +02:00
Andreas Zweili
fec98db1b8 add delete button to computers table 2020-08-03 16:35:10 +02:00
Andreas Zweili
0c34519bb1 don't migrate when testing 2020-08-03 14:20:27 +02:00
Andreas Zweili
39767b719e use 6 cores while testing with vscode 2020-08-03 14:17:53 +02:00
Andreas Zweili
a0191b6dc2 PEP8 2020-08-03 13:41:49 +02:00
Andreas Zweili
a8e531045c Merge branch 'master' into computer-backup-forms 2020-07-20 18:34:54 +02:00
Andreas Zweili
3fcb1b3c00 try a hack 2020-07-17 17:12:29 +02:00
Andreas Zweili
abed7f9dc3 fix indentation 2020-07-17 16:47:53 +02:00
Andreas Zweili
699dd865cb add a gitlab-ci file 2020-07-17 16:38:08 +02:00
Andreas Zweili
94f67d1319 Merge branch 'master' into computer-backup-forms 2020-07-14 21:00:44 +02:00
Andreas Zweili
44144dc23a
Merge pull request #49 from Nebucatnetzer/db-volume
write the db data into a local folder
2020-07-14 20:58:48 +02:00
Andreas Zweili
f81fabdaee write the db data into a local folder
I prefer to have everything related to a project in one single directory
that way I know where to look for it.
2020-07-14 20:56:56 +02:00
Andreas Zweili
48ced6def4 add a debug command 2020-07-13 09:37:57 +02:00
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