Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudevents/sdk-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: cloudevents/sdk-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 15 commits
  • 48 files changed
  • 7 contributors

Commits on May 27, 2020

  1. update modules to point to real release (#524)

    Signed-off-by: Scott Nichols <snichols@vmware.com>
    Scott Nichols authored May 27, 2020
    Configuration menu
    Copy the full SHA
    5a2bfbd View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Scott Nichols authored May 27, 2020
    Configuration menu
    Copy the full SHA
    20651d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Fix pubsub message nil pointer due to missing format (#528)

    Signed-off-by: Cong Liu <conliu@google.com>
    liu-cong authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    d07dc05 View commit details
    Browse the repository at this point in the history
  2. 527 invalid event sigsegv (#529)

    * stan: ack message based on protocol.Result
    
    Signed-off-by: dan-j <5727701+dan-j@users.noreply.github.com>
    
    * provide a default respFn for receivers who aren't responders
    
    Signed-off-by: dan-j <5727701+dan-j@users.noreply.github.com>
    dan-j authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    afe6bdc View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Created some nice assertions for events (#522)

    * Created some nicer assertions for events
    
    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    
    * happy linter happy me
    
    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    
    * Changed the EventMatcher
    
    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    
    * Removed utils.go
    
    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    b170752 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Modified a bit the assertions from #522 (#532)

    * More assertions
    
    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    
    * Moar assertions
    
    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    
    * Changed ContainsAttributes signature
    
    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper authored Jun 8, 2020
    Configuration menu
    Copy the full SHA
    2ab697c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Fix the link to the examples folder in the README.md (#534)

    Examples are not available under ./v2/examples (anymore?), they
    are in the ./examples directory, so fixing the link in the root
    REAME.md.
    
    Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
    afrittoli authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    e7472fb View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Update README.md

    Scott Nichols authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    5de7804 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Scott Nichols authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    b276f25 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. fix broken tests (#539)

    * set -o pipefail
    
    Signed-off-by: Mitsuo Heijo <mitsuo.heijo@gmail.com>
    
    * should panic in nil context
    
    Follows the behavior of the standard library.
    https://github.com/golang/go/blob/9f33108dfa22946622a8a78b5cd3f64cd3e455dd/src/context/context.go#L521
    
    Signed-off-by: Mitsuo Heijo <mitsuo.heijo@gmail.com>
    
    * remove nil context test cases
    
    Signed-off-by: Mitsuo Heijo <mitsuo.heijo@gmail.com>
    johejo authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    f1b44de View commit details
    Browse the repository at this point in the history
  2. fix EventReceiver does not propagate request context (#540)

    * fix EventReceiver does not propagate request context
    
    Signed-off-by: Mitsuo Heijo <mitsuo.heijo@gmail.com>
    
    * rename variables, use testify/require
    
    Signed-off-by: Mitsuo Heijo <mitsuo.heijo@gmail.com>
    johejo authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    8363fe8 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Added new matchers (#538)

    * Added AnyOf and DataContains matchers
    
    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    
    * Added ContainsExactlyExtensions matcher
    
    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    
    * Linter thing
    
    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    
    * Extracted a part of IsContextEqualTo to a separate matcher
    
    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    4e46572 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. fix sync issues when using standalone http mode. (#541)

    Signed-off-by: Scott Nichols <snichols@vmware.com>
    Scott Nichols authored Jun 26, 2020
    Configuration menu
    Copy the full SHA
    dbeb62d View commit details
    Browse the repository at this point in the history
  2. Adding IsUndelivered to help the readability of results from the prot…

    …ocol layers (#542)
    
    * Adding Undelivered to help the readability of results from the protocol layers
    
    Signed-off-by: Scott Nichols <snichols@vmware.com>
    
    * IsUndelivered
    
    Signed-off-by: Scott Nichols <snichols@vmware.com>
    Scott Nichols authored Jun 26, 2020
    Configuration menu
    Copy the full SHA
    38de413 View commit details
    Browse the repository at this point in the history
  3. fix gh action from api change. (#544)

    Signed-off-by: Scott Nichols <snichols@vmware.com>
    Scott Nichols committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    24e1b9a View commit details
    Browse the repository at this point in the history
Loading