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.4
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.5
Choose a head ref
  • 14 commits
  • 77 files changed
  • 5 contributors

Commits on Apr 16, 2024

  1. Update README

    mostafa committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5147137 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Add more tests (#513)

    * Add test for act/buitins.go
    * Add pgx to allow list of tests
    * Update test to cover more lines
    * Add test for embed_swagger.go
    * Add test for api/healthcheck.go
    * Test Execute function
    * Redirect stdout and stderr to buffer
    * Create a directory before generating markdown files
    * Add test for cmd/gen_docs.go
    * Gofumpt
    * Fix magic number
    * Fix output message
    * Test multi-tenant config
    * Update config function signatures to return errors instead of log.Fatal that runs os.Exit
    * Add test for config validation
    * Fix linter errors
    * Add test for missing config file
    * Add more tests for config package
    * Add tests for syslog and rsyslog
    * Add tests for hclog log level
    * Test hclog logging with different levels
    * Add test for header bypass response writer
    * Test removal of plugin from metrics merger and start/stop of the merger scheduler
    * Add test for network/conn_wrapper.go
    * Address linter issues
    * Remove read/write test
    * Test more plugin registry function
    * Add test for OTLP tracer
    mostafa authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    11164d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Add more tests (#515)

    * Add tests for gRPC server and HTTP gateway
    * Add docstrings
    * Fix linter errors
    * Add tests for healthz and version endpoints
    mostafa authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2666650 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Update SDK and deps (#520)

    * Update SDK and deps
    * Update deps
    * Wait for servers to start before testing
    mostafa authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    bdeefdb View commit details
    Browse the repository at this point in the history
  2. Implement plugin scaffold (#518)

    * Implement plugin scaffold
    * Update plugin template
    * Fix plugin template reporitoy url pattern
    * Define constants for folder/file permisssions in plugin_scaffold.go
    * Rename 'plugin/template' directory to 'plugin/.template' to exclude from tests
    * Fix code style
    * Implement plugin scaffold
    * Update plugin template
    * Fix plugin template reporitoy url pattern
    * Define constants for folder/file permisssions in plugin_scaffold.go
    * Rename 'plugin/template' directory to 'plugin/.template' to exclude from tests
    * Fix code style
    * Revert pluginTemplate/ pluginTemplateRootDir definition style
    * Fix test
    * Address comments
    
    ---------
    
    Co-authored-by: Mostafa Moradian <[email protected]>
    zeina1i and mostafa authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    a12d73e View commit details
    Browse the repository at this point in the history
  3. Fix test

    mostafa committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    d386dce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbfd471 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d94d76 View commit details
    Browse the repository at this point in the history
  6. Bump github.com/docker/distribution (#523)

    Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible.
    - [Release notes](https://github.com/docker/distribution/releases)
    - [Commits](distribution/distribution@v2.8.1...v2.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/distribution
      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 28, 2024
    Configuration menu
    Copy the full SHA
    919ddbd View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Create SECURITY.md (#524)

    * Create SECURITY.md
    
    Signed-off-by: ChrisD-Git <[email protected]>
    
    * Add link to SECURITY.md
    
    ---------
    
    Signed-off-by: ChrisD-Git <[email protected]>
    Co-authored-by: Mostafa Moradian <[email protected]>
    ChrisD-Git and mostafa authored May 2, 2024
    Configuration menu
    Copy the full SHA
    e3ecb65 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Update deps (#527)

    mostafa authored May 9, 2024
    Configuration menu
    Copy the full SHA
    5b5cd9d View commit details
    Browse the repository at this point in the history
  2. Add tracing to the API (#517)

    * Add logs
    * Fix issue with encoding/json
    * Add more logs and traces
    * Inherit tracer context from the run context
    * Fix linter errors
    * Create a background context if none if passed
    * Update tests to reflect changes
    * Increase sleep time
    
    ---------
    
    Co-authored-by: Mostafa Moradian <[email protected]>
    smnmna99 and mostafa authored May 9, 2024
    Configuration menu
    Copy the full SHA
    1709235 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Add gatewayd plugin scaffold CLI docs (#528)

    * Add plugin scaffold CLI docs
    * Add sleep to prevent stop from starting sooner than start
    mostafa authored May 11, 2024
    Configuration menu
    Copy the full SHA
    51bb3a4 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Update deps (#532)

    mostafa authored May 17, 2024
    Configuration menu
    Copy the full SHA
    29aa557 View commit details
    Browse the repository at this point in the history
Loading