8000 Comparing v2.8.0...v2.9.0 · luraproject/lura · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: luraproject/lura
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.0
Choose a base ref
...
head repository: luraproject/lura
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.9.0
Choose a head ref
  • 11 commits
  • 13 files changed
  • 4 contributors

Commits on Jan 13, 2025

  1. Global param propagation for sequential merger

    Signed-off-by: thedae <thedae@gmail.com>
    thedae committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    2604f92 View commit details
    Browse the repository at this point in the history
  2. Lint

    Signed-off-by: thedae <thedae@gmail.com>
    thedae committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    9dc6162 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2025

  1. Fix test

    Signed-off-by: thedae <thedae@gmail.com>
    thedae committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    fde7b2e View commit details
    Browse the repository at this point in the history
  2. Properly handling no-op backends

    Signed-off-by: thedae <thedae@gmail.com>
    thedae committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    04d3433 View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/net from 0.32.0 to 0.33.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.32.0 to 0.33.0.
    - [Commits](golang/net@v0.32.0...v0.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    a42f9ae View commit details
    Browse the repository at this point in the history
  4. Merge pull request #746 from luraproject/dependabot/go_modules/golang…

    ….org/x/net-0.33.0
    
    Bump golang.org/x/net from 0.32.0 to 0.33.0
    kpacha authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    9e5f48c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64099d3 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    Signed-off-by: thedae <thedae@gmail.com>
    thedae committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    fb3d36f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. refactor: replace empty slice literal with var

    An empty slice can be represented by `nil` or an empty slice literal. They are
    functionally equivalent — their `len` and `cap` are both zero — but the `nil`
    slice is the preferred style. For more information about empty slices,
    see [Declaring Empty Slices](https://github.com/golang/go/wiki/CodeReviewComments#declaring-empty-slices).
    deepsource-autofix[bot] authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    ec700cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #747 from luraproject/deepsource-autofix-a11cfc7f

    refactor: replace empty slice literal with `var`
    kpacha authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    fff63b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. Merge pull request #745 from luraproject/propagate_seq_merger_params

    Global param propagation for sequential merger
    kpacha authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    9b8a7c3 View commit details
    Browse the repository at this point in the history
Loading
0