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: gatewayd-io/gatewayd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.8
Choose a base ref
...
head repository: gatewayd-io/gatewayd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.9
Choose a head ref
  • 7 commits
  • 46 files changed
  • 2 contributors

Commits on Oct 1, 2024

  1. Add metric labels (#612)

    mostafa authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    70eae86 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Add image pull policy to fix #568

    mostafa committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ffd13ea View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Add test for plugin scaffold command (#613)

    * Implement scaffold tests (wip)
    * Fix issues
    * Add test for plugin scaffold command
    * Fix typo
    * Add package to allow list
    * Include plugin template when testing
    * Address comments by @sinadarbouy
    * Fix linter issues
    * Remove unnecessary os.RemoveAll
    * Use latest version of golangci-lint command and action
    * Each call to t.TempDir return a new directory
    
    ---------
    
    Co-authored-by: zeina1i <[email protected]>
    mostafa and zeina1i authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    041dc62 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Refactor interface{} to any (#614)

    mostafa authored Oct 6, 2024
    Configuration menu
    Copy the full SHA
    e8596c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Refactor proxy.shouldTerminate function and move the functionality …

    …to `Act.Registry` (#615)
    
    * Refactor proxy.shouldTerminate function and move the functionality to Act.Registry
    * Simplify syntax and avoid unnecessary loops (using maps.Keys)
    * Create RunAll and ShouldTerminate functions in Act.Registry
    * Add logger to RunAll
    * Add test for RunAll and ShouldTerminate
    * Separate the check for existence of 'outputs' key from type check
    * Add test case for failures
    * Address comments by @sinadarbouy
    mostafa authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8effd0f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Use the result of notification hooks (#616)

    * Check for nil or empty result
    * Use the result of notification hooks by running actions
    * Fix linter errors
    mostafa authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    69298a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Update deps (#621)

    * Update SDK
    * Update direct deps
    mostafa authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    33ca9b1 View commit details
    Browse the repository at this point in the history
Loading