Commit Graph

1006 Commits

Author SHA1 Message Date
Andreas Zweili
218a7c1b4c frontend move Customers to a subfolder 2021-02-15 16:55:27 +01:00
Andreas Zweili
64fb1b79f9 frontend: add a method to delete a customer 2021-02-15 16:13:26 +01:00
Andreas Zweili
6844eafb1a frontend: remove vue/prettier from eslint 2021-02-15 16:08:58 +01:00
Andreas Zweili
c2f205755e remove the CSS from the main html file 2021-02-12 17:33:16 +01:00
Andreas Zweili
c49263ea9f remove bootstrap 2021-02-11 21:43:50 +01:00
Andreas Zweili
383600bdcd Customers: add a header and try the material icons 2021-02-11 21:43:11 +01:00
Andreas Zweili
ddaffa8d86 correct the responsive meta element 2021-02-11 21:33:52 +01:00
Andreas Zweili
deb8cb9714 add port 8000 to the production docker-compose 2021-02-11 21:33:31 +01:00
Andreas Zweili
7726f9b980 remove some bootstrap specific stuff 2021-02-11 21:08:31 +01:00
Andreas Zweili
cd2c71cf7a implement some things from the VueJS course 2021-02-11 20:45:06 +01:00
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