Commit Graph

703 Commits

Author SHA1 Message Date
Andreas Zweili 1f4c7d2cc2 remove backups from inventory views 2020-01-11 17:04:54 +01:00
Andreas Zweili 838fba4b2e move backups tests to backups app 2020-01-11 17:04:33 +01:00
Andreas Zweili f424105b8a activate backups app 2020-01-11 17:01:38 +01:00
Andreas Zweili da624cabc3 add backups app 2020-01-11 17:01:21 +01:00
Andreas Zweili e167aefc03 correct template paths 2020-01-11 17:00:42 +01:00
Andreas Zweili 7582507753 clean up the templates 2020-01-11 16:58:30 +01:00
Andreas Zweili b6fa56ee08 ignore all migrations for now 2020-01-10 00:01:57 +01:00
Andreas Zweili e3d1d73db9 split the project into more apps 2020-01-10 00:01:06 +01:00
Andreas Zweili a45790ee99 correct an import 2020-01-09 22:02:13 +01:00
Andreas Zweili 159e666ecc add all new apps to the project 2020-01-09 22:01:51 +01:00
Andreas Zweili 8e9ca5fafe remove the user and group models from the inventory app 2020-01-09 22:01:32 +01:00
Andreas Zweili 07cec9c0d8 move .dir-locals.el to the actual project root 2020-01-09 22:01:05 +01:00
Andreas Zweili 7226d84b34 add users app 2020-01-09 22:00:05 +01:00
Andreas Zweili b1e160ff3b rename device app to devices 2020-01-09 21:59:49 +01:00
Andreas Zweili 45476984d9 rename customer app to customers 2020-01-09 21:59:37 +01:00
Andreas Zweili 8962622571 add device app 2020-01-09 18:01:14 +01:00
Andreas Zweili ff307b7ae3 move category and calendar models into the core app 2020-01-07 22:20:07 +01:00
Andreas Zweili e2cd52b7d4 remove migrations from the apps for now 2020-01-07 22:14:03 +01:00
Andreas Zweili 95bc3207b3 move the customer related parts to the customer app 2020-01-07 21:59:12 +01:00
Andreas Zweili 0d3a88e173 move the customer tests to the customer app 2020-01-07 21:58:43 +01:00
Andreas Zweili 9870893051 correct the imports for the helper module 2020-01-07 21:58:01 +01:00
Andreas Zweili 7aae1cd0fe move the general conftest file out of the inventory app 2020-01-07 21:56:42 +01:00
Andreas Zweili f4c96579be move the test helper module to the core app 2020-01-07 21:55:43 +01:00
Andreas Zweili af10e59e59 remove unused files from core and customer app 2020-01-07 21:54:54 +01:00
Andreas Zweili 20b163ec27 move Company related models into their own apps 2020-01-07 21:31:44 +01:00
Andreas Zweili a27c890b6e add customer app 2020-01-07 20:11:36 +01:00
Andreas Zweili e64551ca53 add core app 2020-01-07 20:11:05 +01:00
Andreas Zweili 0c37049889 try to use make test in travis 2020-01-07 18:20:39 +01:00
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