Nicolai Ort niggl
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 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 merged pull request lfk/backend#58 2020-12-29 18:08:10 +00:00
Updates for the tag build pipeline
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…

niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 15:08:54 +00:00
6a762f570d Added team and org stats
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 14:25:42 +00:00
1b7424f750 Added stats endpoint with some basic stats (more to come) - to be tested
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 14:23:31 +00:00
bdd4f705be Adjusted return type, since async is no longer needed here (thanks to db relations)
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-29 14:11:04 +00:00
niggl created pull request lfk/backend#58 2020-12-29 14:00:21 +00:00
Updates for the tag build pipeline
niggl pushed to dev at lfk/backend 2020-12-29 13:57:02 +00:00
ded14b1b3b Changed method of triggering lib builds
niggl pushed to dev at lfk/backend 2020-12-29 13:56:39 +00:00
fbd3f615ad Changed docker image tag
niggl pushed to main at lfk/lfk-client-js 2020-12-29 13:44:30 +00:00
cee8e3b2ba Added custom trigger