Original PR: https://github.com/detleph/server/pull/79 Author: @github-actions[bot] Created: 6/7/2022 Status: ❌ Closed
Base: main ← Head: create-pull-request/patch
main
create-pull-request/patch
68ff4fe
d389568
03ecfc9
d2db198
8261c26
cc86998
a728a15
0b021a2
7e0edd7
10 files changed (+198 additions, -33 deletions)
📝 src/Controllers/participant.controller.ts (+73 -5) 📝 src/Controllers/role.controller.ts (+32 -7) 📝 src/Controllers/role_schema.controller.ts (+22 -2) 📝 src/Controllers/team.controller.ts (+1 -1) 📝 src/Controllers/user_auth.controller.ts (+10 -9) 📝 src/Middleware/auth/teamleaderAuth.ts (+10 -1) 📝 src/Routes/participant.routes.ts (+32 -4) 📝 src/Routes/role.routes.ts (+9 -2) 📝 src/Routes/role_schema.routes.ts (+7 -1) 📝 src/Routes/user_auth.routes.ts (+2 -1)
src/Controllers/participant.controller.ts
src/Controllers/role.controller.ts
src/Controllers/role_schema.controller.ts
src/Controllers/team.controller.ts
src/Controllers/user_auth.controller.ts
src/Middleware/auth/teamleaderAuth.ts
src/Routes/participant.routes.ts
src/Routes/role.routes.ts
src/Routes/role_schema.routes.ts
src/Routes/user_auth.routes.ts
Automated changes by create-pull-request GitHub action
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/detleph/server/pull/79
Author: @github-actions[bot]
Created: 6/7/2022
Status: ❌ Closed
Base:
main← Head:create-pull-request/patch📝 Commits (9)
68ff4feAdd various participant and role controllersd389568Fix routes, add getRole controller03ecfc9Add route to get participant for roled2db198Address some comments and fix issues8261c26Rewrite parts of the requestTokenEmailControllercc86998fixed review suggestionsa728a15Merge branch 'feature-fix-issues' of github.com:detleph/server into feature-fix-issues0b021a2Adding RoleSchema Update/Delete7e0edd7[create-pull-request] push formatted files📊 Changes
10 files changed (+198 additions, -33 deletions)
View changed files
📝
src/Controllers/participant.controller.ts(+73 -5)📝
src/Controllers/role.controller.ts(+32 -7)📝
src/Controllers/role_schema.controller.ts(+22 -2)📝
src/Controllers/team.controller.ts(+1 -1)📝
src/Controllers/user_auth.controller.ts(+10 -9)📝
src/Middleware/auth/teamleaderAuth.ts(+10 -1)📝
src/Routes/participant.routes.ts(+32 -4)📝
src/Routes/role.routes.ts(+9 -2)📝
src/Routes/role_schema.routes.ts(+7 -1)📝
src/Routes/user_auth.routes.ts(+2 -1)📄 Description
Automated changes by create-pull-request GitHub action
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.