Commit Graph

8621 Commits (646da4919ef68026967e1f721a1e85f7829e364b)

Author SHA1 Message Date
Andrew Watkins 76e0d026ea Fix typing errors 2018-03-29 16:06:10 -07:00
Brandon Farmer ff6a9fcb0a Fix FuncSelectorTest
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-29 16:06:10 -07:00
Brandon Farmer 31b92c7601 Add ability to add function nodes to Time Machine
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-29 16:06:10 -07:00
Brandon Farmer 178b366191 Func item triggers a handler when it is clicked
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
Co-authored-by: Andrew Watkins<andrew.watkinz@gmail.com>
2018-03-29 16:06:10 -07:00
Alex P 80ed25ce2e Refactor TempVar Manager to use confirm button 2018-03-29 16:06:04 -07:00
Brandon Farmer 34c77d0175 Remove unused storybook directory 2018-03-29 16:04:37 -07:00
Andrew Watkins 8b03686af4 Add ast to test props 2018-03-29 16:04:37 -07:00
Andrew Watkins 23591a1a7f Remove From.tsx 2018-03-29 16:04:37 -07:00
Andrew Watkins d8d82868fc Fix test 2018-03-29 16:04:37 -07:00
Andrew Watkins a4c6386155 Fix production type error logging 2018-03-29 16:04:37 -07:00
Andrew Watkins 7559b2e430 Fix broken test 2018-03-29 16:04:37 -07:00
Andrew Watkins b2e70f396f Introduce Walker class for walking the ifql AST
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-03-29 16:04:37 -07:00
Andrew Watkins ad7d96d697 Add endpoint for raw string conversion to AST
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-29 16:04:37 -07:00
Andrew Watkins 67ec7394dc Update to Go 1.10 and Node 8.10.0 2018-03-29 16:04:37 -07:00
Andrew Watkins 6e35370751 Change /suggestions response format to include params
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-29 16:03:26 -07:00
Andrew Watkins c9e9b0bc90 Wrap ifql navigation with feature flag 2018-03-29 16:03:26 -07:00
Andrew Watkins 2140336edc Introduce ClickOutside component 2018-03-29 16:02:32 -07:00
Andrew Watkins 182d4517e7 Introduce filtering to FuncButton 2018-03-29 16:02:32 -07:00
Andrew Watkins a0ef2dbc91 Add onClickOutside and scrolling to FuncsButton 2018-03-29 16:02:32 -07:00
Andrew Watkins e0db988a79 Introduce function list button populated by IFQL 2018-03-29 16:02:32 -07:00
Andrew Watkins 90718ff652 Get suggestions for functions 2018-03-29 16:02:32 -07:00
Andrew Watkins 08d26a7f1e Introduce IFQLPage skeleton 2018-03-29 16:02:31 -07:00
Andrew Watkins 0e9ebc3ef3 Add ifql to links 2018-03-29 16:01:01 -07:00
Andrew Watkins 81ea6506ab Provide links to ifql api 2018-03-29 16:01:01 -07:00
Andrew Watkins b7cf32873a Add getSuggestions AJAX call to chronograf FE 2018-03-29 16:01:01 -07:00
Andrew Watkins 00c7d9a6e2 Introduce IFQLPage container 2018-03-29 16:01:01 -07:00
Brandon Farmer 7ee78603ee Update revision for ifql and fix tests 2018-03-29 16:01:01 -07:00
Brandon Farmer 83c3813d7e Add endpoints for ifql function suggestions
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-03-29 16:01:01 -07:00
Brandon Farmer 185d1d79bc
Merge pull request #3094 from influxdata/fix/ensure-template-variables-save
Ensure that template variables always save
2018-03-29 15:59:45 -07:00
Andrew Watkins 88743a7987
Merge pull request #3095 from influxdata/chore/create-class-removal
Chore createClass removal - Older API's hate them
2018-03-29 15:48:06 -07:00
Brandon Farmer 8b3f6e1832 Update changelog 2018-03-29 15:46:50 -07:00
Jared Scheib 0fb86814f6 Correct typo 2018-03-29 15:45:21 -07:00
Jared Scheib 1898c0847e Properly use enums to limit valid role strings 2018-03-29 15:44:04 -07:00
Alex P bd54d53743 Refactor influxdb roles admin tables to use Confirm Button 2018-03-29 15:40:24 -07:00
Jared Scheib 0e44b94a24 Improve descriptions of /organization(s) & /user(s) API 2018-03-29 15:39:20 -07:00
Andrew Watkins 9b9db478e9 Remove tsx extension 2018-03-29 15:36:32 -07:00
Alex P 648164aef5 Remove call to nonexistent function 2018-03-29 15:34:29 -07:00
Andrew Watkins cd4b46a838 Fix proptype requirements 2018-03-29 15:33:54 -07:00
Alex P 92ee483065 Refactor dashboards index table to use confirm buttons 2018-03-29 15:28:40 -07:00
Alex P 862ca7d3bd Fix alignment of delete button 2018-03-29 15:25:24 -07:00
Alex P c4bba20174 Refactor providers table to use confirm buttons 2018-03-29 15:20:16 -07:00
Alex P 14106b76c4 Refactor organizations table to use latest patterns 2018-03-29 15:13:30 -07:00
Andrew Watkins 5c32cb4953 Move GraphTips to TypeScript 2018-03-29 14:56:14 -07:00
Andrew Watkins 21ed666397 Convert NoKapacitorError to TypeScript 2018-03-29 14:53:54 -07:00
Andrew Watkins 1cf13b4e31 Convert NotFound to TypeScript 2018-03-29 14:49:56 -07:00
Alex P b91222beb9 Refactor influxdb admin database tables to use latest patterns 2018-03-29 14:47:47 -07:00
Andrew Watkins b2a6c752eb Convert ResizeHandle to TypeScript 2018-03-29 14:46:31 -07:00
Andrew Watkins 1f2b7b4361 Convert SideNav to TypeScript 2018-03-29 14:40:48 -07:00
Andrew Watkins 21e601a003 Convert DataExplorerPage to tsx 2018-03-29 14:07:53 -07:00
Andrew Watkins 10d0b66dcf Remove dead code 2018-03-29 14:07:20 -07:00