Commit Graph

849 Commits

Author SHA1 Message Date
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
niggl d2fdb4efd9 Merge pull request 'All users get profile pics feature/79-profile_pics' (#81) from feature/79-profile_pics into dev
continuous-integration/drone/push Build is failing
Reviewed-on: #81
closes #79
2021-01-08 19:48:22 +00:00
niggl d0deb9d647 Fixed wrong relation getting resolved
continuous-integration/drone/pr Build is passing
ref #79
2021-01-08 20:40:15 +01:00
niggl 5495c90eaf Merge branch 'dev' into feature/79-profile_pics
continuous-integration/drone/pr Build is failing
2021-01-08 20:19:08 +01:00
niggl bf3ffae67c Merge pull request 'Added scan (station) apis feature/67-scan_apis' (#80) from feature/67-scan_apis into dev
continuous-integration/drone/push Build is passing
Reviewed-on: #80
closes #67
2021-01-08 19:18:39 +00:00
niggl aa0337ea33 Fixed getting all permissions for users
ref #79
2021-01-08 20:17:05 +01:00
niggl 4991d735bf Pinned sqlite3 to 5.0.0 as a temporary bugfix
continuous-integration/drone/pr Build is passing
ref #67
2021-01-08 20:04:04 +01:00
niggl 398e61bddb Merge branch 'feature/67-scan_apis' of git.odit.services:lfk/backend into feature/67-scan_apis
continuous-integration/drone/pr Build is failing
# Conflicts:
#	.drone.yml
2021-01-08 19:37:25 +01:00
niggl e6576f4a54 Finned node version for ci
ref #67
2021-01-08 19:37:13 +01:00
niggl c3b9e135b0 Finned node version for ci
continuous-integration/drone/pr Build is failing
ref #67
2021-01-08 19:34:39 +01:00
niggl 3bd4948c43 Merge branch 'feature/79-profile_pics' of git.odit.services:lfk/backend into feature/79-profile_pics 2021-01-08 19:32:13 +01:00
niggl f3cd1380be First part of the permission return (buggy!)
ref #79
2021-01-08 19:32:11 +01:00
niggl a2c3dfbf85 First part of the permission return (buggy!)
ref #71
2021-01-08 19:32:04 +01:00
niggl 3c37aafe1f Added profile pics to all user related models
ref #79
2021-01-08 19:11:50 +01:00
niggl c591c182b3 Updated comments
continuous-integration/drone/pr Build is failing
ref #67
2021-01-08 18:37:33 +01:00
niggl 9cc50078d1 Merge branch 'dev' into feature/67-scan_apis 2021-01-08 18:29:33 +01:00
niggl 7728759bcd Added openapi sec scheme for the scan station auth
ref #67
2021-01-08 18:28:35 +01:00
niggl ce8fed350e Updated OPENAPI Descriptions for the new controllers
ref #67
2021-01-08 18:25:29 +01:00
niggl a005945e9e Added scan add tests with the station based auth
ref #67
2021-01-08 18:09:47 +01:00
niggl cf86520fae Fixed wrong auth type being used
ref #67
2021-01-08 18:08:13 +01:00
niggl db6fdf6baf Implemented scan auth middleware
ref #67
2021-01-08 17:50:29 +01:00
niggl 975ad50afc Added scan update tests
ref #67
2021-01-08 17:42:05 +01:00
niggl 0c27df7754 Added scan add tests
ref #67
2021-01-08 17:27:56 +01:00
niggl 102a860ba3 Added scan delete tests
ref #67
2021-01-08 16:47:52 +01:00
niggl 3a886714a0 Merge branch 'feature/67-scan_apis' of git.odit.services:lfk/backend into feature/67-scan_apis
# Conflicts:
#	src/tests/scanstations/scanstations_delete.spec.ts
2021-01-07 20:35:05 +01:00
niggl 09ab638239 Added scan station delete tests
ref #67
2021-01-07 20:34:48 +01:00
niggl a4f88c78f4 Added scan station delete tests
ref #67
2021-01-07 20:34:36 +01:00
niggl ccf2a3b617 Added scan station update tests
ref #67
2021-01-07 20:31:29 +01:00
niggl c8f941a779 Fixed wrong error getting thrown
ref #67
2021-01-07 20:22:58 +01:00
niggl 5510cbb8e9 Added scan station add tests
ref #67
2021-01-07 20:16:14 +01:00
niggl a434173b54 Added scan station get tests
ref #67
2021-01-07 20:04:15 +01:00
niggl 7387f700fb Added alias for posting track scans
ref #67
2021-01-07 19:46:20 +01:00
niggl 4f01baaa23 Added the enabled flag for scanstations
ref #67
2021-01-07 19:37:15 +01:00
niggl 09b37f0ff2 Fixed typo
ref #67
2021-01-07 19:36:57 +01:00
niggl 324d5709e3 Added tmp files to gitignore
ref #67
2021-01-07 19:19:21 +01:00
niggl 3f23e4f1f1 Added scan get tests
ref #67
2021-01-07 19:18:26 +01:00