summaryrefslogtreecommitdiffstats
path: root/imag-store
AgeCommit message (Expand)Author
2016-03-19Adapt to new function interface of build_entry_path()Matthias Beyer
2016-03-19Move: build_entry_path() from imag-store to libimagstoreMatthias Beyer
2016-03-08Add clap::ArgGroup to rely on clap for mutually exclusive argsMatthias Beyer
2016-02-20imag-store: Update clap: 1.5.5 -> 2.1.1Matthias Beyer
2016-02-12Remove EntryHeader::toml() calls and replace with ::into() and ::from() callsMatthias Beyer
2016-02-09Fix error message for failing testMatthias Beyer
2016-02-09Allow --id / -i as path specification, for consistencyMatthias Beyer
2016-02-09Add test: delete functionalityMatthias Beyer
2016-02-09Add silent() helper for calling without debugging outputMatthias Beyer
2016-02-09Add test: retrieveMatthias Beyer
2016-02-09imag-store: dependency: version: 1.1.0 -> 2.0.1Matthias Beyer
2016-02-09tests: Add version in filenames for test filesMatthias Beyer
2016-02-09util: Verify that path contains version, else panic!()Matthias Beyer
2016-02-09Add semver = 0.2.1Matthias Beyer
2016-02-09Add test for file with custom header with two keys in one sectionMatthias Beyer
2016-02-09Add test with multiple headers on commandlineMatthias Beyer
2016-02-09Add test for custom header and contentMatthias Beyer
2016-02-09Add add test for generating custom headerMatthias Beyer
2016-02-09Add dedicated function for creating an entry with contentMatthias Beyer
2016-02-09tests: Add imag-store testsMatthias Beyer
2016-02-09util: Add parsing ints and floatsMatthias Beyer
2016-02-09create() fixup: entry_from_raw() -> string_from_raw_src()Matthias Beyer
2016-02-09UI: Add content-from argument, to get content from CLI _or_ from File/stdinMatthias Beyer
2016-02-09Add extensive debugging output in utilitiesMatthias Beyer
2016-02-09Fix: build_toml_header() should get the header object as mutableMatthias Beyer
2016-02-09Add store entry path builder helperMatthias Beyer
2016-02-09Move commandline-header parsing code to utility moduleMatthias Beyer
2016-02-09Implement Store::delete() interfaceMatthias Beyer
2016-02-09Implement Store::update() interfaceMatthias Beyer
2016-02-09Implement Store::retrieve() interfaceMatthias Beyer
2016-02-09Implement Store::create() interfaceMatthias Beyer
2016-02-09Add error module for imag-storeMatthias Beyer
2016-02-09Add initial codebaseMatthias Beyer
2016-02-09Add interface builder functionMatthias Beyer
2016-02-09Add dependenciesMatthias Beyer
2016-02-09Init: imag-store binaryMatthias Beyer