All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
--noIndexRestore
flag tomongorestore
command, blah
- updated tests
- bug fixed when specifying
--port
flag with custom port number. (Issue #1)
- fixed issue with restore and connection mapping
- fixed issue with restore when a destination connection is not specified
- TODO.txt
- get() method to Connection class
- removed 'argcomplete' from pip requirements
- fixed bug with specifying destination connection
- clean parser exit on 'backup not found'
- fixed bug with removing a backup
- renamed 'hosts' action to 'dirs' to match 'connection directory' naming
- renamed get_hosts method to get_connection_directories in Mongobar class
- changed formatted connection name color from MAGENTA to YELLOW
- colored loglevels using Colorama for stream logging handler
- main parser name adjusted
- setup.py description adjusted
- MongobarScript.capture_multiline_input fixed
- MongobarScript.capture_multiline_input exceptions captured correctly
- logger.warn calls changed to logger.warning due to deprecation notice from unittest
- fixed param name bug with calling restore
- fixed bug with determining destination connection on restore
- Connection.validate method
- integrated into tests
- integrated into Connections.add method
- updated test_mongobar tests to get to 100% coverage
- CHANGELOG.MD
- .travis.yml
- version moved from init.py to version.py
- setup.py updated to use version.py
- tests updated to work in travis environment
- added badges to README.md
- initial release