Merged
Conversation
Signed-off-by: Lukasz Gryglicki <lgryglicki@cncf.io>
…-managers Investigate 4712 case
Signed-off-by: Lukasz Gryglicki <lgryglicki@cncf.io> Generated with [OpenAI](https://platform.openai.com/) Assisted by [OpenAI](https://platform.openai.com/)
Signed-off-by: Lukasz Gryglicki <lgryglicki@cncf.io> Generated with [OpenAI](https://platform.openai.com/) Assisted by [OpenAI](https://platform.openai.com/)
…api-calls Add logging v3/v4 API calls
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds API calls logging functionality to the CLA backend service by implementing a middleware to log request paths and updating various utility scripts with new API URLs and commands.
- Added API path logging middleware to capture request paths with INFO level logging
- Updated utility scripts with new API gateway URLs and example commands for production usage
- Added a new repository dump utility script for extracting source code content
Reviewed Changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| cla-backend-go/cmd/server.go | Adds API path logging middleware to the HTTP handler chain |
| cla-backend-go/go.mod | Moves dependencies from indirect to direct imports |
| utils/notify_cla_managers_example_post.sh | New utility script for testing CLA manager notifications |
| utils/get_company_project_cla_managers.sh | Updates API URLs and adds example commands |
| utils/dump_repo.py | New Python utility for dumping repository source code |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
ahmedomosanya
previously approved these changes
Aug 20, 2025
mlehotskylf
previously approved these changes
Aug 20, 2025
Signed-off-by: Lukasz Gryglicki <lgryglicki@cncf.io> Generated with [OpenAI](https://platform.openai.com/) Assisted by [OpenAI](https://platform.openai.com/)
e022325
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cc @mlehotskylf @ahmedomosanya