Commit Graph

884 Commits

Author SHA1 Message Date
niggl 01e0d5b94d Renamed the auth response call to ResponseAuth
ref #76
2021-01-10 16:57:40 +01:00
niggl 3deae2bfeb Moved all update() and toEntity action model functions to async
ref #76
2021-01-10 16:53:59 +01:00
niggl 3f7b0f6563 Renamed the update>Entity Name>() functiuons to update()
ref #76
2021-01-10 16:35:52 +01:00
niggl e6b9d4f273 Renamed the to>Entity Name>() functiuons to toEntity()
ref #76
2021-01-10 16:31:55 +01:00
niggl a00231dd3c Updated imports
ref #76
2021-01-10 16:23:09 +01:00
niggl 3bc172e7e0 Intruduced a new folder structure for action models
ref #76
2021-01-10 16:10:02 +01:00
niggl ee9df21ae5 Fixed some typos in errors
ref #76
2021-01-10 16:07:37 +01:00
niggl f96b256ad3 Fixed some typos and extended comments for the middlewares
ref #76
2021-01-10 16:03:56 +01:00
niggl f2c50e929e Merge branch 'dev' of git.odit.services:lfk/backend into dev
continuous-integration/drone/push Build is passing
2021-01-09 19:05:00 +01:00
niggl 02e3239848 Reverted temporary logging 2021-01-09 19:04:07 +01:00
niggl 8a54b027d0 Reverted temporary logging
continuous-integration/drone/push Build is passing
2021-01-09 18:55:16 +01:00
niggl 3b11e896d4 Merge branch 'dev' of git.odit.services:lfk/backend into dev
continuous-integration/drone/push Build is passing
2021-01-09 18:50:50 +01:00
niggl 89926b2c31 Temporary: extended live logging 2021-01-09 18:50:48 +01:00
niggl 7b4e89555e Temporary: extended live logging
continuous-integration/drone/push Build is passing
2021-01-09 18:47:11 +01:00
niggl 1e37186247 Revert "Temporary: extended live logging"
This reverts commit 154c763719.
2021-01-09 18:45:44 +01:00
niggl 154c763719 Temporary: extended live logging
continuous-integration/drone/push Build is passing
ref lfk/frontend#28
2021-01-09 18:08:36 +01:00
niggl 80197d5834 Merge pull request 'feature/78-trackscan' (#85) from feature/78-trackscan into dev
continuous-integration/drone/push Build is passing
Reviewed-on: #85
2021-01-09 16:33:09 +00:00
niggl 7e95103a2d added trackscan update tests
continuous-integration/drone/pr Build is passing
ref #78
2021-01-09 17:18:33 +01:00
niggl efe1a1f543 added trackscan delete tests
ref #78
2021-01-09 16:56:57 +01:00
niggl 4fea690670 Added missing parameter fro negative-test
ref #78
2021-01-09 16:54:19 +01:00
niggl f1dee1061d added trackscan get tests
ref #78
2021-01-09 16:49:17 +01:00
niggl 61cf0fc08d Implemented proper scan invalidation
ref #78
2021-01-09 16:47:54 +01:00
niggl 0c86e5dae1 added trackscan add tests
ref #78
2021-01-09 16:44:52 +01:00
niggl 638898fa28 Implemented trackscan updateing
ref #78
2021-01-09 16:17:50 +01:00
niggl e7cd68e1c8 removed distance checks from tests
ref #78
2021-01-09 15:59:36 +01:00
niggl e40e6faebd Merge branch 'feature/78-trackscan' of git.odit.services:lfk/backend into feature/78-trackscan
# Conflicts:
#	src/controllers/RunnerController.ts
2021-01-09 15:45:35 +01:00
niggl 3d07aac944 Implemented cascading scan, track and card deletion
ref #78
2021-01-09 15:45:17 +01:00
niggl 1a5493facf Implemented cascading scan, track and card deletion
ref #78
2021-01-09 15:43:52 +01:00
niggl 9013b9492c Fixed runner distance resolution
ref #78
2021-01-09 15:25:11 +01:00
niggl 188f26ad65 Fixed manual trackscan creation
ref #78
2021-01-09 14:52:08 +01:00
niggl 3ceb5a0c0f Removed total distance from tests
ref #78
2021-01-09 14:24:16 +01:00
niggl e1ce052d3c Fixed runner total distance not getting resolved
ref #78
2021-01-09 14:23:47 +01:00
niggl 70a379edef Merge pull request 'New feature: runner cards (feature/77-runner_cards)' (#84) from feature/77-runner_cards into dev
continuous-integration/drone/push Build is passing
Reviewed-on: #84
2021-01-09 13:01:50 +00:00
niggl 35ea3154d1 Added card update tests
continuous-integration/drone/pr Build is passing
ref #77
2021-01-09 12:42:41 +01:00
niggl ebf66821a2 Added card delete tests
ref #77
2021-01-09 12:41:59 +01:00
niggl 8463bee253 added card add tests
ref #77
2021-01-09 12:32:47 +01:00
niggl 860680d001 Implmented the EAN generation
ref #77
2021-01-09 12:24:05 +01:00
niggl df39166279 Added card get tests
ref #77
2021-01-09 11:59:20 +01:00
niggl 32fda46f0a Implemented runner updateing
ref #77
2021-01-09 11:55:32 +01:00
niggl 36ecae7e6e Added card creation
#17
2021-01-09 11:48:13 +01:00
niggl a5bfe4e3d5 Added card deletion + errors
ref #77
2021-01-09 11:28:59 +01:00
niggl 4faeddc3f3 Added runner card get endpoints
ref #77
2021-01-09 11:23:12 +01:00
niggl 98f7bf366f Added card permission target
ref #77
2021-01-09 11:21:52 +01:00
niggl af3a9e5ce2 Added basic response calss for runner cards
ref #77
2021-01-09 11:15:29 +01:00
niggl 52eb7b1afe Added a barebones runnercard controller
ref #77
2021-01-09 11:10:05 +01:00
niggl 490fbd241d Merge pull request 'Alpha Release 0.0.10' (#83) from dev into main
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
Reviewed-on: #83
Reviewed-by: Philipp Dormann <philipp@philippdormann.de>
v0.0.10
2021-01-08 20:15:27 +00:00
niggl f132131156 Version bump
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-01-08 21:14:20 +01:00
niggl c1e680a063 Fixed responsescheme for the user controller
continuous-integration/drone/push Build is failing
2021-01-08 21:13:41 +01:00
niggl c66b06c2c9 Merge pull request 'Alpha Release 0.0.9' (#82) from dev into main
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
Reviewed-on: #82
Reviewed-by: Philipp Dormann <philipp@philippdormann.de>
v0.0.9
2021-01-08 19:52:55 +00:00
niggl 65e605cdc4 Version bump
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-01-08 20:49:19 +01:00