aboutsummaryrefslogtreecommitdiff
path: root/plugin/header/setup.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-08-12plugin/header: Add support for query modification (#5548) (#5556)Gravatar Christoph Heer 1-14/+39
2022-07-10add golangci-lint linter (#5499)Gravatar Ondřej Benkovský 1-1/+0
2021-07-15plugin/header: run go gen and small doc updates (#4754)Gravatar Miek Gieben 1-1/+1
* plugin/header: run go gen and small doc updates Run go gen to enable the new plugin, this should fix the CI failures. Small tweaks to the docs. Signed-off-by: Miek Gieben <miek@miek.nl> * another typo Signed-off-by: Miek Gieben <miek@miek.nl> * gofmt Signed-off-by: Miek Gieben <miek@miek.nl>
2021-07-15plugin/header: Introduce header plugin (#4752)Gravatar Qasim Sarfraz 1-0/+50
* Add header plugin Signed-off-by: MQasimSarfraz <syed.qasim.sarfraz@gmail.com> * fix import format * improve README.md * Add codeowners for header plugin