Nicolai Ort niggl
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 19:21:01 +00:00
bb24ed53a4 Switched to hased tokens based on uuid (to be canged)
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 19:07:45 +00:00
1b74b21420 Renamed class
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 19:05:37 +00:00
b7cbe2a0b4 Adjusted the validation type
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 19:01:42 +00:00
500b94b44a Added a controller for stats clients (todo: put)
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 19:00:33 +00:00
641466a731 Added basic errors for stats clients
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 18:57:21 +00:00
e3ea83bb47 Removed async flag, b/c this doesn't need to perform anything async
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 18:48:37 +00:00
b6043744a9 Added STATSCLIENT as a new permission target
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 18:45:32 +00:00
2b38044271 Created a response for the statsClient
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 18:37:57 +00:00
4c3d2643c1 Added enabled flag for the stats clients
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 18:34:16 +00:00
e2cc0c0b80 Added Create action for the statsclients
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 18:32:22 +00:00
ce55dce011 Removed abstract flag from class
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 18:29:18 +00:00
a738c19316 Added the new statsClient class for stats api auth
niggl commented on issue lfk/backend#56 2020-12-29 18:20:18 +00:00
general stats endpoint

To provide auth for the stats we're going to implement a new entity that is used to authorize a stats client with a token (not JWT).

niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 18:19:00 +00:00
63b8176bdf Merge branch 'dev' into feature/56-stats_endpoint
bc76afafce Merge pull request 'Updates for the tag build pipeline' (#58) from dev into main
1f49ad43a1 Merge branch 'main' into dev
a22a7a19c2 Merge pull request 'Final fix for the tag pipeline triggers' (#57) from dev into main
Compare 4 commits »
niggl pushed to dev at lfk/backend 2020-12-29 18:18:49 +00:00
bc76afafce Merge pull request 'Updates for the tag build pipeline' (#58) from dev into main
niggl released Alpha Release 0.0.5 at lfk/backend 2020-12-29 18:10:22 +00:00
niggl merged pull request lfk/backend#58 2020-12-29 18:08:10 +00:00
Updates for the tag build pipeline
niggl pushed to main at lfk/backend 2020-12-29 18:08:10 +00:00
bc76afafce Merge pull request 'Updates for the tag build pipeline' (#58) from dev into main
1f49ad43a1 Merge branch 'main' into dev
ded14b1b3b Changed method of triggering lib builds
fbd3f615ad Changed docker image tag
Compare 4 commits »
niggl pushed to dev at lfk/backend 2020-12-29 18:07:49 +00:00
1f49ad43a1 Merge branch 'main' into dev
a22a7a19c2 Merge pull request 'Final fix for the tag pipeline triggers' (#57) from dev into main
Compare 2 commits »
niggl commented on issue lfk/backend#56 2020-12-29 15:09:04 +00:00
general stats endpoint

I built a basic stats endpoint with:

  • Total Runners
  • Total Teams
  • Total Orgs
  • Total Users
  • Total Scans (Only valid scans)
  • Total Distance ran
  • Total Donation Amount

Of these numbers…