Skip to content

Commit

Permalink
Fixed deduplication for negative non-regexp, internal refactoring (qu…
Browse files Browse the repository at this point in the history
…erymodifier) (#22)

- Key changes:
  - Fixed deduplication for negative non-regexp filters (previously, those would be let through without request modifications);
  - Internal refactoring:
    - Moved acl + lf logic to a new internal package `querymodifier`;
  - Added more tests.
  • Loading branch information
weisdd authored Apr 19, 2022
1 parent 1bac2c7 commit cce8ae6
Show file tree
Hide file tree
Showing 17 changed files with 1,941 additions and 1,625 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ linters:

linters-settings:
gocyclo:
min-complexity: 16
min-complexity: 17
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 0.11.3

- Key changes:
- Fixed deduplication for negative non-regexp filters (previously, those would be let through without request modifications);
- Internal refactoring:
- Moved acl + lf logic to a new internal package `querymodifier`;
- Added more tests.

## 0.11.2

- Key changes:
Expand Down
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ version: '3'

tasks:
default:
- task: test
- task: lint
- task: tidy
- task: lint
- task: test

test:
cmds:
Expand Down
229 changes: 0 additions & 229 deletions cmd/lfgw/acl.go

This file was deleted.

Loading

0 comments on commit cce8ae6

Please sign in to comment.