8000 Comparing v0.5.0...v0.6.0 · coreruleset/go-ftw · 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: coreruleset/go-ftw
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: coreruleset/go-ftw
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 9 commits
  • 37 files changed
  • 3 contributors

Commits on Jun 22, 2023

  1. chore(deps): bump golang.org/x/net from 0.10.0 to 0.11.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.11.0.
    - [Commits](golang/net@v0.10.0...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and fzipi committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    bb123a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. feat: fail tests immediately if NoError() fails

    The testify test suite offers a `Required()` context that will fail
    immediately on failure. For `NoError()` we want assertions to always
    fail immediately because continuing doesn't make sense and just spams
    the log.
    theseion authored and fzipi committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    771b06a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. feat: replace StopMagic with NoAutocompleteHeaders

    StopMagic is still supported for backwards compatibility.
    theseion authored and fzipi committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2df9bd4 View commit details
    Browse the repository at this point in the history
  2. feat!: replace StopMagic with NoAutocompleteHeaders

    BREAKING CHANGE: clients will need to replace `stop_magic` in their test
    files with `no_autocomplete_headers`.
    theseion authored and fzipi committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    5e74496 View commit details
    Browse the repository at this point in the history
  3. wip: working post processing logic

    theseion authored and fzipi committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    196935d View commit details
    Browse the repository at this point in the history
  4. wip: use *bool to detect missing values

    - use *bool instead of bool for all value of Input and Overrides
    - centralise post loading / override application
    - add / adapt tests
    theseion authored and fzipi committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    c88a3bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b08d5da View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. chore: update README (#167)

    * chore: update README
    
    - update introduction
    - update documentation of `autocomplete_headers`
    
    Co-authored-by: Felipe Zipitría <3012076+fzipi@users.noreply.github.com>
    theseion and fzipi authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    2afd989 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. chore(deps): bump golang.org/x/net from 0.11.0 to 0.12.0 6360 (#169)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.12.0.
    - [Commits](golang/net@v0.11.0...v0.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9049d9d View commit details
    Browse the repository at this point in the history
Loading
0