Commit Graph

3163 Commits (254fe95298157bb6bc9fe43a44dd6832b93db86c)

Author SHA1 Message Date
Alex P 254fe95298 Change layout of tickscript editor 2017-09-12 09:23:26 -07:00
Alex P 89a8481844 Organize styles and use custom theme for code mirror 2017-09-12 09:23:25 -07:00
Andrew Watkins 8a14519093 Prettier 2017-09-12 09:23:25 -07:00
Andrew Watkins 59f4ca0e59 Make task ids only edit when making new task 2017-09-12 09:23:25 -07:00
Andrew Watkins 39a0d428f7 Cleanup 2017-09-12 09:23:25 -07:00
Andrew Watkins 6cdff1ae46 Remove view only Tickscript 2017-09-12 09:23:25 -07:00
Andrew Watkins c727a5ba27 WIP Introduce tickscript id editing 2017-09-12 09:23:25 -07:00
Andrew Watkins a034144c60 Add tickscript type selector 2017-09-12 09:23:25 -07:00
Andrew Watkins 0e9d62b9b3 Cleanup 2017-09-12 09:23:24 -07:00
Andrew Watkins f4c61f258a Cleanup checks with default props 2017-09-12 09:23:24 -07:00
Andrew Watkins 98109923ca Make UserRow work with new MultiSelectDropdown shape 2017-09-12 09:23:24 -07:00
Andrew Watkins 8c19136e9f Add ability to apply changes per click 2017-09-12 09:23:24 -07:00
Andrew Watkins 3267daf815 Add comment 2017-09-12 09:23:24 -07:00
Andrew Watkins 2bd47c471e Prettier 2017-09-12 09:23:24 -07:00
Andrew Watkins d5bd1ec3c1 Apply selected dbrps to state 2017-09-12 09:23:23 -07:00
Andrew Watkins c85406cbd8 Add lambda to syntax highlighting 2017-09-12 09:23:23 -07:00
Andrew Watkins e48f3aaf1f Set default props for ruleID 2017-09-12 09:23:23 -07:00
Andrew Watkins 21e4c46790 Introduce TICKscript editing 2017-09-12 09:23:23 -07:00
Andrew Watkins 4a4a255903 WIP Edit scripts returned from the server
Had to downgrade react-codemirror due to a bug.  Issues and PRs
are open to resolve:
- https://github.com/JedWatson/react-codemirror/issues/121
- https://github.com/JedWatson/react-codemirror/issues/106
2017-09-12 09:23:23 -07:00
Andrew Watkins 4029a448c6 Introduce skeleton to create task through proxy 2017-09-12 09:23:23 -07:00
Andrew Watkins 14f8bff19b ES6ify 2017-09-12 09:23:23 -07:00
Andrew Watkins a35f045648 Update kapacitor links to include tasks and ping paths 2017-09-12 09:23:22 -07:00
Alex P e84e8d097f Polish alert rules table 2017-09-12 09:23:22 -07:00
Andrew Watkins 0f936e86a3 Display TICKscript on rules index 2017-09-12 09:23:22 -07:00
Andrew Watkins 9fb878e7e8 Polish the editor 2017-09-12 09:23:22 -07:00
Andrew Watkins fa0a832bb7 Introduce CodeMirror for TICKscript editor 2017-09-12 09:23:22 -07:00
Andrew Watkins 7ce9c1953a Introduce TICKscript editor 2017-09-12 09:23:21 -07:00
Andrew Watkins 47530a7f5a Add skeleton for tickscript editor page 2017-09-12 09:23:21 -07:00
Chris Goller d1007513cd Update kapacitor rule response with dbrps, various dates, error, and executing. 2017-09-09 10:19:52 -05:00
deniz kusefoglu d3927dc187 Refactor DataSection SFC 2017-09-08 12:35:42 -07:00
deniz kusefoglu f0a14115f8 Clean up 2017-09-08 12:24:46 -07:00
Deniz Kusefoglu c8979d50e9 Merge branch 'master' into fill-query-widget 2017-09-08 14:39:54 -04:00
Deniz Kusefoglu bd88803f9f Merge pull request #1971 from influxdata/bugfix/deadman
BUGFIX: deadman
2017-09-08 14:30:11 -04:00
Jared Scheib 1486cdd30f Merge branch 'master' into fill-query-widget 2017-09-08 11:27:31 -07:00
Jared Scheib d852add765 Only submit number input value on blur; cancel on escape 2017-09-08 11:26:07 -07:00
Jared Scheib 1ffa607ea2 Only submit fill number upon enter; ensure number value on blur 2017-09-08 11:26:07 -07:00
Hunter Trujillo 5676d54fed Make Jared's belief system conversion look nicer
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-09-08 11:25:49 -07:00
Jared Scheib 619c0411a6 Convert Jared to a believer in functional programming overlord technology 2017-09-08 11:24:48 -07:00
deniz kusefoglu ba14c047f8 Transform ValuesSection into an SFC 2017-09-08 11:16:34 -07:00
deniz kusefoglu c158a3ec67 WIP Partially transform Values Section to an SFC 2017-09-08 10:36:35 -07:00
Nathan Haugo 3387c941af Bump version to 1.3.8.0 2017-09-07 16:29:56 -07:00
Andrew Watkins 71c60696d7 Fix deadman UI 2017-09-07 15:21:20 -07:00
deniz kusefoglu 7f785454ed WIP move sections some more 2017-09-07 14:08:39 -07:00
Jared Scheib 2c0eff82f5 Merge branch 'master' into fill-query-widget 2017-09-07 12:58:06 -07:00
Jared Scheib 18e41b6703 Test client DE fill for ints and floats 2017-09-07 12:50:50 -07:00
Jared Scheib 999b1d1a14 Test updating fill to non-null-string non-number value in client DE 2017-09-07 12:49:51 -07:00
Jared Scheib 2e8e9003c1 Test for explicit fill with group by time in client DE 2017-09-07 12:43:17 -07:00
Jared Scheib 908e71cca4 Update modified queryTransition funcs to ES6 and spread operator 2017-09-07 12:39:15 -07:00
Andrew Watkins 23cf8e19c7 WIP Move sections around 2017-09-07 11:43:30 -07:00
Andrew Watkins 91f2f71d1e Remove redundant call to getChildContext
The CheckSources component already provedes source to this component
and its children.
2017-09-07 11:41:37 -07:00