Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support meta-data for suspicion reasons #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 10, 2019

  1. Support meta-data for suspicion reasons

    * Represent suspicion reasons with a new Reason class that, in addition
    to the string identifier, supports a label and source/origin of the
    reason
    
    * Continue to store string identifiers in the
    Changeset.suspicion_reasons field for backward compatibility
    
    * Introduce a new Changeset.detailed_reasons field that has the full
    Reason objects
    
    * Use the Reason.source to track when suspicion reasons originated as
    warnings generated by an editor, such as iD
    
    * When printing suspicion reasons in the CLI, include the source of the
    reason if it was not from osmcha
    
    * Update unit tests
    nrotstan committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    80716d2 View commit details
    Browse the repository at this point in the history