Commit graph

4291 commits

Author SHA1 Message Date
lukasolson 9aed294d8e Add highlighting inside Discover 2014-11-20 17:20:55 -07:00
Rashid Khan fe3d287153 Switch to standard lighter gray in the table 2014-11-20 16:39:30 -07:00
Rashid Khan 60c659cafd Use standard theme lighter gray for table field names 2014-11-20 16:37:38 -07:00
Rashid Khan b1c562efca Merge master 2014-11-20 16:13:31 -07:00
Rashid Khan 5faee19633 Add tests for _map_field and _cast_mapping_type 2014-11-20 16:11:07 -07:00
Spencer Alger ccaec3fa1e [vislib/positioning] add tests to prove cc8f9de 2014-11-20 15:30:20 -07:00
Lukas Olson 634b2405ce Merge pull request #1993 from spenceralger/pretty-source
[discover/tableRow] iterate on the style of the source field a bit
2014-11-20 14:49:31 -07:00
Spencer Alger 63c8abe713 [kibana] read and expose the timefilter properly 2014-11-20 14:45:42 -07:00
Spencer Alger bef9682e9a [discover/tableRow] add a single space between pairs, update styles accordingly 2014-11-20 14:40:19 -07:00
Spencer Alger cc8f9de59a [vislib/tooltip] improve placement to prevent flicker 2014-11-20 14:00:59 -07:00
Spencer Alger 517567b9e9 [discover/tableRows] update selector in tests 2014-11-20 13:51:30 -07:00
Spencer Alger 8e20540ff9 [discover/tableRow] itterate on the style of the source field a bit 2014-11-20 13:40:13 -07:00
Rashid Khan 64025ce3ba Break out mapping resolver, add initial tests 2014-11-20 08:47:44 -07:00
Lukas Olson 7690414fc4 Merge pull request #1984 from spenceralger/limited_marvel
Include basic marvel install
2014-11-19 21:46:55 -07:00
Spencer Alger f82e3fcdf0 [esvm] Added basic marvel install, provides sense without creating a ton of data 2014-11-19 21:14:02 -07:00
Spencer d39942288b Merge pull request #1982 from w33ble/scripted-fields
Scripted fields in index pattern
2014-11-19 18:16:02 -07:00
Spencer Alger 202e587ffc [discover/tests] remove fakeRow._formatted._source to match code 2014-11-19 17:45:45 -07:00
Spencer Alger 8342ee0c03 [discover/tableRow] style opinions 2014-11-19 17:13:23 -07:00
Spencer ef5885dbb8 Merge pull request #1981 from lukasolson/prettify-source
Prettify the display of the _source field in discover
2014-11-19 17:10:19 -07:00
Spencer cffbb9e443 Merge pull request #1967 from rashidkpc/fix/extended-bounds-as-long
Send date_histogram extended_bounds as a long. Closes #1868
2014-11-19 16:42:56 -07:00
Joe Fleming 18d2ea3bd8 make the index pattern field tabs functional 2014-11-19 16:28:50 -07:00
Spencer 95b4ce788c Merge pull request #1969 from rashidkpc/fix/query-validator-numbers
Fix query validation of numbers. Closes #1832
2014-11-19 16:14:51 -07:00
Rashid Khan 8277a9b6f3 Override mapping for _timestamp to be a date 2014-11-19 15:54:30 -07:00
Joe Fleming 4a461b46be add field types 2014-11-19 15:54:05 -07:00
Lukas Olson bb906f0ecb Merge pull request #1940 from lukasolson/issue-1933
Don't allow sorting on unsortable field types
2014-11-19 15:36:48 -07:00
Rashid Khan 4bbce09bc4 request stored fields and merge them into into hit._formatted. Closes #1766 2014-11-19 15:36:14 -07:00
lukasolson 1baa52c159 Don't allow sorting on geo_shape or attachment either 2014-11-19 15:35:38 -07:00
Joe Fleming e40a67a3f0 create field types, add tabbed interface, mock scriptedFields into indexPattern 2014-11-19 15:21:55 -07:00
Joe Fleming 4e9cf99423 remove patterncache, refactor fields
- make fetchFields 'private'
- use refreshFields to populate fields
- save after _fetchFields, not inside of it
2014-11-19 15:19:50 -07:00
lukasolson e6bbac14fa Prettify the display of the _source field in discover 2014-11-19 15:00:41 -07:00
Joe Fleming a5533888c7 remove unused (and broken) courer.getFieldsFor and reference to it 2014-11-19 14:22:52 -07:00
Joe Fleming 2685dbf2a3 courier should use self 2014-11-19 14:14:15 -07:00
Joe Fleming 4a47aade38 mapper should use self 2014-11-19 14:09:31 -07:00
Spencer Alger 64d9070665 Merge branch 'master' into breakup-kibana-controller
Conflicts:
	src/kibana/controllers/kibana.js
	src/kibana/index.html
	test/unit/index.html
2014-11-19 10:09:30 -07:00
Rashid Khan 1b499d1b76 Add more tests 2014-11-19 09:01:07 -07:00
Rashid Khan b8bf11c830 Merge branch 'master' of github.com:elasticsearch/kibana into fix/extended-bounds-as-long 2014-11-19 08:51:21 -07:00
Rashid Khan b8a068a4b6 Merge pull request #1942 from spenceralger/doc-title
Doc title
2014-11-19 08:40:57 -07:00
Rashid Khan bf009a3a12 Merge pull request #1966 from rashidkpc/fix/remove-js-timeout
Remove JS client timeout, rely on backend for timeout. Closes #1932
2014-11-19 08:36:48 -07:00
Rashid Khan 3964ee1bbc move from camel case to snake case 2014-11-18 17:10:17 -07:00
Spencer Alger a0eab7a153 Merge branch 'master' into doc-title
Conflicts:
	test/unit/index.html
2014-11-18 17:00:31 -07:00
Rashid Khan 19577eb10e Tests for fromUser and toUser in query validator 2014-11-18 16:57:56 -07:00
Rashid Khan 0e13e87658 Coerce all non-strings & non-objects into strings 2014-11-18 16:57:35 -07:00
Rashid Khan da0b1abe8d Fix validation of query strings containing only a number. Closes #1832 2014-11-18 16:56:45 -07:00
Shelby Sturgis f1b15fb76f Closes #1903. Removing sortBy of index positions from ordered_x_keys module. 2014-11-19 01:28:39 +02:00
Rashid Khan 9cc8282146 Move validate_query and break out the parser and formatter 2014-11-18 16:13:51 -07:00
Joe Fleming 1a92b4eea6 saved_object should use self 2014-11-18 16:03:25 -07:00
Joe Fleming 12f28b8414 code style 2014-11-18 16:02:39 -07:00
Joe Fleming 58ee403022 refactor the indexedArray code so it can be used for other fields 2014-11-18 15:41:40 -07:00
Joe Fleming 9c84e45002 fix code style for index patterns - use self 2014-11-18 15:40:49 -07:00
Rashid Khan a5b8718b53 Send date_histogram extended_bounds as a long. Closes #1868 2014-11-18 15:28:17 -07:00