- Mar 03, 2019
-
-
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; }
-
- Jan 06, 2019
-
-
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
-
- Sep 29, 2018
-
-
robinwilliam.hundt authored
Use postgres:9.6 is ci
-
- Sep 26, 2018
-
-
robinwilliam.hundt authored
-
- Aug 12, 2018
-
-
robinwilliam.hundt authored
Nearly completed typing the whole store!
-
- Aug 06, 2018
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
- Aug 05, 2018
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
- Apr 16, 2018
-
-
robinwilliam.hundt authored
-
- Apr 05, 2018
-
-
robinwilliam.hundt authored
-
- Mar 21, 2018
-
-
robinwilliam.hundt authored
-
- Feb 17, 2018
-
-
robinwilliam.hundt authored
Implemented Feedback History Table incl. search Side Note: When searching the table, should the resulting filtered arr be <= than size 10 all those submissions will be prefetched if not already present and the user is able to instantanously view the submission. NICE! Added Tests and sticky beahvior for feedback hist Inactive subscriptions are shown Added subscription refresh button Fixed jwt refresh and auto logout Added feedback link Visual cue of final status in student overview Correct Student for reviewer
-