ProfileManager

log

age author description
2 years Jeff Hammel add MPL licensedefault tip
2 years Jeff Hammel give a version
2 years Jeff Hammel add assertion that path doesnt exist already
2 years Jeff Hammel more verbose assertion
2 years Jeff Hammel * actually write the file
2 years Jeff Hammel * return the backed-up profile
2 years Jeff Hammel finish dated backups, untested
2 years Jeff Hammel add a test to ensure the backup is gone
2 years Jeff Hammel use correct ConfigParser method
2 years Jeff Hammel split the string
2 years Jeff Hammel use only the path element, not the whole tuple
2 years Jeff Hammel more backup+restore testing
2 years Jeff Hammel missing :
2 years Jeff Hammel finish basic restore logic
2 years Jeff Hammel determine which backup to use from the given date
2 years Jeff Hammel finish backups listing function and formatting for it
2 years Jeff Hammel correct variable names
2 years Jeff Hammel more case corrections
2 years Jeff Hammel now that we are case sensitive, correct case for getting options
2 years Jeff Hammel not sure how i committed this again :(
2 years Jeff Hammel check the correct way to see if the option is there
2 years Jeff Hammel check for section; of course profile will not be none
2 years Jeff Hammel * make options case-sensitive
2 years Jeff Hammel better docstring
2 years Jeff Hammel dont print None
2 years Jeff Hammel "in", not what the knights say in holy grail
2 years Jeff Hammel document datestamp argument
2 years Jeff Hammel finish backups functionality (to test)
2 years Jeff Hammel * add write convenience function
2 years Jeff Hammel * test backup
2 years Jeff Hammel the variable profiles, not the string
2 years Jeff Hammel * restore profiles.ini to base in tests
2 years Jeff Hammel * move exception string to the exception itself
2 years Jeff Hammel handle hashing for clones only if they are added to profiles.ini
2 years Jeff Hammel even more cleanup
2 years Jeff Hammel remove the test clone
2 years Jeff Hammel test cloning
2 years Jeff Hammel more cleanup
2 years Jeff Hammel cleanup
2 years Jeff Hammel abstract out adding an entry to profiles.ini
2 years Jeff Hammel * add additional tests
2 years Jeff Hammel change output format
2 years Jeff Hammel instantiate a parser
2 years Jeff Hammel return the right thing, finally
2 years Jeff Hammel correct syntax error
2 years Jeff Hammel more verbose asserts
2 years Jeff Hammel remove lines that somehow snuck in there
2 years Jeff Hammel dont use any testing framework because they make testing hard
2 years Jeff Hammel sections, plural
2 years Jeff Hammel return the full directory path
2 years Jeff Hammel fix some test failures
2 years Jeff Hammel all that fuss over a missing "s"
2 years Jeff Hammel things are being awful; checking in anyway
2 years Jeff Hammel no need to pass self here
2 years Jeff Hammel i seriously need to learn to code
2 years Jeff Hammel correct another typo in manager (why cut+paste is evil)
2 years Jeff Hammel * hopefully fix tests
2 years Jeff Hammel * restructure utility functions to do less more efficiently
2 years Jeff Hammel note what section a a profile is in
2 years Jeff Hammel more stubbing