-
Notifications
You must be signed in to change notification settings - Fork 33
Comparing changes
Open a pull request
base repository: coreruleset/go-ftw
base: v0.5.0
head repository: coreruleset/go-ftw
compare: v0.6.0
- 9 commits
- 37 files changed
- 3 contributors
Commits on Jun 22, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for bb123a2 - Browse repository at this point
Copy the full SHA bb123a2View commit details
Commits on Jun 26, 2023
-
feat: fail tests immediately if
NoError()
failsThe 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.
Configuration menu - View commit details
-
Copy full SHA for 771b06a - Browse repository at this point
Copy the full SHA 771b06aView commit details
Commits on Jun 27, 2023
-
feat: replace StopMagic with NoAutocompleteHeaders
StopMagic is still supported for backwards compatibility.
Configuration menu - View commit details
-
Copy full SHA for 2df9bd4 - Browse repository at this point
Copy the full SHA 2df9bd4View commit details -
feat!: replace
StopMagic
withNoAutocompleteHeaders
BREAKING CHANGE: clients will need to replace `stop_magic` in their test files with `no_autocomplete_headers`.
Configuration menu - View commit details
-
Copy full SHA for 5e74496 - Browse repository at this point
Copy the full SHA 5e74496View commit details -
Configuration menu - View commit details
-
Copy full SHA for 196935d - Browse repository at this point
Copy the full SHA 196935dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c88a3bb - Browse repository at this point
Copy the full SHA c88a3bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b08d5da - Browse repository at this point
Copy the full SHA b08d5daView commit details
Commits on Jun 29, 2023
-
* chore: update README - update introduction - update documentation of `autocomplete_headers` Co-authored-by: Felipe Zipitría <3012076+fzipi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2afd989 - Browse repository at this point
Copy the full SHA 2afd989View commit details
Commits on Jul 11, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9049d9d - Browse repository at this point
Copy the full SHA 9049d9dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.5.0...v0.6.0