Commit Graph

  • 3e5a973287 extend test_customer_user_table to check more attributes Andreas Zweili 2019-12-31 01:23:41 +0100
  • f778beca0a show the first and last name for a user Andreas Zweili 2019-12-30 13:39:12 +0100
  • b7a91c4935 display the related computers and users in the license table Andreas Zweili 2019-12-30 13:38:56 +0100
  • dac5e2744a add customer_users_table_view Andreas Zweili 2019-12-30 11:17:24 +0100
  • 1b48ded52d correct line length Andreas Zweili 2019-12-30 11:13:33 +0100
  • 22ab084173 reorder imports Andreas Zweili 2019-12-30 11:09:47 +0100
  • 73ed48797c reorder imports Andreas Zweili 2019-12-30 11:09:31 +0100
  • cfb452e55e add a link to users to the customer_table_view Andreas Zweili 2019-12-30 11:00:15 +0100
  • fd4b0564d4 check for cell contents in test_customer_list_view Andreas Zweili 2019-12-30 10:56:32 +0100
  • b0aaa25765 make licenses unique to avoid UniqueConstraint Andreas Zweili 2019-12-30 01:45:26 +0100
  • f23234b6e0 fix the run.sh script Andreas Zweili 2019-12-30 01:37:23 +0100
  • 0a8e0c7760 remove currently unused tests Andreas Zweili 2019-12-30 01:29:28 +0100
  • b6b259cf0d add tests for licenses Andreas Zweili 2019-12-30 01:25:30 +0100
  • acd264430e remove the clean methods Andreas Zweili 2019-12-30 01:22:56 +0100
  • 41c418371e fix the clean check for LicenseWithUser Andreas Zweili 2019-12-30 00:55:56 +0100
  • 16fdddd26f make sure that there are always enough licenses Andreas Zweili 2019-12-30 00:41:07 +0100
  • b3f52d1a76 allow users and computers only to use one license Andreas Zweili 2019-12-30 00:19:50 +0100
  • cf3d5546d6 hide all id columns Andreas Zweili 2019-12-30 00:19:35 +0100
  • 010b8d407a capitalize all column names Andreas Zweili 2019-12-30 00:19:24 +0100
  • ba61934b6b add license models Andreas Zweili 2019-12-29 23:54:27 +0100
  • c885ab4ac7 delete device when customer gets deleted Andreas Zweili 2019-12-29 19:04:21 +0100
  • e1d1d693d5 correct the on_delete parameter for a device owner Andreas Zweili 2019-12-29 19:04:03 +0100
  • c91b6d423f change the license model to be abstract Andreas Zweili 2019-12-29 19:00:47 +0100
  • a7925a353b extend the RM with license models Andreas Zweili 2019-12-29 18:49:15 +0100
  • d980030c22 link the backup target_devices to the matching computer Andreas Zweili 2019-12-29 16:20:49 +0100
  • 045c8e61de extend backup_detail_view to show the target device Andreas Zweili 2019-12-29 15:17:29 +0100
  • 1b9f461895 add backup_view_permission decorator Andreas Zweili 2019-12-29 14:03:31 +0100
  • 117fbaf084 test for 404 error for non existent backup Andreas Zweili 2019-12-29 14:03:09 +0100
  • fd2121ddeb add view_permission decorator to backup_detail_view Andreas Zweili 2019-12-29 14:02:25 +0100
  • bc9afcd0c6 remove the BackupDetailTable Andreas Zweili 2019-12-29 13:50:51 +0100
  • 14865608ee remove the customer object from decorators Andreas Zweili 2019-12-29 13:32:35 +0100
  • 1563c2eaac switch the device_details template to Semantic UI Andreas Zweili 2019-12-29 13:07:36 +0100
  • 789d41989e correct fixtures for BackupMethods Andreas Zweili 2019-12-29 12:26:20 +0100
  • a8eeab0a1e add test_customer_list_view_multip_customers Andreas Zweili 2019-12-28 15:38:17 +0100
  • faa358fd1b add test_customer_device_table_multiple_devices Andreas Zweili 2019-12-28 15:37:48 +0100
  • f4604ba788 add test_customer_computer_table_multiple_computers Andreas Zweili 2019-12-28 15:37:27 +0100
  • 6e84d26e0f move the string conversion to the helper function Andreas Zweili 2019-12-28 15:37:09 +0100
  • d6be5cea55 display the serial number monospaced Andreas Zweili 2019-12-28 15:22:12 +0100
  • 5b1e43499a correct test_device_detail_view Andreas Zweili 2019-12-28 15:18:59 +0100
  • ced9b8918e add the device_view_permission decorator Andreas Zweili 2019-12-28 15:08:30 +0100
  • f1b98dc03f add all attributes to the device_details template Andreas Zweili 2019-12-28 15:08:11 +0100
  • cc17502806 extend the test_device_detail_view Andreas Zweili 2019-12-28 15:07:59 +0100
  • 12b510e437 remove the name reference from test_computer_detail_view Andreas Zweili 2019-12-28 15:06:35 +0100
  • 9e79b40519 add more tests to test_customer_device_table Andreas Zweili 2019-12-28 13:40:35 +0100
  • 08baff93ad remove an unnused variable Andreas Zweili 2019-12-28 13:15:11 +0100
  • d9672a2b8e extend fictures with more defaults Andreas Zweili 2019-12-27 19:19:28 +0100
  • e158cc7b36 change the RAID model so that it uses django-nested-admin Andreas Zweili 2019-12-27 18:28:30 +0100
  • 4b1d1dace8 add permissions decorators to two views Andreas Zweili 2019-12-27 00:47:25 +0100
  • 2e00a5716f remove a currently unused property from the Backup model Andreas Zweili 2019-12-11 18:09:58 +0100
  • 3d52e62274 add tests vor net_table_view and net_detail_view Andreas Zweili 2019-12-11 18:06:31 +0100
  • d72ed63ec0 add @customer_view_permission decorator to nets_table_view Andreas Zweili 2019-12-11 18:06:11 +0100
  • 4321eb433a change test name Andreas Zweili 2019-12-11 18:04:37 +0100
  • 0571f6863a implement the net detail view Andreas Zweili 2019-12-11 17:57:48 +0100
  • a6984fd258 wrap a line to be shorter than 80 characters Andreas Zweili 2019-12-11 17:55:02 +0100
  • 12b69a4286 PEP8 Andreas Zweili 2019-12-11 17:52:50 +0100
  • a7715d2b7a use the correct column type as per the documentation of tables2 Andreas Zweili 2019-12-10 22:29:26 +0100
  • 64c37d5b64 add get_absolute_url methods Andreas Zweili 2019-12-10 22:20:34 +0100
  • 9d2651b3a0 update django to 2.2.8 Andreas Zweili 2019-12-10 19:24:36 +0100
  • 148d388bd9 add test for multiple backups in backup table Andreas Zweili 2019-12-10 19:21:51 +0100
  • bf8da723ea correct computer links in Nets- and BackupTables Andreas Zweili 2019-12-10 19:21:15 +0100
  • f88d282604
    Bump django from 2.2.4 to 2.2.8 in /requirements dependabot[bot] 2019-12-04 23:48:49 +0000
  • f7a046046d replace pk with customer.id Andreas Zweili 2019-12-03 22:30:27 +0100
  • be35588d9d replace the pk with customer.id Andreas Zweili 2019-12-03 22:28:35 +0100
  • e7bee10750 change test_computer_detail_view_no_permission to 403 Andreas Zweili 2019-12-03 22:18:14 +0100
  • ddcaf27a50 remove an unused import Andreas Zweili 2019-12-03 22:14:50 +0100
  • 463e25010b add a customer property to the Warranty and Backup model Andreas Zweili 2019-12-01 22:51:54 +0100
  • 9b8af679ed fix a typo Andreas Zweili 2019-12-01 22:42:20 +0100
  • 70ccf4d607 add test for computer_detail_view without permission Andreas Zweili 2019-12-01 22:28:25 +0100
  • cb753b3ed2 add test for computer_detail_view with CPU relation Andreas Zweili 2019-12-01 22:27:25 +0100
  • f1b20e3c28 add test for computer_detail_view with RAID relation Andreas Zweili 2019-12-01 22:26:52 +0100
  • 5d005499da add test for computer_detail_view with a RAM relation Andreas Zweili 2019-12-01 22:17:54 +0100
  • 9827a04c56 add test for the computer_detail_view Andreas Zweili 2019-12-01 22:17:29 +0100
  • 5064a3bff5 fix a typo Andreas Zweili 2019-11-30 16:51:22 +0100
  • 8f8ff2328e correct the line length Andreas Zweili 2019-11-30 16:47:49 +0100
  • 2de2e5ada1 remove unused import Andreas Zweili 2019-11-30 16:44:03 +0100
  • 1caf974a0f remove unused import Andreas Zweili 2019-11-30 16:43:52 +0100
  • f93010f97b PEP8 Andreas Zweili 2019-11-30 16:37:20 +0100
  • 2185332d49 let mixer choose the customer Andreas Zweili 2019-11-30 16:37:07 +0100
  • 6e17f41d83 rewrite the test to actually test the computer view Andreas Zweili 2019-11-30 16:36:13 +0100
  • e8bf02ae86 remove unused imports Andreas Zweili 2019-11-30 16:09:18 +0100
  • 5d2445f5d6 remove unused variables Andreas Zweili 2019-11-30 16:09:07 +0100
  • cbae8c9711 PEP8 Andreas Zweili 2019-11-30 16:08:53 +0100
  • 04eac793d6 import helper directly Andreas Zweili 2019-11-30 16:07:55 +0100
  • 240028cdd3 remove unused import Andreas Zweili 2019-11-30 15:54:00 +0100
  • f00bc6b78b PEP8 Andreas Zweili 2019-11-30 15:53:50 +0100
  • eb9b790f9a remove unused variables Andreas Zweili 2019-11-30 15:52:49 +0100
  • 94d465bd4a add various tools to local requirements Andreas Zweili 2019-11-30 15:49:55 +0100
  • 7a6fbe4d7b limit backup_view access Andreas Zweili 2019-11-30 14:15:20 +0100
  • be6c5dab7f add a decorator to check for the customer_view_permission Andreas Zweili 2019-11-30 14:14:01 +0100
  • 1d4c4f7857 disable pytest legacy message for junit Andreas Zweili 2019-11-30 13:31:43 +0100
  • 005b521be7 add a computer object to the test Andreas Zweili 2019-11-30 13:30:59 +0100
  • 6c4966b6d8 Merge branch 'master' into backup Andreas Zweili 2019-11-28 22:51:51 +0100
  • 0ff88d3d00 add a viewport option to the base template header Andreas Zweili 2019-11-28 22:51:22 +0100
  • f9261c08c8 remove a debugging print statement Andreas Zweili 2019-11-28 22:51:04 +0100
  • 88a20d8a05 fix the net_detail_view tests Andreas Zweili 2019-11-28 22:48:45 +0100
  • d93b25c256 add a link to the computer template which links to the customer Andreas Zweili 2019-09-24 20:31:01 +0200
  • a98dd4f2b0 add a backups table view Andreas Zweili 2019-09-24 20:30:43 +0200
  • ba20a056c3 split the view tests into multiple files Andreas Zweili 2019-09-09 10:59:28 +0200
  • 53289a58f6 rewrite so that all the views get a pk object Andreas Zweili 2019-09-03 18:49:44 +0200
  • 2d06992811 update the net_detail_view to display the NetDetailTable correctly Andreas Zweili 2019-09-01 12:18:46 +0200