summaryrefslogtreecommitdiffstats
path: root/src/task.rs
AgeCommit message (Expand)Author
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
2016-04-03Use IgnoredAny to ignore any unknown fieldsErick Tryzelaar
2016-04-03Remove unused importsMatthias Beyer
2016-04-03Add a testMatthias Beyer
2016-04-03[PENDING] Impl Deserialize for TaskMatthias Beyer
2016-04-02Wrap chrono NaiveDateTime type with own typeMatthias Beyer
2016-04-02Fixup return typesMatthias Beyer
2016-04-02Fixup taskMatthias Beyer
2016-04-02Start implementing de/ser for TaskMatthias Beyer
2016-04-01Initialize rewriteMatthias Beyer
2016-03-30Implement TaskStatus as enumMatthias Beyer
2016-03-30Remove warningsMatthias Beyer
2016-03-30Add a testMatthias Beyer
2016-03-30Reimplement date parsing with chronoMatthias Beyer
2016-03-26Add some trace!()Matthias Beyer
2016-03-26Start implementing error for parser errorsMatthias Beyer
2016-03-26Convert to use UUID crateMatthias Beyer
2016-03-21Use chrono for DateTime<UTC>Matthias Beyer
2016-03-21Remove key check for nowMatthias Beyer
2016-03-21Add env_logger for test debug outputMatthias Beyer
2016-03-21Fixup testMatthias Beyer
2016-03-21Make task project optionalMatthias Beyer
2016-03-21Make task priority optionalMatthias Beyer
2016-03-21Make Task modified field optionalMatthias Beyer
2016-03-20Add testMatthias Beyer
2016-03-20Add data getters for TaskMatthias Beyer
2016-03-20Impl Into<Value> for TaskMatthias Beyer
2016-03-20Add Into<Value> for TaskMatthias Beyer
2016-03-20Task should derive Debug and CloneMatthias Beyer
2016-03-20Add Task::new()Matthias Beyer
2016-03-20Add Task structMatthias Beyer