- 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; }
-
robinwilliam.hundt authored
fixes #135
-
- Feb 21, 2019
-
-
robinwilliam.hundt authored
Every branch shares the same dev-image and dev-image-base used for caching during the build image step. On master, only tag commits are built and the image has the tag number
-
robinwilliam.hundt authored
-
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
-
- Feb 03, 2019
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
- Jan 27, 2019
-
-
robinwilliam.hundt authored
-
- Jan 25, 2019
-
-
Dominik Seeger authored
-
robinwilliam.hundt authored
-
Dominik Seeger authored
-
Dominik Seeger authored
-
Dominik Seeger authored
-
Dominik Seeger authored
-
- Jan 24, 2019
-
-
robinwilliam.hundt authored
fixes #133
-
robinwilliam.hundt authored
At the moment the staging server is kinda broken and the functional tests already ensure that the app is not completely broken
-
robinwilliam.hundt authored
Also, the student is not greeted with the anonimised name anymore fixes #131
-
- Jan 06, 2019
-
-
robinwilliam.hundt authored
-
Dominik Seeger authored
-
robinwilliam.hundt authored
-
Dominik Seeger authored
-
Dominik Seeger authored
-
robinwilliam.hundt authored
-
-
-
added more tests for exportMixin
-
robinwilliam.hundt authored
Removed unused frontend dependency
-
-
-
-
robinwilliam.hundt authored
-
-
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
-