Commit Graph

741 Commits

Author SHA1 Message Date
Andreas Zweili
7268d4eb00 correct indentation 2020-04-30 15:44:52 +02:00
Andreas Zweili
6effe5fea4 move the div element outside of the if block 2020-04-30 15:44:24 +02:00
Andreas Zweili
ac4be915a1 correct the gpu test 2020-04-30 15:43:58 +02:00
Andreas Zweili
308d05ceae exend the cpu test 2020-04-30 15:43:48 +02:00
Andreas Zweili
f1b280e7cf add a GPU model 2020-04-30 15:40:00 +02:00
Andreas Zweili
61d1ee5ebc add two generic CPUs to the fixtures 2020-04-30 14:49:29 +02:00
Andreas Zweili
6198db4679 make various fields optional for the CPU model 2020-04-30 14:49:04 +02:00
Andreas Zweili
577178aac6 move all URLs to footnotes 2020-04-27 22:52:33 +02:00
Andreas Zweili
dc08e5a968 add a link to the notes file 2020-04-27 22:45:40 +02:00
Andreas Zweili
ad0dcddf3b update the readme 2020-04-27 22:43:14 +02:00
Andreas Zweili
4340068ea7 update notes 2020-04-27 22:37:22 +02:00
Andreas Zweili
35f96176c1 move the done tasks to the bottom of the file
The finished tasks are the least interesting bit of this file.
2020-04-27 21:40:18 +02:00
Andreas Zweili
bf55367a96 update the documentation 2020-04-27 21:28:37 +02:00
Andreas Zweili
a905e350d6 rename the computer form tests 2020-04-27 21:27:58 +02:00
Andreas Zweili
35fb6913df set junit_family to the new xunit2 2020-04-21 18:51:50 +02:00
Andreas Zweili
8b65902abe remove user from test_computer_update_form 2020-04-21 18:50:04 +02:00
Andreas Zweili
e7d76f1da6 Merge branch 'master' into computer_form 2020-04-20 18:12:18 +02:00
Andreas Zweili
3e8512a2dd remove the pytest.ini file 2020-04-20 15:55:58 +02:00
Andreas Zweili
466630232a use 4 cpu core when running tests with vscode 2020-04-20 15:55:50 +02:00
Andreas Zweili
86230256a8 add make testlocal to the Makefile
This command allows to quickly run all tests without generating a
coverage report. Just the quickest way to run all tests.
2020-04-20 15:53:17 +02:00
Andreas Zweili
8310a1569a correct the static files setup 2020-04-20 15:22:48 +02:00
Andreas Zweili
a513de51e7 Merge branch 'master' of git.2li.ch:Nebucatnetzer/network_inventory 2020-04-20 14:08:35 +02:00
Andreas Zweili
48c92ab02c update notes 2020-04-20 14:07:25 +02:00
Andreas Zweili
45150b5b2d extend the tasks 2020-03-25 14:57:25 +01:00
Andreas Zweili
6d7377f27d extend tasks 2020-03-25 14:30:26 +01:00
Andreas Zweili
24c1ccc6a6 extend the tasks 2020-03-25 09:44:25 +01:00
Andreas Zweili
7ad09c6977 extend the tasks 2020-03-25 09:33:05 +01:00
Andreas Zweili
1e38098f53 Merge branch 'master' of git.2li.ch:Nebucatnetzer/network_inventory 2020-03-20 12:01:04 +01:00
Andreas Zweili
48a2d5463b collect static files at the first run 2020-03-20 12:00:37 +01:00
Andreas Zweili
b5013d8b36 add RamFormSet 2020-03-17 23:03:24 +01:00
Andreas Zweili
9b4ff27d25 add inline forms for warranties 2020-03-17 22:00:28 +01:00
Andreas Zweili
8065aef71f add migrate as a launch parameter 2020-03-17 21:51:26 +01:00
Andreas Zweili
e2367c47e2 correct gitignore for the static files 2020-03-15 21:58:16 +01:00
Andreas Zweili
6dd0e38513 remove the names of some overly large capitalists
These companies already have far too much money at their disposal.
They might profit from the free advertising appearing in this
repository and we wouldn't want that wouldn't we?
2020-03-15 19:54:43 +01:00
Andreas Zweili
e084373fd8 Merge branch 'master' of git.2li.ch:Nebucatnetzer/network_inventory 2020-03-05 22:03:27 +01:00
Andreas Zweili
8861060b9a collect module static files with each run 2020-03-03 10:20:35 +01:00
Andreas Zweili
dc8625369e remove module static files 2020-03-03 10:20:13 +01:00
Andreas Zweili
9e548284b6 ignore the admin views in the coverage report 2020-03-03 08:40:19 +01:00
Andreas Zweili
87613c5a9c ignore the admin views in te coverage report 2020-03-01 12:42:59 +01:00
Andreas Zweili
0f539d4b5f reformat the flake8 config 2020-03-01 12:42:43 +01:00
Andreas Zweili
c6803933fc remove unused file 2020-03-01 11:49:59 +01:00
Andreas Zweili
8f69665a95 add tests for the warranties table 2020-03-01 11:48:09 +01:00
Andreas Zweili
b2bc1f5d88 change the customer property to a ForeignKey
Everytime the warranty gets saved the customer gets
set to the one from the corresponding device
2020-03-01 11:16:36 +01:00
Andreas Zweili
c159692445 use reverse_lazy for URLs 2020-03-01 11:15:41 +01:00
Andreas Zweili
db97a141d9 limit the warranties view to only the allowed objects 2020-03-01 11:15:12 +01:00
Andreas Zweili
df31124143 allow non admins to see the warranties table
I reckon the customer would be interested in the warranties of his
devices as well.
2020-03-01 11:14:38 +01:00
Andreas Zweili
9f30375f6b change the superuser_required decorator to return 404 2020-03-01 11:12:29 +01:00
Andreas Zweili
70d4d5176f Revert "run up to 4 tests in parallel when testing with vscode"
This reverts commit 7114d1e61f.
2020-02-29 23:16:57 +01:00
Andreas Zweili
524f83cea6 test the ComputerForms with a normal user as well 2020-02-29 22:36:46 +01:00
Andreas Zweili
7114d1e61f run up to 4 tests in parallel when testing with vscode 2020-02-29 22:35:32 +01:00