Skip to content
Snippets Groups Projects
  1. Jan 16, 2014
    • Vermaat's avatar
      Port website from web.py to Flask · 0abce583
      Vermaat authored
      This includes changing a lot of routes and parameter names to be more
      consistent. We try to remain backwards compatible as much as possible
      by providing redirects from old routes and parameter names.
      0abce583
  2. Jan 10, 2014
  3. Dec 23, 2013
    • Vermaat's avatar
      SQLAlchemy in batch jobs · bb82e22e
      Vermaat authored
      Port the entire batch job infrastructure, including scheduler, to use
      the SQLAlchemy ORM instead of the old Db module.
      bb82e22e
  4. Dec 19, 2013
    • Vermaat's avatar
      Move from configobj to Python module based config · 7c7f19c3
      Vermaat authored
      Remove the dependency on configobj and have default values for all
      configuration settings. User settings are defined in a Python module
      pointed to by the MUTALYZER_SETTINGS environment variable.
      
      We also clean up many configuration settings and remove some that
      are no longer used.
      7c7f19c3
  5. Dec 13, 2013
Loading