Commit graph

22 commits

Author SHA1 Message Date
Spencer Alger 8a668374b1 fixed initial layout of sense when the js is bundled and loads before the DOM 2014-01-23 14:43:44 -07:00
Boaz Leskes 7da39857f2 Change page titles to say marvel
Kibana's standard title is replaced post build until we find something better.

relates to #23
2014-01-23 21:58:19 +01:00
Boaz Leskes bdde41bfb1 Fixed sense kb for range filters 2014-01-23 21:58:19 +01:00
Boaz Leskes a564c94cc3 Enable search functionality in Sense
Closes #60
2014-01-23 15:14:47 +01:00
Spencer Alger 7a12d815d0 adjusted the way the editor resizes
- removed the "min-width" of the output, so that if the window is small it will adapt and allow the user to scroll the output (when wrap is disabled)
 - adjusted the styles of the resizer
 - revamped the positioning of the editor actions a bit while working out z-index issues
  - the top of the editors will always below the header

closes #54 closes  #51
2014-01-23 14:57:13 +01:00
Spencer Alger 82735f0c96 fixes an error when fetching mappings 2014-01-23 11:48:36 +01:00
Boaz Leskes 1902a798d7 removed left over references to SENSE_VERSION 2014-01-22 18:32:58 +01:00
Boaz Leskes 8072c2180b linting 2014-01-22 16:54:08 +01:00
Boaz Leskes 71588d55c6 Made navigation more prominent and added dedupping of current url to the kiban implementation. 2014-01-22 16:25:06 +01:00
Boaz Leskes d5cf9a6f8e Not updating ace's notion of autocomplete's prefix if the current token is a separator. Also fixed an issue where there are no term suggestions. 2014-01-22 15:20:03 +01:00
Boaz Leskes de41fa2035 fixed autocomplete styling in dark mode. 2014-01-22 14:50:17 +01:00
Boaz Leskes 23f50dd619 disabled copy as curl keyboard shortcut. Browsers block it. Snick.
Closes #42
2014-01-22 14:33:40 +01:00
Boaz Leskes 4bf8615d63 Work around ace's autocomplete initialization not taking tokenization into account but rather rely on word boundaries 2014-01-22 14:29:51 +01:00
Boaz Leskes f21d3d2050 Removed google analytics
Relates to #39 (not closing as it still under discussion)
2014-01-22 13:50:22 +01:00
Boaz Leskes 49045243e9 Moved marvelLinks.json to a common folder and added navigation menu to Sense
Relates to #35
2014-01-22 12:06:13 +01:00
Boaz Leskes f2b2fa9db7 Expose field type as meta in autocomplete 2014-01-22 11:09:04 +01:00
Boaz Leskes d0a7ca72ab Upgraded to ace 1.1.2. Converted tokenization to use standard ace stacks. Integrated auto complete with ace standard.
Also:
Fixed history popup.
Better initialization of settings module
2014-01-20 22:07:40 +01:00
Boaz Leskes 17883e8d01 Added comments to editor preview 2014-01-12 16:37:42 +01:00
Spencer Alger d5375d914d Refactored sense to use require.js
Highights of the Changes:
  - What was previously the editor is now input
  - Editor is now SenseEditor, a (somewhat) generic class that inherits from AceEditor and mixes in RowParser. will eventually be used by the output as well
  - input is an instance of SenseEditor that has an autocomplete object at `input.autocomplete`
  - Moved all network/sendToES logic into the app module
  - History no longer does any manipulation of the input, that is handled by the app (reduces inter module dependencies)
  - help popup and welcome popup are now seperate modules
  - welcome popup is not loaded unless needed
  - SenseEditor#getCurrentRequestRange and SenseEditor#getCurrentRequest are now async, and will return their value once tokenization has completed.
  - Replaced "Copy as cURL" functionality, using ZeroClipboard for now.
2014-01-12 16:24:01 +01:00
Boaz Leskes f906dc265c Even more ui tweaks 2013-12-18 21:36:19 +01:00
Boaz Leskes 57ffdaaf7c more ui tweaking. 2013-12-18 17:15:54 +01:00
Boaz Leskes 7354035798 Initial sense checkin 2013-12-18 17:15:54 +01:00