Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plagiarsim checks: Fix default value of after due date checks #7657

Merged
merged 11 commits into from
Dec 8, 2023

Merge branch 'develop' into bugfix/plagiarism-detection-undefined

6d58c61
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Plagiarsim checks: Fix default value of after due date checks #7657

Merge branch 'develop' into bugfix/plagiarism-detection-undefined
6d58c61
Select commit
Loading
Failed to load commit list.
GitHub Actions / Java Architecture Tests succeeded Dec 5, 2023 in 0s

Java Architecture Tests ✅

Tests passed successfully

Report Passed Failed Skipped Time
build/test-results/test/TEST-de.tum.in.www1.artemis.ArchitectureTest.xml 10✅ 4s
build/test-results/test/TEST-de.tum.in.www1.artemis.authorization.AuthorizationArchitectureTest.xml 8✅ 192ms
build/test-results/test/TEST-de.tum.in.www1.artemis.domain.FeedbackArchitectureTest.xml 2✅ 737ms

✅ build/test-results/test/TEST-de.tum.in.www1.artemis.ArchitectureTest.xml

10 tests were completed in 4s with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.tum.in.www1.artemis.ArchitectureTest 10✅ 4s

✅ de.tum.in.www1.artemis.ArchitectureTest

✅ testNoJunitJupiterAssertions()
✅ testFileWriteUsage()
✅ testCorrectStringUtils()
✅ testValidSimpMessageSendingOperationsUsage()
✅ testLogging()
✅ testJSONImplementations()
✅ testNoDirectGitCommitCalls()
✅ testNoCollectorsToList()
✅ testNoJUnit4()
✅ testNullnessAnnotations()

✅ build/test-results/test/TEST-de.tum.in.www1.artemis.authorization.AuthorizationArchitectureTest.xml

8 tests were completed in 192ms with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.tum.in.www1.artemis.authorization.AuthorizationArchitectureTest 8✅ 192ms

✅ de.tum.in.www1.artemis.authorization.AuthorizationArchitectureTest

✅ testEnforceAdminAnnotations()
✅ testEnforceAtLeastEditorAnnotations()
✅ testNoPreAuthorizeOnRestEndpoints()
✅ testEnforceAtLeastTutorAnnotations()
✅ testEnforceAtLeastInstructorAnnotations()
✅ testEnforceAtLeastStudentAnnotations()
✅ testEnforceNothingAnnotations()
✅ testNoPreAuthorizeOnRestControllers()

✅ build/test-results/test/TEST-de.tum.in.www1.artemis.domain.FeedbackArchitectureTest.xml

2 tests were completed in 737ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.tum.in.www1.artemis.domain.FeedbackArchitectureTest 2✅ 737ms

✅ de.tum.in.www1.artemis.domain.FeedbackArchitectureTest

✅ testSetLongFeedbackTextNotUsed()
✅ testGetLongFeedbackTextNotUsed()