|
|
fce8a4d095
|
feature(database-connection): Show next navigation button only when below maxSeasonId
|
2021-01-12 15:58:58 +01:00 |
|
|
|
59636415ef
|
feature(database-connection): Fix default redirect on base path
|
2021-01-12 15:58:33 +01:00 |
|
|
|
834276f651
|
feature(database-connection): Overlay error container on top of UserList
|
2021-01-12 15:58:14 +01:00 |
|
|
|
bbdbd04cc8
|
feature(database-connection): Parse dates in response
|
2021-01-12 15:57:48 +01:00 |
|
|
|
e3951d4793
|
Reformat code
|
2021-01-12 14:15:33 +01:00 |
|
|
|
c514337fea
|
feature(database-connection): Add TimeTrackerPredicate and PrismaService to providers
|
2021-01-12 14:15:14 +01:00 |
|
|
|
4fe3d6a984
|
feature(database-connection): Update Prisma
|
2021-01-12 14:14:16 +01:00 |
|
|
|
83d956a8aa
|
feature(database-connection): Adapt new requests to database
|
2021-01-12 13:38:03 +01:00 |
|
|
|
9ea9fa410c
|
feature(database-connection): Add type aliases for responses
|
2021-01-12 13:37:38 +01:00 |
|
|
|
2affcd625f
|
feature(database-connection): Add request logging
|
2021-01-12 13:36:37 +01:00 |
|
|
|
1d4da03039
|
feature(database-connection): Use default UserStatsService
|
2021-01-12 12:43:29 +01:00 |
|
|
|
10a0254f4e
|
feature(database-connection): Refactor ErrorContainer.tsx to functional components
|
2021-01-12 12:42:52 +01:00 |
|
|
|
c62d760570
|
feature(database-connection): Refactor SeasonDetail.tsx to functional components
|
2021-01-12 12:42:39 +01:00 |
|
|
|
a528118178
|
feature(database-connection): Refactor SeasonSwitch.tsx to functional components
|
2021-01-12 12:42:27 +01:00 |
|
|
|
092534e437
|
feature(database-connection): Refactor UserList.tsx to functional components
|
2021-01-12 12:38:41 +01:00 |
|
|
|
eae539e39f
|
feature(database-connection): Clean up MainPage.tsx
|
2021-01-12 12:38:19 +01:00 |
|
|
|
4d96bb2674
|
feature(database-connection): Render spinner on top of UserList component
|
2021-01-12 12:32:53 +01:00 |
|
|
|
1b7046788e
|
feature(database-connection): Fix blur flickering
|
2021-01-12 12:26:29 +01:00 |
|
|
|
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 |
|
|
|
bce2c8964e
|
Merge branch 'hotfix/fix-bearer-token'
continuous-integration/drone/tag Build is passing
v0.0.2
|
2020-07-12 13:30:26 +02:00 |
|
|
|
84cb09f9cb
|
Update .drone.yml to build only on tags and update package.jsons
|
2020-07-12 13:29:49 +02:00 |
|
|
|
67155c89af
|
[skip ci] Update and fix package conflicts
|
2020-07-12 10:55:49 +02:00 |
|
|
|
c34bf4647e
|
Stop Bearer null-checks and fetch token on every incoming request
continuous-integration/drone/push Build is passing
|
2020-07-10 13:12:08 +02:00 |
|
|
|
c61c9657e2
|
Change port in backend Dockerfiles
continuous-integration/drone/push Build is passing
|
2020-06-17 19:27:40 +02:00 |
|
|
|
919ab2abac
|
Attempt to fix invalid bearer token
continuous-integration/drone/push Build is passing
|
2020-06-17 18:59:55 +02:00 |
|
|
|
eb2be6b94e
|
Fix error handling to display them correctly without crashing
|
2020-06-17 18:49:25 +02:00 |
|
|
|
e1c7363d7b
|
Add context path for Dockerfiles and add README.md
continuous-integration/drone/push Build is passing
|
2020-06-02 10:51:46 +02:00 |
|
|
|
fbd207be96
|
Set registry and dynamic version tag in .drone.yml
continuous-integration/drone/push Build is failing
|
2020-06-02 10:43:55 +02:00 |
|
|
|
aa1c3d1464
|
Clean up code and add logging framework for backend
continuous-integration/drone/push Build is failing
|
2020-06-02 10:33:59 +02:00 |
|
|
|
bb828386b9
|
Change image in docker-compose.yml
|
2020-06-02 10:15:03 +02:00 |
|
|
|
ab7abab686
|
Set CORS to be enabled explicitly in backend
continuous-integration/drone/push Build is failing
|
2020-06-02 10:04:29 +02:00 |
|
|
|
3917021ba0
|
Explicitly set method 'GET' in frontend
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
continuous-integration/drone/push Build is failing
|
2020-06-02 09:35:03 +02:00 |
|
|
|
85677f08e2
|
Remove no-cors
continuous-integration/drone/push Build is failing
|
2020-06-01 19:37:08 +02:00 |
|
|
|
4ff9efe542
|
Remove /api path
continuous-integration/drone/push Build is failing
|
2020-06-01 19:23:13 +02:00 |
|
|
|
901d720a61
|
Temporarily disable CORS as nginx does weird stuff
continuous-integration/drone/push Build is failing
|
2020-06-01 19:17:47 +02:00 |
|
|
|
9381e445be
|
Remove rewrite rule
continuous-integration/drone/push Build is failing
|
2020-06-01 17:58:07 +02:00 |
|
|
|
2c51b2f79c
|
Change HTTPS to HTTP
continuous-integration/drone/push Build is failing
|
2020-06-01 17:52:38 +02:00 |
|
|
|
bee6405a9b
|
Remove "return 200"
continuous-integration/drone/push Build is failing
|
2020-06-01 17:49:28 +02:00 |
|
|
|
03bb26fe6a
|
Set server name in nginx
continuous-integration/drone/push Build is failing
|
2020-06-01 17:48:31 +02:00 |
|
|
|
a29fa861cb
|
Update nginx.conf
continuous-integration/drone/push Build is failing
|
2020-06-01 17:45:48 +02:00 |
|
|
|
f24ff1248d
|
Test status message
continuous-integration/drone/push Build is failing
|
2020-06-01 17:35:58 +02:00 |
|
|
|
ca73a86292
|
Rename $http_host to $host
continuous-integration/drone/push Build is failing
|
2020-06-01 17:33:37 +02:00 |
|
|
|
2f9debf2f3
|
Add trailing slash in path in nginx.conf
continuous-integration/drone/push Build is failing
|
2020-06-01 17:30:01 +02:00 |
|
|
|
dc2aacaeca
|
Change order in nginx.conf
continuous-integration/drone/push Build is failing
|
2020-06-01 17:25:10 +02:00 |
|
|
|
98808879bd
|
Add proxy in nginx configuration
continuous-integration/drone/push Build is failing
|
2020-06-01 17:11:21 +02:00 |
|