Commit Graph

1001 Commits

Author SHA1 Message Date
Andreas Zweili
a4e5d44dcb add tests for nets rest api 2020-11-30 18:08:55 +01:00
Andreas Zweili
2e28f2bca1 add tests for licenses rest api 2020-11-30 18:04:49 +01:00
Andreas Zweili
c48e18d7d7 add tests for the devices rest api 2020-11-30 18:01:04 +01:00
Andreas Zweili
e9d52f6f3d fix a typo 2020-11-30 17:59:54 +01:00
Andreas Zweili
731acab046 add tests for customers rest api 2020-11-30 17:56:25 +01:00
Andreas Zweili
6ee64bdfd8 add tests for the computers rest api 2020-11-30 17:49:01 +01:00
Andreas Zweili
c3fe206381 rename the core view tests 2020-11-30 17:48:34 +01:00
Andreas Zweili
773e2474f6 rename the backup view tests 2020-11-30 17:48:22 +01:00
Andreas Zweili
e81400ec5a add rest api for backups 2020-11-30 17:34:21 +01:00
Andreas Zweili
1ffa5cb110 add tests for backup REST API 2020-11-30 17:11:10 +01:00
Andreas Zweili
ccbcce3551 change core to relativ imports 2020-11-30 17:09:10 +01:00
Andreas Zweili
02c41bd8f4 add dashes to the core URLs 2020-11-30 16:43:23 +01:00
Andreas Zweili
f206e8f82d add empty urls files to all the apps 2020-11-30 16:31:30 +01:00
Andreas Zweili
5dfbc3e4a0 remove unused code from users 2020-11-30 16:14:04 +01:00
Andreas Zweili
d49ff25355 remove unused settings 2020-11-30 16:13:53 +01:00
Andreas Zweili
6e5decf87a remove unused dependencies 2020-11-30 15:45:04 +01:00
Andreas Zweili
fcc1e3f20b remove unused code from nets 2020-11-30 15:44:50 +01:00
Andreas Zweili
2ef9ca54a3 remove unused code from licenses 2020-11-30 15:44:36 +01:00
Andreas Zweili
316bd1bd64 remove unused code from devices 2020-11-30 15:44:19 +01:00
Andreas Zweili
9738a9495c remove unused code from customers 2020-11-30 15:12:25 +01:00
Andreas Zweili
23617ec724 remove unused code from computers 2020-11-30 15:12:10 +01:00
Andreas Zweili
55e0a2610d remove unused code from backups 2020-11-30 14:29:36 +01:00
Andreas Zweili
c6bb767138 add viewsets for HoursInDay and MinutesInHour 2020-11-28 16:29:02 +01:00
Andreas Zweili
cc68c5a585 add tests for HoursInDay and MinutesInHour 2020-11-28 16:28:38 +01:00
Andreas Zweili
5e9edcd968 add tests for month and dayofmonth 2020-11-28 16:20:16 +01:00
Andreas Zweili
f9509ac2d1 update the vscode settings for the new django path 2020-11-28 16:18:37 +01:00
Andreas Zweili
7faa31d952 remove the outdated docker-compose file
I will add a correct production ready file at a later point
2020-11-28 16:14:08 +01:00
Andreas Zweili
069d0d50ca move django into the backend folder 2020-11-28 16:12:06 +01:00
Andreas Zweili
edd308c6c7 make the core viewsets read only 2020-11-28 11:19:06 +01:00
Andreas Zweili
871535c76f correct the comments 2020-11-28 11:15:14 +01:00
Andreas Zweili
10c7ed4558 add a test for the weekday api 2020-11-28 11:14:58 +01:00
Andreas Zweili
21a116fbea add the API to the NGINX server 2020-11-28 01:22:25 +01:00
Andreas Zweili
dba05101dd always build the docker containers when running make 2020-11-27 23:28:00 +01:00
Andreas Zweili
407ba83e3c correct the api url 2020-11-27 23:27:30 +01:00
Andreas Zweili
08f5c98771 update the docker-compose files 2020-11-27 23:27:04 +01:00
Andreas Zweili
31bbf41d6e serialize the core models 2020-11-27 22:43:53 +01:00
Andreas Zweili
42796920d4 add the django rest framework 2020-11-27 21:22:40 +01:00
Andreas Zweili
e8a751fd8d add the nginx container to the frontend 2020-11-27 19:57:03 +01:00
Andreas Zweili
567c40f6cb add the frontend to docker-compose 2020-11-27 19:31:24 +01:00
Andreas Zweili
1a8b9d9d24 add a vue.js application as a frontend 2020-11-27 19:30:27 +01:00
Andreas Zweili
b53ecfd080 remove the unused templates 2020-11-27 18:58:06 +01:00
Andreas Zweili
d2c5c03d12 make sure that the description columns get wrapped properly 2020-08-03 21:35:20 +02:00
Andreas Zweili
746054c295 make all tables responsive 2020-08-03 21:10:05 +02:00
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