2014-12-02 |
Jeff Hammel |
wip
|
2014-12-02 |
Jeff Hammel |
wip
|
2014-12-02 |
Jeff Hammel |
wip
|
2014-11-06 |
Jeff Hammel |
stubbing
|
2014-11-04 |
Jeff Hammel |
example
|
2014-11-04 |
Jeff Hammel |
from config
|
2014-11-04 |
Jeff Hammel |
sample
|
2014-05-11 |
Jeff Hammel |
STUB: README.txt
|
2014-04-26 |
Jeff Hammel |
update link
|
2014-04-26 |
Jeff Hammel |
update link
|
2014-03-31 |
Jeff Hammel |
STUB: configuration/configuration.py
|
2014-03-31 |
Jeff Hammel |
STUB: setup.py
|
2014-03-31 |
Jeff Hammel |
minor fixes
|
2014-03-31 |
Jeff Hammel |
we are under new management
|
2014-03-12 |
Jeff Hammel |
see also
|
2013-09-18 |
Jeff Hammel |
configuration/configuration.py
|
2013-09-18 |
Jeff Hammel |
configuration/configuration.py
|
2013-09-18 |
Jeff Hammel |
configuration/configuration.py
|
2013-09-18 |
Jeff Hammel |
configuration/configuration.py
|
2013-09-18 |
Jeff Hammel |
fix
|
2013-09-18 |
Jeff Hammel |
configuration/configuration.py
|
2013-09-18 |
Jeff Hammel |
< http://k0s.org/mozilla/hg/MozillaTry/raw-file/582f3571ab33/mozillatry.py
|
2012-12-07 |
Jeff Hammel |
bump version
|
2012-12-05 |
Jeff Hammel |
separate loading configuration files to its own method for consumers
|
2012-12-04 |
Jeff Hammel |
make more APIish
|
2012-12-04 |
Jeff Hammel |
begin to break this up
|
2012-12-04 |
Jeff Hammel |
separate into own method
|
2012-10-02 |
Jeff Hammel |
https://bugzilla.mozilla.org/show_bug.cgi?id=796196
|
2012-07-04 |
Jeff Hammel |
fix casting
|
2012-06-28 |
Jeff Hammel |
if an option cannot be coerced to a type we should just not add a CLI handler for it
|
2012-06-28 |
Jeff Hammel |
alter some comments
|
2012-06-25 |
Jeff Hammel |
this TODO is done
|
2012-05-10 |
Jeff Hammel |
bump version
|
2012-05-10 |
Jeff Hammel |
make python 2.4 compatible :(
|
2012-05-03 |
Jeff Hammel |
keep track of parsed values as well as individual instances
|
2012-05-03 |
Jeff Hammel |
fix dict command line processing
|
2012-05-03 |
Jeff Hammel |
py2.4 compatability
|
2012-05-02 |
Jeff Hammel |
remove extraneous assignment
|
2012-05-02 |
Jeff Hammel |
bump version
|
2012-05-01 |
Jeff Hammel |
be more forgiving of blank configuration
|
2012-05-01 |
Jeff Hammel |
call the proper method
|
2012-05-01 |
Jeff Hammel |
allow extensible configuration; also start using deepcopy heavily since otherwise you have artefacts
|
2012-04-30 |
Jeff Hammel |
handle load option a bit better
|
2012-04-30 |
Jeff Hammel |
remove obselete comment
|
2012-04-30 |
Jeff Hammel |
only use formatters for options we actually know about from self.options; the rest should be handled from the client
|
2012-04-30 |
Jeff Hammel |
handle None type (though its probably a bogus case) and note on future failure upon coercion
|
2012-04-30 |
Jeff Hammel |
remove MakeItSo vestiges (for now) and bump version
|
2012-04-29 |
Jeff Hammel |
better ordering of processing for dump()
|
2012-04-29 |
Jeff Hammel |
improved abstraction; sadly doesnt seem to work
|
2012-04-29 |
Jeff Hammel |
actually dump configuration
|
2012-04-29 |
Jeff Hammel |
get dump in the parent method, follow-up
|
2012-04-29 |
Jeff Hammel |
get dump in the parent method
|
2012-04-29 |
Jeff Hammel |
make dump method configurable
|
2012-04-29 |
Jeff Hammel |
make dump behave better
|
2012-04-28 |
Jeff Hammel |
handle CLI errors with optparse
|
2012-04-27 |
Jeff Hammel |
slightly improve type system
|
2012-04-27 |
Jeff Hammel |
change default flow style for yaml, http://pyyaml.org/wiki/PyYAMLDocumentation
|
2012-04-27 |
Jeff Hammel |
use self.option_dict
|
2012-04-27 |
Jeff Hammel |
remove unused files
|
2012-04-27 |
Jeff Hammel |
move towards dict or items system
|
2012-04-17 |
Jeff Hammel |
bump version
|
2012-04-17 |
Jeff Hammel |
add a dict parser thingy
|
2012-04-17 |
Jeff Hammel |
move to a class-based architecture
|
2012-04-09 |
Jeff Hammel |
notes to self about how to make this better; still needs a little thought
|
2012-03-29 |
Jeff Hammel |
note TODO
|
2012-03-28 |
Jeff Hammel |
fix
|
2012-03-28 |
Jeff Hammel |
draft of README plus version bump
|
2012-03-28 |
Jeff Hammel |
note load option
|
2012-03-28 |
Jeff Hammel |
rename/shuffle options to make more sense
|
2012-03-28 |
Jeff Hammel |
more README hacking
|
2012-03-28 |
Jeff Hammel |
a little about serializers
|
2012-03-28 |
Jeff Hammel |
formatting
|
2012-03-28 |
Jeff Hammel |
give a real version
|
2012-03-28 |
Jeff Hammel |
outline what options are available for ``value``
|
2012-03-28 |
Jeff Hammel |
now we check for types more betterer
|
2012-03-28 |
Jeff Hammel |
start in on the README
|
2012-03-28 |
Jeff Hammel |
minor fixes
|
2012-03-28 |
Jeff Hammel |
better docstring
|
2012-03-28 |
Jeff Hammel |
refactor completed and tests pass again
|
2012-03-28 |
Jeff Hammel |
minor bug fixes
|
2012-03-28 |
Jeff Hammel |
still refactorin
|
2012-03-28 |
Jeff Hammel |
parity between module name and package name
|
2012-03-28 |
Jeff Hammel |
more stubbing to make Configuration an OptionParser
|
2012-03-27 |
Jeff Hammel |
another TODO
|
2012-03-27 |
Jeff Hammel |
begin migration path towards inheriting from ConfigParser; ideally, Configuration should live in its own class and the CLI class should inherit from that
|
2012-03-27 |
Jeff Hammel |
add complex test, now we can refactor
|
2012-03-27 |
Jeff Hammel |
change base.json value from default for testing
|
2012-03-27 |
Jeff Hammel |
introduce a somewhat redundant test
|
2012-03-27 |
Jeff Hammel |
test with overrides
|
2012-03-27 |
Jeff Hammel |
document this
|
2012-03-27 |
Jeff Hammel |
tests fail again, what fun
|
2012-03-27 |
Jeff Hammel |
add a example .json dump
|
2012-03-27 |
Jeff Hammel |
actually deserialize things
|
2012-03-27 |
Jeff Hammel |
start to hook up deserializers
|
2012-03-27 |
Jeff Hammel |
fix broken test
|
2012-03-27 |
Jeff Hammel |
ensure that missing values raise the correct exception
|
2012-03-27 |
Jeff Hammel |
try using optionclass; still failing
|
2012-03-27 |
Jeff Hammel |
better error message
|
2012-03-27 |
Jeff Hammel |
stub only using parsed attributes
|
2012-03-27 |
Jeff Hammel |
stub adding an option of keeping track of what is parsed
|
2012-03-27 |
Jeff Hammel |
add --dump option
|
2012-03-27 |
Jeff Hammel |
test deserialization
|
2012-03-27 |
Jeff Hammel |
deserialization should work now
|
2012-03-27 |
Jeff Hammel |
stub munging configuration
|
2012-03-27 |
Jeff Hammel |
actually test serialization
|
2012-03-27 |
Jeff Hammel |
fix serialization (stub) tests
|
2012-03-27 |
Jeff Hammel |
we has another broken test
|
2012-03-27 |
Jeff Hammel |
add test for missing values
|
2012-03-27 |
Jeff Hammel |
flush out validate function
|
2012-03-27 |
Jeff Hammel |
fill in defaults if not present
|
2012-03-27 |
Jeff Hammel |
setup for serialization testing
|
2012-03-27 |
Jeff Hammel |
serialization testing stubbing
|
2012-03-27 |
Jeff Hammel |
add comments
|
2012-03-27 |
Jeff Hammel |
stub test for configuration providers
|
2012-03-27 |
Jeff Hammel |
more (de/)serialization stubbing
|
2012-03-26 |
Jeff Hammel |
begin stubbing serialization/deserialization
|
2012-03-26 |
Jeff Hammel |
add serialization details
|
2012-03-26 |
Jeff Hammel |
ABC-ing configuration providers
|
2012-03-26 |
Jeff Hammel |
we now update configuration correctly
|
2012-03-26 |
Jeff Hammel |
rename a bunch of things and begin to work on the sanity of validation
|
2012-03-26 |
Jeff Hammel |
fix bool parser, i hope
|
2012-03-26 |
Jeff Hammel |
add something with a default value
|
2012-03-26 |
Jeff Hammel |
a hacky way to do CLI types handlers
|
2012-03-26 |
Jeff Hammel |
start to add types...still have some things to work out here
|
2012-03-26 |
Jeff Hammel |
we have a legitimately failing test!
|
2012-03-26 |
Jeff Hammel |
remove cruft and start to organize
|
2012-03-26 |
Jeff Hammel |
separate thing to add options to its own function
|
2012-03-26 |
Jeff Hammel |
why do we care about configuration files?
|
2012-03-26 |
Jeff Hammel |
make --help work
|
2012-03-26 |
Jeff Hammel |
bug fixes
|
2012-03-26 |
Jeff Hammel |
bug fixes
|
2012-03-26 |
Jeff Hammel |
note pattern to use
|
2012-03-26 |
Jeff Hammel |
stubbing configuration parser
|
2012-03-26 |
Jeff Hammel |
comment
|
2012-03-25 |
Jeff Hammel |
flush out JSON provider
|
2012-03-25 |
Jeff Hammel |
note TODO: returning OptionParser
|
2012-03-25 |
Jeff Hammel |
note TODO: reading JSON
|
2012-03-25 |
Jeff Hammel |
more stubbing
|
2012-03-25 |
Jeff Hammel |
stub configuration providers
|
2012-03-25 |
Jeff Hammel |
more stubbing
|
2012-03-25 |
Jeff Hammel |
more stubbing
|
2012-03-24 |
Jeff Hammel |
no stubbing
|
2012-03-24 |
Jeff Hammel |
stub configuration class
|
2012-03-24 |
Jeff Hammel |
stub
|