Tags: ryanwhowe/key-value-store
Tags
Dev (#33) * Update README.md Resolving issue #27 * - added phgmd to dev requirements - Went through all phpmd notices * - Resolved `else` phpmd notices * Updated the code analytis * - Update the composer.lock file - Updating testing docblocks * - Update the .gitattributes to ignore the composer.lock file * - performed composer update - corrected the inconsistent indenting * - Updated some tests - Corrected doc blocks - Refactored the class hierarchy to remove the Multi abstract class - Changed the working to utilize better timestamps for sqlite - Removed incorrect throws tags for doctrine exceptions - Refactored the getGroupingSet() method to be more consistent - Refactored the Single.get() method to mirror output from Series.get() - Added abstract functions get and set to KeyValue abstract class - Changed the manager create script to work better with sqlite * - Minor documentation updates
Pulling the 1.0 PRs into the master branch (#20) * Pull changed from Master branch into the 1.0 branch (#14) * Update README.md * Update README.md * Update issue templates * Update phpunit.xml to include logging for codecov (#9) * Update README.md * Create PULL_REQUEST_TEMPLATE.md * Create CONTRIBUTING.md * * Removed grouping from the missed getGroupingMethods (#15) #10 resolved * Remove keys in key based gets (#17) * Update README.md * Update README.md * Update issue templates * Update phpunit.xml to include logging for codecov (#9) * Update README.md * Create PULL_REQUEST_TEMPLATE.md * Create CONTRIBUTING.md * 1.0 order series get set by (#16) * Pull changed from Master branch into the 1.0 branch (#14) * Update README.md * Update README.md * Update issue templates * Update phpunit.xml to include logging for codecov (#9) * Update README.md * Create PULL_REQUEST_TEMPLATE.md * Create CONTRIBUTING.md * * Changed query order by to sort by id ascending * Removed key value from key based return get methods - Removed the key value return from the Mulit::getSet() method * Pulling Master into the 1.0 branch (#19) * Update README.md * Update README.md * Update issue templates * Update phpunit.xml to include logging for codecov (#9) * Update README.md * Create PULL_REQUEST_TEMPLATE.md * Create CONTRIBUTING.md * 1.0 order series get set by (#16) * Pull changed from Master branch into the 1.0 branch (#14) * Update README.md * Update README.md * Update issue templates * Update phpunit.xml to include logging for codecov (#9) * Update README.md * Create PULL_REQUEST_TEMPLATE.md * Create CONTRIBUTING.md * * Changed query order by to sort by id ascending * Pulling the PR's from the 1.0 branch into master (#18) * Pull changed from Master branch into the 1.0 branch (#14) * Update README.md * Update README.md * Update issue templates * Update phpunit.xml to include logging for codecov (#9) * Update README.md * Create PULL_REQUEST_TEMPLATE.md * Create CONTRIBUTING.md * * Removed grouping from the missed getGroupingMethods (#15) #10 resolved * Remove keys in key based gets (#17) * Update README.md * Update README.md * Update issue templates * Update phpunit.xml to include logging for codecov (#9) * Update README.md * Create PULL_REQUEST_TEMPLATE.md * Create CONTRIBUTING.md * 1.0 order series get set by (#16) * Pull changed from Master branch into the 1.0 branch (#14) * Update README.md * Update README.md * Update issue templates * Update phpunit.xml to include logging for codecov (#9) * Update README.md * Create PULL_REQUEST_TEMPLATE.md * Create CONTRIBUTING.md * * Changed query order by to sort by id ascending * Removed key value from key based return get methods - Removed the key value return from the Mulit::getSet() method