Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for Firewall filter #432

Merged
merged 2 commits into from
Nov 5, 2021

Conversation

markmandel
Copy link
Member

What type of PR is this?

Uncomment only one /kind <> line, press enter to put that in a new line, and remove leading whitespace from that line:

/kind breaking
/kind bug
/kind cleanup
/kind documentation

/kind feature

/kind hotfix

What this PR does / Why we need it:

Finishes off the Firewall Filter!

Which issue(s) this PR fixes:

Closes #158
Closes #343

Special notes for your reviewer:

While writing the docs, I found a typo in the name of the Filter, so
included that as well.

@markmandel markmandel added kind/documentation Improvements or additions to documentation kind/feature New feature or request labels Nov 3, 2021
@google-cla google-cla bot added the cla: yes label Nov 3, 2021
@github-actions github-actions bot added the size/m label Nov 3, 2021
While writing the docs, I found a typo in the name of the Filter, so
included that as well.

Closes googleforgames#158
Closes googleforgames#343
@markmandel markmandel force-pushed the docs/firewall-filter branch from d7b4ebe to 7ea05a5 Compare November 4, 2021 16:29
@quilkin-bot
Copy link
Collaborator

Build Succeeded 🥳

Build Id: d2dc9c7b-7d62-4296-82c3-75b1485ca191

To build this version:

git fetch [email protected]:googleforgames/quilkin.git pull/432/head:pr_432 && git checkout pr_432
cargo build

@XAMPPRocky XAMPPRocky merged commit a04c9d1 into googleforgames:main Nov 5, 2021
@markmandel markmandel deleted the docs/firewall-filter branch November 5, 2021 16:49
markmandel added a commit to markmandel/quilkin that referenced this pull request Nov 5, 2021
In googleforgames#432 we introduced having the documentation for a Filter have a
openapi spec description, as well as a link to the Rust doc definition
of its configuration.

I liked it so much, I went and did it for the rest of the filters.
XAMPPRocky pushed a commit that referenced this pull request Nov 8, 2021
In #432 we introduced having the documentation for a Filter have a
openapi spec description, as well as a link to the Rust doc definition
of its configuration.

I liked it so much, I went and did it for the rest of the filters.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes kind/documentation Improvements or additions to documentation kind/feature New feature or request size/m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allowlist filter Blocklist Filter
4 participants