Commit Graph

475 Commits

Author SHA1 Message Date
Andreas Zweili
12622008fd Merge branch 'refactor' 2020-01-07 18:16:43 +01:00
Andreas Zweili
adde09f766 add travis badge to readme 2020-01-07 18:16:29 +01:00
Andreas Zweili
a61f646ac0 make migrations on the first run of the inventory app 2020-01-07 18:12:30 +01:00
Andreas Zweili
bfea2ca2c1 remove the .second_run file with -f
If the file isn't present the Makefile fails without the -f flag
2020-01-07 18:11:32 +01:00
Andreas Zweili
dcc3e39914 restructure the project
Make the file tree a bit flatter in order to make the project less confusing
2020-01-07 18:10:57 +01:00
Andreas Zweili
ffebd4305c add travis file 2020-01-05 20:29:51 +01:00
Andreas Zweili
8b506d9099 correct the hardware tables in the computer_detail_view 2020-01-03 20:20:50 +01:00
Andreas Zweili
c7bad81c13 change raid_relations to raid_disk_pairs to fix the view 2020-01-03 20:17:31 +01:00
Andreas Zweili
30cfff81a0 add licenses to the computer_detail_view 2020-01-03 03:34:25 +01:00
Andreas Zweili
39c5b7056c add a space before } 2020-01-03 03:30:41 +01:00
Andreas Zweili
156ac9eddb replace th with td 2020-01-03 03:30:31 +01:00
Andreas Zweili
843371bdac remove empty lines 2020-01-03 03:30:01 +01:00
Andreas Zweili
7e1f439c98 add raid disks to computer_detail_view 2020-01-03 03:29:44 +01:00
Andreas Zweili
af3ed70214 remove a duplicate line 2020-01-02 11:42:24 +01:00
Andreas Zweili
62b8af148f create a seperate table for each notification 2020-01-02 11:41:51 +01:00
Andreas Zweili
02e3dccc6c create a seperate table for each target device 2020-01-02 11:39:41 +01:00
Andreas Zweili
2e5756f07a add the notification to the backup_detail_view 2020-01-01 21:58:00 +01:00
Andreas Zweili
eab27f71ba rename recipiant to the correct recipient 2020-01-01 21:57:17 +01:00
Andreas Zweili
454dc4ec7f change the indentation for the target device table 2020-01-01 21:56:38 +01:00
Andreas Zweili
fc1523673e remove the table headers in the backup_detail_view 2020-01-01 21:55:52 +01:00
Andreas Zweili
b38b48f3a0 remove unused code 2020-01-01 21:55:32 +01:00
Andreas Zweili
7fc865f6ae add NotificationFromBackup to the admin page 2020-01-01 21:54:25 +01:00
Andreas Zweili
4ed3e1aba6 remove duplicate migration 2020-01-01 21:53:41 +01:00
Andreas Zweili
1f29810ef4 refactor imports 2020-01-01 21:24:49 +01:00
Andreas Zweili
8063d2ab9a use the alias object directly
The alias object returns its email address when it's called as a string.
Therefor it's better to call the object directly.
2020-01-01 20:23:07 +01:00
Andreas Zweili
f06a92f0c1 correct line length 2020-01-01 20:00:27 +01:00
Andreas Zweili
eefe2f9601 remove an unused variable 2020-01-01 20:00:19 +01:00
Andreas Zweili
4d881fc093 add a link to user_detail_view to the computer_detail_view template 2020-01-01 19:59:05 +01:00
Andreas Zweili
df2bb33091 add links to user_detail_view to various tables 2020-01-01 19:58:53 +01:00
Andreas Zweili
a7232f06ac add url for user_detail_view 2020-01-01 19:58:40 +01:00
Andreas Zweili
1d93b3f449 add user_detail_view 2020-01-01 19:58:31 +01:00
Andreas Zweili
ca2c59285e add template for user_detail_view 2020-01-01 19:58:07 +01:00
Andreas Zweili
2290f635d9 add tests for user_detail_view 2020-01-01 19:57:53 +01:00
Andreas Zweili
8cb41d30e9 add user_view_permission decorator 2020-01-01 19:57:19 +01:00
Andreas Zweili
b3af7881b2 add get_absolute_url method to User model 2020-01-01 19:54:37 +01:00
Andreas Zweili
1e406621ca remove order link from customer table 2020-01-01 19:53:49 +01:00
Andreas Zweili
6b8db3654f capitalise the Net column 2020-01-01 19:25:36 +01:00
Andreas Zweili
871d27e2ca adjust imports 2019-12-31 16:16:41 +01:00
Andreas Zweili
b7c7b1173d fix test_customer_user_table_multiple_users 2019-12-31 01:26:12 +01:00
Andreas Zweili
5313474460 correct test_customer_user_table_no_user 2019-12-31 01:25:08 +01:00
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