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

feature: allow specifying wildcards in the grpc.proto setting #90

Merged
merged 1 commit into from
May 18, 2023

Conversation

MaxSem
Copy link
Contributor

@MaxSem MaxSem commented May 17, 2023

Reason for This PR

ref: roadrunner-php/grpc#14

In large projects, maintaining the list of protofiles becomes a chore, allow using filename wildcards (e.g. path/to/*.proto)

Description of Changes

Expand wildcards in Config.InitDefaults()

License Acceptance

By submitting this pull request, I confirm that my contribution is made under
the terms of the MIT license.

PR Checklist

[Author TODO: Meet these criteria.]
[Reviewer TODO: Verify that these criteria are met. Request changes if not]

  • All commits in this PR are signed (git commit -s).
  • The reason for this PR is clearly provided (issue no. or explanation).
  • The description of changes is clear and encompassing.
  • Any required documentation changes (code and docs) are included in this PR.
  • Any user-facing changes are mentioned in CHANGELOG.md.
  • All added/changed functionality is tested.

@rustatian rustatian self-requested a review May 17, 2023 18:08
@rustatian rustatian added the enhancement New feature or request label May 17, 2023
@rustatian
Copy link
Member

Hey @MaxSem 👋🏻
Thanks for the contribution ⚡

Oh, I never saw this feature request 😢 Next time if that is something related to the server, please, send it to the https://github.com/roadrunner-server/roadrunner repository 👍🏻

config.go Show resolved Hide resolved
config.go Outdated Show resolved Hide resolved
@MaxSem MaxSem force-pushed the proto-wildcards branch 2 times, most recently from 2be4e23 to 4c647f5 Compare May 18, 2023 16:38
Copy link
Member

@rustatian rustatian left a comment

Choose a reason for hiding this comment

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

LGTM

@rustatian
Copy link
Member

Thanks @MaxSem 👍🏻

@rustatian rustatian merged commit 7549ee3 into roadrunner-server:master May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants