- Mar 07, 2019
-
-
Dominik Seeger authored
corrected test
-
Dominik Seeger authored
-
- Mar 03, 2019
-
-
robinwilliam.hundt authored
-
Dominik Seeger authored
Tested with the following piece of code which should hava all edge cases. Works fine : // should not be commented out char c = '/*'; String s = "/* some stupid stuff */"; long test(REPLACED k){ /* only this should be commented out */ if(REPLACED) return REPLACED; if(REPLACED) return REPLACED; /* this should be commented out if(REPLACED){ if(REPLACED) return REPLACED; if(REPLACED) return (REPLACED); } */ this should not return 0; }
-
robinwilliam.hundt authored
fixes #135
-
- Feb 21, 2019
-
-
Dominik Seeger authored
-
- Feb 14, 2019
-
-
robinwilliam.hundt authored
fixes #137
-
-
-
Dominik Seeger authored
-
Dominik Seeger authored
For now, every occurence of "student/s" that is visible to the user has been renamed to "participant". We should however think about how we adress the naming in the future.
-
Dominik Seeger authored
-
- Feb 04, 2019
-
-
robinwilliam.hundt authored
-
- Jan 25, 2019
-
-
robinwilliam.hundt authored
-
Dominik Seeger authored
-
Dominik Seeger authored
-
Dominik Seeger authored
-
- Jan 24, 2019
-
-
robinwilliam.hundt authored
fixes #133
-
robinwilliam.hundt authored
Also, the student is not greeted with the anonimised name anymore fixes #131
-
- Jan 06, 2019
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
Dominik Seeger authored
-
Dominik Seeger authored
-
robinwilliam.hundt authored
-
added more tests for exportMixin
-
-
-
added instance export e2e test Swapped Logout button and slot postion Logout is now always a the far left e2e tests are now using one browser instance per TestClass Statistics endpoint now checks if there are submissiontypes available Fixed race cond. in e2e test and bug in stats endpoint Added function_tests to flake8 check Added id "logout" to logout button Using --cache-from in build step Increased implicit wait for e2e test
-
- Jan 03, 2019
-
-
robinwilliam.hundt authored
# The first commit's message is: Added tests for Frontpages # The 2nd commit message will be skipped: # Added tests for Frontpages # The 3rd commit message will be skipped: # Fixed tests failing in ci # # Possibly due to weak password, since CI tests use live settings
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
- Dec 13, 2018
-
-
robinwilliam.hundt authored
-
- Dec 09, 2018
-
-
Dominik Seeger authored
-
- Dec 07, 2018
-
-
Dominik Seeger authored
-
Dominik Seeger authored
-
- Oct 09, 2018
-
-
robinwilliam.hundt authored
-
- Oct 02, 2018
-
-
robinwilliam.hundt authored
-
- Oct 01, 2018
-
-
robinwilliam.hundt authored
Also, there is no annoying reload upon logout anymore
-
- Sep 30, 2018
-
-
robinwilliam.hundt authored
The former student data endpoint /export/csv/ has been replaces by /export/json/ . This new endpoint exports the data as normal json. It also allows the client to send setPasswords: true as an option which will results in random passwords beign generated for all students and included in the export data.
-
robinwilliam.hundt authored
-