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

fix __eq__ operator raises attribute error on non-cloudevent values #172

Merged
merged 13 commits into from
Jul 13, 2022

Commits on Jul 11, 2022

  1. fix: non-cloudevents values must not equal to cloudevents values (clo…

    …udevents#171)
    
    Signed-off-by: Alexander Tkachev <sasha64sasha@gmail.com>
    sasha-tkachev committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    9422e62 View commit details
    Browse the repository at this point in the history
  2. test: refactor move fixtures to beginning

    Signed-off-by: Alexander Tkachev <sasha64sasha@gmail.com>
    sasha-tkachev committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    6c6508b View commit details
    Browse the repository at this point in the history
  3. test: cloudevent equality bug regression (cloudevents#171)

    Signed-off-by: Alexander Tkachev <sasha64sasha@gmail.com>
    sasha-tkachev committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    494170b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. style: remove redundent else

    Signed-off-by: Alexander Tkachev <sasha64sasha@gmail.com>
    sasha-tkachev committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    202c987 View commit details
    Browse the repository at this point in the history
  2. test: remove redundent test

    Signed-off-by: Alexander Tkachev <sasha64sasha@gmail.com>
    sasha-tkachev committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    8f98d65 View commit details
    Browse the repository at this point in the history
  3. test: refactor non_cloudevent_value into a parameterization

    Signed-off-by: Alexander Tkachev <sasha64sasha@gmail.com>
    sasha-tkachev committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    781d914 View commit details
    Browse the repository at this point in the history
  4. docs: update changelog

    Signed-off-by: Alexander Tkachev <sasha64sasha@gmail.com>
    sasha-tkachev committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    fe3a2d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    188e7b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39c838a View commit details
    Browse the repository at this point in the history
  7. docs: fix bad merge

    Signed-off-by: Alexander Tkachev <sasha64sasha@gmail.com>
    sasha-tkachev committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    5c0af53 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f55d247 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    aaa8098 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    207c4a8 View commit details
    Browse the repository at this point in the history