Skip to content
Snippets Groups Projects
  1. Mar 03, 2019
    • Dominik Seeger's avatar
      fixed incorrect syntax highlighting for block comments · 94f0c460
      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;
      }
      94f0c460
  2. Jan 06, 2019
    • Dominik Seeger's avatar
      added e2e tests for exporting student data · 85378627
      Dominik Seeger authored and robinwilliam.hundt's avatar robinwilliam.hundt committed
      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
      85378627
  3. Sep 29, 2018
  4. Sep 26, 2018
  5. Aug 12, 2018
  6. Aug 06, 2018
  7. Aug 05, 2018
  8. Apr 16, 2018
  9. Apr 05, 2018
  10. Mar 21, 2018
  11. Feb 17, 2018
    • robinwilliam.hundt's avatar
      Feedback History · b811df9a
      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
      b811df9a
Loading