1. 16 Apr, 2017 - 4 commits
  2. 15 Apr, 2017 - 3 commits
  3. 13 Apr, 2017 - 1 commit
  4. 12 Apr, 2017 - 1 commit
  5. 04 Apr, 2017 - 3 commits
  6. 01 Apr, 2017 - 1 commit
  7. 30 Mar, 2017 - 1 commit
  8. 29 Mar, 2017 - 3 commits
  9. 21 Mar, 2017 - 1 commit
  10. 07 Mar, 2017 - 1 commit
  11. 02 Mar, 2017 - 2 commits
    • Aatish Nayak's avatar
      Hide custom submission form edit (#803) · cd657951
      Aatish Nayak authored
      v2.0.2
      cd657951
    • Aatish Nayak's avatar
      Autolab 2.0.1 Release (#782) · 834520d8
      Aatish Nayak authored
      * Changed the database from mysql to sqlitefor development purposes (#719)
      
      * Added materialize gem and phased out bootstrap (#720)
      
      * Integrated new navbar (#721)
      
      * Change lab template image to autograding_image for use with Tango Docker
      
      * Bump ruby version for rspec testing framework
      
      * Add mysql gem to Autolab2.0
      
      * Navbar icons (#725)
      
      * navbar_icons
      
      * button fixes
      
      * Change lab template image to autograding_image for use with Tango Docker
      
      * Bump ruby version for rspec testing framework
      
      * Add mysql gem to Autolab2.0
      
      * navbar_icons
      
      * button fixes
      
      * Material Course List and Assessment List (#731)
      
      * Update courses index page
      
      * Update Assessments index page
      
      * update course list display logic
      
      * Add materialize style to course and assessment card pages
      
      * Assessment page redesign (#741)
      
      * Convert assessment page cols from bootstrap to materialize
      
      * Convert initial collections and cards
      
      * Add styles and html for Danger Zo...
      834520d8
  12. 01 Feb, 2017 - 3 commits
  13. 29 Jan, 2017 - 1 commit
  14. 28 Jan, 2017 - 1 commit
  15. 21 Jan, 2017 - 4 commits
  16. 18 Jan, 2017 - 2 commits
  17. 11 Jan, 2017 - 1 commit
  18. 02 Jan, 2017 - 1 commit
  19. 31 Dec, 2016 - 2 commits
  20. 30 Nov, 2016 - 4 commits
    • Chaskiel Grundman's avatar
      Don't return HTML errors to non-html requests · 1de15123
      Chaskiel Grundman authored
      API requests (e.g. annotations) should not try to display
      donkey kong when they fail, since that just triggers another
      error
      1de15123
    • Chaskiel Grundman's avatar
      Trap and report scheduler exceptions · 467750d7
      Chaskiel Grundman authored
      fork with a block does not seem to propagate exceptions in the subprocess
      to rescue blocks outside the fork block, so exceptions inside scheduler
      modules were not being logged. Trap them inside the fork block, also trap
      ScriptError exceptions, and send the subprocess exceptions to
      ExceptionNotifier.
      467750d7
    • Chaskiel Grundman's avatar
      Disconnect from database before running Moss · 82459961
      Chaskiel Grundman authored
      Since moss can run for an extended period of time, it is possible
      for database connections to time out while it is running. ActiveRecord
      does not check database connections for liveness whenever they are used,
      only when they are checked out or back in to the connection pool.
      
      Make activerecord return all active connections to the pool before running
      moss, so any post-moss database access will use hopefully-live connections.
      82459961
    • Chaskiel Grundman's avatar
      e6bc0572