|
d850650aeb
|
Added response class for the runner stats
ref #56
|
2020-12-30 14:30:31 +01:00 |
|
|
43e256f38c
|
Impelemented stats api auth via token or the usual auth (jwt with get for runners, teams and orgs).
ref #56
|
2020-12-30 14:19:54 +01:00 |
|
|
b5f9cf201d
|
Moved the authchecker to the middleware folder (b/c it pretty much is a glolified middleware)
ref #56
|
2020-12-30 14:01:37 +01:00 |
|
|
6e121a3ce2
|
Implemented more stats endpoints
ref #56
|
2020-12-29 22:17:29 +01:00 |
|
|
555e37eaf7
|
Added authed stats routes
ref #56
|
2020-12-29 21:48:21 +01:00 |
|
|
9675e79441
|
Added openapi scheme for the stats api tokens.
ref #56
|
2020-12-29 21:38:48 +01:00 |
|
|
345851bf1d
|
Added example endpoint for stats auth
|
2020-12-29 21:34:49 +01:00 |
|
|
7c5a3893ef
|
Added basic status api key checking middleware
ref #56
|
2020-12-29 21:32:45 +01:00 |
|
|
b53b5cf91f
|
Update: keys cant be updated (for security reasons)
ref #56
|
2020-12-29 21:00:43 +01:00 |
|
|
04813173e4
|
Updated the method of api key creation.
ref #56
|
2020-12-29 20:49:45 +01:00 |
|
|
c4270b0839
|
Adapted the new async behaviour
ref #56
|
2020-12-29 20:21:45 +01:00 |
|
|
bb24ed53a4
|
Switched to hased tokens based on uuid (to be canged)
ref #56
|
2020-12-29 20:20:59 +01:00 |
|
|
1b74b21420
|
Renamed class
ref #56
|
2020-12-29 20:07:43 +01:00 |
|
|
b7cbe2a0b4
|
Adjusted the validation type
ref #56
|
2020-12-29 20:05:35 +01:00 |
|
|
500b94b44a
|
Added a controller for stats clients (todo: put)
ref #56
|
2020-12-29 20:01:40 +01:00 |
|
|
641466a731
|
Added basic errors for stats clients
ref #56
|
2020-12-29 20:00:31 +01:00 |
|
|
e3ea83bb47
|
Removed async flag, b/c this doesn't need to perform anything async
ref #56
|
2020-12-29 19:57:19 +01:00 |
|
|
b6043744a9
|
Added STATSCLIENT as a new permission target
ref #56
|
2020-12-29 19:48:35 +01:00 |
|
|
2b38044271
|
Created a response for the statsClient
ref #56
|
2020-12-29 19:45:30 +01:00 |
|
|
4c3d2643c1
|
Added enabled flag for the stats clients
ref #56
|
2020-12-29 19:37:55 +01:00 |
|
|
e2cc0c0b80
|
Added Create action for the statsclients
ref #56
|
2020-12-29 19:34:14 +01:00 |
|
|
ce55dce011
|
Removed abstract flag from class
ref #56
|
2020-12-29 19:32:20 +01:00 |
|
|
a738c19316
|
Added the new statsClient class for stats api auth
ref #56
|
2020-12-29 19:29:16 +01:00 |
|
|
6a762f570d
|
Added team and org stats
ref #56
|
2020-12-29 16:08:50 +01:00 |
|
|
1b7424f750
|
Added stats endpoint with some basic stats (more to come) - to be tested
ref #56
|
2020-12-29 15:25:40 +01:00 |
|
|
bdd4f705be
|
Adjusted return type, since async is no longer needed here (thanks to db relations)
ref #56
|
2020-12-29 15:23:29 +01:00 |
|
|
c93e93be31
|
Set package version (+openapi version)
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
ref #47
|
2020-12-23 18:00:53 +01:00 |
|
|
11c7d041ef
|
🎨 fixed landing html + styling
continuous-integration/drone/pr Build is passing
ref #52
|
2020-12-23 17:55:44 +01:00 |
|
|
9ab6eb5314
|
Added tests for the api docs
continuous-integration/drone/pr Build is passing
ref #52
|
2020-12-23 17:01:18 +01:00 |
|
|
ce0500ef8c
|
Removed the firsttests jest tests (they were redundant)
ref #52
|
2020-12-23 17:01:03 +01:00 |
|
|
9fc282d858
|
Removed everything concerning the swaggerUI express middleware
ref #52
|
2020-12-23 15:21:55 +01:00 |
|
|
39ad43bbb2
|
switched over to using the static deployment of swaggerUI
ref #52
|
2020-12-23 15:20:06 +01:00 |
|
|
ebedea97ed
|
Added very basic api doc chooser
ref #52
|
2020-12-23 15:11:14 +01:00 |
|
|
9994f8ddc4
|
Merge branch 'dev' into feature/49-openapi_cookie_schema
continuous-integration/drone/pr Build is passing
|
2020-12-22 19:32:35 +00:00 |
|
|
5d75f70296
|
fixed typo
continuous-integration/drone/pr Build is passing
ref #49
|
2020-12-22 20:29:18 +01:00 |
|
|
c34bde7d4f
|
Fixed typo
continuous-integration/drone/pr Build is passing
ref #49
|
2020-12-22 20:19:28 +01:00 |
|
|
1f061c7ea6
|
Updated the openapi descriptions for all group routes
ref #49
|
2020-12-22 20:18:30 +01:00 |
|
|
578f9301db
|
Updated the openapi descriptions for all user routes
ref #49
|
2020-12-22 20:13:16 +01:00 |
|
|
9b47f3ab05
|
Updated the openapi descriptions for all track routes
ref #49
|
2020-12-22 20:07:41 +01:00 |
|
|
84b97bee8d
|
Updated the openapi descriptions for all status routes
ref #49
|
2020-12-22 20:05:29 +01:00 |
|
|
16e5b6921d
|
Updated the openapi descriptions for all team routes
ref #49
|
2020-12-22 20:04:08 +01:00 |
|
|
f256dec121
|
Updated the openapi descriptions for all organisation routes
ref #49
|
2020-12-22 20:01:25 +01:00 |
|
|
66631f5e0a
|
Updated the openapi descriptions for all runner routes
ref #49
|
2020-12-22 19:57:46 +01:00 |
|
|
05319e6f6e
|
Updated the openapi descriptions for all permission routes
ref #49
|
2020-12-22 19:51:37 +01:00 |
|
|
b7827fef54
|
Updated the openapi descriptions for all import routes
ref #49
|
2020-12-22 19:45:09 +01:00 |
|
|
a4ddeee8e4
|
Fixed uniqueness error
continuous-integration/drone/pr Build is passing
ref #45
|
2020-12-22 19:38:12 +01:00 |
|
|
50f2462eb9
|
Updated the openapi descriptions for all auth routes
ref #49
|
2020-12-22 19:23:35 +01:00 |
|
|
dae51cfd47
|
Added openapi cookie security schema
ref #49
|
2020-12-22 19:13:20 +01:00 |
|
|
a9dbf1d0d2
|
Added login test after logout
continuous-integration/drone/pr Build is failing
ref #45
|
2020-12-22 18:49:10 +01:00 |
|
|
c6ecde29b5
|
Added auth reset tests
ref #45
|
2020-12-22 18:48:54 +01:00 |
|