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: stacktome/snowplow-iglu-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: snowplow/iglu-server
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.
  • 15 commits
  • 56 files changed
  • 4 contributors

Commits on Mar 29, 2024

  1. Bump postgresql to 42.5.5

    peel committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    8176448 View commit details
    Browse the repository at this point in the history
  2. Prepare for 0.12.1 release

    peel committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    d2b23c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Configuration menu
    Copy the full SHA
    577e3a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    446103b View commit details
    Browse the repository at this point in the history
  3. Bump sbt-snowplow-release to 0.3.2

    spenes authored and AlexBenny committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    9ad4ca0 View commit details
    Browse the repository at this point in the history
  4. Fix graceful shutdown to be more selective about when it sleeps

    The server sleeps as part of graceful shutdown, which is to allow time
    for load balancers to stop sending requests to the Iglu Server.
    
    The server might need to shut down for several reasons, including
    receiving a SIGTERM or because of an internal error. After this PR, the
    server does the sleep only if shutting down for SIGTERM; it does not
    sleep if shutting down for any other reason.
    istreeter authored and AlexBenny committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    2d7b609 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ba76fe View commit details
    Browse the repository at this point in the history
  6. Add auth to validation endpoint

    spenes authored and AlexBenny committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    b941a0f View commit details
    Browse the repository at this point in the history
  7. Bump jackson to 2.15.0

    spenes authored and AlexBenny committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    047674c View commit details
    Browse the repository at this point in the history
  8. Prepare for 0.13.0 release

    spenes authored and AlexBenny committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    b04b2a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c28f771 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c5bbf0d View commit details
    Browse the repository at this point in the history
  11. Prepare for 0.13.1 release

    spenes authored and AlexBenny committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    bf55b6a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2df6af2 View commit details
    Browse the repository at this point in the history
  13. Prepare for 0.14.0 release

    AlexBenny committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    6b41c3e View commit details
    Browse the repository at this point in the history
Loading