Commit graph

8834 commits

Author SHA1 Message Date
Jonathan Budzenski
485d873087 [filter bar] Scale filter min width as ems change 2015-11-04 14:52:48 -06:00
Jonathan Budzenski
647be88cb3 [filter bar] Cleanup 2015-11-04 10:38:52 -06:00
Jonathan Budzenski
b755082681 [filter bar] Move alias to a separate input field 2015-11-02 17:44:57 -06:00
Jonathan Budzenski
c4d4b186a4 [filter bar] Add aliasing. Closes #5194 2015-11-02 11:52:09 -06:00
Jonathan Budzenski
4d9b02f06a Generalize editable filter directive to json input validation 2015-10-30 15:38:17 -05:00
Jonathan Budzenski
a81acf2114 [filter bar] Move editable filter validation to a directive 2015-10-30 13:02:05 -05:00
Jonathan Budzenski
9bd79a9301 [filter bar] Let all filter types pass through, add invalid JSON message 2015-10-27 16:46:03 -05:00
Jonathan Budzenski
9404c3d641 [filter bar] Disable done if edited filter is invalid, add test for filter type change 2015-10-27 11:23:42 -05:00
Jonathan Budzenski
dfa8c54fab [filter bar] Init filter editing 2015-10-13 15:53:04 -05:00
Rashid Khan
42b51bfb2a Merge pull request #5103 from jbudz/bump
Bump grunt-esvm.  Closes #5091
2015-10-12 17:23:57 -07:00
Jonathan Budzenski
d1531527e2 Bump grunt-esvm. Closes #5091 2015-10-12 17:57:42 -05:00
Lukas Olson
95873a07c7 Merge pull request #5074 from epixa/5061-import-firefox-bug
Safely window.confirm when importing saved object
2015-10-12 14:36:55 -07:00
Rashid Khan
00a731d4cc Merge pull request #5083 from panda01/fix/hidden-server-errors
Fix/hidden server errors
2015-10-12 13:11:27 -07:00
Jonathan Budzenski
935b3d9d0b Merge pull request #4594 from jbudz/issues/1726
Color field format
2015-10-12 13:58:41 -05:00
Khalah Jones-Golden
2931bb55ab [Server] Updated serve to log the errors to console despite the server circumstances 2015-10-12 10:42:54 -04:00
Jonathan Budzenski
209951b374 Merge pull request #5090 from jbudz/issues/4891
[date formatter] Display hyphen on null or undefined dates
2015-10-09 21:38:32 +02:00
Jonathan Budzenski
07bfa7941b [date formatter] Display hyphen on null or undefined dates to be consistent with other types 2015-10-09 18:06:46 +02:00
Chris Cowan
3cda9ade6c Merge pull request #5038 from simianhacker/filter-logs-fix
Adding filtering to the logger
2015-10-09 09:01:01 -07:00
Jonathan Budzenski
8221872678 [field formats] Use default on all new fields 2015-10-09 17:36:13 +02:00
Jim Unger
c6639d8d82 Merge pull request #5086 from BigFunger/visualize-analyzed-string-warning
Visualizations - Hide analyzed warning when switching to non-analyzed fields
2015-10-08 15:25:25 -05:00
Jim Unger
25ff8ea9c3 Visualizations - Hide analyzed warning when switching to non-analyzed fields 2015-10-08 15:11:16 -05:00
Paul Echeverri
142c158c02 Merge pull request #5035 from palecur/relnotes
Adds release notes for Kibana 4.2, minor cleanup elsewhere.
2015-10-08 11:34:08 -07:00
Jonathan Budzenski
f86145fce4 [field formats] Remove unused require 2015-10-08 18:14:33 +02:00
Chris Cowan
18c4338e7a Refactoring to simpliefy things a bit 2015-10-07 18:29:51 -07:00
Paul Echeverri
6b819992d1 Typo fix 2015-10-07 16:44:44 -07:00
Paul Echeverri
1cfcdad770 Updates release notes for 4.2 2015-10-07 16:35:07 -07:00
Paul Echeverri
0b32f8f40c Merge pull request #5018 from palecur/appbar
Initial commit for App Switcher docs
2015-10-07 15:59:36 -07:00
Chris Cowan
8cd14724bf Merge pull request #5081 from rashidkpc/fix/boomUnauthorizedObject
Fix shield compatibility in routes that need client credentials
2015-10-07 14:40:20 -07:00
Rashid Khan
15ba5c3ca3 Fix shield compatibility in routes that need client credentials 2015-10-07 14:35:34 -07:00
Chris Cowan
0479c25f9b Merge pull request #6 from spalger/pr/5038
[server/log] simplify the log messages before filtering
2015-10-07 12:59:34 -07:00
Court Ewing
df0e178e01 Merge pull request #5078 from jbudz/issues/5077
[url field format] Use ng-non-bindable to prevent interpolation
2015-10-07 09:21:45 -04:00
Jonathan Budzenski
cdc10459e4 [url field format] Use ng-non-bindable to prevent interpolation. Closes #5077 2015-10-07 15:09:53 +02:00
Court Ewing
db6e5ee8c4 Safely window.confirm when importing saved object
Angular doesn't play nicely with the native thread-blocking functions
(e.g. window.confirm) unless the call is wrapped inside a $timeout. A
new service exists to allow us to use window.confirm in a safe and
consistent way.
2015-10-06 17:29:39 -04:00
spalger
a69b027130 [server/log] simplify the log messages before filtering
`applyFilterToKey()` used to choke on circular structures by simply recursing through the object passed in. When we create a circular structure though, we generally provide a simplified version of the object via `obj#toJSON()`. This makes logging those objects simple, and now the filter will use the same mechanism before attempting to itterate the object.
2015-09-30 03:53:04 +02:00
Chris Cowan
2b419875ba Refactoring the regex codes 2015-09-26 10:34:51 -07:00
Chris Cowan
3902c380cd Fixing Edge Cases
- Add ability to specify filters from CLI options
- Add test and fix for removing branch with censor
- Add change regex to use strings
2015-09-26 10:09:56 -07:00
Paul Echeverri
98dec6d456 Refactors plugin documentation 2015-09-25 17:11:50 -07:00
Paul Echeverri
7ea7c08a19 Refactors layout of Release notes page. 2015-09-25 17:06:44 -07:00
Chris Cowan
d47481f9ef Moving key match above recursion for removing branches 2015-09-25 11:44:48 -07:00
Chris Cowan
251aa499ed Adding filtering to the logger
- Closes #5036
- Add `applyFilterToKey()`
- Add test for `applyFilterToKey()`
- Add `filter` attribute to config for reporters
- Add `this.filter` method to `LogFormat` class
2015-09-25 11:27:58 -07:00
Lukas Olson
76ee5abfcf Merge pull request #5031 from jbudz/bump
Bump grunt-esvm
2015-09-24 15:58:47 -07:00
Paul Echeverri
e243f741f3 Adds release notes for Kibana 4.2, minor cleanup elsewhere. 2015-09-24 14:48:31 -07:00
Jonathan Budzenski
84dd664bab Bump grunt-esvm 2015-09-24 12:29:10 -05:00
Jonathan Budzenski
fee4e0d99c [field format] Lock color version, allow deletion from any position 2015-09-24 09:31:11 -05:00
Jonathan Budzenski
d58d14d7fd Merge branch 'master' into issues/1726 2015-09-24 09:12:10 -05:00
Rashid Khan
5fcf336168 bump to 4.3 2015-09-23 15:37:29 -07:00
Jonathan Budzenski
f74eafe5f7 Merge pull request #5025 from w33ble/farewell-zeroclipboard-and-thanks-for-all-the-fish
Remove ng-clip and zeroclipboard
2015-09-23 15:58:51 -05:00
Matt Bargar
9e70e02bc9 Merge pull request #5013 from Bargs/fix/5004-visOverlap
Fixes #5004 vis editor collapsible sidebar arrow overlaps visualization
2015-09-23 16:58:48 -04:00
Matt Bargar
3223a4b195 Merge pull request #1 from rashidkpc/enhancement/sidebar-hover
Add hover to match spy tab, make bar smaller
2015-09-23 16:51:32 -04:00
Jim Unger
465233176c Merge pull request #5010 from spalger/implement/testSubjectHelper
[jquery] add findTestSubject helper to jquery
2015-09-23 15:50:03 -05:00