Skip to content

Conversation

@battermann
Copy link
Contributor

@battermann battermann commented Oct 8, 2025

The following endpoints were not covered before:

  • POST /teams/:tid/apps/:app/cookies
  • DELETE /teams/:tid/collaborators/:uid

Checklist

  • Add a new entry in an appropriate subdirectory of changelog.d
  • Read and follow the PR guidelines

@zebot zebot added the ok-to-test Approved for running tests in CI, overrides not-ok-to-test if both labels exist label Oct 8, 2025
@battermann battermann marked this pull request as ready for review October 8, 2025 14:52
@battermann battermann requested review from a team as code owners October 8, 2025 14:52
@battermann battermann requested a review from Copilot October 8, 2025 14:53
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds nginx routing rules for two previously uncovered API endpoints in the nginz configuration. The changes ensure proper routing for team collaboration and app cookie management endpoints.

Key changes:

  • Added routing rule for team collaborator deletion endpoint
  • Added routing rule for team app cookies endpoint
  • Added changelog entry documenting the bug fix

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
charts/nginz/values.yaml Added two new path rules for /teams/:tid/collaborators/:uid and /teams/:tid/apps/:app/cookies endpoints
changelog.d/3-bug-fixes/nginz-rules Added changelog entry for the nginx rules addition

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@battermann battermann force-pushed the battermann/fix-nginz-rules branch from 1f3c159 to f61d8b0 Compare October 10, 2025 12:34
@battermann battermann merged commit 7dc4d3b into develop Oct 10, 2025
8 checks passed
@battermann battermann deleted the battermann/fix-nginz-rules branch October 10, 2025 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ok-to-test Approved for running tests in CI, overrides not-ok-to-test if both labels exist

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants