-
Notifications
You must be signed in to change notification settings - Fork 50
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
feat: support to generator Java code from a HTTP testCase #369
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your effort. It is great.
I have tested all three Java source files. It works well. But the license part still needs your attention.
By the way, it's totally ok but it's not recommended to use your This comment will not block the merge process. You can try it in your next PR. |
Signed-off-by: Agility6 <[email protected]>
Signed-off-by: Agility6 <[email protected]>
The unit tests failed due to the following lines: api-testing/pkg/server/remote_server_test.go Line 596 in e05ff4b
The number should be 4 because you just added a new one. |
Quality Gate passedIssues Measures |
I noticed that I didn't |
You can run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So happy to have you as the 15th contributor. Hopefully this project could help you in some way.
That's great! This project is awesome I will continue to research and contribute to the project🤩 |
hi @Agility6 , I'm wondering if you are interested in to create a PR template for that. Make a check list for all PRs. So the new contributors will know what they need to do. |
😁 My pleasure and I am very willing to try to do this. This is my first time doing this and I may need to learn how to complete this |
* chore(deps): update jenkins/jenkins docker tag to v2.421 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <[email protected]>
根据golang_generator实现java_generator
#366