summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-02-13Make priority a string typeDheepak Krishnamurthy
2020-10-24Fix where syntaxDheepak Krishnamurthy
2020-10-24Add tests for urgencyDheepak Krishnamurthy
2020-10-24Add urgency to taskDheepak Krishnamurthy
2020-08-06Fix comment typoDheepak Krishnamurthy
2020-08-04Remove use of deprecated Error::description()Matthias Beyer
2020-08-04Remove unused generic typeMatthias Beyer
2019-11-09Fix: imask has type f64Matthias Beyer
2019-11-09Remove unused importMatthias Beyer
2018-11-09Move error handling to failureMatthias Beyer
2018-09-30Merge pull request #73 from maralorn/fix-mutabilityMatthias Beyer
2018-09-30Merge pull request #77 from maralorn/partialeqMatthias Beyer
2018-09-30Merge pull request #76 from maralorn/error-descriptionsMatthias Beyer
2018-05-01Make Tasks comparableMalte Brandy
2018-04-30Add settersMalte Brandy
2018-04-29Add error descriptionsMalte Brandy
2018-04-29Add comment that description is mandatoryMalte Brandy
2018-04-28Make tw module more flexibleMalte Brandy
2018-04-24Improve Errorhandling to use custom error kindsMalte Brandy
2018-04-24Add tw module with query and save functions for tasksMalte Brandy
2018-04-23Remove unused NoStatus error and remove wildcard includes for error variantsMalte Brandy
2018-04-22Refactor error handling to use error_chainMalte Brandy
2018-04-20task.rs: tests: Remove unnecessary .to_owned()Malte Brandy
2018-04-20Add TaskBuilder with necessary docs for itMalte Brandy
2018-04-20Add builder typeMatthias Beyer
2018-04-20Add new deps: custom_derive, derive_builderMatthias Beyer
2018-04-19Change type of depends to Vec<Uuid>Malte Brandy
2018-04-19Merge pull request #63 from maralorn/simpler-udaMalte Brandy
2018-04-19Simplify the types for UDAsMalte Brandy
2018-04-19Refactor: Replace try! macro with ? operatorMalte Brandy
2018-04-19Apply rustfmtMalte Brandy
2018-04-19Fix serialization of udasMalte Brandy
2018-04-19Add tests for uda serialization and deserialization (and fix found bug in ser...Malte Brandy
2018-04-19Correctly use debug! macroMalte Brandy
2018-04-19Make everything work with recent serdeMalte Brandy
2018-04-18[PENDING] We have String/u64/f64 as possible values, so de/ser properly hereMatthias Beyer
2018-04-18De/serialize "id" as Task fieldMatthias Beyer
2018-04-18Add env-logger in test executionMatthias Beyer
2018-04-18fixup! Impl Serialize/Deseralize for UDA typesMatthias Beyer
2018-04-18Serialize UDA elem in Task typeMatthias Beyer
2018-04-18Impl Serialize/Deseralize for UDA typesMatthias Beyer
2018-04-18Integrate UDA type into Task typeMatthias Beyer
2018-04-18Impl Deref,DerefMut,Default for UDAMatthias Beyer
2018-04-18Add module doc for uda.rsMatthias Beyer
2018-04-18Add basic UDA supportMatthias Beyer
2018-04-17Add UDA typesMatthias Beyer
2017-09-18Implement a RW interfaceMatthias Beyer
2017-09-18Rewrite to use serde 1Matthias Beyer
2017-09-18Remove "log" dependencyMatthias Beyer
2017-02-03Skip serializing if options are noneMatthias Beyer