Jay Aljelo Ting

Results 4 issues of Jay Aljelo Ting

The V9 version of `verifySessionOpenExceptForModeration` checks if the session is open, but it may not be checking if the session is open given a deadline. https://github.com/TEAMMATES/teammates/blob/5b3a96fdde95d6ab3fef6b861c2867efe92d15f4/src/main/java/teammates/ui/webapi/BasicFeedbackSubmissionAction.java#L313-L319 Note that the code...

c.Bug
committers only

Currently, `AccountRequestsDbIT::testSqlInjectionSearchAccountRequestsInWholeSystem` does not check if the search service is active. https://github.com/TEAMMATES/teammates/blob/234218979f55d3eb5689186ad737dcbdd22b3df8/src/it/java/teammates/it/storage/sqlapi/AccountRequestsDbIT.java#L196-L209 This leads to the following failing test if you try to test locally without the search service. ![image](https://github.com/TEAMMATES/teammates/assets/65202977/591ed384-6a70-4291-880c-40896a367c68)...

good first issue
a-Testing
c.Task

The Gradle task `componentTests` now depends on the two Gradle tasks `unitTests`, and `integrationTests` since #12056. These can be independent from each other, so if one fails, we should continue...

good first issue
a-Docs
a-Testing
a-Build
c.Task

### Describe the bug An error occurs when trying to download the timetable as a PDF file. ### To Reproduce Steps to reproduce the behavior: 1. Go to the 'Timetable'...