-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Replace newlines with <br/>. #126
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rashidkpc
pushed a commit
that referenced
this pull request
May 29, 2013
Replace newlines with <br/>.
rashidkpc
pushed a commit
that referenced
this pull request
Oct 6, 2014
Saved object search updates, spy panel changes
rashidkpc
pushed a commit
that referenced
this pull request
Oct 6, 2014
Saved object search updates, spy panel changes
spalger
pushed a commit
to spalger/kibana
that referenced
this pull request
Mar 3, 2016
- Added analytics.js to navigation - Converted $scope.report to $scope.marvelOpts.report in optin html - Instrumented navigation panel for Google Analytics - Instrumented sense for Google Analytics
spalger
pushed a commit
to spalger/kibana
that referenced
this pull request
Mar 3, 2016
- Added analytics.js to navigation - Converted $scope.report to $scope.marvelOpts.report in optin html - Instrumented navigation panel for Google Analytics - Instrumented sense for Google Analytics
spalger
pushed a commit
to spalger/kibana
that referenced
this pull request
Mar 3, 2016
- Added analytics.js to navigation - Converted $scope.report to $scope.marvelOpts.report in optin html - Instrumented navigation panel for Google Analytics - Instrumented sense for Google Analytics - Moved the Google Analytics tracking code to config.js - Changed the config.js to use an absolute url for the settings dependency since analytics.js needs to reuse the config (only an issue in Sense ) - Moved analytics to the common directory - Refactored analytics to return an object with a track function for fine grain tracking and a pageview for sending the page view - Added checks around the pageview code to only trigger a pageview() when the user has implictly set their optin/optout status (checking marvelOpts.version is set) - Added ga.pageview() to setOptIn() to fire if the user opts in - Ensuring the cluster report and analytics.js doesnt get sent or load before they make their decission
spalger
pushed a commit
to spalger/kibana
that referenced
this pull request
Mar 3, 2016
harper-carroll
referenced
this pull request
in harper-carroll/kibana
Jul 11, 2016
…apping Added perl script that will generate a mapping between QosMos fields and...
w33ble
added a commit
to w33ble/kibana
that referenced
this pull request
Sep 13, 2018
* chore: remove save debouncing it just makes catching errors harder right now * chore: small amount of cleanup line breaks and stuff, no actual code changes * fix: show error notification on save fail juggle the error a little so we can add a little context to the mesage, but otherwise it's just the plain kibana notifier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
... that makes stack traces more readable.
Cheers,
Jonny