Commit Graph

7846 Commits (d56ebf2b2b1fe8b279544f9e6b2facb7a72ff8b5)

Author SHA1 Message Date
Andrew Watkins d56ebf2b2b Add comment 2018-03-14 10:31:02 -07:00
Alex P a7399fc42d Ensure new version notification has infinite duration 2018-03-14 10:31:02 -07:00
Alex P d938f26438 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 10:31:02 -07:00
Alex P f06e2afe83 Introduce centralized location for notifications copy 2018-03-14 10:31:02 -07:00
Alex P ec888a6bdc Fix instances of 'text' with 'message' 2018-03-14 10:31:02 -07:00
Alex P bcd11eaeb1 Rename 'danger' to 'error' to be more semantic 2018-03-14 10:31:02 -07:00
Alex P a320812b36 Extend duration of presentation mode notification
Felt like it faded too quickly
2018-03-14 10:31:02 -07:00
Alex P f7ec33f5db Redesign notification dismiss button
X wasn’t centering properly
2018-03-14 10:31:02 -07:00
Alex P cbd15ec80c Reposition notification center when in presentation mode 2018-03-14 10:31:02 -07:00
Alex P aff42515f7 Remove unused updeep dependency 2018-03-14 10:31:02 -07:00
Alex P 45d3517843 Remove dismissedNotifications from redux 2018-03-14 10:31:02 -07:00
Alex P 8b4191d6fe Remove notification shape transformer 2018-03-14 10:31:02 -07:00
Alex P c92a205830 Replace notify with publishNotification
For consistency
2018-03-14 10:31:02 -07:00
Alex P 9ece8ebc48 Replace autoDismissingNotification with publishNotification 2018-03-14 10:29:40 -07:00
Alex P a14f860ef1 Replace addFlashMessage with publishNotification
Also refactoring App.js into a SFC
2018-03-14 10:29:40 -07:00
Alex P 9f85542d19 Updoot log of Change 2018-03-14 10:25:38 -07:00
Alex P 549dd8969b 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:25:38 -07:00
Alex P 7d180470fc 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:25:38 -07:00
Alex P 5cba17bea8 Modernize app component definition 2018-03-14 10:25:38 -07:00
Alex P b004ada48d WIP commit 2018-03-14 10:24:44 -07:00
Alex P 487189a45b Rename alerts to "Notifications" and factor out Flash Messages 2018-03-14 10:24:44 -07:00
Alex P 93379ed23e 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:24:44 -07:00
Alex P 59cd86dedb WIP Write reducer test for notifications 2018-03-14 10:23:42 -07:00
Alex P 5ab61c7ab6 Change initial state of notifications to empty array 2018-03-14 10:23:42 -07:00
Alex P 882fb2492e Add info type to valid notification types 2018-03-14 10:23:42 -07:00
Alex P 715b90f0ec Fix appearance of notification dismiss button 2018-03-14 10:23:42 -07:00
Andrew Watkins 3744627c51 Merge pull request #2979 from influxdata/chore/ci-js-test-performance
Make js tests run faster in our CI process
2018-03-14 10:18:52 -07:00
Andrew Watkins 956f664fc4 Make js tests run faster in our CI process
https://facebook.github.io/jest/docs/en/cli.html#runinband
2018-03-14 10:00:37 -07:00
Iris Scholten 278b21b750 Merge pull request #2968 from influxdata/feature/graph-table-time-format
Table Graph Time Format and Saving to Backend
2018-03-14 09:58:30 -07:00
Michael Desa 24ef41a8e4 Merge pull request #2976 from influxdata/md-cleanup-bolt-users
Use consistent argument names for bolt users
2018-03-14 12:55:32 -04:00
Iris Scholten 3e54c6de16 update formatting in internal.proto 2018-03-14 09:17:15 -07:00
Michael Desa 353af38ea7 Use consistent argument names for bolt 2018-03-14 11:38:48 -04:00
Iris Scholten 48116784b9 fix typo in import 2018-03-13 17:22:50 -07:00
Iris Scholten 7237bb65b8 respond to reviews and add extra test 2018-03-13 16:58:25 -07:00
Deniz Kusefoglu 2aa0c2a5a2 Respond to PR review 2018-03-13 13:53:21 -07:00
Iris Scholten 2dad2b6d04 remove .toISOString() from data in cellrenderer 2018-03-13 11:22:22 -07:00
Iris Scholten 56fa226df7 Merge branch 'master' into feature/graph-table-time-format 2018-03-13 11:11:25 -07:00
Deniz Kusefoglu 2d37fe09ba Merge pull request #2940 from influxdata/feature/table-graph-cell-hover
TableGraph- hover time and crosshairs
2018-03-13 10:46:20 -07:00
Iris Scholten cae415b639 update Test_MarshalDashboard_WithEmptyCellType with table options 2018-03-13 10:38:33 -07:00
Andrew Watkins 2fca9efdf0 Merge pull request #2969 from influxdata/bugfix/kapacitor-form
Convert KapacitorPage et al to TypeScript and add tests
2018-03-13 10:29:32 -07:00
Andrew Watkins 49803a0e49 Fix typo 2018-03-13 10:13:04 -07:00
Andrew Watkins 5fae666f86 Fix graphs not always resizing on resize 2018-03-13 10:13:04 -07:00
Andrew Watkins c66c0d8ab6 No longer get PropTypes warning in dev console 2018-03-13 10:13:04 -07:00
Andrew Watkins 7452118e77 Change Resize package for one without PropTypes warning 2018-03-13 10:13:04 -07:00
Andrew Watkins eeff79daa8 Add test for resetting KapacitorForm 2018-03-13 10:13:04 -07:00
Andrew Watkins 3c09e16d49 Cleanup 2018-03-13 10:13:04 -07:00
Andrew Watkins 43cd07500c Add more tests 2018-03-13 10:13:04 -07:00
Andrew Watkins f402237195 Use KapacitorFormInputs for all inputs 2018-03-13 10:13:04 -07:00
Andrew Watkins 2e5df39a67 More PropTypes conversion 2018-03-13 10:13:04 -07:00
Andrew Watkins bee92dbe94 Fix PropTypes stragglers 2018-03-13 10:11:11 -07:00