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

Porting client from fern-reporter to client repo #1

Merged
merged 6 commits into from
Feb 24, 2024

Conversation

mailprak
Copy link
Collaborator

This PR copies the client files from the fern-reporter repo to the fern-ginko-client repo.

client/go.mod Outdated
go 1.21.3

require (
github.com/guidewire/fern-reporter v0.0.0-20240202054108-9e68ab4107a7
Copy link
Contributor

Choose a reason for hiding this comment

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

If we depend on fern-reporter we would still get all the transient dependencies. We should try to make this a standalone repo without any dependency on fern-reporter

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The dependency with fern-reporter is removed.

README.md Outdated Show resolved Hide resolved
go.mod Outdated
go 1.21.3

require (
github.com/guidewire/fern-reporter v0.0.0-20240202054108-9e68ab4107a7
Copy link
Contributor

Choose a reason for hiding this comment

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

We should not have a dependency on fern-reporter as it defeats the purpose and would be pulled in. We want the client to be independent

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Removed the dependency with fern reporter.

@mailprak
Copy link
Collaborator Author

@anoop2811 The comments are addressed. Please review.

Copy link
Contributor

@anoop2811 anoop2811 left a comment

Choose a reason for hiding this comment

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

Can you create an issue in this repo for a github actions workflow which would run the test as well @mailprak ?

Copy link
Contributor

Choose a reason for hiding this comment

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

Good job. We will need to test this acceptance test in github actions. Perhaps you might want to add an issue wrt to that for this repo

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done. Created an issue #2

@anoop2811 anoop2811 merged commit 4a0d4d7 into guidewire-oss:main Feb 24, 2024
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.

2 participants