summaryrefslogtreecommitdiffstats
path: root/imag-link/src/main.rs
AgeCommit message (Expand)Author
2017-08-27Reorganize code in subdirsMatthias Beyer
2017-08-26Update version strings for next release: 0.3.0 -> 0.4.0Matthias Beyer
2017-07-18Move utility functionality for tests into libimagutilMatthias Beyer
2017-07-13Fix buildMatthias Beyer
2017-07-13Use inmemory file system for imag-link testsRobert Ignat
2017-07-13Remove unneeded imag-link test cli argsRobert Ignat
2017-07-13Add new `Runtime` constructorRobert Ignat
2017-07-08Remove `enable_hooks` from `InternalConfiguration`Robert Ignat
2017-07-08Use toml-query to get entry links header valueRobert Ignat
2017-07-08Simplify imag-link `GetConfiguration` implRobert Ignat
2017-07-08Make configuration traits methods non-staticRobert Ignat
2017-07-08Add Rust tests for internal linkingRobert Ignat
2017-07-05Export store-consistency-check from libimagentrylink in UIMatthias Beyer
2017-07-04Extract internal linking list call handlingMatthias Beyer
2017-07-04Fix: Getting entries from appropriate subcommandMatthias Beyer
2017-02-04imag-link: Remove macro_use which is not neededMatthias Beyer
2017-01-25Fix list external links when requiredMario Krehl
2017-01-25Provide flag to still list external linksMatthias Beyer
2017-01-25Fix: Only list internal links here, no external onesMatthias Beyer
2016-11-01Rewrite external linking handler function to use less unwrap()Matthias Beyer
2016-10-31Rewrite internal linking handling to use less unwrap()Matthias Beyer
2016-10-19imag-link: Fix iterator usageMatthias Beyer
2016-10-19Fix usages of get_external_links()Matthias Beyer
2016-10-14Fix usage of libimagentrylink interfaceMatthias Beyer
2016-10-01imag-link: Add copyright notice to all filesMatthias Beyer
2016-09-08imag-link: Use Err/Ok map utility functions to refactor codeMatthias Beyer
2016-09-08imag-link: Use util function warn_exit()Matthias Beyer
2016-09-05Fix typoMatthias Beyer
2016-08-31Fix handle_internal_linking() and add error output in case of Err(_) via libi...Matthias Beyer
2016-08-28Fix imga-link::main::* for new StoreId interfaceMatthias Beyer
2016-07-16Replace trace_error() with trace_error_exit() where appropriateMatthias Beyer
2016-07-15Remove unused importMatthias Beyer
2016-05-18imag-link: Remove setup code and use helperMatthias Beyer
2016-05-17imag-link: Change dependency from libimagutil -> libimagerrorMatthias Beyer
2016-05-13fixed imag-link iterator errorAndre Bogus
2016-05-13style adaptationsAndre Bogus
2016-04-20imag-link: Replace .err().unwrap() with .unwrap_err()Matthias Beyer
2016-04-17Merge pull request #359 from matthiasbeyer/remove-init-loggingMatthias Beyer
2016-04-17Remove init-logging from imag-linkMatthias Beyer
2016-04-17Fix names: libimaglink -> libimagentrylinkMatthias Beyer
2016-04-16Enable lintsMatthias Beyer
2016-04-16Remove unused mut keywordsMatthias Beyer
2016-04-16Use unused resultMatthias Beyer
2016-04-16Remove unused importsMatthias Beyer
2016-04-16Add debugging output in handle_external_linking()Matthias Beyer
2016-04-16Add implementation for external linkingMatthias Beyer
2016-04-14Implement the --list argumentMatthias Beyer
2016-04-12Add missing level of unpacking in cli helpersMatthias Beyer
2016-03-26Move logger initialization to earliest possible pointMatthias Beyer
2016-03-19Add implementationMatthias Beyer