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

Support tracing all requests by a command #2518

Merged
merged 5 commits into from
Apr 30, 2024
Merged

Conversation

RobiNino
Copy link
Contributor

  • All tests have passed. If this feature is not already covered by the tests, new tests have been added.
  • The pull request is targeting the dev branch.
  • The code has been validated to compile successfully by running go vet ./....
  • The code has been formatted properly using go fmt ./....

Following this PR, every command will have a trace ID that will be logged and will allow users to easily identify which logs on the server side are related to the command executed by the CLI.

Depends on jfrog/jfrog-client-go#937

@RobiNino RobiNino added safe to test Approve running integration tests on a pull request improvement Automatically generated release notes labels Apr 11, 2024
@RobiNino RobiNino requested review from eyalbe4 and yahavi April 11, 2024 15:14
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Apr 11, 2024
main.go Outdated Show resolved Hide resolved
main_test.go Outdated Show resolved Hide resolved
main.go Outdated Show resolved Hide resolved
@RobiNino RobiNino added the safe to test Approve running integration tests on a pull request label Apr 30, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Apr 30, 2024
@RobiNino RobiNino merged commit b6c104e into jfrog:dev Apr 30, 2024
12 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Automatically generated release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants