]> mj.ucw.cz Git - eval.git/shortlog
eval.git
2010-09-18 Tomas GavenciakModified test.py (almost rewrite) python-dummy-working
2010-09-18 Tomas GavenciakRenamed MoeStatus -> Status
2010-09-18 Tomas GavenciakWriting status uses dump
2010-09-18 Tomas GavenciakMinor pretty-printing
2010-09-18 Tomas GavenciakFix the hooks in eval.py (self -> e), status writing
2010-09-18 Tomas GavenciakUpdates in status and pipeline debugging
2010-09-18 Tomas GavenciakNew task "sum" - dummy for now
2010-09-18 Tomas GavenciakFixed dummy task type
2010-09-18 Tomas GavenciakMany changes to pipeline.py
2010-09-18 Tomas GavenciakPipeline functions now get keyword arguments
2010-09-18 Tomas GavenciakFixed pipeline.insert args order
2010-09-18 Tomas GavenciakMinor fix config dumping
2010-09-18 Tomas GavenciakMinor fix extensions loading in eval.py
2010-09-18 Tomas GavenciakFixes around DEBUG_LEVEL
2010-09-18 Tomas GavenciakFix log.py
2010-09-18 Tomas GavenciakMinor fix in util.py
2010-09-18 Tomas GavenciakFix dummy task-type
2010-09-18 Tomas GavenciakFix dummy extension
2010-09-18 Tomas GavenciakMoved some basic settings from eval.py to config
2010-09-18 Tomas GavenciakFixes in config and config parsing
2010-09-18 Tomas GavenciakAdded status write to string
2010-09-11 Tomas GavenciakMade ConfigTree.fix take list os well, added test
2010-09-11 Tomas GavenciakTimeline change, multiple changes in Eval
2010-09-11 Tomas GavenciakMoved module loading, use __import__() now
2010-09-11 Tomas GavenciakForgotten __init__.py
2010-09-11 Tomas GavenciakHOOKS->EXTENSIONS (with explanation), added dummy extension
2010-09-11 Tomas GavenciakAdded dummy task type
2010-09-10 Tomas GavenciakUpdate makefile
2010-09-10 Tomas GavenciakAdd ConfigTree.fix, improve parse_file and use it in...
2010-09-10 Tomas GavenciakPlayed with the documentation
2010-09-10 Tomas GavenciakMinor doc updates and fixes
2010-09-10 Tomas GavenciakUpdated documentation and tidyed up eval.py
2010-09-10 Tomas GavenciakFidex several errors in log.py
2010-09-10 Tomas GavenciakRewriting eval.py with new log, config and timeline
2010-09-10 Tomas GavenciakCreated documentation
2010-09-10 Tomas GavenciakRewrite of moe.log using python logging
2010-09-07 Tomas GavenciakRenamed conf -> config, refactoring inside config
2010-09-07 Tomas GavenciakAdded shorthand access moe.ConfTree[key] to conf
2010-07-10 Tomas GavenciakUpdated tests, added priority (levels) test
2010-07-10 Tomas GavenciakFixed small error (which should manifest anyway)
2010-07-10 Tomas GavenciakImplemented varname as a shorthand for "{varname}"
2010-07-10 Tomas GavenciakAdd unicode and file parsing test
2010-07-10 Tomas GavenciakTest variable fixing, update TODO
2010-07-10 Tomas GavenciakFixed stupid order error in fixing
2010-07-10 Tomas GavenciakSanitize by adding newlines detween defs
2010-07-10 Tomas GavenciakImplemented simple variable fixing.
2010-07-10 Tomas GavenciakFix local import name
2010-07-09 Martin MaresConfig parser: added one forgotten WS
2010-05-29 Tomas GavenciakSeveral new tests, updated, all passed
2010-05-29 Tomas GavenciakNow moe module, update ConfigError, minor fix
2010-05-29 Tomas GavenciakNew ConfigError subclasses, move re_VARNAME
2010-05-29 Tomas GavenciakFixed invalidating conditions and chained condition...
2010-05-29 Tomas GavenciakFixed minor bug in conf condition eval
2010-05-29 Tomas GavenciakMany fixes to config parser, many (passed) tests.
2010-05-29 Tomas GavenciakFixed minor type typo
2010-05-29 Tomas GavenciakIncluded *.pyc to .gitignore
2010-05-25 Tomas GavenciakConfig parser complete, but completely untested.
2010-05-25 Tomas GavenciakChanges to config operations structure.
2010-05-24 Tomas GavenciakSyntax constants localized to parser class.
2010-05-23 Tomas GavenciakComplete, but untested config parser.
2010-05-23 Tomas GavenciakRenamed VARNAME_re to re_VARNAME
2010-05-23 Tomas GavenciakChanged clause->formula in ConfigCondition, added formu...
2010-05-22 Tomas GavenciakNew file for conf parser, move and update conf file...
2010-05-11 Tomas GavenciakAdded syntax for config files (to be reviewed)
2010-05-09 Tomas GavenciakImporoved and shortened conf.py code
2010-05-07 Tomas GavenciakNew module for config evaluation. Basic testing.
2009-08-15 Martin MaresSaved the example task
2009-08-14 Martin MaresBetter logging of exceptions
2009-08-14 Martin MaresMake "+=" insert spaces as necessary
2009-08-14 Martin MaresRemoved config resolution caching
2009-08-14 Martin MaresImplemented syntax checkers and output filters
2009-08-14 Martin MaresBackward-compatible point files implemented
2009-08-14 Martin MaresUnify names of exception variables
2009-08-14 Martin Marese.cfgs[x] can be shortened to e[x]
2009-08-14 Martin MaresJudges can return single-line verdicts on stderr instea...
2009-08-12 Martin MaresCleaup of the config file
2009-08-11 Martin MaresErr -> Error in all exception names (to be consistent...
2009-08-11 Martin MaresStatus files are now handled almost properly
2009-08-11 Martin MaresBatch task testing works (sort of)
2009-08-10 Martin MaresMore bits of compilation
2009-08-10 Martin MaresAdded sandbox interface module
2009-08-10 Martin MaresParts of compilation
2009-08-10 Martin MaresRenamed meta files to status files to match the Moe...
2009-08-09 Martin MaresCleaned up exception handling and logging
2009-08-09 Martin MaresLogging
2009-08-09 Martin MaresImplemented configuration overrides from the command...
2009-08-09 Martin MaresLocating batch tasks
2009-08-09 Martin MaresFirst attempts at the evaluation overlord
2009-08-09 Martin MaresAdded a shabby skeleton of a logging module
2009-08-09 Martin MaresAdded a simple utility function for simulating mkdir -p.
2009-08-09 Martin MaresBetter error reporting
2009-08-09 Martin MaresBetter error reporting on the pipeline
2009-08-09 Martin MaresA better implementation of the pipeline, including...
2009-08-09 Martin MaresDo not try to distinguish between single and double...
2009-08-08 Martin MaresA brief experiment with pipelines
2009-08-08 Martin MaresConfiguration values are now cached
2009-08-08 Martin MaresImplemented overrides
2009-08-08 Martin MaresBetter error reporting
2009-08-08 Martin MaresAdded a prototype of the configuration module.
2009-08-08 Martin MaresInitial experimental version of the meta-file module.
next