2010-09-22 |
Tomas Gavenciak | Fixed variable-list returning functions and removing... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Modified test.py (almost rewrite) python-dummy-working |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Renamed MoeStatus -> Status |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Writing status uses dump |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Minor pretty-printing |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Fix the hooks in eval.py (self -> e), status writing |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Updates in status and pipeline debugging |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | New task "sum" - dummy for now |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Fixed dummy task type |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Many changes to pipeline.py |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Pipeline functions now get keyword arguments |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Fixed pipeline.insert args order |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Minor fix config dumping |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Minor fix extensions loading in eval.py |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Fixes around DEBUG_LEVEL |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Fix log.py |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Minor fix in util.py |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Fix dummy task-type |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Fix dummy extension |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Moved some basic settings from eval.py to config |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Fixes in config and config parsing |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tomas Gavenciak | Added status write to string |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Tomas Gavenciak | Made ConfigTree.fix take list os well, added test |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Tomas Gavenciak | Timeline change, multiple changes in Eval |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Tomas Gavenciak | Moved module loading, use __import__() now |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Tomas Gavenciak | Forgotten __init__.py |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Tomas Gavenciak | HOOKS->EXTENSIONS (with explanation), added dummy extension |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Tomas Gavenciak | Added dummy task type |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Tomas Gavenciak | Update makefile |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Tomas Gavenciak | Add ConfigTree.fix, improve parse_file and use it in... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Tomas Gavenciak | Played with the documentation |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Tomas Gavenciak | Minor doc updates and fixes |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Tomas Gavenciak | Updated documentation and tidyed up eval.py |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Tomas Gavenciak | Fidex several errors in log.py |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Tomas Gavenciak | Rewriting eval.py with new log, config and timeline |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Tomas Gavenciak | Created documentation |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Tomas Gavenciak | Rewrite of moe.log using python logging |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Tomas Gavenciak | Renamed conf -> config, refactoring inside config |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Tomas Gavenciak | Added shorthand access moe.ConfTree[key] to conf |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Tomas Gavenciak | Updated tests, added priority (levels) test |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Tomas Gavenciak | Fixed small error (which should manifest anyway) |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Tomas Gavenciak | Implemented varname as a shorthand for "{varname}" |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Tomas Gavenciak | Add unicode and file parsing test |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Tomas Gavenciak | Test variable fixing, update TODO |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Tomas Gavenciak | Fixed stupid order error in fixing |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Tomas Gavenciak | Sanitize by adding newlines detween defs |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Tomas Gavenciak | Implemented simple variable fixing. |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Tomas Gavenciak | Fix local import name |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Martin Mares | Config parser: added one forgotten WS |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Tomas Gavenciak | Several new tests, updated, all passed |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Tomas Gavenciak | Now moe module, update ConfigError, minor fix |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Tomas Gavenciak | New ConfigError subclasses, move re_VARNAME |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Tomas Gavenciak | Fixed invalidating conditions and chained condition... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Tomas Gavenciak | Fixed minor bug in conf condition eval |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Tomas Gavenciak | Many fixes to config parser, many (passed) tests. |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Tomas Gavenciak | Fixed minor type typo |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Tomas Gavenciak | Included *.pyc to .gitignore |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Tomas Gavenciak | Config parser complete, but completely untested. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Tomas Gavenciak | Changes to config operations structure. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Tomas Gavenciak | Syntax constants localized to parser class. |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Tomas Gavenciak | Complete, but untested config parser. |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Tomas Gavenciak | Renamed VARNAME_re to re_VARNAME |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Tomas Gavenciak | Changed clause->formula in ConfigCondition, added formu... |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Tomas Gavenciak | New file for conf parser, move and update conf file... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Tomas Gavenciak | Added syntax for config files (to be reviewed) |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Tomas Gavenciak | Imporoved and shortened conf.py code |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Tomas Gavenciak | New module for config evaluation. Basic testing. |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Martin Mares | Saved the example task |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Martin Mares | Better logging of exceptions |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Martin Mares | Make "+=" insert spaces as necessary |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Martin Mares | Removed config resolution caching |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Martin Mares | Implemented syntax checkers and output filters |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Martin Mares | Backward-compatible point files implemented |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Martin Mares | Unify names of exception variables |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Martin Mares | e.cfgs[x] can be shortened to e[x] |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Martin Mares | Judges can return single-line verdicts on stderr instea... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Martin Mares | Cleaup of the config file |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Martin Mares | Err -> Error in all exception names (to be consistent... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Martin Mares | Status files are now handled almost properly |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Martin Mares | Batch task testing works (sort of) |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Martin Mares | More bits of compilation |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Martin Mares | Added sandbox interface module |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Martin Mares | Parts of compilation |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Martin Mares | Renamed meta files to status files to match the Moe... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Martin Mares | Cleaned up exception handling and logging |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Martin Mares | Logging |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Martin Mares | Implemented configuration overrides from the command... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Martin Mares | Locating batch tasks |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Martin Mares | First attempts at the evaluation overlord |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Martin Mares | Added a shabby skeleton of a logging module |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Martin Mares | Added a simple utility function for simulating mkdir -p. |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Martin Mares | Better error reporting |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Martin Mares | Better error reporting on the pipeline |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Martin Mares | A better implementation of the pipeline, including... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Martin Mares | Do not try to distinguish between single and double... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Martin Mares | A brief experiment with pipelines |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Martin Mares | Configuration values are now cached |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Martin Mares | Implemented overrides |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Martin Mares | Better error reporting |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Martin Mares | Added a prototype of the configuration module. |
commit | commitdiff | tree | snapshot |
next |