Commit Graph

996 Commits

Author SHA1 Message Date
Andreas Zweili 5374df4231 backend: add a missing comma 2021-02-08 10:55:20 +01:00
Andreas Zweili a2deb78452 backend: add DRF simplejwt package 2021-02-08 10:27:18 +01:00
Andreas Zweili 71cdf24aeb add some CSS to the customers table 2021-01-26 22:34:39 +01:00
Andreas Zweili 73cf9d84c6 move the index.html file 2021-01-26 22:33:32 +01:00
Andreas Zweili 37076ab726 move from vite to vue-cli
works better together with the course I'm currently taking.
2021-01-26 22:33:19 +01:00
Andreas Zweili dd96d7173d add some vue related configs 2021-01-26 22:32:38 +01:00
Andreas Zweili 6d82ba9a67 move the CSS and icons 2021-01-26 22:31:55 +01:00
Andreas Zweili 7544abd30b change the frontend port 2021-01-26 22:16:49 +01:00
Andreas Zweili 1e520e7203 add a minimal working example 2021-01-25 21:00:08 +01:00
Andreas Zweili 55a9995b3c add axios 2021-01-25 20:58:48 +01:00
Andreas Zweili 15ec2a55e6 Change the application title 2021-01-25 20:58:37 +01:00
Andreas Zweili 50c2795f75 remove an unused file 2021-01-25 20:58:07 +01:00
Andreas Zweili cd876b2ce8 open a port to the backend server 2021-01-25 19:56:34 +01:00
Andreas Zweili 9bacd173b0 change the static path 2021-01-25 19:56:09 +01:00
Andreas Zweili 670047ba0d allow connections from backend 2021-01-25 19:55:15 +01:00
Andreas Zweili ba1bec3133 add a Docker development setup for Vue 2020-12-07 19:58:09 +01:00
Andreas Zweili 70676c5a90 add default orderings 2020-12-07 18:45:22 +01:00
Andreas Zweili fa35e98d00 move the favicon to the frontend 2020-12-07 18:22:31 +01:00
Andreas Zweili 3097b123c1 update Django to 3.1.4 2020-12-07 18:12:53 +01:00
Andreas Zweili fa53b5597d remove api/accounts from the URLs 2020-12-07 18:08:40 +01:00
Andreas Zweili 10e6ebd4d4 add a docker-comose file for the tests 2020-12-07 17:58:51 +01:00
Andreas Zweili 026fb6e162 fix the API root
without this changes the API root only displayed the URLs for the
backup app.
Now it shows all URLs.
2020-12-07 17:53:29 +01:00
Andreas Zweili 4cc53a1e32 add authenticated tests for user views 2020-12-07 16:32:48 +01:00
Andreas Zweili 65197cd939 add authenticated tests for software views 2020-12-07 16:29:43 +01:00
Andreas Zweili 2ca9893d95 add authenticated tests for net views 2020-12-07 16:27:13 +01:00
Andreas Zweili 3abea82b11 add authenticated tests for license views 2020-12-07 16:25:33 +01:00
Andreas Zweili 6078f0105a add authenticated tests for device views 2020-12-07 16:25:14 +01:00
Andreas Zweili 0e45fa1350 add authenticated tests for customer views 2020-12-07 16:08:33 +01:00
Andreas Zweili 42a47e72c6 add authenticated tests for core views 2020-12-07 16:03:09 +01:00
Andreas Zweili 0834f38046 add tests for authenticated comptuer views 2020-12-07 15:57:23 +01:00
Andreas Zweili db6bd18b31 fix a typo 2020-12-07 15:41:45 +01:00
Andreas Zweili 3cb5a1f0b9 add tests for authenticated backup views 2020-12-06 14:18:48 +01:00
Andreas Zweili 2d880b689c correct the url names 2020-12-06 14:15:52 +01:00
Andreas Zweili 0c22f60526 add a pretier basename for SoftwareCategories 2020-12-03 18:11:10 +01:00
Andreas Zweili 332f7eb618 correct urls for SoftwareCategories 2020-12-01 05:58:42 +01:00
Andreas Zweili 889d363c68 add tests for all rest apis 2020-11-30 23:32:39 +01:00
Andreas Zweili a2cb35ceaa add views for customer rest api 2020-11-30 21:29:26 +01:00
Andreas Zweili 2600e081ff update the config for pytest-cov 2020-11-30 19:16:06 +01:00
Andreas Zweili 7f4eaad42b update the makefile 2020-11-30 19:10:43 +01:00
Andreas Zweili 10d85749de remove unused code 2020-11-30 18:52:32 +01:00
Andreas Zweili 41a7cefe24 correct the test command 2020-11-30 18:49:20 +01:00
Andreas Zweili 86b2c94143 make the urls for backups uniform 2020-11-30 18:47:59 +01:00
Andreas Zweili 5917f4c895 add tests for the computers rest api 2020-11-30 18:47:14 +01:00
Andreas Zweili 76bbd6fde3 add tests for users rest api 2020-11-30 18:11:24 +01:00
Andreas Zweili 9865a0e1e8 add tests for softwares rest api 2020-11-30 18:09:11 +01:00
Andreas Zweili a4e5d44dcb add tests for nets rest api 2020-11-30 18:08:55 +01:00
Andreas Zweili 2e28f2bca1 add tests for licenses rest api 2020-11-30 18:04:49 +01:00
Andreas Zweili c48e18d7d7 add tests for the devices rest api 2020-11-30 18:01:04 +01:00
Andreas Zweili e9d52f6f3d fix a typo 2020-11-30 17:59:54 +01:00
Andreas Zweili 731acab046 add tests for customers rest api 2020-11-30 17:56:25 +01:00