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

Commits on May 30, 2024

  1. Connection cache age validation

    We aren't validating connections when we take them out of the cache.
    In some cases, they can be sitting there quite a while,
    and we see a disconnect error.
    
    If an available connection is old, re-validate it.
    rgalanakis committed May 30, 2024
    Configuration menu
    Copy the full SHA
    a05d071 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. wip

    rgalanakis committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f6474e5 View commit details
    Browse the repository at this point in the history
  2. wip

    rgalanakis committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4a2f1f9 View commit details
    Browse the repository at this point in the history
  3. state machine wip

    rgalanakis committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    88acd1d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. wip

    rgalanakis committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    49ce2d8 View commit details
    Browse the repository at this point in the history
Loading