Commit Graph

9882 Commits (4de6cd653edcd1c22ffcf398e7b522847b003232)

Author SHA1 Message Date
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
Alex P 2ab4b4f6ac Improve readability of logic 2018-05-25 16:24:49 -07:00
ebb-tide 954b1d36f4 Define additional argument types 2018-05-25 16:15:16 -07:00
ebb-tide 08c1ba2a26 Correct default join string 2018-05-25 16:14:41 -07:00
Brandon Farmer 58de6abd80 Show histogram for log counts in log viewer 2018-05-25 16:03:22 -07:00
Alex P 6bbed0cadd Introduce component for individual filters 2018-05-25 15:58:09 -07:00
Alex P f2fff2385b Create SCSS shadow mixin
this is used a bunch of places in the UI, going to work this in over
time
2018-05-25 15:57:38 -07:00
ebb-tide 12f10e7d9d Improve Join Function 2018-05-25 15:57:09 -07:00
Iris Scholten 8c49ed49b5 Update Changelog 2018-05-25 15:52:16 -07:00
Iris Scholten 6e4cc9937f Convert ui/src/shared/data/timeRanges to typescript 2018-05-25 15:52:16 -07:00
Iris Scholten 6efbf38ce8 Add and ensure upper time bound in querytext when query is not parseable into a query config 2018-05-25 15:52:05 -07:00
ebb-tide 64d66cf186 Display object and array args in preview 2018-05-25 15:47:53 -07:00
ebb-tide ac896351d2 Return objects and array values from ast 2018-05-25 15:23:33 -07:00
Alex P 28aeb076d7 Rename files and flesh out filter bar component 2018-05-25 11:59:49 -07:00
Alex P d61ffc906c Mock out search state and interactions 2018-05-25 10:54:46 -07:00
Alex P abef7cd87a Add static markup & styles for Search and Filtering 2018-05-24 16:52:24 -07:00
Alex P 74e4837074 Condense page header 2018-05-24 15:34:53 -07:00
Andrew Watkins b26416ef60 Merge pull request #3519 from influxdata/ifql-table
Ifql table
2018-05-24 14:24:48 -07:00
Iris Scholten 2847b5f214 Merge pull request #3522 from influxdata/feature/tempvars-cell-titles
Template Variables in Cell Titles
2018-05-24 14:20:17 -07:00
Iris Scholten 8673cdeea3 Update Changelog 2018-05-24 14:07:31 -07:00
Andrew Watkins 399c2dc8fa Tweak styles
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-05-24 13:50:17 -07:00
Andrew Watkins 5e6f7d7484 Improve column sizing
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-05-24 13:18:31 -07:00
Andrew Watkins 7cad3357c4 Handle script edge cases
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-05-24 13:06:46 -07:00
ebb-tide 5953b70d18 Add object type to ifql mode for codemirror 2018-05-24 12:00:38 -07:00
Andrew Watkins 8284f29230 Move service fetching
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-05-24 11:01:38 -07:00
Andrew Watkins d8ed336248 Automatically select table on initial render 2018-05-24 09:37:17 -07:00
Andrew Watkins 264afed4b8 WIP add table vis to TimeMachine 2018-05-23 15:55:59 -07:00
Alex Paxton 6c0d7984e4 Merge pull request #3520 from influxdata/log-viewer/layout
Layout Scaffolding for Logs Viewer
2018-05-23 15:20:11 -07:00