summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-link/src
AgeCommit message (Expand)Author
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-22Remove error conversion which is not necessary anymore.Matthias Beyer
2019-12-21Collapse else-if blockMatthias Beyer
2019-11-02imag-link: Add option for directional linkingMatthias Beyer
2019-10-26Remove calls to exit() and replace them with error propagation up to main()Matthias Beyer
2019-10-26Fix: Pass path to ui builder function when creating mock appMatthias Beyer
2019-10-26imag-link: implement ImagApplicationLeon Schuermann
2019-08-28[Auto] bin/core/link: Fix Clippy warningsflip1995
2019-06-21Rename module: linker -> linkableMatthias Beyer
2019-06-21Rename interfaceMatthias Beyer
2019-05-31Split "internal" module into several submodulesMatthias Beyer
2019-05-31Rename functions: *_external_link -> *_urlMatthias Beyer
2019-05-31Fix imag-link for new url libraryMatthias Beyer
2019-05-31Fix import for new libimagentryurl libMatthias Beyer
2019-05-24Introduce proper error handling in IdPathProviderLeon Schuermann
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-04-13Fix for rust beta compilerMatthias Beyer
2019-02-15Fix for new StoreId::new() interfaceMatthias Beyer
2019-02-15Rewrite: StoreId::new_baseless() -> StoreId::new()Matthias Beyer
2019-02-11Remove magic constants in trace_unwrap_exit/map_err_trace_exit_unwrap callsMatthias Beyer
2019-02-11Change id reporting API to return ExitCodeMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-11-06Add ID reporting in imag-linkMatthias Beyer
2018-11-06Move imag-link to ID provider infrastructureMatthias Beyer
2018-11-01Fix tests: Do not pass "internal", subcommand does not exist anymoreMatthias Beyer
2018-10-30imag-link: Move from error-chain to failureMatthias Beyer
2018-10-17Update about-text in imag-linkMatthias Beyer
2018-10-09Fix: We dont have a subcommand "internal" anymoreMatthias Beyer
2018-10-06Fix detecting of external linksMatthias Beyer
2018-05-01Refactor imag-link to fit new store iterator interfaceMatthias Beyer
2018-04-04Handle unknown subcommands in binaries with Runtime::handle_unknown_subcommandMatthias Beyer
2018-03-26Fix: Entry::to_str() should return Result<_>Matthias Beyer
2018-03-23Do table output by defaultMatthias Beyer
2018-03-23Add debug output in testsMatthias Beyer
2018-03-06Replace hard coded version strings with compiletime envMatthias Beyer
2018-03-04Use output stream from Runtime::stdout()Matthias Beyer
2018-02-25Provide unlink() CLI interfaceMatthias Beyer
2018-02-19Fix broken pipe panicMatthias Beyer
2018-02-18Merge pull request #1224 from matthiasbeyer/git-version-in-versionMatthias Beyer
2018-02-13Use new make_imag_version!() macro for building version stringMatthias Beyer
2018-02-12Remove calls to trace_error_exit()Matthias Beyer
2018-02-11Merge pull request #1273 from matthiasbeyer/update-version-numbersMatthias Beyer
2018-02-11Merge pull request #1267 from matthiasbeyer/imag-link/do-not-link-entry-with-...Matthias Beyer
2018-02-11Update version string: 0.6.0 -> 0.7.0Matthias Beyer
2018-02-11Do not allow linking with entry itselfMatthias Beyer
2018-02-10Do not print "Ok" after successful executionMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-01-29Remove map_err_trace_exit() calls in favour of map_err_trace_exit_unwrap()Matthias Beyer