Loading backend @ 7cb6d040 Compare 853c3bef to 7cb6d040 Original line number Original line Diff line number Diff line Subproject commit 853c3bef385f62f219ff43dc397a710785def111 Subproject commit 7cb6d040524c8276fe9dd2f1a5c88a1a9b9ef419 codegen/package.json +1 −1 Original line number Original line Diff line number Diff line { { "name": "@inject/codegen", "name": "@inject/codegen", "version": "2.25.4", "version": "3.0.0rc1", "description": "GraphQL API Codegen Setup for the Inject Backend", "description": "GraphQL API Codegen Setup for the Inject Backend", "main": "index.js", "main": "index.js", "license": "MIT", "license": "MIT", Loading frontend/package.json +1 −1 Original line number Original line Diff line number Diff line { { "name": "@inject/frontend", "name": "@inject/frontend", "version": "2.25.4", "version": "3.0.0rc1", "description": "Main wrapper for rendering INJECT Frontend", "description": "Main wrapper for rendering INJECT Frontend", "main": "index.js", "main": "index.js", "license": "MIT", "license": "MIT", Loading frontend/src/analyst/utilities.ts +0 −1 Original line number Original line Diff line number Diff line Loading @@ -169,7 +169,6 @@ export const DUMMY_EXERCISE: Exercise = { finished: false, finished: false, exerciseStart: new Date(0).toUTCString(), exerciseStart: new Date(0).toUTCString(), teams: [], teams: [], emailParticipants: [], timeDelta: 0, timeDelta: 0, definition: { definition: { id: '0', id: '0', Loading graphql/fragments.ts +0 −3 Original line number Original line Diff line number Diff line Loading @@ -520,9 +520,6 @@ export const Exercise = graphql( teams { teams { ...Team ...Team } } emailParticipants { ...EmailParticipant } timeDelta: elapsedS timeDelta: elapsedS instructors { instructors { ...RestrictedUserF ...RestrictedUserF Loading Loading
backend @ 7cb6d040 Compare 853c3bef to 7cb6d040 Original line number Original line Diff line number Diff line Subproject commit 853c3bef385f62f219ff43dc397a710785def111 Subproject commit 7cb6d040524c8276fe9dd2f1a5c88a1a9b9ef419
codegen/package.json +1 −1 Original line number Original line Diff line number Diff line { { "name": "@inject/codegen", "name": "@inject/codegen", "version": "2.25.4", "version": "3.0.0rc1", "description": "GraphQL API Codegen Setup for the Inject Backend", "description": "GraphQL API Codegen Setup for the Inject Backend", "main": "index.js", "main": "index.js", "license": "MIT", "license": "MIT", Loading
frontend/package.json +1 −1 Original line number Original line Diff line number Diff line { { "name": "@inject/frontend", "name": "@inject/frontend", "version": "2.25.4", "version": "3.0.0rc1", "description": "Main wrapper for rendering INJECT Frontend", "description": "Main wrapper for rendering INJECT Frontend", "main": "index.js", "main": "index.js", "license": "MIT", "license": "MIT", Loading
frontend/src/analyst/utilities.ts +0 −1 Original line number Original line Diff line number Diff line Loading @@ -169,7 +169,6 @@ export const DUMMY_EXERCISE: Exercise = { finished: false, finished: false, exerciseStart: new Date(0).toUTCString(), exerciseStart: new Date(0).toUTCString(), teams: [], teams: [], emailParticipants: [], timeDelta: 0, timeDelta: 0, definition: { definition: { id: '0', id: '0', Loading
graphql/fragments.ts +0 −3 Original line number Original line Diff line number Diff line Loading @@ -520,9 +520,6 @@ export const Exercise = graphql( teams { teams { ...Team ...Team } } emailParticipants { ...EmailParticipant } timeDelta: elapsedS timeDelta: elapsedS instructors { instructors { ...RestrictedUserF ...RestrictedUserF Loading