Commit Graph

8868 Commits (cdb7164df0bfc017ad342f5bd9837f93405e27b5)

Author SHA1 Message Date
Andrew Watkins 4a9fefa1a2 Fix test 2018-04-16 10:56:53 -07:00
Andrew Watkins 1f4609c9e7 Replace react-codemirror with react-codemirror2 2018-04-16 10:56:53 -07:00
Andrew Watkins af26448257 Add ability to delete function 2018-04-16 10:56:53 -07:00
Andrew Watkins 479ec98d6e Add source string to func node object 2018-04-16 10:56:53 -07:00
Andrew Watkins d279fdb0c0 Tweak styles 2018-04-16 10:56:53 -07:00
Andrew Watkins 4a09df65ad Add text editor to builder 2018-04-16 10:56:53 -07:00
Andrew Watkins f6398cb853 Move sidenav for time machine 2018-04-16 10:56:53 -07:00
Deniz Kusefoglu ea2cff99bc
Merge pull request #3180 from influxdata/table/reorder-columns
Table/reorder columns
2018-04-15 00:43:52 -04:00
ebb-tide 2906a461f3 Implement PR review suggestions 2018-04-14 21:29:17 -07:00
Jared Scheib 3c2ed2fe2c 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
Iris Scholten 2d31da8b96 Refactor RP query param test to include nil rp value
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-13 16:29:30 -07:00
Iris Scholten e2c2e846a9 Test custom RP query param in proxy request
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-13 16:15:51 -07:00
Alex P 5a9f6c1fda Improve box packing for new and cloned cells 2018-04-13 15:00:30 -07:00
Iris Scholten c56382255e Create Test for proxying InfluxDb
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-13 14:34:57 -07:00
Jared Scheib 91042ef91a WIP Test Influx proxy API 2018-04-13 11:22:33 -07:00
Jared Scheib 3754fa6dfa Test UpdateSource (including defaultRP)
Uses a test server to mock the server responses
necessary for update.

Co-authored-by Iris Scholten <ischolten.is@gmail.com>
2018-04-12 17:54:21 -07:00
Brandon Farmer 69d00c8784
Merge pull request #3194 from influxdata/fix-threshold-removal
Fix function signature for threshold deletion
2018-04-12 17:23:54 -07:00
Brandon Farmer 28526c2e12 Fix function signature for threshold deletion 2018-04-12 16:51:16 -07:00
Jared Scheib 4d70b5d171 Include source defaultRP in UpdateSource
Co-authored-by Iris Scholten <ischolten.is@gmail.com>
2018-04-12 16:00:49 -07:00
Brandon Farmer 7c1c540c53
Merge pull request #3191 from influxdata/fixes/gauge-no-showing-value
Fixes/gauge no showing value
2018-04-12 14:15:24 -07:00
Brandon Farmer c33271ed8a Remove unnecessary type 2018-04-12 14:03:45 -07:00
Brandon Farmer bc8fca4cf8 Remove console.dir 2018-04-12 13:42:52 -07:00
Brandon Farmer de5472f0c2 Prevent click tag filter input from closing tag list item 2018-04-12 13:40:11 -07:00
Brandon Farmer 9418b7c6ce Ensure that values are displayed on gauges 2018-04-12 13:29:27 -07:00
Brandon Farmer 159049be47
Merge pull request #3179 from influxdata/fixes/nan-for-new-gauges
Default to zero for gauges
2018-04-12 11:26:26 -07:00
Brandon Farmer 45c5f8d565 Update get methods in GaugeChart.tsx for clarity 2018-04-12 11:08:36 -07:00
Brandon Farmer c20ff8ddb2 Series values can be strings or numbers 2018-04-12 10:09:00 -07:00
Brandon Farmer c399932b1d Fix typescript results key for last values 2018-04-12 09:13:19 -07:00
Brandon Farmer ea7b985e60 Update lastValues types 2018-04-12 00:43:04 -07:00
Brandon Farmer eaa8486240 Update changelog 2018-04-12 00:33:34 -07:00
Brandon Farmer 7d7319ecf5 Default to zero for gauges 2018-04-12 00:33:34 -07:00
Brandon Farmer c6e7927cf5
Merge pull request #3181 from influxdata/fix/invalid-data-now
Show valid time in custom time range when now is selected
2018-04-12 00:29:25 -07:00
Brandon Farmer fce176be63 Update changelog and add more tests around time range 2018-04-12 00:16:03 -07:00
Brandon Farmer b7d42df182 Show valid time in custom time range when now is selected 2018-04-12 00:06:31 -07:00
Brandon Farmer a004c3b9d6
Merge pull request #3182 from influxdata/fix/notification-failure-creating-rp
Send notification when rp creation returns a failure
2018-04-12 00:04:07 -07:00
Brandon Farmer a055f8e3d8 Update changelog 2018-04-11 23:52:47 -07:00
Brandon Farmer 8cfac2d9f8 Send notification when rp creation returns a failure 2018-04-11 23:52:46 -07:00
Jared Scheib 128be0a949 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 61914a6431 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 780f911c6b
Merge pull request #3184 from influxdata/feature/clone-cells
Feature/Clone Cells
2018-04-11 16:25:28 -07:00
ebb-tide 3a2f68d8a8 Remove react-sortable-hoc from deps 2018-04-11 16:22:23 -07:00
ebb-tide 2f2b7737ed Fix failing tests 2018-04-11 16:12:36 -07:00
Alex P 83c48ccde8 Move and rename add / clone cell helpers 2018-04-11 15:43:05 -07:00
Jared Scheib d1bbfd5992
Merge pull request #3168 from influxdata/js-github-multiple-emails
Require that emails on GitHub & Generic OAuth2 principals be verified & primary, if those fields are provided
2018-04-11 15:35:15 -07:00
Jared Scheib 69bf78e3b9
Update changelog to reflect PR updates 2018-04-11 15:21:39 -07:00
Alex P faf84e09c5 Update changelog 2018-04-11 15:08:48 -07:00
Iris Scholten 8b807670fe Test bolt update defaultRP in source
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-11 15:04:40 -07:00
Alex P 82713d1a6a Require EDITOR permissions to clone a cell 2018-04-11 15:04:20 -07:00
Alex Paxton b28a27a726
Merge pull request #3183 from influxdata/bugfix/legend-time-wrap
Prevent legend text from wrapping
2018-04-11 15:02:34 -07:00
Alex P 95a538d20f Replace duplicate icon with more legible version 2018-04-11 15:00:26 -07:00