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

Update IPs with k8spod and latest changes #101

Merged
merged 2 commits into from
May 28, 2024
Merged

Update IPs with k8spod and latest changes #101

merged 2 commits into from
May 28, 2024

Conversation

MathieuLamiot
Copy link

No description provided.

Copy link

Pull Request & Code Review Checklists

Pull Request author's checklist

Feature validation

  • I validated all the Acceptance Criteria. If possible, provide sreenshots or videos.
  • I triggered all changed lines of code at least once without new errors/warnings/notices.
  • I implemented built-in tests to cover the new/changed code.

Documentation

  • I prepared the user documentation for the feature/enhancement and shared it in the PR or the GitHub issue.
  • The user documentation covers new/changed entry points (endpoints, WP hooks, configuration files, ...).
  • I prepared the technical documentation if needed, and shared it in the PR or the GitHub issue.

Code style

  • I wrote self-explanatory code about what it does.
  • I wrote comments to explain why it does it.
  • I named variables, functions, classes and files explicitely.
  • I protected entry points against unexpected inputs.
  • I did not introduce unecessary complexity.
  • I listed the introduced external dependencies explicitely on the PR.
  • I validated the repo-specific guidelines from CONTRIBUTING.md.

Observability

  • I handled errors when needed.
  • I wrote user-facing messages that are understandable and provide actionable feedbacks.
  • I prepared ways to observe the implemented system (logs, data, etc.).

Risks

  • I explicitely mentioned performance risks in the PR.
  • I explicitely mentioned security risks in the PR.

Code Reviewer's checklist

  • I checked that the CI passed.
  • I understand how the code solves the issue.
  • I read the provided user documentation and confirmed it is enough to cover the usage of the code.
  • I read the provided technical documentation and confirmed it is enough to cover the maintenance of the code.
  • I easily understand what the code does and how it does it.
  • I find the naming of variables, functions, classes and files explicit.
  • I find the code complexity justified.
  • I find the introduced external dependencies necessary.
  • I find that the repo-specific guidelines are followed.
  • I cannot think of a way to break the code.
  • I find that the mentioned risks are sufficiently mitigated.
  • I cannot think of any other risks.

@MathieuLamiot MathieuLamiot merged commit 0f1b6f9 into master May 28, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant