2010-09-18 |
Tomas Gavenciak | New task "sum" - dummy for now
|
commit | commitdiff | tree |
2010-09-18 |
Tomas Gavenciak | Fixed dummy task type
|
commit | commitdiff | tree |
2010-09-18 |
Tomas Gavenciak | Many changes to pipeline.py
|
commit | commitdiff | tree |
2010-09-18 |
Tomas Gavenciak | Pipeline functions now get keyword arguments
|
commit | commitdiff | tree |
2010-09-18 |
Tomas Gavenciak | Fixed pipeline.insert args order
|
commit | commitdiff | tree |
2010-09-18 |
Tomas Gavenciak | Minor fix config dumping
|
commit | commitdiff | tree |
2010-09-18 |
Tomas Gavenciak | Minor fix extensions loading in eval.py
|
commit | commitdiff | tree |
2010-09-18 |
Tomas Gavenciak | Fixes around DEBUG_LEVEL
|
commit | commitdiff | tree |
2010-09-18 |
Tomas Gavenciak | Fix log.py
|
commit | commitdiff | tree |
2010-09-18 |
Tomas Gavenciak | Minor fix in util.py
|
commit | commitdiff | tree |
2010-09-18 |
Tomas Gavenciak | Fix dummy task-type
|
commit | commitdiff | tree |
2010-09-18 |
Tomas Gavenciak | Fix dummy extension
|
commit | commitdiff | tree |
2010-09-18 |
Tomas Gavenciak | Moved some basic settings from eval.py to config
|
commit | commitdiff | tree |
2010-09-18 |
Tomas Gavenciak | Fixes in config and config parsing
|
commit | commitdiff | tree |
2010-09-18 |
Tomas Gavenciak | Added status write to string
|
commit | commitdiff | tree |
2010-09-11 |
Tomas Gavenciak | Made ConfigTree.fix take list os well, added test
|
commit | commitdiff | tree |
2010-09-11 |
Tomas Gavenciak | Timeline change, multiple changes in Eval
|
commit | commitdiff | tree |
2010-09-11 |
Tomas Gavenciak | Moved module loading, use __import__() now
|
commit | commitdiff | tree |
2010-09-11 |
Tomas Gavenciak | Forgotten __init__.py
|
commit | commitdiff | tree |
2010-09-11 |
Tomas Gavenciak | HOOKS->EXTENSIONS (with explanation), added dummy extension
|
commit | commitdiff | tree |
2010-09-11 |
Tomas Gavenciak | Added dummy task type
|
commit | commitdiff | tree |
2010-09-10 |
Tomas Gavenciak | Update makefile
|
commit | commitdiff | tree |
2010-09-10 |
Tomas Gavenciak | Add ConfigTree.fix, improve parse_file and use it in...
|
commit | commitdiff | tree |
2010-09-10 |
Tomas Gavenciak | Played with the documentation
|
commit | commitdiff | tree |
2010-09-10 |
Tomas Gavenciak | Minor doc updates and fixes
|
commit | commitdiff | tree |
2010-09-10 |
Tomas Gavenciak | Updated documentation and tidyed up eval.py
|
commit | commitdiff | tree |
2010-09-10 |
Tomas Gavenciak | Fidex several errors in log.py
|
commit | commitdiff | tree |
2010-09-10 |
Tomas Gavenciak | Rewriting eval.py with new log, config and timeline
|
commit | commitdiff | tree |
2010-09-10 |
Tomas Gavenciak | Created documentation
|
commit | commitdiff | tree |
2010-09-10 |
Tomas Gavenciak | Rewrite of moe.log using python logging
|
commit | commitdiff | tree |
2010-09-07 |
Tomas Gavenciak | Renamed conf -> config, refactoring inside config
|
commit | commitdiff | tree |
2010-09-07 |
Tomas Gavenciak | Added shorthand access moe.ConfTree[key] to conf
|
commit | commitdiff | tree |
2010-07-10 |
Tomas Gavenciak | Updated tests, added priority (levels) test
|
commit | commitdiff | tree |
2010-07-10 |
Tomas Gavenciak | Fixed small error (which should manifest anyway)
|
commit | commitdiff | tree |
2010-07-10 |
Tomas Gavenciak | Implemented varname as a shorthand for "{varname}"
|
commit | commitdiff | tree |
2010-07-10 |
Tomas Gavenciak | Add unicode and file parsing test
|
commit | commitdiff | tree |
2010-07-10 |
Tomas Gavenciak | Test variable fixing, update TODO
|
commit | commitdiff | tree |
2010-07-10 |
Tomas Gavenciak | Fixed stupid order error in fixing
|
commit | commitdiff | tree |
2010-07-10 |
Tomas Gavenciak | Sanitize by adding newlines detween defs
|
commit | commitdiff | tree |
2010-07-10 |
Tomas Gavenciak | Implemented simple variable fixing.
|
commit | commitdiff | tree |
2010-07-10 |
Tomas Gavenciak | Fix local import name
|
commit | commitdiff | tree |
2010-05-29 |
Tomas Gavenciak | Several new tests, updated, all passed
|
commit | commitdiff | tree |
2010-05-29 |
Tomas Gavenciak | Now moe module, update ConfigError, minor fix
|
commit | commitdiff | tree |
2010-05-29 |
Tomas Gavenciak | New ConfigError subclasses, move re_VARNAME
|
commit | commitdiff | tree |
2010-05-29 |
Tomas Gavenciak | Fixed invalidating conditions and chained condition...
|
commit | commitdiff | tree |
2010-05-29 |
Tomas Gavenciak | Fixed minor bug in conf condition eval
|
commit | commitdiff | tree |
2010-05-29 |
Tomas Gavenciak | Many fixes to config parser, many (passed) tests.
|
commit | commitdiff | tree |
2010-05-29 |
Tomas Gavenciak | Fixed minor type typo
|
commit | commitdiff | tree |
2010-05-29 |
Tomas Gavenciak | Included *.pyc to .gitignore
|
commit | commitdiff | tree |
2010-05-25 |
Tomas Gavenciak | Config parser complete, but completely untested.
|
commit | commitdiff | tree |
2010-05-25 |
Tomas Gavenciak | Changes to config operations structure.
|
commit | commitdiff | tree |
2010-05-24 |
Tomas Gavenciak | Syntax constants localized to parser class.
|
commit | commitdiff | tree |
2010-05-23 |
Tomas Gavenciak | Complete, but untested config parser.
|
commit | commitdiff | tree |
2010-05-23 |
Tomas Gavenciak | Renamed VARNAME_re to re_VARNAME
|
commit | commitdiff | tree |
2010-05-23 |
Tomas Gavenciak | Changed clause->formula in ConfigCondition, added formula...
|
commit | commitdiff | tree |
2010-05-22 |
Tomas Gavenciak | New file for conf parser, move and update conf file...
|
commit | commitdiff | tree |
2010-05-11 |
Tomas Gavenciak | Added syntax for config files (to be reviewed)
|
commit | commitdiff | tree |
2010-05-09 |
Tomas Gavenciak | Imporoved and shortened conf.py code
|
commit | commitdiff | tree |
2010-05-07 |
Tomas Gavenciak | New module for config evaluation. Basic testing.
|
commit | commitdiff | tree |
2008-05-21 |
Tomas Gavenciak | TomGav's TODO list.
|
commit | commitdiff | tree |
2008-05-21 |
Tomas Gavenciak | Introduced IO_TYPE=dir.
|
commit | commitdiff | tree |
2008-05-21 |
Tomas Gavenciak | Introduced TEST_EXEC_CMD.
|
commit | commitdiff | tree |
2008-05-21 |
Tomas Gavenciak | The dir-init function updated to use full paths by...
|
commit | commitdiff | tree |
2008-05-21 |
Tomas Gavenciak | Sensible defaults for EVAL_USER, EVAL_GROUP and TEST_USER.
|
commit | commitdiff | tree |
2008-05-21 |
Tomas Gavenciak | Fixed a bug in expansion of variables.
|
commit | commitdiff | tree |
|