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

show alternative code organization around provider and extractor #18

Conversation

GustavoCaso
Copy link
Member

PR to show @anmarchenko what I meant with better code organization for providers and extractor

Git::TAG_COMMIT_COMMITTER_NAME => git_commit_committer_name,
Git::TAG_COMMIT_MESSAGE => git_commit_message,
Git::TAG_COMMIT_SHA => git_commit_sha
Environment::TAG_JOB_NAME => @provider.job_name,
Copy link
Member Author

Choose a reason for hiding this comment

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

We could use delegate as well rather than calling @provider all the time 😄

@GustavoCaso GustavoCaso force-pushed the move-provider-outside-extractor branch 2 times, most recently from 87800a5 to 4618739 Compare September 6, 2023 07:53
@GustavoCaso GustavoCaso force-pushed the move-provider-outside-extractor branch from 4618739 to d94a26a Compare September 6, 2023 07:54
Copy link
Member

@anmarchenko anmarchenko left a comment

Choose a reason for hiding this comment

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

very cool, now it is clearer: Provider and Extractor ar eseparate concepts

@anmarchenko anmarchenko marked this pull request as ready for review September 6, 2023 10:15
@anmarchenko anmarchenko merged commit 2487504 into anmarchenko/ci_vis_validate_git_tags Sep 6, 2023
8 of 18 checks passed
@anmarchenko anmarchenko deleted the move-provider-outside-extractor branch September 6, 2023 10:16
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