Iris Scholten
|
2a738df64e
|
fix time formattin bug
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
|
2018-03-20 18:54:35 -07:00 |
Alex P
|
4599d21364
|
Display complete cell contents on hover
Doing this old school way with title & alt attributes
|
2018-03-20 18:41:51 -07:00 |
Alex P
|
8e72bfd2ad
|
Truncate overflow with ellipsis
|
2018-03-20 18:39:21 -07:00 |
Alex P
|
d8e07cf5b6
|
Set more reasonable min and max widths for column sizer
|
2018-03-20 18:39:03 -07:00 |
Iris Scholten
|
eca5394edc
|
merge master and fix minor bugs
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
|
2018-03-20 18:30:08 -07:00 |
Alex P
|
66c8480b3e
|
Implement columnSizer
This HOC sizes the columns to fit available space
|
2018-03-20 18:24:01 -07:00 |
Alex P
|
1dbb226475
|
Polish scrollbars in table graph
Scrollbars only appear the non-fixed grid (bottom right) to prevent
clutter
|
2018-03-20 18:13:21 -07:00 |
Iris Scholten
|
c687984545
|
rebase branch to master
|
2018-03-20 17:30:00 -07:00 |
Iris Scholten
|
d4a8cd581b
|
WIP get labels from tableGraph instead of building them in tableOptions
|
2018-03-20 17:24:34 -07:00 |
Iris Scholten
|
beff578eb2
|
update tableoptions.test with visible
|
2018-03-20 17:24:34 -07:00 |
Iris Scholten
|
1fb19c5d9f
|
rebase to master and fix bugs
|
2018-03-20 17:24:34 -07:00 |
Iris Scholten
|
5348cfae92
|
add scrolling to customizeFields when there are a lot of them in CEO options
|
2018-03-20 17:24:34 -07:00 |
Iris Scholten
|
bcc87a682a
|
add renamed files from columnNames to fieldName changes
|
2018-03-20 17:24:34 -07:00 |
Iris Scholten
|
e049b53cd9
|
update columnNames to fieldNames and columns to fields in front end for tablegraphs
|
2018-03-20 17:24:34 -07:00 |
Deniz Kusefoglu
|
9759ac2db7
|
Merge pull request #3022 from influxdata/feature/table-graph-sort-from-graph
Feature/table graph sort from graph
|
2018-03-20 17:17:01 -07:00 |
Iris Scholten
|
2614da86e5
|
update GraphOptionsCustomizableColumn.test with visible prop and toggling it
|
2018-03-20 17:08:56 -07:00 |
Iris Scholten
|
31c42c19b7
|
add filtering out invisible rows for horizontal time axis
|
2018-03-20 17:08:56 -07:00 |
Iris Scholten
|
e7f89b6322
|
connect tableOptions field visibility toggle to tableGraph
|
2018-03-20 17:08:56 -07:00 |
Iris Scholten
|
9d550a7997
|
introduce visible as prop to CustomizableColumns and remove duplicate constants
|
2018-03-20 17:03:24 -07:00 |
ebb-tide
|
24db1a39df
|
Merge branch 'master' into feature/table-graph-sort-from-graph
|
2018-03-20 17:03:23 -07:00 |
ebb-tide
|
85b804476a
|
Switch default sorting direction
|
2018-03-20 16:44:39 -07:00 |
ebb-tide
|
2ab89dfe71
|
refer to ascending/descending instead of defaults
|
2018-03-20 16:29:56 -07:00 |
Alex P
|
1c164179d3
|
update FFC test
Co-authored-by: Iris Scholten <iris@influxdata.com>
|
2018-03-20 16:28:23 -07:00 |
ebb-tide
|
9c6788f0a9
|
Run sorting at component mount
|
2018-03-20 16:17:39 -07:00 |
Alex P
|
942c8033cc
|
Style FFC checkbox
|
2018-03-20 16:17:35 -07:00 |
ebb-tide
|
5aab08f568
|
Prevent unnecessary unzipping of data
|
2018-03-20 15:52:12 -07:00 |
ebb-tide
|
ee620229ae
|
Correctly camel case var names
|
2018-03-20 15:26:41 -07:00 |
Iris Scholten
|
c5438ea8a5
|
Merge pull request #3016 from influxdata/feature/table-fixed-column
Table graph option for fixed column and hover bug fix
|
2018-03-20 15:10:08 -07:00 |
ebb-tide
|
dc326883d9
|
replace sortby with order by
|
2018-03-20 14:23:27 -07:00 |
ebb-tide
|
9a75df9b99
|
Add caret before field names
|
2018-03-20 14:22:47 -07:00 |
ebb-tide
|
9b1c7dfd52
|
Change cursor to pointer on hover over field names
|
2018-03-20 12:14:45 -07:00 |
Alex P
|
d0ce60d8cb
|
Remove more unused icons
|
2018-03-20 12:06:19 -07:00 |
Alex P
|
48e804b823
|
Add icons for use in user group notifications
|
2018-03-20 11:51:56 -07:00 |
ebb-tide
|
f9339ee715
|
Add click to sort behavior to table
|
2018-03-20 11:33:28 -07:00 |
Alex P
|
8db52c95ff
|
Remove icons that have not been used in a while
|
2018-03-20 11:33:15 -07:00 |
Alex P
|
c02a37f01a
|
Add eye open/closed icons for use in table column visibility feature
|
2018-03-20 11:25:06 -07:00 |
Alex Paxton
|
1fdfb495f5
|
Merge pull request #3012 from influxdata/misc-polish
Misc. Polish
|
2018-03-19 18:21:30 -07:00 |
Iris Scholten
|
bb57e6cca6
|
update and add tests for fixfirstcolumn logic
|
2018-03-19 18:20:17 -07:00 |
Iris Scholten
|
6bf9751560
|
fix hover/crosshair bug
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
|
2018-03-19 17:10:27 -07:00 |
Iris Scholten
|
a6aac0c9ec
|
add GraphOptionsFixFirstColumn component
|
2018-03-19 16:07:41 -07:00 |
Iris Scholten
|
fed3eed5aa
|
add fixFirstColumn to tableOptions
|
2018-03-19 16:07:41 -07:00 |
Iris Scholten
|
79d977fbea
|
add fixFirstColumn to backend and tests
|
2018-03-19 15:56:31 -07:00 |
ebb-tide
|
fb604a1570
|
PR review changes
|
2018-03-19 14:41:34 -07:00 |
ebb-tide
|
ed446d62e1
|
Prettier changes
|
2018-03-19 14:38:21 -07:00 |
Alex P
|
38fa4e183f
|
Polish alignment of providers table items
|
2018-03-19 12:14:32 -07:00 |
Alex P
|
dd0dbe3fa0
|
Pass disabled prop directly into dropdown child components
|
2018-03-19 12:13:06 -07:00 |
ebb-tide
|
908d461856
|
More merge conflicts
|
2018-03-19 11:49:23 -07:00 |
Alex P
|
0946da63f8
|
Fix text wrapping on dashboard switcher menu
|
2018-03-19 11:47:33 -07:00 |
Alex P
|
46056d4e8d
|
Ensure button remains visible when active beyond table row hover
|
2018-03-19 11:45:39 -07:00 |
Alex P
|
25594c9e8d
|
Make delete user button more dangerous looking
|
2018-03-19 11:35:46 -07:00 |
ebb-tide
|
cfedf82456
|
Fix merge conflicts
|
2018-03-19 11:35:12 -07:00 |
Alex P
|
d4a2b3b023
|
Change copy to be more accurate
#2813
|
2018-03-19 11:30:19 -07:00 |
Alex P
|
3b8e663d94
|
Fix positioning of input tags with delete buttons
|
2018-03-19 11:28:58 -07:00 |
ebb-tide
|
bf325fd742
|
Make unzipping data faster.
|
2018-03-19 11:15:05 -07:00 |
Brandon Farmer
|
4618cb9559
|
Fixes typescript compile type error
|
2018-03-18 19:31:35 -07:00 |
Brandon Farmer
|
9d4162c60b
|
Add test from display value of selected
|
2018-03-18 18:17:33 -07:00 |
ebb-tide
|
ef04bbc186
|
Fix column index finder
|
2018-03-16 19:03:46 -07:00 |
ebb-tide
|
c988066e77
|
Include table options in new default dashboard cell
|
2018-03-16 18:52:30 -07:00 |
ebb-tide
|
8730ba45b1
|
Find time data in proper row or col
|
2018-03-16 18:31:43 -07:00 |
Brandon Farmer
|
68151dd92e
|
Disable table graphs in ui
|
2018-03-16 17:56:15 -07:00 |
Brandon Farmer
|
e1979c7675
|
Import PropTypes from prop-types module
|
2018-03-16 17:52:25 -07:00 |
Brandon Farmer
|
1c08717148
|
Sort table graphs in cell editor overlay
|
2018-03-16 17:46:45 -07:00 |
ebb-tide
|
b64522d335
|
Calculate hoverTimeIndex instead of row
|
2018-03-16 17:16:19 -07:00 |
ebb-tide
|
2c60b4d9a5
|
Implement flip data array
|
2018-03-16 17:01:47 -07:00 |
ebb-tide
|
b7a40264e9
|
resolve merge conflicts
|
2018-03-16 16:06:55 -07:00 |
Alex Paxton
|
0587c94345
|
Merge pull request #2993 from influxdata/feature/table-thresholds
Add Color Thresholds to Table Graphs
|
2018-03-16 12:44:20 -07:00 |
Alex P
|
da0b568877
|
Use UUID to ensure unique keys
|
2018-03-16 12:28:53 -07:00 |
Alex P
|
364b863257
|
Rename constant to be consistent
|
2018-03-16 10:54:06 -07:00 |
Andrew Watkins
|
458475243e
|
Merge pull request #3001 from influxdata/chore/chronograf-admin-ts
Conversion of AllUsersPage to TypeScript add initial test
|
2018-03-16 10:52:02 -07:00 |
Alex P
|
91950f2ef7
|
Merge branch 'master' into feature/table-thresholds
|
2018-03-16 10:51:14 -07:00 |
Alex P
|
5b2ec2687f
|
Prefix moar imports with src/
|
2018-03-16 10:44:11 -07:00 |
Alex P
|
7434b02208
|
Pass colors prop into MultiGrid to cause re-renders more often
|
2018-03-16 10:42:12 -07:00 |
Alex P
|
41dc4bd811
|
get variable from props
No need to preserve its original name as an available variable
|
2018-03-16 10:37:56 -07:00 |
Alex P
|
5d9977d7df
|
Rename constant to be consistent
|
2018-03-16 10:37:22 -07:00 |
Alex P
|
5b383dd122
|
Remove unused files
These were placeholders
|
2018-03-16 10:33:00 -07:00 |
Alex P
|
fccf4951e5
|
prefix import with src/
|
2018-03-16 10:30:26 -07:00 |
Alex P
|
2b8703ba84
|
Import constant instead of defining twice
|
2018-03-16 10:30:19 -07:00 |
Alex P
|
af758c3dc2
|
Condense switch statement cases
|
2018-03-16 10:28:16 -07:00 |
Alex P
|
722be3d16f
|
Add /src/ prefix to imports
|
2018-03-16 10:26:11 -07:00 |
Andrew Watkins
|
45248595df
|
Add types to instance methods
|
2018-03-16 09:58:10 -07:00 |
Andrew Watkins
|
9aa54f875e
|
Convert AllUsersPage to TypeScript
|
2018-03-16 09:31:37 -07:00 |
Andrew Watkins
|
37f3043dee
|
Introduce AllUsersPage test
|
2018-03-15 16:44:18 -07:00 |
Iris Scholten
|
a0f53f5b23
|
Merge pull request #2996 from influxdata/feature/table-graph-series-renaming
Table Graph Series/Column renaming
|
2018-03-15 16:27:47 -07:00 |
Andrew Watkins
|
22b8069942
|
Fix import of notifications
|
2018-03-15 11:48:12 -07:00 |
Iris Scholten
|
fbdeaee42d
|
update constructing column names
|
2018-03-15 11:19:24 -07:00 |
Andrew Watkins
|
c1a3eed685
|
Remove PropTypes
|
2018-03-15 10:11:59 -07:00 |
Alex P
|
111f2c5fc9
|
Add new prop to test
|
2018-03-14 22:26:23 -07:00 |
Alex P
|
29c0f461a1
|
Remove excess margin in form blocks
|
2018-03-14 22:17:46 -07:00 |
Alex P
|
7d9792ade0
|
Add margin above thresholds list if not first item in controls panel
|
2018-03-14 22:13:27 -07:00 |
Alex P
|
0ad9d15bc3
|
rename singleStatColors to thresholdsListColors
|
2018-03-14 22:08:26 -07:00 |
Alex P
|
29fd0cdcd0
|
Remove console.log
|
2018-03-14 22:02:58 -07:00 |
Alex P
|
1d7f51f4d7
|
Render table cells according to thresholds
|
2018-03-14 22:01:41 -07:00 |
Alex P
|
9b48f26c66
|
Remove debugger
|
2018-03-14 21:30:10 -07:00 |
Alex P
|
7c692e2f23
|
Fix cell editor save for table colors
|
2018-03-14 21:29:53 -07:00 |
Alex P
|
8078362856
|
Rename single stat constants to match thresholds naming scheme
|
2018-03-14 21:20:22 -07:00 |
Alex P
|
7a583b1567
|
rename singleStatType to thresholdsListType
going for a more generic and future proof naming scheme
|
2018-03-14 21:13:20 -07:00 |
Alex P
|
72b9279336
|
Use ThresholdsColorToggle in TableOptions
|
2018-03-14 21:02:13 -07:00 |
Alex P
|
47a66d2ae0
|
Update table options test
|
2018-03-14 20:57:55 -07:00 |
Alex P
|
f26be90fce
|
Use ThresholdsList in TableOptions and remove unused props and handlers
|
2018-03-14 20:55:27 -07:00 |
Alex P
|
fe3152ae6a
|
Add optional heading to thresholds list
|
2018-03-14 20:44:39 -07:00 |