Commit Graph

9859 Commits (eb5de1d00237910e13ad749634e8f3b04693b2a9)

Author SHA1 Message Date
Brandon Farmer fb3cc1fcd5 Fixes fancy scrollbars in log viewer 2018-05-31 15:35:07 -07:00
Andrew Watkins 535d34ef05 Fix tests
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
2018-05-31 15:31:50 -07:00
Christopher Henn 4894e2e82d Increase pagination constant
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
2018-05-31 15:20:53 -07:00
Christopher Henn 4a3184b968 Fix table header 2018-05-31 15:20:53 -07:00
Christopher Henn aa30ccf61a Only show sidebar if multiple results
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
2018-05-31 15:20:53 -07:00
Christopher Henn 9b4654c76f Display message when TagList is empty
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
2018-05-31 15:20:53 -07:00
Christopher Henn 93a4786130 Fetch tag values count when fetching tag values
...instead of when fetching tag keys.
2018-05-31 15:20:53 -07:00
Andrew Watkins 3db7c6fca0 Simplify result naming in table sidebar
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
2018-05-31 15:20:53 -07:00
Andrew Watkins 1c6ba204be Display proper count in load more button
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
2018-05-31 15:20:53 -07:00
Andrew Watkins a6e16c35de Cleanup
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
2018-05-31 15:20:53 -07:00
Andrew Watkins c254a8b5da Enable pagination in tag value lists
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
2018-05-31 15:20:53 -07:00
Andrew Watkins a86c2817a8 Get actual databases for From component 2018-05-31 15:20:53 -07:00
Andrew Watkins 3bb4644aa9 Enable filtering with TagValueListItem
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
2018-05-31 15:20:53 -07:00
Andrew Watkins 3fbfd97929 Add loading state to searching
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
2018-05-31 15:20:52 -07:00
Christopher Henn aabbbf2102 Display loading state for tag key and value lists
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-05-31 15:20:52 -07:00
Christopher Henn 7bb4afde77 Enable searching tag values
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-05-31 15:20:52 -07:00
Christopher Henn c6862669ee Enable searching tag keys
...and remove unused top-level filter.

Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-05-31 15:20:52 -07:00
Christopher Henn a1b19295db WIP
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-05-31 15:20:52 -07:00
Andrew Watkins 74403084f0 Refresh AST when getting time series 2018-05-31 15:20:52 -07:00
Christopher Henn d9942259db WIP
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-05-31 15:20:52 -07:00
Christopher Henn c575a09d89 WIP schema explorer
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-05-31 15:20:52 -07:00
Andrew Watkins edb919408a Merge pull request #3544 from influxdata/md-platform-query
Use platform query package instead of ifql for ifql builder endpoints
2018-05-31 15:20:13 -07:00
Brandon Farmer 03f7d277ba Merge pull request #3543 from influxdata/log-viewer/basic-search
Implements basic log viewer search
2018-05-31 14:03:59 -07:00
Brandon Farmer 2e49a5f30f Add more styling to severity 2018-05-31 13:50:28 -07:00
Michael Desa be5a73cfdf update dependencies by removing ifql and adding platform 2018-05-31 15:16:02 -04:00
Michael Desa f8a7eff2f0 Use platform query package instead of ifql package 2018-05-31 14:48:27 -04:00
Brandon Farmer dcd978949b Implements basic log viewer search 2018-05-31 10:50:46 -07:00
ebb-tide fc3e2bc091 Name the default export from FuncArgTextArea correctly 2018-05-30 18:59:41 -07:00
ebb-tide c626809e6f DRY in FuncArds render function 2018-05-30 18:48:36 -07:00
ebb-tide a3aa112cc3 Refactor walker.test to create explicit expected variables 2018-05-30 18:14:54 -07:00
Brandon Farmer d2171be2e0 Merge pull request #3538 from influxdata/log-viewer/graph
Calculate bin size for log viewer
2018-05-30 15:00:33 -07:00
Brandon Farmer aa17232a3a Display tabular log data and Calculate bin size for log viewer 2018-05-30 14:23:12 -07:00
Iris Scholten 82d0f0b3cd Merge pull request #3527 from influxdata/fixes/custom-time-selector
Ensure Cells show only data from TimeSelector Constraints
2018-05-29 14:15:01 -07:00
Iris Scholten 822618fab3 Update addTimeBoundsToRawText to use regex in its string matching checks instead of strings 2018-05-29 13:55:16 -07:00
Iris Scholten ba871fe07e Fix typo in buildCannedDashboardQuery 2018-05-29 13:17:42 -07:00
Iris Scholten 2673d9d62d Update type in timeRanges.ts to extend TimeRange type from src/types/query 2018-05-29 13:16:35 -07:00
ebb-tide 57f5d581e3 Merge branch 'master' into ifql/join 2018-05-29 12:36:57 -07:00
ebb-tide 7cf1f40b21 Remove ArgVar as an allowable argument type 2018-05-29 12:35:48 -07:00
ebb-tide 103b980c1e Add missing suggestion params inside bodynodes function 2018-05-29 12:35:24 -07:00
ebb-tide 2ba143d731 Remove table1 and table2 from state in Join 2018-05-29 11:26:02 -07:00
Alex Paxton 955761ec3b Merge pull request #3529 from influxdata/log-viewer/placeholder-markup
Log Viewer Search & Filtering UI
2018-05-29 11:05:16 -07:00
Alex P 23d345dc03 Merge branch 'master' into log-viewer/placeholder-markup 2018-05-29 10:36:41 -07:00
ebb-tide 0ae074854b Remove unused vars 2018-05-29 09:55:41 -07:00
ebb-tide 0adf01bfb6 Show table1 and table2 in dropdown selector even if they are not in dropdown items 2018-05-29 09:53:58 -07:00
Brandon Farmer 267c7d34bf Merge pull request #3526 from influxdata/log-viewer/graph
Show histogram for log counts in log viewer
2018-05-26 15:24:18 -07:00
ebb-tide f5c30d7f84 Convert objects and arrays to script correctly 2018-05-25 17:20:11 -07:00
ebb-tide 1c9d67ab2e Fix adding unnecessary newlines in script 2018-05-25 17:19:39 -07:00
ebb-tide b0383bbfe1 Stop deriving state from props in join component 2018-05-25 17:18:32 -07:00
ebb-tide 6f02d7b90a Make join return table object values from state 2018-05-25 17:18:03 -07:00
Alex P e1d90dbe0b Remove margin in filter tooltip 2018-05-25 16:56:20 -07:00