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

Changelog version deprecation #48

Merged

Commits on Jul 7, 2020

  1. added changelog

    Signed-off-by: Curtis Mason <cumason@google.com>
    Curtis Mason committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    77e862a View commit details
    Browse the repository at this point in the history
  2. CHANGELOG adjustment

    Signed-off-by: Curtis Mason <cumason@google.com>
    Curtis Mason committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    ed8ecce View commit details
    Browse the repository at this point in the history
  3. Fix tox configuration for CI (cloudevents#46)

    Signed-off-by: Dustin Ingram <di@users.noreply.github.com>
    Signed-off-by: Curtis Mason <cumason@google.com>
    di authored and Curtis Mason committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    922290c View commit details
    Browse the repository at this point in the history
  4. Created CloudEvent class (cloudevents#36)

    CloudEvents is a more pythonic interface for using cloud events.
    It is powered by internal marshallers and cloud event base classes.
    It performs basic validation on fields, and cloud event type checking.
    
    Signed-off-by: Curtis Mason <cumason@google.com>
    Signed-off-by: Dustin Ingram <di@users.noreply.github.com>
    Signed-off-by: Curtis Mason <cumason@google.com>
    cumason123 authored and Curtis Mason committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    705a703 View commit details
    Browse the repository at this point in the history
  5. Implemented python properties in base.py (cloudevents#41)

    * Added SetCloudEventVersion
    
    Signed-off-by: Curtis Mason <cumason@google.com>
    Signed-off-by: Dustin Ingram <di@users.noreply.github.com>
    
    * began adding python properties
    
    Signed-off-by: Curtis Mason <cumason@google.com>
    Signed-off-by: Dustin Ingram <di@users.noreply.github.com>
    
    * added pythonic properties to base class
    
    Signed-off-by: Curtis Mason <cumason@google.com>
    Signed-off-by: Dustin Ingram <di@users.noreply.github.com>
    
    * began testing for getters/setters
    
    Signed-off-by: Curtis Mason <cumason@google.com>
    Signed-off-by: Dustin Ingram <di@users.noreply.github.com>
    
    * added general setter tests
    
    Signed-off-by: Curtis Mason <cumason@google.com>
    Signed-off-by: Dustin Ingram <di@users.noreply.github.com>
    
    * fixed spacing in base.py
    
    Signed-off-by: Curtis Mason <cumason@google.com>
    Signed-off-by: Dustin Ingram <di@users.noreply.github.com>
    
    * added __eq__ to option and datacontentencoding property to v03
    
    Signed-off-by: Curtis Mason <cumason@google.com>
    Signed-off-by: Dustin Ingram <di@users.noreply.github.com>
    
    * lint fixes
    
    Signed-off-by: Curtis Mason <cumason@google.com>
    Signed-off-by: Dustin Ingram <di@users.noreply.github.com>
    
    * testing extensions and old getters
    
    Signed-off-by: Curtis Mason <cumason@google.com>
    Signed-off-by: Dustin Ingram <di@users.noreply.github.com>
    
    * removed versions v01 and v02 from test_data_encaps_refs.py
    
    Signed-off-by: Curtis Mason <cumason@google.com>
    Signed-off-by: Dustin Ingram <di@users.noreply.github.com>
    
    * fixed inheritance issue in CloudEvent
    
    Signed-off-by: Curtis Mason <cumason@google.com>
    
    * added prefixed_headers dict to test
    
    Signed-off-by: Curtis Mason <cumason@google.com>
    cumason123 authored and Curtis Mason committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    bc82df1 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    Co-authored-by: Dustin Ingram <di@users.noreply.github.com>
    Signed-off-by: Curtis Mason <cumason@google.com>
    2 people authored and Curtis Mason committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    29fb736 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    Co-authored-by: Dustin Ingram <di@users.noreply.github.com>
    Signed-off-by: Curtis Mason <cumason@google.com>
    2 people authored and Curtis Mason committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    e07b206 View commit details
    Browse the repository at this point in the history
  8. Update CHANGELOG.md

    Co-authored-by: Dustin Ingram <di@users.noreply.github.com>
    Signed-off-by: Curtis Mason <cumason@google.com>
    2 people authored and Curtis Mason committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    152947d View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md

    Co-authored-by: Dustin Ingram <di@users.noreply.github.com>
    Signed-off-by: Curtis Mason <cumason@google.com>
    2 people authored and Curtis Mason committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    33629c6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7c0d6b1 View commit details
    Browse the repository at this point in the history
  11. Removed irrelevant files from commit diff

    Signed-off-by: Curtis Mason <cumason@google.com>
    Curtis Mason committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    fc7d4aa View commit details
    Browse the repository at this point in the history
  12. Merge branch 'changelog-version-deprecation' of https://github.com/cu…

    …mason123/sdk-python into changelog-version-deprecation
    Curtis Mason committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    0fbf1e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Configuration menu
    Copy the full SHA
    e21dbf7 View commit details
    Browse the repository at this point in the history