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: vapor/postgres-nio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: tbartelmess/nio-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 24 files changed
  • 1 contributor

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    dba2ce0 View commit details
    Browse the repository at this point in the history
  2. Switch to CircleCI 2.0

    tbartelmess committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    5d9b9b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff8fde4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e9e56f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4dd2093 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f4c4de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4053714 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bcc010b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    50f2d85 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5e58c91 View commit details
    Browse the repository at this point in the history
  11. Added more parsing tests

    Added parsing tests for the parameter status, authorization status authentication requests
    tbartelmess committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    9a93816 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    daf98b6 View commit details
    Browse the repository at this point in the history
  13. Added special case handling for authentcation.

    When the authentication sends an error, there is no second message, which causes the authentication promise to never fail or succeed.
    
    This implementation is a bit "hacky" it adds the "errorMessageIsFinal" property to every `ConnectionHandler`.
    tbartelmess committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    c2390a2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    beaa70f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ca0e5d4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3f83cec View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

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

Commits on Apr 9, 2019

  1. Configuration menu
    Copy the full SHA
    03e2967 View commit details
    Browse the repository at this point in the history
  2. Added support for error serialization

    Fixes #1
    tbartelmess committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    187e757 View commit details
    Browse the repository at this point in the history
Loading