forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into azure
We store our bes timestamps in UTC [1], because that doesn't depend on the timezone of the log-generating host. However, most folks don't prefer to see their local time [2]. Upstream learned support for this in 6696e13 (option to adjust table time field to browser's local timezone, 2013-12-04 [3]), which landed a month and a half after v3.0.0milestone4 (the last time we synced with upstream). Sync again to pull in this change. By merging the current master, we pull in an additional 104 non-merge commits: $ git log --oneline --no-merges 6696e13..origin/master | wc -l 104 but there's no sense in stopping halfway. That would just delay any integration issues (of which I am aware of none) until later. [1]: https://github.com/wking/bes/blob/v0.3/bes/__init__.py#L76 [2]: elastic#95 [3]: elastic#95 (comment) * origin/master: (184 commits) Use -moz-box-sizing for firefox kibana-container Improve annotation tooltip on light theme Get rid of the reverse Re-fix overly broad cluster, events need to be sorted correctly Fixed overly broad event clustering. Re: elastic#854 Resolve ids from list at initialization Added license information for vendor packages make panels 100% width on mobile Improve button positioning Improve droppable spaces when dragging Revert max span to 12 Align row buttons with panels Improve visibility of available drag spaces Add subtle border to panels, improve dragging representation Fix column panel, closes elastic#832 Fixed resize events Extended save/cancel to row and dashboard editors. Allow rows to overflow gracefully. Normalized spacing between panels Add the content of the panel to a panel-content container Add git commit to built versions cleanup comment ...
- Loading branch information
Showing
304 changed files
with
13,796 additions
and
4,975 deletions.
There are no files selected for viewing
Empty file.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ | |
|
||
"globals": { | ||
"define": true, | ||
"require": true | ||
"require": true, | ||
"Chromath": false | ||
} | ||
} |
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
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
Empty file.
Oops, something went wrong.