Commit Graph

539 Commits

Author SHA1 Message Date
niggl f9e314bf9f Added donor add test for address needed error
ref #65
2021-01-02 19:12:02 +01:00
niggl e4c1930dd1 Added donor post (add) tests
ref #65
2021-01-02 19:10:23 +01:00
niggl b337ab424d Added donor get tests
ref #65
2021-01-02 19:02:31 +01:00
niggl 82a0e194cb Updated track tests for paralellism
ref #65
2021-01-02 19:02:16 +01:00
niggl 599296c4e3 Removed addresses from tests until the circular dependencies are solved
ref #65
2021-01-02 19:01:55 +01:00
niggl 2594a607dc Added address check for donors that want a receipt on update
ref #65
2021-01-02 18:30:03 +01:00
niggl 335d4e24da Added address check for donors that want a receipt
ref #65
2021-01-02 18:28:22 +01:00
niggl 52cdd41ec8 Fixed not null constraint
ref #65
2021-01-02 18:19:45 +01:00
niggl 1dc438beb2 Mitigated circular dependency (to be fixed)
ref #65
2021-01-02 18:12:18 +01:00
niggl c9ba69792f Extended todo w/ issue link
ref #65
2021-01-02 17:07:17 +01:00
niggl ab67e5f4aa Added basic runner updateing
ref #65
2021-01-02 16:55:27 +01:00
niggl 557608e318 Added everything for basic donor creation
ref #65
2021-01-02 16:51:33 +01:00
niggl a83fedc9b8 Added first donor-specific errors
ref #65
2021-01-02 16:47:06 +01:00
niggl 61a17b198f Implemented basic donor deletion
ref #65
2021-01-02 16:45:01 +01:00
niggl 3df1db4ad8 Added the base logic for donor getters
ref #65
2021-01-02 16:42:55 +01:00
niggl e46cfa0d77 Added donor response class
ref #65
2021-01-02 16:40:38 +01:00
niggl 4126d31a5e Added copy of runnerController with some stuff reanames for donors
ref #65
2021-01-02 16:38:07 +01:00
niggl 9d9549cdd4 Added new donor permission target
ref #65
2021-01-02 16:37:17 +01:00
niggl 395b0101a8 Moved package script related files to their own folder
ref #59
2020-12-30 20:22:18 +01:00
niggl 6cb978df98 Updated security for the stats endpoints
continuous-integration/drone/pr Build is passing
ref #56 requested by @philipp
2020-12-30 17:40:18 +01:00
niggl 4cb0efa6bd Added response schemas
continuous-integration/drone/pr Build is passing
ref #56
2020-12-30 17:35:21 +01:00
niggl e0fa58da57 Added some comments
continuous-integration/drone/pr Build is passing
ref #56
2020-12-30 17:27:24 +01:00
niggl 5d31d8d1a2 Added stats and stats responses for orgs
ref #56
2020-12-30 16:59:07 +01:00
niggl 53a01ad977 Added stats response
ref #56
2020-12-30 16:31:18 +01:00
niggl d7791756dc Added mission relation resolving
ref #56
2020-12-30 16:13:57 +01:00
niggl dd48ee2f7e Added ResponseSchemas and fixed donation resolution bug
ref #56
2020-12-30 15:07:13 +01:00
niggl ec64ec3d63 Added a response class for team stats
ref #56
2020-12-30 14:41:07 +01:00
niggl 35dbfeb5e7 Added donation amount to the stats runner response
ref #56
2020-12-30 14:34:10 +01:00
niggl a9ecfccfd2 Added response schemas
ref #56
2020-12-30 14:31:07 +01:00
niggl d850650aeb Added response class for the runner stats
ref #56
2020-12-30 14:30:31 +01:00
niggl 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
niggl 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
niggl 6e121a3ce2 Implemented more stats endpoints
ref #56
2020-12-29 22:17:29 +01:00
niggl 555e37eaf7 Added authed stats routes
ref #56
2020-12-29 21:48:21 +01:00
niggl 9675e79441 Added openapi scheme for the stats api tokens.
ref #56
2020-12-29 21:38:48 +01:00
niggl 345851bf1d Added example endpoint for stats auth 2020-12-29 21:34:49 +01:00
niggl 7c5a3893ef Added basic status api key checking middleware
ref #56
2020-12-29 21:32:45 +01:00
niggl b53b5cf91f Update: keys cant be updated (for security reasons)
ref #56
2020-12-29 21:00:43 +01:00
niggl 04813173e4 Updated the method of api key creation.
ref #56
2020-12-29 20:49:45 +01:00
niggl c4270b0839 Adapted the new async behaviour
ref #56
2020-12-29 20:21:45 +01:00
niggl bb24ed53a4 Switched to hased tokens based on uuid (to be canged)
ref #56
2020-12-29 20:20:59 +01:00
niggl 1b74b21420 Renamed class
ref #56
2020-12-29 20:07:43 +01:00
niggl b7cbe2a0b4 Adjusted the validation type
ref #56
2020-12-29 20:05:35 +01:00
niggl 500b94b44a Added a controller for stats clients (todo: put)
ref #56
2020-12-29 20:01:40 +01:00
niggl 641466a731 Added basic errors for stats clients
ref #56
2020-12-29 20:00:31 +01:00
niggl e3ea83bb47 Removed async flag, b/c this doesn't need to perform anything async
ref #56
2020-12-29 19:57:19 +01:00
niggl b6043744a9 Added STATSCLIENT as a new permission target
ref #56
2020-12-29 19:48:35 +01:00
niggl 2b38044271 Created a response for the statsClient
ref #56
2020-12-29 19:45:30 +01:00
niggl 4c3d2643c1 Added enabled flag for the stats clients
ref #56
2020-12-29 19:37:55 +01:00
niggl e2cc0c0b80 Added Create action for the statsclients
ref #56
2020-12-29 19:34:14 +01:00