-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Exported getSubDomain function from Marathon provider #1693
Exported getSubDomain function from Marathon provider #1693
Conversation
Sounds fair to me. Any concerns, @vdemeester or @emilevauge? |
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.
SGTM too 👼
@vdemeester can you formally approve? |
@aantono in the meantime, could you update the branch? |
…se in custom templates
b1eaae9
to
54e4bed
Compare
Done |
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.
LGTM
When creating custom template for Marathon provider, it really helps to have a
getSubDomain
function be available to use in custom templates. Otherwise the logic to compute the sub-domain directly inside the template gets very messy, and reusing the same logic as the provider would help with consistency.