-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
More example urls and static examples [apm waffle] #2478
Conversation
staticPreview: { | ||
label: 'Follow', | ||
message: '150', | ||
// style: 'social', |
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.
^^ This probably needs to be fixed before this is merged. Or else this one could be reverted.
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.
Opened #2479. Think I'll just reset it for now.
|
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.
I had a read through and only spotted a minor detail. Good to ship otherwise!
services/jira/jira-issue.service.js
Outdated
@@ -19,7 +19,17 @@ module.exports = class JiraIssue extends LegacyService { | |||
return [ | |||
{ | |||
title: 'JIRA issue', | |||
previewUrl: 'https/issues.apache.org/jira/KAFKA-2896', | |||
pattern: ':protocol/:hostAndPath*/:issueKey', |
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.
This probably doesn't matter much as it's the example pattern, however wouldn't we be expecting :hostAndPath+
rather than :hostAndPath*
?
No description provided.