summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-09-18Fix: Change filename timestamp formatMatthias Beyer
2022-09-17Let ReleaseCommand have repository and check for dirtynessMatthias Beyer
2022-09-17Add error kind for repository dirty failMatthias Beyer
2022-09-17Add CLI flag to allow dirty actionsMatthias Beyer
2022-09-17Add utility to check github repository for dirtynessMatthias Beyer
2022-09-16Add documentation for subcommandsMatthias Beyer
2022-09-16Fix clippy: Remove unneeded early declarationMatthias Beyer
2022-09-16Fix clippy: Replace .filter().next() with .find()Matthias Beyer
2022-09-16Fix clippy: Remove useless allocationMatthias Beyer
2022-09-16Fix clippy: Replace if-let None with .is_none()Matthias Beyer
2022-09-16Fix clippy: Remove useless conversion to same typeMatthias Beyer
2022-09-16Fix clippy: Remove redundant closureMatthias Beyer
2022-09-16Fix clippy: Remove unneeded referenceMatthias Beyer
2022-09-16Fix: Join lines instead of collecting to StringMatthias Beyer
2022-09-16Fix clippy: Rewrite iteration with iterator-chainingMatthias Beyer
2022-09-16Add assertion outputMatthias Beyer
2022-09-16Fix clippy: Use clone() instead of to_path_buf()Matthias Beyer
2022-09-16Fix clippy: Use .iter() instead of .into_iter()Matthias Beyer
2022-09-16Fix clippy: Remove unneeded cloneMatthias Beyer
2022-09-16Fix clippy: Remove unneeded closureMatthias Beyer
2022-09-16Fix clippy: Remove unneeded referencesMatthias Beyer
2022-09-16Fix clippy: Remove unneeded clonesMatthias Beyer
2022-09-16Fix clippy: Replace into_iter() with iter()Matthias Beyer
2022-09-16Fix clippy: Remove redundant static lifetimeMatthias Beyer
2022-09-16Fix clippy: Remove redundant static lifetimeMatthias Beyer
2022-09-16Document --read argumentMatthias Beyer
2022-09-16The --interactive option should default to trueMatthias Beyer
2022-09-16Add doc for --set flagMatthias Beyer
2022-09-16Remove unused error variantMatthias Beyer
2022-09-16Adjust tests for new required fieldMatthias Beyer
2022-09-16Add group_by_header helperMatthias Beyer
2022-09-16Outsource helper fn to common moduleMatthias Beyer
2022-09-16Fix: Let user provide value if not given, but interactive=trueMatthias Beyer
2022-09-16Merge #72bors[bot]
2022-09-16Make FragmentDataType::type_name() describe OneOf variantMatthias Beyer
2022-09-16Add header field type "OneOf"Matthias Beyer
2022-09-16Add field name when reporting type errorMatthias Beyer
2022-09-16Remove List/Map Fragment data typeMatthias Beyer
2022-09-16Add test whether YAML writing works as expectedMatthias Beyer
2022-09-16Refactor header-value aquiring to be less nestedMatthias Beyer
2022-09-16Implement metadata-crawlingMatthias Beyer
2022-09-16Add Crawler type for configuring a crawling mechanismMatthias Beyer
2022-09-14Remove unused error kindMatthias Beyer
2022-09-06Implement git behaviourMatthias Beyer
2022-09-06Add CLI interface for overwriting some git behaviourMatthias Beyer
2022-09-06Add configuration for git behaviourMatthias Beyer
2022-09-06Fix: Only error if required is set, but no data is givenMatthias Beyer
2022-09-06Implement --set with value parsingMatthias Beyer
2022-09-06Fix: Fail with error if --interactive=false and no default valueMatthias Beyer
2022-09-05Do not execute interactive commands if not interactiveMatthias Beyer