Commit Graph

715 Commits

Author SHA1 Message Date
Andreas Zweili 2e9c9d6f34 remove backups from inventory urls 2020-01-11 17:15:15 +01:00
Andreas Zweili e7ac8d95cc remove BackupTable from inventory app 2020-01-11 17:14:34 +01:00
Andreas Zweili 5828347746 remove backup_view_permission decorator from inventory app 2020-01-11 17:13:43 +01:00
Andreas Zweili e12d41aed7 add missing s to customers import 2020-01-11 17:13:11 +01:00
Andreas Zweili 9b9edb9319 correct imports in backups models 2020-01-11 17:12:03 +01:00
Andreas Zweili a716438af3 move init imports from inventory to backups app 2020-01-11 17:11:45 +01:00
Andreas Zweili bca55bb5d9 add urls to backups app 2020-01-11 17:11:34 +01:00
Andreas Zweili 8d57414fa1 add backups app to run.sh script 2020-01-11 17:08:11 +01:00
Andreas Zweili 63354c4d22 move backup fixtures to backups app 2020-01-11 17:07:59 +01:00
Andreas Zweili 8c6529fdbb remove backups from inventory admin 2020-01-11 17:05:35 +01:00
Andreas Zweili 3bdc0b44fb remove backup models from inventory 2020-01-11 17:05:25 +01:00
Andreas Zweili 17a3dfcb2e remove notification models from inventory app 2020-01-11 17:05:11 +01:00
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