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: harness/ff-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.10
Choose a base ref
...
head repository: harness/ff-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.11
Choose a head ref
  • 8 commits
  • 7 files changed
  • 4 contributors

Commits on Mar 18, 2025

  1. Configuration menu
    Copy the full SHA
    370e891 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #389 from harness/BT-10437

    feat: [BT-10437]: Jira Autotagging Support for CX
    mbatchelor authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    5b86db8 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. update tls example (#390)

    jcox250 authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    9537463 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Bump golang.org/x/net from 0.36.0 to 0.38.0 (#394)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0.
    - [Commits](golang/net@v0.36.0...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.38.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    db847a0 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#392)

    Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.5.1 to 4.5.2.
    - [Release notes](https://github.com/golang-jwt/jwt/releases)
    - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
    - [Commits](golang-jwt/jwt@v4.5.1...v4.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang-jwt/jwt/v4
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: James Cox <[email protected]>
    dependabot[bot] and jcox250 authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    c772978 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Bump github.com/redis/go-redis/v9 from 9.5.1 to 9.5.5 (#391)

    Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.5.1 to 9.5.5.
    - [Release notes](https://github.com/redis/go-redis/releases)
    - [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
    - [Commits](redis/go-redis@v9.5.1...v9.5.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/redis/go-redis/v9
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: James Cox <[email protected]>
    dependabot[bot] and jcox250 authored May 12, 2025
    Configuration menu
    Copy the full SHA
    40b1c57 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. FFM-12445 - Wait for pushpin to be available before starting up (#396)

    * FFM-12445 - Wait for pushpin to be available before starting up
    
    **What**
    
    - Makes the Proxy wait for a pushpin healthcheck to pass before starting
      up
    
    **Why**
    
    - We seem to occassionally get a bunch of error logs around startup
      where we're trying to publish events to pushpin but get a connection
    refused error. Because this is happening at startup I suspect what might
    be happening is we're trying to publish events to pushpin before it's
    ready to receving them. This should make us wait until we're able to
    publish events to pushpin before we start to try and sending real SSE events.
    
    **Testing**
    
    - Manually tested locally by taking down pushpin and I can replicate the
      connection refused error we see in our logs. Then checked that this
    makes us wait properly until pushpin is back up.
    
    * increase max attempts to 10
    jcox250 authored May 16, 2025
    Configuration menu
    Copy the full SHA
    3985a47 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. Configuration menu
    Copy the full SHA
    2ef5fd9 View commit details
    Browse the repository at this point in the history
Loading