1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 14 hours ago.
Sep 18, 2024 — Sep 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #62 from coddingtonbear/fix_choices_handling_udas More... over 11 years ago
Do not record changes when both the former and latter values are Falsy More... over 11 years ago
Properly handle parsing choices from UDAs. More... over 11 years ago
That's surprising, but I suppose __new__ takes care of these detais. More... over 11 years ago
Make annotations really be strings, just special ones. More... over 11 years ago
Merge pull request #55 from coddingtonbear/annotation_field More... over 11 years ago
Merge pull request #56 from coddingtonbear/properly_deserialize_numbers More... over 11 years ago
Merge pull request #57 from coddingtonbear/only_change_if_changes_exist_when_using_modern_task More... over 11 years ago
Merging in upstream changes. More... over 11 years ago
Merge pull request #59 from coddingtonbear/assume_specified_fields_have_value More... over 11 years ago
Merge pull request #58 from coddingtonbear/csuuid_field_enhancements More... over 11 years ago
Merge pull request #54 from coddingtonbear/cautious_configuration_handling More... over 11 years ago
Adding tests verifying this behavior. More... over 11 years ago
Preserve all annotation information should we have it, but still handle outgoing and incoming values as if they were strings. More... over 11 years ago
Use six.text_type rather than str. More... over 11 years ago
Assume that fields with registered converters are present on task record. More... over 11 years ago
Allow comma-separated UUID field to properly handle null values. More... over 11 years ago
Properly handle changes to annotations. More... over 11 years ago
Handle none values. More... over 11 years ago
Only attempt to change fields known to have changed if using new journaled task. More... over 11 years ago
Attempt to convert incoming string into int or float. More... over 11 years ago
Add AnnotationArrayField for handling idiosyncrasies of annotations. More... over 11 years ago
Raise an exception if we can't parse configuration; ignore simple config values to allow storing complex ones. More... over 11 years ago
Merge pull request #53 from coddingtonbear/handle_config_overrides More... over 11 years ago
Update existing use of config overrides to match new datatstructure. More... over 11 years ago
Merge configuration overrides into taskrc configuration. More... over 11 years ago
Merge pull request #52 from coddingtonbear/issue_51
ralphbean
as Ralph Bean
More... over 11 years ago
Refactors TaskRc parser to match previous version written by @ralphbean. Adds tests; fixes #51. More... over 11 years ago
Typofix.
ralphbean
as Ralph Bean
More... over 11 years ago
Test UDA dates.
ralphbean
as Ralph Bean
More... over 11 years ago