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: monzo/typhon Loading
base: master
Choose a base ref
...
head repository: monzo/typhon Loading
compare: upgrade-gomodules
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 212 files changed
  • 3 contributors

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    3cac48a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0488fa View commit details
    Browse the repository at this point in the history
  3. Add support for encoding request as Protobuf

    This adds an explicit EncodeAsProtobuf method which takes in a protobuf
    message object and encodes it for over-the-wire transport as protobuf
    (setting the appropriate headers)
    suhailpatel committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    44bd5a0 View commit details
    Browse the repository at this point in the history
  4. Add support for encoding and decoding response as protobuf

    We utilize the request content type to infer whether we should be using
    protobuf for the response.
    suhailpatel committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    52450fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bf59e9 View commit details
    Browse the repository at this point in the history
  6. Support encoding errors as protobuf

    If a terror gets sent as a protobuf, we have to be able to decode it
    suhailpatel committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    fe07920 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02ccc7a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c03b170 View commit details
    Browse the repository at this point in the history
  9. Remove stray comment

    suhailpatel committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    81bb721 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    15886a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    2897697 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ec145e View commit details
    Browse the repository at this point in the history
  3. Remove the last github.com/golang/protobuf reference.

    Terrors still makes extensive use of this, though
    MellieVT authored and intUnderflow committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    0bfbfb0 View commit details
    Browse the repository at this point in the history
  4. Reinstate legacy protobuf, for terrors support. Fully add protobuf su…

    …pport.
    
    This builds on #127
    MellieVT authored and intUnderflow committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    d1b281b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Target go 1.16

    intUnderflow committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    171ec67 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Merge pull request #140 from monzo/protobuf-support-ameliakeda

    Protobuf support - Integrate changes from ameliakeda
    intUnderflow committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    96af1f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1af1b55 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Upgrade slog

    intUnderflow committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    d2467c6 View commit details
    Browse the repository at this point in the history
Loading