summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-contact/src/create.rs
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-23Remove unnecessary return keywordMatthias Beyer
2019-12-01Convert imag-contact to propagate errors to main()Matthias Beyer
2019-08-28Allow some Clippy lintsflip1995
2019-08-28[Auto] bin/core/contact: Fix Clippy warningsflip1995
2019-08-25Run "cargo fix --all-features" in root of projectMatthias Beyer
2019-04-22Rewrite imag-contact to handle reference storingMatthias 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-06Add id reporting in imag-contactMatthias Beyer
2018-11-01Use new "ask" function interface with input/output stream paramsMatthias Beyer
2018-10-30imag-contact: Move from error-chain to failureMatthias Beyer
2018-10-06Update dependenciesMatthias Beyer
2018-09-27Fix: Use VcardBuilder instead of Vcard itselfMatthias Beyer
2018-04-27Set extension or warn if none thereMatthias Beyer
2018-04-26Merge pull request #1453 from matthiasbeyer/imag-contact/create-uidMatthias Beyer
2018-04-26Fix: Generate UID when creating a contactMatthias Beyer
2018-04-26Fix: Make most fields optionalMatthias Beyer
2018-04-25Reimplement imag-contactMatthias Beyer
2018-04-14Add lintsMatthias Beyer
2018-03-04Use output stream from Runtime::stdout()Matthias Beyer
2018-02-19Refactor imag-contact for new libimagentryref APIMatthias Beyer
2018-02-12Use ErrFromStr convenience extensionMatthias Beyer
2018-02-12Fix imag-contact for new error interfaceMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2017-11-09Switch to upstream rust-vobjectMatthias Beyer
2017-11-09Fix pathMatthias Beyer
2017-11-09Phone and email information is in the person tableMatthias Beyer
2017-11-09Fix UUID-Filename creating, add debug outputMatthias Beyer
2017-11-09Add testsMatthias Beyer
2017-11-09Add parsing of personal information: BirthdayMatthias Beyer
2017-11-09Outsource functional part for testabilityMatthias Beyer
2017-11-09Implement create subcommandMatthias Beyer