Commit Graph

5225 Commits (305b9908c2c0147c0c3be7ff5b226dcc64cddd74)

Author SHA1 Message Date
Alex P 84bf93fd51 Change copy to be more accurate
#2813
2018-03-19 11:30:19 -07:00
Alex P 338ede229b Fix positioning of input tags with delete buttons 2018-03-19 11:28:58 -07:00
ebb-tide d9e3d0499d Make unzipping data faster. 2018-03-19 11:15:05 -07:00
Brandon Farmer e4105a39b1 Fixes typescript compile type error 2018-03-18 19:31:35 -07:00
Brandon Farmer 09cebf7000 Add test from display value of selected 2018-03-18 18:17:33 -07:00
ebb-tide 5102dac3c2 Fix column index finder 2018-03-16 19:03:46 -07:00
ebb-tide c73a7f68dd Include table options in new default dashboard cell 2018-03-16 18:52:30 -07:00
ebb-tide 277bbf2d37 Find time data in proper row or col 2018-03-16 18:31:43 -07:00
Brandon Farmer 030ae4d867 Disable table graphs in ui 2018-03-16 17:56:15 -07:00
Brandon Farmer 46027b12ad Import PropTypes from prop-types module 2018-03-16 17:52:25 -07:00
Brandon Farmer 19d7dc35ed Sort table graphs in cell editor overlay 2018-03-16 17:46:45 -07:00
ebb-tide 144fca0b59 Calculate hoverTimeIndex instead of row 2018-03-16 17:16:19 -07:00
ebb-tide 4142def2e1 Implement flip data array 2018-03-16 17:01:47 -07:00
ebb-tide b0c6346e81 resolve merge conflicts 2018-03-16 16:06:55 -07:00
Alex Paxton e36ed6c17d 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 0699084e96 Use UUID to ensure unique keys 2018-03-16 12:28:53 -07:00
Alex P 00a46ee4ea Rename constant to be consistent 2018-03-16 10:54:06 -07:00
Andrew Watkins 49936b0add 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 ee40e69c09 Merge branch 'master' into feature/table-thresholds 2018-03-16 10:51:14 -07:00
Alex P c79b419981 Prefix moar imports with src/ 2018-03-16 10:44:11 -07:00
Alex P bb11ef21fc Pass colors prop into MultiGrid to cause re-renders more often 2018-03-16 10:42:12 -07:00
Alex P 208e9edced 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 c78261fbb9 Rename constant to be consistent 2018-03-16 10:37:22 -07:00
Alex P 5a90cdb810 Remove unused files
These were placeholders
2018-03-16 10:33:00 -07:00
Alex P 1ac2d037c2 prefix import with src/ 2018-03-16 10:30:26 -07:00
Alex P 912811d4ca Import constant instead of defining twice 2018-03-16 10:30:19 -07:00
Alex P 08c933bfbe Condense switch statement cases 2018-03-16 10:28:16 -07:00
Alex P c23393a5f1 Add /src/ prefix to imports 2018-03-16 10:26:11 -07:00
Andrew Watkins b3ae34bec4 Add types to instance methods 2018-03-16 09:58:10 -07:00
Andrew Watkins 5b2bcab37e Convert AllUsersPage to TypeScript 2018-03-16 09:31:37 -07:00
Andrew Watkins dd9cf88aab Introduce AllUsersPage test 2018-03-15 16:44:18 -07:00
Iris Scholten 27168d8c14 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 91296e9171 Fix import of notifications 2018-03-15 11:48:12 -07:00
Iris Scholten c5a51b3e14 update constructing column names 2018-03-15 11:19:24 -07:00
Andrew Watkins 4dd8a27ab0 Remove PropTypes 2018-03-15 10:11:59 -07:00
Alex P 03a0149fb0 Add new prop to test 2018-03-14 22:26:23 -07:00
Alex P a6ebe44e94 Remove excess margin in form blocks 2018-03-14 22:17:46 -07:00
Alex P fc99d507f0 Add margin above thresholds list if not first item in controls panel 2018-03-14 22:13:27 -07:00
Alex P 886d640434 rename singleStatColors to thresholdsListColors 2018-03-14 22:08:26 -07:00
Alex P 661a5f5b2e Remove console.log 2018-03-14 22:02:58 -07:00
Alex P 4c556ead3e Render table cells according to thresholds 2018-03-14 22:01:41 -07:00
Alex P e52db35821 Remove debugger 2018-03-14 21:30:10 -07:00
Alex P 35f1be9c12 Fix cell editor save for table colors 2018-03-14 21:29:53 -07:00
Alex P b9858a73b9 Rename single stat constants to match thresholds naming scheme 2018-03-14 21:20:22 -07:00
Alex P 72ccbc1d2f rename singleStatType to thresholdsListType
going for a more generic and future proof naming scheme
2018-03-14 21:13:20 -07:00
Alex P 904a9f7ee3 Use ThresholdsColorToggle in TableOptions 2018-03-14 21:02:13 -07:00
Alex P 104b886b2a Update table options test 2018-03-14 20:57:55 -07:00
Alex P 0b5aade24f Use ThresholdsList in TableOptions and remove unused props and handlers 2018-03-14 20:55:27 -07:00
Alex P dc1d51a524 Add optional heading to thresholds list 2018-03-14 20:44:39 -07:00
Alex P 0678e6de25 Fix broken file references 2018-03-14 20:42:14 -07:00
Alex P 4405d0801e Merge branch 'master' into feature/table-thresholds 2018-03-14 20:38:56 -07:00
ebb-tide 6974f5ab47 Add timeAxis toggle to tableOptions 2018-03-14 19:03:03 -07:00
Iris Scholten cab2515d53 fix typo in CustomizeColumns test 2018-03-14 18:21:53 -07:00
Iris Scholten 2c7c1e7c4e create component test for GraphOptionsCustomizeColumns 2018-03-14 18:17:32 -07:00
Iris Scholten cc668fea8f convert GraphOptionsCustomizeColumns to typescript 2018-03-14 18:03:31 -07:00
Iris Scholten f767340101 update columnNames in the redux store and connect them to TableGraphs 2018-03-14 17:46:42 -07:00
Andrew Watkins 0e57c8f2eb Add insecureSkipVerify to default kapacitor 2018-03-14 17:23:34 -07:00
Andrew Watkins dd05f33ce3 Add test for updateKapacitor
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-14 17:23:34 -07:00
Brandon Farmer f404eb572c WIP 2018-03-14 17:23:34 -07:00
Brandon Farmer 3e658bd44f Send insecure verify skip on kapacitor create
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-03-14 17:23:34 -07:00
Brandon Farmer 6fe1f9f5fe Allow users to use insecure skip verify on kapacitor
Co-authored-by: Brandon Farmer<bthesorceror@gmail.com>
Co-authored-by: Andrew Watkins<andrew.watkinz@gmail.com>
2018-03-14 17:23:34 -07:00
Iris Scholten c36519910b Merge branch 'master' into feature/table-graph-series-renaming 2018-03-14 16:00:11 -07:00
Iris Scholten 88a2007ab1 fix table graph time format custom option 2018-03-14 15:48:49 -07:00
Alex Paxton 142f4ec294 Merge pull request #2910 from influxdata/polish-notifications
Redesign & Refactor Notifications
2018-03-14 15:37:38 -07:00
Iris Scholten 755f48c14b WIP get queries for columnNames in table optoins 2018-03-14 15:28:53 -07:00
Andrew Watkins a7859951dd Change publishNotification to notify 2018-03-14 15:26:09 -07:00
Brandon Farmer 3cd154655d Disable table graph for now 2018-03-14 15:20:27 -07:00
Brandon Farmer 88ff078342 Make query configs available in table options on visualization tab 2018-03-14 15:14:00 -07:00
Andrew Watkins 07da5a3e57 Remove HEAD file 2018-03-14 15:03:44 -07:00
Andrew Watkins 36e69a47f6 Cleanup errors 2018-03-14 14:49:01 -07:00
Andrew Watkins 7d96d2baaf Cleanup 2018-03-14 12:33:23 -07:00
Alex P 606790cb20 Move notifications test to proper directory and rename 2018-03-14 11:23:21 -07:00
Alex P aec8134723 Fix typo 2018-03-14 11:23:21 -07:00
Alex P f8f2cc8011 Clean up notifications reducer 2018-03-14 11:23:21 -07:00
Alex P 6ca40ea361 Clean up notifications test 2018-03-14 11:23:21 -07:00
Alex P 28253f820e Flatten notifications copy, use screaming snake for all items, and make names more descriptive 2018-03-14 11:23:21 -07:00
Alex P cff88302a8 Rename constants without "copy" suffix 2018-03-14 11:23:21 -07:00
Alex P 020b53ec5e Use constants for repeated notification durations 2018-03-14 11:18:52 -07:00
Alex P e0216ccbea Ensure new version notification has infinite duration 2018-03-14 11:17:02 -07:00
Alex P 6cdfc7c196 Centralize notifications copy into single file
Refining some of the copy along the way:
- All messages end with a .
- More consistent word order
- Referring to sources as connections
- Referring to kap configs as connections
2018-03-14 11:15:54 -07:00
Alex P f1eb382a5b Introduce centralized location for notifications copy 2018-03-14 11:08:17 -07:00
Alex P 9dbb4cb9e0 Rename 'danger' to 'error' to be more semantic 2018-03-14 11:05:57 -07:00
Alex P 5f5dfe2f15 Reposition notification center when in presentation mode 2018-03-14 10:59:52 -07:00
Alex P 59fb31a1ba Remove notification shape transformer 2018-03-14 10:59:52 -07:00
Alex P a1f540e131 Replace addFlashMessage with publishNotification
Also refactoring App.js into a SFC
2018-03-14 10:51:37 -07:00
Alex P 489f62b7cb Transform old notification payload shape into new shape
Will eventually have to refactor, but this makes it backwards
compatible for now
2018-03-14 10:48:54 -07:00
Alex P d098bb0bd4 Discard distinction between dismiss and delete in favor of dismiss
Also removing the created timestamp as that isn’t being used for
anything
2018-03-14 10:47:07 -07:00
Alex P 13e437f510 WIP commit 2018-03-14 10:44:29 -07:00
Alex P e28269c99a Rename alerts to "Notifications" and factor out Flash Messages 2018-03-14 10:42:06 -07:00
Alex P e76938d046 WIP Refactor Notifications
Most of the pieces are there, still figuring out how the automatic
dismissing is going to be handled
2018-03-14 10:40:03 -07:00
Alex P 967122b56c WIP Write reducer test for notifications 2018-03-14 10:36:40 -07:00
Alex P 3758124ed1 Fix appearance of notification dismiss button 2018-03-14 10:34:22 -07:00
Alex P ef7f95f306 WIP replace addFlashMessage with publishNotification 2018-03-14 10:31:03 -07:00
Alex P 40bdd63778 Move notifications test to proper directory and rename 2018-03-14 10:31:03 -07:00
Alex P 840121b2a8 Clean up code 2018-03-14 10:31:02 -07:00
Alex P 55aab520a9 Fix typo 2018-03-14 10:31:02 -07:00
Alex P 464aea39a8 Replace reference to src/shared/ with shared/ 2018-03-14 10:31:02 -07:00
Alex P 09be445353 Cleanup syntax in action creators 2018-03-14 10:31:02 -07:00
Alex P 9bf565d2f4 Clean up notifications reducer 2018-03-14 10:31:02 -07:00
Alex P 14037fa89f Clean up notifications test 2018-03-14 10:31:02 -07:00