-
Notifications
You must be signed in to change notification settings - Fork 667
Add ConsoleExternalLogLink CRD to enable custom log links #1892
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
Conversation
5a36570 to
a800008
Compare
|
Updated. @spadgett, PTAL. |
ac9c6d4 to
ba89494
Compare
|
/retest |
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.
Does this need to be in a try...catch or an _.attempt()?
What if a provider gives you something invalid.
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.
Referencing this:
https://github.com/openshift/api/pull/380/files#diff-9754f97c9c90951cc7df5ac76b6eea86R36
We probably need to be very clear about the expected format of the regex in our example, as well as ensure we give a couple good examples. This kind of thing can be annoying if you don't know if ^openshift- is ok, or if /^openshift-/g is needed.
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.
@jhadvig fyi
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.
| if (namespaceFilter && namespace.search(namespaceFilter) === -1) { | |
| if (namespaceFilter && namespace.search(new RegExp(namespaceFilter, 'g')) === -1) { |
|
@spadgett, suggestions accepted. |
|
/retest |
spadgett
left a comment
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhamilto, spadgett The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest |
1 similar comment
|
/retest |
Fixes #1678
Resolves https://jira.coreos.com/browse/CONSOLE-1528
Replaces #1776 which was accidentally closed
Corresponding manifest at https://github.com/openshift/console-operator/pull/246/files#diff-7b19f6532683210d80859380d4eb0b54