summaryrefslogtreecommitdiffstats
path: root/src/task.rs
AgeCommit message (Expand)Author
2020-10-24Fix where syntaxDheepak Krishnamurthy
2020-10-24Add tests for urgencyDheepak Krishnamurthy
2020-10-24Add urgency to taskDheepak Krishnamurthy
2020-08-04Remove unused generic typeMatthias Beyer
2019-11-09Fix: imask has type f64Matthias Beyer
2019-11-09Remove unused importMatthias Beyer
2018-09-30Merge pull request #73 from maralorn/fix-mutabilityMatthias Beyer
2018-09-30Merge pull request #77 from maralorn/partialeqMatthias Beyer
2018-05-01Make Tasks comparableMalte Brandy
2018-04-30Add settersMalte Brandy
2018-04-29Add comment that description is mandatoryMalte 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-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-18Serialize UDA elem in Task typeMatthias Beyer
2018-04-18Integrate UDA type into Task typeMatthias Beyer
2018-04-18Add basic UDA supportMatthias Beyer
2017-09-18Implement a RW interfaceMatthias Beyer
2017-09-18Rewrite to use serde 1Matthias Beyer
2017-02-03Skip serializing if options are noneMatthias Beyer
2017-02-03Because of custom derive, we have to make these optionalMatthias Beyer
2017-02-03Try out whether deriving worksMatthias Beyer
2017-02-03Update to new serde de/ser interfaceMatthias Beyer
2017-01-30Fix new function signaturesMatthias Beyer
2017-01-30Add new function for Visitor: expecting()Matthias Beyer
2016-10-25Update Serialize implementation for serde 0.8Matthias Beyer
2016-10-02Relicense to MPL 2.0Matthias Beyer
2016-06-30Do not serialize optional values if they are not presentMatthias Beyer
2016-06-30Make lists non-optionalsMatthias Beyer
2016-06-29Remove unused importsMatthias Beyer
2016-05-04Add module documentationMatthias Beyer
2016-05-04Document task moduleMatthias Beyer
2016-04-27Add Task::add_annotations()Matthias Beyer
2016-04-27Add Task::add_annotationMatthias Beyer
2016-04-25Add test for annotationsMatthias Beyer
2016-04-25Add Annotation type in Task typeMatthias Beyer
2016-04-03Add another de/ser testMatthias Beyer
2016-04-03Fix statement orderMatthias Beyer