Commit Graph

585 Commits

Author SHA1 Message Date
Andreas Zweili
3e5a973287 extend test_customer_user_table to check more attributes 2019-12-31 01:23:41 +01:00
Andreas Zweili
f778beca0a show the first and last name for a user 2019-12-30 13:39:12 +01:00
Andreas Zweili
b7a91c4935 display the related computers and users in the license table 2019-12-30 13:38:56 +01:00
Andreas Zweili
dac5e2744a add customer_users_table_view 2019-12-30 11:17:24 +01:00
Andreas Zweili
1b48ded52d correct line length 2019-12-30 11:13:33 +01:00
Andreas Zweili
22ab084173 reorder imports 2019-12-30 11:09:47 +01:00
Andreas Zweili
73ed48797c reorder imports 2019-12-30 11:09:31 +01:00
Andreas Zweili
cfb452e55e add a link to users to the customer_table_view 2019-12-30 11:00:15 +01:00
Andreas Zweili
fd4b0564d4 check for cell contents in test_customer_list_view 2019-12-30 10:56:32 +01:00
Andreas Zweili
b0aaa25765 make licenses unique to avoid UniqueConstraint 2019-12-30 01:45:26 +01:00
Andreas Zweili
f23234b6e0 fix the run.sh script
without the changes it was failing at first run
2019-12-30 01:37:23 +01:00
Andreas Zweili
0a8e0c7760 remove currently unused tests 2019-12-30 01:29:58 +01:00
Andreas Zweili
b6b259cf0d add tests for licenses 2019-12-30 01:25:30 +01:00
Andreas Zweili
acd264430e remove the clean methods
This logic should be implemented in the respective forms
2019-12-30 01:22:56 +01:00
Andreas Zweili
41c418371e fix the clean check for LicenseWithUser 2019-12-30 00:55:56 +01:00
Andreas Zweili
16fdddd26f make sure that there are always enough licenses 2019-12-30 00:41:07 +01:00
Andreas Zweili
b3f52d1a76 allow users and computers only to use one license 2019-12-30 00:19:50 +01:00
Andreas Zweili
cf3d5546d6 hide all id columns 2019-12-30 00:19:35 +01:00
Andreas Zweili
010b8d407a capitalize all column names 2019-12-30 00:19:24 +01:00
Andreas Zweili
ba61934b6b add license models 2019-12-29 23:54:27 +01:00
Andreas Zweili
c885ab4ac7 delete device when customer gets deleted 2019-12-29 19:04:21 +01:00
Andreas Zweili
e1d1d693d5 correct the on_delete parameter for a device owner 2019-12-29 19:04:03 +01:00
Andreas Zweili
c91b6d423f change the license model to be abstract 2019-12-29 19:00:47 +01:00
Andreas Zweili
a7925a353b extend the RM with license models 2019-12-29 18:49:15 +01:00
Andreas Zweili
d980030c22 link the backup target_devices to the matching computer 2019-12-29 16:20:49 +01:00
Andreas Zweili
045c8e61de extend backup_detail_view to show the target device 2019-12-29 15:17:29 +01:00
Andreas Zweili
1b9f461895 add backup_view_permission decorator 2019-12-29 14:03:31 +01:00
Andreas Zweili
117fbaf084 test for 404 error for non existent backup 2019-12-29 14:03:09 +01:00
Andreas Zweili
fd2121ddeb add view_permission decorator to backup_detail_view 2019-12-29 14:02:25 +01:00
Andreas Zweili
bc9afcd0c6 remove the BackupDetailTable 2019-12-29 13:50:51 +01:00
Andreas Zweili
14865608ee remove the customer object from decorators
The customer object can be used directly from the other object
2019-12-29 13:32:35 +01:00
Andreas Zweili
1563c2eaac switch the device_details template to Semantic UI 2019-12-29 13:07:36 +01:00
Andreas Zweili
789d41989e correct fixtures for BackupMethods 2019-12-29 12:26:20 +01:00
Andreas Zweili
a8eeab0a1e add test_customer_list_view_multip_customers 2019-12-28 15:38:17 +01:00
Andreas Zweili
faa358fd1b add test_customer_device_table_multiple_devices 2019-12-28 15:38:00 +01:00
Andreas Zweili
f4604ba788 add test_customer_computer_table_multiple_computers 2019-12-28 15:37:27 +01:00
Andreas Zweili
6e84d26e0f move the string conversion to the helper function 2019-12-28 15:37:09 +01:00
Andreas Zweili
d6be5cea55 display the serial number monospaced 2019-12-28 15:22:12 +01:00
Andreas Zweili
5b1e43499a correct test_device_detail_view 2019-12-28 15:18:59 +01:00
Andreas Zweili
ced9b8918e add the device_view_permission decorator 2019-12-28 15:08:30 +01:00
Andreas Zweili
f1b98dc03f add all attributes to the device_details template 2019-12-28 15:08:11 +01:00
Andreas Zweili
cc17502806 extend the test_device_detail_view 2019-12-28 15:07:59 +01:00
Andreas Zweili
12b510e437 remove the name reference from test_computer_detail_view
This should make the test more flexible and actually tests for the string
representation of the object rather if the name exists.
In the template is use actually that and not the name.
2019-12-28 15:06:35 +01:00
Andreas Zweili
9e79b40519 add more tests to test_customer_device_table 2019-12-28 13:40:35 +01:00
Andreas Zweili
08baff93ad remove an unnused variable 2019-12-28 13:15:11 +01:00
Andreas Zweili
d9672a2b8e extend fictures with more defaults 2019-12-28 13:12:47 +01:00
Andreas Zweili
e158cc7b36 change the RAID model so that it uses django-nested-admin 2019-12-27 18:28:30 +01:00
Andreas Zweili
4b1d1dace8 add permissions decorators to two views 2019-12-27 00:47:25 +01:00
Andreas Zweili
2e00a5716f remove a currently unused property from the Backup model 2019-12-11 18:09:58 +01:00
Andreas Zweili
3d52e62274 add tests vor net_table_view and net_detail_view 2019-12-11 18:06:31 +01:00