Alex P
0ff7ca69f0
Write component test
2018-04-16 18:07:12 -07:00
Alex P
235dd7644d
Implement TemplateControlDropdown in TemplateControlBar
2018-04-16 18:06:34 -07:00
Alex P
2baa9cf4d4
Introduce Template Control Dropdown component
...
cleanup
2018-04-16 18:02:51 -07:00
Andrew Watkins
814c2c63ba
Update input types
2018-04-16 17:04:03 -07:00
Andrew Watkins
809d8718cc
Add initial ability to handle string argument types
2018-04-16 16:56:38 -07:00
ebb-tide
12be732e1c
update fieldNames upon new queryAST in tablegraph
2018-04-16 16:56:19 -07:00
Iris Scholten
21037ab55c
Add :db: and :rp: tempVars to host queries
...
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-16 16:15:02 -07:00
Iris Scholten
bee5dc7b8c
Add db and rp tempate variables to hosts page queries
...
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-16 15:04:24 -07:00
Brandon Farmer
e56e29df9b
Address PRs comments and update Changelog
2018-04-16 15:00:45 -07:00
Brandon Farmer
4e21017136
CEO always has at least one query
2018-04-16 15:00:45 -07:00
Brandon Farmer
d34ea10d98
Migrate CEO to typescript
2018-04-16 15:00:45 -07:00
Alex P
35e02abbb9
Merge branch 'master' into polish/sticky-tempvar-controls
2018-04-16 14:54:14 -07:00
Andrew Watkins
45d1c7ad33
Add inputs for various argument types
2018-04-16 14:53:54 -07:00
Alex P
1ecb8c5c2c
Allow template control bar to grow without disrupting page layout
2018-04-16 14:49:21 -07:00
Alex P
a07ffe0861
Convert component to TypeScript
2018-04-16 14:06:11 -07:00
Alex P
ec5452230c
Embolden proper noun
2018-04-16 13:25:37 -07:00
Alex P
78d96eb92b
Redesign template variables control bar to not scroll with the page
2018-04-16 13:21:50 -07:00
Alex Paxton
ce95bf9213
Merge pull request #3204 from influxdata/polish/notify-cell-actions
...
Notify when User adds, deletes, or clones a cell
2018-04-16 11:48:36 -07:00
Jared Scheib
9ecc05ff5d
Add rp to HostsPage query & all Layout cell queries
...
Rename q.database to q.db in HostPage and AutoRefresh.
Co-authored-by Iris Scholten <ischolten.is@gmail.com>
2018-04-16 11:42:53 -07:00
Jared Scheib
b3bd851bcb
Revert "Pass defaultRP from client to server for Host Page queries"
...
This reverts commit fd2af90e53
.
2018-04-16 11:05:07 -07:00
Alex P
9571031fe4
Implement cell action notifications
2018-04-16 10:59:57 -07:00
Alex P
d8c9c34bb9
Create notifications for cell add/delete/clone
2018-04-16 10:59:41 -07:00
Alex P
1ae08c6467
Introduce notification default for "Delete" actions
...
Planning to use this in the future to visually distinguish from
“Create” actions
2018-04-16 10:59:12 -07:00
Andrew Watkins
d047f8fd1a
Fix test
2018-04-16 10:56:53 -07:00
Andrew Watkins
3b7de5efb3
Replace react-codemirror with react-codemirror2
2018-04-16 10:56:53 -07:00
Andrew Watkins
85f2c3f26d
Add ability to delete function
2018-04-16 10:56:53 -07:00
Andrew Watkins
2c4ccdbaa2
Add source string to func node object
2018-04-16 10:56:53 -07:00
Andrew Watkins
5078ee2167
Tweak styles
2018-04-16 10:56:53 -07:00
Andrew Watkins
ebec2561cf
Add text editor to builder
2018-04-16 10:56:53 -07:00
Andrew Watkins
c6db2fe3ca
Move sidenav for time machine
2018-04-16 10:56:53 -07:00
ebb-tide
3c308ba13e
Merge branch 'master' into table/group-by
2018-04-15 01:03:13 -07:00
Deniz Kusefoglu
f9f86ce076
Merge pull request #3180 from influxdata/table/reorder-columns
...
Table/reorder columns
2018-04-15 00:43:52 -04:00
ebb-tide
6b37a8773c
Implement PR review suggestions
2018-04-14 21:29:17 -07:00
Jared Scheib
fd2af90e53
Pass defaultRP from client to server for Host Page queries
...
Co-authored-by Iris Scholten <ischolten.is@gmail.com>
2018-04-13 18:20:10 -07:00
Alex P
f1cedc4a28
Improve box packing for new and cloned cells
2018-04-13 15:00:30 -07:00
Brandon Farmer
199619c1e2
Fix function signature for threshold deletion
2018-04-12 16:51:16 -07:00
ebb-tide
dc4953084d
WIP - Determine groupby exists, and which are not selected
2018-04-12 16:50:06 -07:00
Brandon Farmer
b6d8564164
Remove unnecessary type
2018-04-12 14:03:45 -07:00
Brandon Farmer
658b8e6e5a
Remove console.dir
2018-04-12 13:42:52 -07:00
Brandon Farmer
b23732a7a6
Prevent click tag filter input from closing tag list item
2018-04-12 13:40:11 -07:00
Brandon Farmer
9ff9f63dd2
Ensure that values are displayed on gauges
2018-04-12 13:29:27 -07:00
Brandon Farmer
00f9eccf86
Update get methods in GaugeChart.tsx for clarity
2018-04-12 11:08:36 -07:00
Brandon Farmer
361f6e5962
Series values can be strings or numbers
2018-04-12 10:09:00 -07:00
Brandon Farmer
f73392c13b
Fix typescript results key for last values
2018-04-12 09:13:19 -07:00
Brandon Farmer
4f401bf9c8
Update lastValues types
2018-04-12 00:43:04 -07:00
Brandon Farmer
97109e29e0
Default to zero for gauges
2018-04-12 00:33:34 -07:00
Brandon Farmer
3243a8d005
Update changelog and add more tests around time range
2018-04-12 00:16:03 -07:00
Brandon Farmer
2c464a7ce2
Show valid time in custom time range when now is selected
2018-04-12 00:06:31 -07:00
Brandon Farmer
19e0d9e33d
Send notification when rp creation returns a failure
2018-04-11 23:52:46 -07:00
Jared Scheib
5e130240eb
Add default retention policy field to Source config form
...
Co-authored-by Iris Scholten <ischolten.is@gmail.com>
2018-04-11 17:30:24 -07:00
Iris Scholten
921da805b0
Add test for defaultRP in the UI on SourceForm
...
Co-authored-by Iris Scholten <ischolten.is@gmail.com>
2018-04-11 17:12:49 -07:00
Alex Paxton
8e877100f2
Merge pull request #3184 from influxdata/feature/clone-cells
...
Feature/Clone Cells
2018-04-11 16:25:28 -07:00
ebb-tide
935af05943
Remove react-sortable-hoc from deps
2018-04-11 16:22:23 -07:00
ebb-tide
70543d1ee1
Fix failing tests
2018-04-11 16:12:36 -07:00
Alex P
899c510c36
Move and rename add / clone cell helpers
2018-04-11 15:43:05 -07:00
Alex P
72005936c0
Require EDITOR permissions to clone a cell
2018-04-11 15:04:20 -07:00
Alex P
498b0f4f7b
Replace duplicate icon with more legible version
2018-04-11 15:00:26 -07:00
Alex P
5d0c6d1a18
Always show download option but disable if no data
2018-04-11 14:53:47 -07:00
Alex P
c2abd2dc0c
Swap positions of Clone & Download CSV actions
2018-04-11 14:50:46 -07:00
Alex P
fb38513fec
Pass clone cell handler from DashboardPage to LayoutCellMenu
2018-04-11 14:45:38 -07:00
Alex P
d9697f8f85
Create asynchronous action for cloning cells
...
Also ensuring cloned cell appears at bottom of dashboard to avoid
collisions
2018-04-11 14:45:06 -07:00
ebb-tide
f1e4b5a79b
Add newly generated yarn.lock
2018-04-11 14:40:59 -07:00
Alex P
13030e331f
Prevent legend text from wrapping
2018-04-11 14:17:40 -07:00
ebb-tide
a1502147cf
Fix yarn.lock merge conflict
2018-04-11 13:30:04 -07:00
ebb-tide
154e1b3700
Merge branch 'master' into table/reorder-columns
2018-04-11 13:13:30 -07:00
ebb-tide
dcfa7077ba
Add space between timeFormat dropdown and input
...
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-04-11 13:08:23 -07:00
ebb-tide
e80d5f93f5
Improve styles for customize fields dragging and visibility
...
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-04-11 12:56:14 -07:00
Alex P
1f435843bc
Render TICKscript name instead of ID
...
But render ID if there is no name
2018-04-11 10:53:01 -07:00
Alex Paxton
e3e51ac4c7
Merge pull request #3172 from influxdata/bugfix/confirm-user-delete
...
Fix Flickering Confirmation Tooltip
2018-04-11 10:19:06 -07:00
ebb-tide
dc20715a44
Implement dragging from drag handle rather than whole component
2018-04-10 21:08:33 -07:00
Alex P
a35b9695e3
Rename getter to be more semantic
2018-04-10 20:04:44 -07:00
ebb-tide
8a071581e9
Drag fields from drag icon only
2018-04-10 19:09:22 -07:00
ebb-tide
c0454829cb
Merge branch 'master' into table/reorder-columns
2018-04-10 18:38:08 -07:00
ebb-tide
6b5431edf9
Add dnd react types
2018-04-10 18:32:28 -07:00
Alex P
b505935865
Limit re-rendering via deep compare
2018-04-10 17:30:00 -07:00
Alex P
75a5f452e3
Convert component to TypeScript
2018-04-10 17:20:15 -07:00
Alex P
063f62bf4f
Update react-router types
2018-04-10 17:20:01 -07:00
Iris Scholten
fc5e16ce56
WIP Create groupby time series trunction
...
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-04-10 17:05:25 -07:00
Andrew Watkins
f4848ad3da
Cleanup
2018-04-10 16:48:17 -07:00
Alex P
10224df176
Prevent excessive re-rendering
2018-04-10 16:12:46 -07:00
Alex P
99f5129447
Prevent excessive re-rendering
2018-04-10 16:12:30 -07:00
Alex P
da4ed5f9f7
Convert component to TypeScript
...
Thanks for help @121watts
2018-04-10 15:52:58 -07:00
Iris Scholten
424ef25d13
Build out fieldNames is TableOptions using queryASTs
...
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-04-10 15:23:26 -07:00
Andrew Watkins
6117a903f2
Fix hostpage not rendering if no apps
2018-04-10 15:00:46 -07:00
Andrew Watkins
1af5a77657
Merge pull request #3169 from influxdata/bugfix/tickscript-save
...
Bugfix/tickscript save
2018-04-10 14:40:30 -07:00
Iris Scholten
0452022525
Make queryASTs available in TableGraph and TableOptions
...
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-04-10 14:26:57 -07:00
Andrew Watkins
10b9fdf507
Update tests and bugfix
2018-04-10 14:26:21 -07:00
Andrew Watkins
f169e461d9
Remove highlight circle
2018-04-10 14:04:35 -07:00
Andrew Watkins
ae4fd365ce
Fix proptype
2018-04-10 14:04:35 -07:00
Andrew Watkins
703b146bc8
Remove the need for heartbeat and lastUpdated
2018-04-10 14:04:35 -07:00
Andrew Watkins
1540e8b8c7
Cleanup
2018-04-10 14:04:35 -07:00
Andrew Watkins
f6165b9e4b
Remove need for annotationsRef
2018-04-10 14:04:35 -07:00
Andrew Watkins
044dcfc7fd
Move functions out of render and into getters
2018-04-10 14:04:35 -07:00
Andrew Watkins
cd62e5cb53
Fix edit annotation rendering speed
...
The editTemplateVariableNames action would fire way too many times.
This cause poor rendering speeds with annotations.
2018-04-10 14:04:35 -07:00
Andrew Watkins
2d0342d62d
Fix conflicts
2018-04-10 14:04:35 -07:00
Andrew Watkins
790834fe01
Convert functions to getters
2018-04-10 14:04:35 -07:00
Andrew Watkins
b0294be1ea
Move functions out of render and into getters
2018-04-10 14:02:02 -07:00
Andrew Watkins
de53b96823
Fix crosshair hovering performance issue
2018-04-10 14:02:02 -07:00
Andrew Watkins
6fec8ecd91
Add test for bug
2018-04-10 13:56:53 -07:00
Iris Scholten
d2eb208768
Get QueryAST in autorefresh and send up to CellEditorOverlay
...
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-04-10 11:52:41 -07:00
Brandon Farmer
b844cf1264
Merge pull request #3162 from influxdata/fix/graph-threshold-size
...
Only send threshold value to parent on blur
2018-04-10 11:38:34 -07:00
Andrew Watkins
b7e39e77f7
Fix Tickscript resave on error bug
2018-04-10 11:18:18 -07:00
Brandon Farmer
f526f6dba0
Add basic test around threshold
2018-04-10 11:11:22 -07:00
Andrew Watkins
af9e92e953
Change function to getter
2018-04-10 11:03:46 -07:00
Alex Paxton
f8302db62e
Merge pull request #3157 from influxdata/polish/single-stat-line-colors
...
Polish/Line+SingleStat Colors
2018-04-10 10:59:03 -07:00
Brandon Farmer
8659693490
Add types to threshold events
2018-04-10 10:47:55 -07:00
ebb-tide
665053195c
Resolve typescript errors
2018-04-09 21:06:09 -07:00
ebb-tide
0817c89bb0
Ensure same color for single stat and line graph it is getting value from
2018-04-09 20:44:20 -07:00
Brandon Farmer
eb50aacf60
Only send threshold value to parent on blur
2018-04-09 17:19:54 -07:00
Alex P
cd9b98d500
Decouple checking logic for colors and last value
...
This prevents the single stat color from fluctuating when the user has
`fill(null)`
2018-04-09 17:17:05 -07:00
Iris Scholten
89c60a5593
Add catch for getting all services api call
2018-04-09 17:16:27 -07:00
ebb-tide
7aa09418f1
Merge branch 'master' into table/reorder-columns
2018-04-09 16:22:15 -07:00
ebb-tide
72d15e4d1d
Fix table ordering
2018-04-09 16:17:31 -07:00
Andrew Watkins
0cf31351e5
Merge pull request #3156 from influxdata/polish/legend-hiding
...
Fix legend sticking around when opening CEO
2018-04-09 16:03:42 -07:00
Iris Scholten
1b08132941
Update calculateColumnWidth to take into account 1 visible column and lock first is true
2018-04-09 15:42:14 -07:00
Alex P
e78266e3fe
Use line colors for a line-plus-single-stat cell
2018-04-09 15:24:30 -07:00
Iris Scholten
3b34e3f7db
Respond to PR Review
2018-04-09 15:20:55 -07:00
Iris Scholten
2e1860336e
Fix tests after removing datalabels and making instance methods private
2018-04-09 15:20:07 -07:00
Iris Scholten
db03a3cd71
Remove dataLabels and just use queryConfigs
2018-04-09 15:20:06 -07:00
Brandon Farmer
61b159f358
Make query configs available in table options on visualization tab
2018-04-09 15:16:16 -07:00
Alex P
dc3c272f19
Repair mechanism for determining text color based on background color
2018-04-09 15:07:26 -07:00
ebb-tide
2d8a447f4b
Merge branch 'master' into table/reorder-columns
2018-04-09 15:06:54 -07:00
Iris Scholten
7a6bd0684c
Merge pull request #3151 from influxdata/table/column-sizing
...
Table/Adjust Column Sizing
2018-04-09 14:53:43 -07:00
Iris Scholten
11d4a280bd
Update accepted prop type in DeprecationWarning.tsx
2018-04-09 14:51:47 -07:00
Brandon Farmer
2a91f99a41
Merge pull request #3148 from influxdata/polish/toggle-measurement
...
Allows users to close a measurement they have open
2018-04-09 14:51:42 -07:00
Iris Scholten
096b9fcffa
Change link to open new tab instead of change current page
2018-04-09 14:50:06 -07:00
Iris Scholten
d2f73f4719
Update PagerDuty v1 deprecation message
2018-04-09 14:49:28 -07:00
Alex P
a10bad0248
Use octagon icon in deprecation warning alert
2018-04-09 14:48:39 -07:00
Alex P
475d899555
Apply alert styles to deprecation warning
2018-04-09 14:48:09 -07:00
Alex P
81eb2f9726
Apply alert styles to telegram bot alert
2018-04-09 14:47:50 -07:00
Alex P
2dcb2f1952
Introduce styles for alerts
2018-04-09 14:41:36 -07:00
Iris Scholten
ea6657f92a
create deprecationWarning component
2018-04-09 14:41:06 -07:00
Iris Scholten
68c2c68357
WIP add pagerduty2 to backend
2018-04-09 14:40:05 -07:00
Iris Scholten
8130ba7df6
add pagerduty2 as handleroption for configuring kapacitor alert
2018-04-09 14:38:29 -07:00
Iris Scholten
58596168ff
Add pagerduty2 tab and panel to AlertTabs and show services available to kapacitor
2018-04-09 14:34:55 -07:00
Iris Scholten
49b03b1505
update AlertTabs to only show tabs for services supported by current kapacitor
2018-04-09 14:34:34 -07:00
Iris Scholten
492b4d112a
Respond to PR review
2018-04-09 14:29:40 -07:00
Andrew Watkins
6587d1dcac
Fix legend hover bug
2018-04-09 12:26:41 -07:00
Brandon Farmer
6b44326fdf
Add test around MeasurementListItem behavior
2018-04-09 12:08:25 -07:00
Andrew Watkins
4908c2cd0b
Move TickscriptSave button to own file
2018-04-09 11:59:00 -07:00
Brandon Farmer
5ac5fbe159
Allows users to close a measurement they have open
...
Applies to:
- Data Explorer
- CEO
2018-04-09 10:39:31 -07:00
ebb-tide
fe8860380b
Prevent time data from receiving threshold colors
2018-04-07 16:10:32 -07:00
ebb-tide
3e10f6c6d5
Prevent time field from receiving threshold coloring.
2018-04-07 16:07:49 -07:00
ebb-tide
1a715cbdf2
Correctly determine which table data should be interpreted as time.
2018-04-07 15:49:31 -07:00
ebb-tide
b76536f2ea
Maintain order of tableoptions even when new datafields are added from query.
2018-04-07 15:19:25 -07:00
ebb-tide
421f1e4753
Make fieldNames opaque if they are in process of moving
2018-04-07 14:35:25 -07:00
ebb-tide
010e6624c9
Order fields according to tableoptions
2018-04-07 14:18:22 -07:00
Andrew Watkins
75186ae8da
Alternate title copy based on state
2018-04-06 17:56:02 -07:00
Andrew Watkins
153a8915ca
Disables saveing tickscript if no databases are selected
2018-04-06 17:56:02 -07:00
Andrew Watkins
30291007cc
Add test resources
2018-04-06 17:56:02 -07:00
Andrew Watkins
ca541481a9
Convert TickscriptEditor to TypesScript and add initial test
2018-04-06 17:56:02 -07:00
Iris Scholten
61ec801869
fix import for reduce
2018-04-06 17:52:48 -07:00
Iris Scholten
655d931c10
Remove separate calculations of label and time column sizes and move sizing function to tableGraph.js
2018-04-06 17:42:57 -07:00
Iris Scholten
0eaa6cd3fb
Fix incorrect sizing of label column when horizontal time axis
2018-04-06 17:28:45 -07:00
Brandon Farmer
5fa100f1c5
Bind QueryMakerTab event handlers
2018-04-06 16:57:58 -07:00
Iris Scholten
040aeb7b1f
Fix sizing error when switching between vertical and horizontal
2018-04-06 16:53:58 -07:00
Iris Scholten
08a2e4d55d
respond to PR review
2018-04-06 16:06:30 -07:00
Iris Scholten
d8c878d5bb
fix bug to be able to remove teams and recips from OpsGenie config
2018-04-06 16:06:30 -07:00
Iris Scholten
007f8317ce
Update Tags to typescript and make changes to OpsGenie to fix type issues accordingly
2018-04-06 16:06:30 -07:00
Iris Scholten
f9c2913799
fix linter errors and convert TagsAddButton and ConfirmButton to typescript
2018-04-06 16:06:30 -07:00
Iris Scholten
858edc2c56
WIP update config components from AlertTabs to Typescript
2018-04-06 16:06:30 -07:00
Iris Scholten
9c697f7e66
fix linter warnings in PagerDutyConfig after converting to typescript
2018-04-06 16:06:30 -07:00
Iris Scholten
74bcea59b2
Change PagerDutyConfig to typescript
2018-04-06 16:06:30 -07:00
Jared Scheib
85e5caa2ab
Merge pull request #3144 from influxdata/bugfix/dataexplorer-prefix
...
Ensure correct basepath prefix in URL pathname when passing InfluxQL query param to Data Explorer
2018-04-06 15:51:21 -07:00
Jared Scheib
4dccd30a2b
Test that client basepath strips prefix if present
...
Co-authored-by Brandon Farmer <bthesorceror@gmail.com>
Co-authored-by Jared Scheib <jared.scheib@gmail.com>
2018-04-06 15:01:45 -07:00
Jared Scheib
d9869ab875
Strip basepath prefix from DataExplorer redirect
...
Co-authored-by Brandon Farmer <bthesorceror@gmail.com>
Co-authored-by Jared Scheib <jared.scheib@gmail.com>
2018-04-06 13:20:34 -07:00
Jared Scheib
776e11fd42
Factor out getting basepath to utils fn
...
Co-authored-by Jared Scheib <jared.scheib@gmail.com>
Co-authored-by Brandon Farmer <bthesorceror@gmail.com>
2018-04-06 13:06:38 -07:00
Andrew Watkins
fe3fdb57f0
Merge pull request #3142 from influxdata/timemachine
...
Timemachine
2018-04-06 13:05:39 -07:00
Iris Scholten
23f398fe3d
Update sizing column function to determine whether is label more accureately
2018-04-06 13:03:04 -07:00
Jared Scheib
94835f36f7
Factor our getting root node into utils fn
...
Co-authored-by Jared Scheib <jared.scheib@gmail.com>
Co-authored-by Brandon Farmer <bthesorceror@gmail.com>
2018-04-06 13:00:01 -07:00
Iris Scholten
41cdd2c003
Update column sizing funciton to take into account time format and field display names
2018-04-06 12:52:59 -07:00
Iris Scholten
7ea64ec332
Use calculated column widths instead of columnsizer widths
2018-04-06 12:51:42 -07:00
Jared Scheib
cf7be217d2
Rename DataExplorer import to DataExplorerPage for consistency
...
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-04-06 12:28:13 -07:00
Andrew Watkins
6fa52b9ba8
Fix type errors
2018-04-06 12:15:28 -07:00
Alex P
52a04bf8fc
Fix component test
2018-04-06 11:31:23 -07:00
Alex P
2e510a57b2
undestructure name to simplify component
2018-04-06 11:30:49 -07:00
Alex P
b85a69a7b8
Make func list item active class into a getter
2018-04-06 11:30:20 -07:00
Alex Paxton
80e95cae81
Merge branch 'master' into bugfix/y-axis-title
2018-04-06 10:17:52 -07:00
Alex P
ffc100f08b
Simplify code
2018-04-05 18:02:55 -07:00
Alex P
57dd610732
WIP fix tests
2018-04-05 18:02:43 -07:00
Alex P
ae06a71952
Make availableFuncs back into getter
2018-04-05 16:30:44 -07:00
Alex P
98dfdb239c
Introduce concept of "Selected Function" and allow arrow key selection
2018-04-05 16:04:47 -07:00
Alex P
ac480a9fdc
Add styles for function selector
2018-04-05 16:03:53 -07:00
Alex P
90c055b4bc
Allow box-shadow styles on non-disabled buttons
2018-04-05 16:03:28 -07:00
Alex P
621227987b
Introduce input component specifically for IFQL function selection
2018-04-05 16:02:45 -07:00
Iris Scholten
874be501b5
Add calculations for column sizing
2018-04-05 15:52:36 -07:00
Alex Paxton
399995cd1f
Merge pull request #3122 from influxdata/bugfix/thresholds
...
Fix Thresholds Bugs
2018-04-05 15:22:29 -07:00
ebb-tide
bfee0bc3ab
Implement sort with react-dnd
2018-04-05 15:04:14 -07:00
Andrew Watkins
6ef22e3677
Merge pull request #3136 from influxdata/bugfix/de-time-range
...
Bugfix: DataExplorer time range
2018-04-05 14:50:25 -07:00
Andrew Watkins
b6583060d5
Check queryConfig on component mount
2018-04-05 13:53:38 -07:00
Andrew Watkins
101459338c
Change route in side nav
2018-04-05 10:07:45 -07:00
Andrew Watkins
8b30c8f281
remove component
2018-04-05 10:04:50 -07:00
Andrew Watkins
f8ad5a04f6
Add style
...
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-04-05 10:02:42 -07:00
Andrew Watkins
315efc8441
Add function parameter inputs
2018-04-05 10:02:42 -07:00
Andrew Watkins
562dc839af
Display arguments and thier values
...
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-04-05 10:02:42 -07:00
Andrew Watkins
7c487cf0c9
Rename Node to FuncNode
...
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-04-05 10:02:42 -07:00
Andrew Watkins
84d85ead7c
WIP move rawquery logic in to DE container
2018-04-05 10:02:08 -07:00
ebb-tide
5eec65786b
Implement sort with react-sortable-hoc
2018-04-04 20:46:42 -07:00
Brandon Farmer
02b2277a93
handle no fields for a measurement gracefully
2018-04-04 17:51:03 -07:00
Andrew Watkins
168361170a
Convert QueryMaker to TypesScript and add test
2018-04-04 16:06:50 -07:00
Andrew Watkins
709bf895f3
Update async test
2018-04-04 15:39:46 -07:00
Andrew Watkins
6536d5d9c7
Move DataExplorer to TypeScript
2018-04-04 15:39:34 -07:00
Andrew Watkins
c4d51fcee8
Merge pull request #3127 from influxdata/chore/add-react-router-types
...
Add @types/react-router to dev dependencies
2018-04-04 14:38:39 -07:00
Andrew Watkins
967d70b106
Update react-router types version
2018-04-04 14:38:06 -07:00
ebb-tide
5818daa1a2
Add @types/react-router to dev dependencies
2018-04-04 14:38:06 -07:00
Andrew Watkins
1ed98613e4
Merge pull request #3126 from influxdata/bugfix/delete-buttons
...
Bugfix/delete buttons
2018-04-04 14:37:14 -07:00
Alex P
416d70aa27
Truncate y axis label when it exceeds height of line graph
...
Tried this and having it wrap text, and this was the superior option
2018-04-04 14:28:17 -07:00
Andrew Watkins
5a0ef2487a
Update react-router types version
2018-04-04 14:21:06 -07:00
ebb-tide
68b67986a7
Add @types/react-router to dev dependencies
2018-04-04 12:03:47 -07:00
Andrew Watkins
8b09475ed4
Fix remaining broken delete confirmations
2018-04-04 11:50:05 -07:00
Deniz Kusefoglu
2d574ac5c8
Merge branch 'master' into bugfix/annotations-update
2018-04-04 14:43:36 -04:00
Andrew Watkins
4e62a9ac40
Fix orgs not deleting
2018-04-04 11:25:51 -07:00
Andrew Watkins
4438d982aa
Merge pull request #3118 from influxdata/bugfix/flash-notifications
...
Bugfix/flash notifications
2018-04-04 11:13:17 -07:00
Andrew Watkins
325275c471
Update tests
2018-04-04 11:00:43 -07:00
lukevmorris
7a3f1d1744
Merge pull request #3120 from influxdata/change-interval-to-duration
...
:interval: now represents a raw influxql duration
2018-04-04 09:39:49 -07:00
Luke Morris
eab7b47060
Everything is in terms of 'points' now
2018-04-03 23:03:07 -07:00
Andrew Watkins
d3b1b06726
Update tests
2018-04-03 22:07:31 -07:00
Alex P
58c51822a4
Guard against thresholds list accepting incorrect color types
2018-04-03 21:18:37 -07:00
Alex P
10a0a88b68
Guard against gauges accepting incorrect color types
2018-04-03 21:15:30 -07:00
Alex P
d7914c9013
Ensure colors in line graph palettes have unique IDs
2018-04-03 21:14:34 -07:00
Alex P
053aa3d2d8
Ensure unique keys in thresholds lists
2018-04-03 21:14:04 -07:00
Andrew Watkins
bc8fcf8b8d
Add inital tests
2018-04-03 21:10:06 -07:00
Alex Paxton
edde34a745
Merge pull request #3116 from influxdata/ux/improve-rename-cell
...
Improve Cell Renaming
2018-04-03 20:25:18 -07:00
Luke Morris
402c8a6db5
Pointers and strings
2018-04-03 17:28:57 -07:00
Luke Morris
8c50b8a36c
Reintroduce :interval: work
...
This reverts commit c331e0f48e
.
:interval: represents a duration now
queryConfig must recognize both :interval: forms
Another case to consider
Fix broken links in CHANGELOG
Rudimentary migration system w/ :interval: migration
Only looking for :interval: now
Server can expect time(:interval:) from now on
Repair go specs
2018-04-03 16:52:34 -07:00
Andrew Watkins
d71763234a
Introduce /health endpoint
2018-04-03 15:58:33 -07:00
Alex P
110028c1bb
Make cell renaming always an input
2018-04-03 14:14:42 -07:00
ebb-tide
b450ff2f18
Merge branch 'bugfix/kapacitor-loading-4ever' of https://github.com/influxdata/chronograf into bugfix/kapacitor-loading-4ever
2018-04-03 13:46:41 -07:00
Deniz Kusefoglu
1724b532c9
Merge branch 'master' into bugfix/kapacitor-loading-4ever
2018-04-03 16:46:08 -04:00
Andrew Watkins
daf9022dec
Remove Object.assign
2018-04-03 13:21:52 -07:00
Andrew Watkins
957731710a
Convert CheckSources to TypeScript
2018-04-03 13:19:48 -07:00
Andrew Watkins
8137ed998f
Merge pull request #3112 from influxdata/bugfix/influxdb-delete-user-role
...
Bugfix: Delete UserRole and handle providing no roles or permissions
2018-04-03 12:02:27 -07:00
ebb-tide
4ccde5e55d
Implement suggestions from PR review
2018-04-03 12:00:53 -07:00
Andrew Watkins
63d8d8bfa5
Move functions out of render
2018-04-03 10:56:22 -07:00
Andrew Watkins
c00a67f075
Refactor label logic into if statement
2018-04-03 10:53:55 -07:00
Alex Paxton
5852c6c3da
Merge branch 'master' into bugfix/save-new-tickscript
2018-04-02 18:24:41 -07:00
nathan haugo
1efa7a257c
Update for 1.4.3.1
2018-04-02 17:50:32 -07:00
ebb-tide
ff82b4986c
remove ts warning
2018-04-02 17:31:11 -07:00
ebb-tide
a3218e1027
Add some tests
2018-04-02 17:16:45 -07:00
Alex P
bbb6246f33
Render task ID instead of name in TICKscript controls
...
This ensures a newly created tickscript does not have a blank space here
2018-04-02 17:03:52 -07:00
Alex P
458a8632fd
Redirect to URL of TICKscript after creation
2018-04-02 17:03:10 -07:00
Andrew Watkins
9dc3566883
Update UserRoleDropdown getters
2018-04-02 16:26:25 -07:00
Andrew Watkins
a169c2cec8
Introduce UserRole dropdown
2018-04-02 16:09:47 -07:00
ebb-tide
c6c59bdc4f
Reverse unnecessary change
2018-04-02 16:00:37 -07:00
ebb-tide
450d9a47b8
Convert KapacitorRulesPage and SourceIndicator to .tsx
2018-04-02 15:38:48 -07:00
Andrew Watkins
f3dbc69b2e
Convert and refactor UserRow to TypeScript
2018-04-02 15:20:15 -07:00
Andrew Watkins
42aa891a4c
Update styles to fix text overflow
2018-04-02 15:19:23 -07:00
Brandon Farmer
73461351b8
Surround temp var query params with quotes
2018-04-02 14:35:30 -07:00
ebb-tide
a89b39b27c
Convert KapacitorRulesPage to tsx
2018-04-02 14:33:54 -07:00
Brandon Farmer
7328859476
Merge pull request #3107 from influxdata/fix/template-variable-saving
...
Fixes template variable editing not allowing saving
2018-04-02 12:57:06 -07:00