Commit Graph

33 Commits

Author SHA1 Message Date
7af903638d feature(database-connection): Add prototype for spinner 2021-01-12 12:14:22 +01:00
816d5df943 feature(database-connection): Fix routing and refactor style sheets 2021-01-12 11:49:08 +01:00
29b6974714 feature(database-connection): Add routing for dynamic seasons 2021-01-11 15:46:09 +01:00
ff1c56c791 feature(database-connection): Restructure frontend 2021-01-11 08:18:22 +01:00
ceea2a7616 feature(database-connection): First implementation 2021-01-08 17:38:49 +01:00
84cb09f9cb Update .drone.yml to build only on tags and update package.jsons 2020-07-12 13:29:49 +02:00
eb2be6b94e Fix error handling to display them correctly without crashing 2020-06-17 18:49:25 +02:00
aa1c3d1464 Clean up code and add logging framework for backend
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-02 10:33:59 +02:00
3917021ba0 Explicitly set method 'GET' in frontend
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-02 09:57:46 +02:00
ffb91bb380 Add Dockerfile.dev for backend, migrate frontend image to "serve" and change both docker-compose.ymls
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-02 09:35:03 +02:00
85677f08e2 Remove no-cors
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-01 19:37:08 +02:00
4ff9efe542 Remove /api path
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-01 19:23:13 +02:00
901d720a61 Temporarily disable CORS as nginx does weird stuff
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-01 19:17:47 +02:00
9381e445be Remove rewrite rule
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-01 17:58:07 +02:00
2c51b2f79c Change HTTPS to HTTP
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-01 17:52:38 +02:00
bee6405a9b Remove "return 200"
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-01 17:49:28 +02:00
03bb26fe6a Set server name in nginx
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-01 17:48:31 +02:00
a29fa861cb Update nginx.conf
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-01 17:45:48 +02:00
f24ff1248d Test status message
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-01 17:35:58 +02:00
ca73a86292 Rename $http_host to $host
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-01 17:33:37 +02:00
2f9debf2f3 Add trailing slash in path in nginx.conf
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-01 17:30:01 +02:00
dc2aacaeca Change order in nginx.conf
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-01 17:25:10 +02:00
98808879bd Add proxy in nginx configuration
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-01 17:11:21 +02:00
434d4dfb4a Add other backend API proxy logic 2020-06-01 17:01:35 +02:00
15d25994c6 Change frontend proxy to HTTPS
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-01 16:53:04 +02:00
f45ca68abc Use separate subdomain for backend API
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-01 16:47:07 +02:00
466b9ea8db Make website Docker ready 2020-06-01 16:09:57 +02:00
be3a400512 Add error message if loading fails 2020-06-01 15:52:01 +02:00
053eb38cd2 Add mock data and blur effect if error on API call occurs 2020-06-01 15:23:32 +02:00
52a0e48323 Connect frontend to backend 2020-06-01 15:04:15 +02:00
5925872ac8 Move SinusBotService to backend 2020-05-30 19:32:12 +02:00
32ce290a13 Fix mock 2020-05-30 19:31:55 +02:00
42b558254f Split frontend and backend 2020-05-30 17:59:40 +02:00