Commit Graph

3837 Commits (edb14f4ff564691f741e2d35ab3e5c142d268bdf)

Author SHA1 Message Date
Jade McGough 7f56dd9f53 write POST must include db in the path 2017-05-30 14:33:36 -07:00
Jade McGough dd3c18ed50 WIP 2017-05-30 14:33:36 -07:00
Jade McGough 62065ae713 move databasedropdown 2017-05-30 14:33:36 -07:00
Jade McGough bd113914c1 make use of DatabaseDropdown 2017-05-30 14:33:36 -07:00
Jade McGough 5e2b240054 WIP 2017-05-30 14:33:36 -07:00
Jade McGough f21b196e2d add some stuff to modal 2017-05-30 14:33:35 -07:00
Jade McGough 23509d1c4a use redux for write form 2017-05-30 14:33:35 -07:00
Jade McGough b6939064e7 utilize overlay technologies 2017-05-30 14:33:35 -07:00
Jade McGough 4fff9b8b44 add button for writing data 2017-05-30 14:33:35 -07:00
Jared Scheib 29680268a4 Merge pull request #1549 from influxdata/1481-feature/reset_zoom_on_timerange_change
Reset zoomed graphs when new time range is selected in dashboard
2017-05-30 13:39:44 -07:00
Andrew Watkins c4e00dc508 Prettier 2017-05-30 13:38:50 -07:00
Andrew Watkins 2f2899fe68 Fix multiple field selection bugs
Before applying this commit, if a user had
a field and func selected and then selected
a new field the new field would not be applied to
the query.
2017-05-30 13:36:47 -07:00
Jared Scheib 58537431e5 Remove and add a comment 2017-05-26 21:11:52 -07:00
Jared Scheib 59027f157d Fix diff mutation bug, simplify resetZoom trigger 2017-05-26 21:00:04 -07:00
Jared Scheib a2884a175e Merge remote-tracking branch 'origin/master' into 1481-feature/reset_zoom_on_timerange_change
Conflicts:
	ui/src/shared/components/LayoutRenderer.js
2017-05-26 19:05:41 -07:00
Jared Scheib e4c34ba94f Refactor: deepDiff into utils file and cleaner logic 2017-05-26 18:54:02 -07:00
Alex Paxton c2525e5b1a Merge pull request #1544 from influxdata/theme-refactor
Theme refactor
2017-05-26 18:37:11 -07:00
Alex P dcd9cc751a Update Changelog 2017-05-26 17:49:04 -07:00
Alex P ac5f1f6fb3 Remove excess ternary operator 2017-05-26 17:36:17 -07:00
Jared Scheib 03e0493c47 Merge pull request #1535 from influxdata/1531-fix/kapa-update-state
Enforce Kapacitor alert schema agreement between client and server
2017-05-26 17:29:36 -07:00
Alex P 9261af1097 Use lodash method instead of vanilla js 2017-05-26 17:24:19 -07:00
Alex P 3c4c0e2e21 Use class instead of style object 2017-05-26 17:17:33 -07:00
Jared Scheib 6322a5fec4 Add StackOverflow citation for deep diff func 2017-05-26 16:14:34 -07:00
Jared Scheib 0a3f1cb421 Update changelog 2017-05-26 15:44:49 -07:00
Jared Scheib 3613a36b3c Add comment 2017-05-26 15:43:02 -07:00
Jared Scheib 2f51d39dd9 Refactor zoom reset and prevent updateOptions on only timeRange update 2017-05-26 15:41:30 -07:00
Jade McGough afca28948b Merge pull request #1541 from influxdata/timhallinflux-patch-1
Updated License reference for Javascript, base64id v0.1.0
2017-05-26 13:50:07 -07:00
Jared Scheib cf10ee03ba Reset zoom when graph is zoomed and time range changes 2017-05-26 12:30:19 -07:00
Jared Scheib 04a7fe6f22 WIP Try to use change in range values for reset zoom trigger 2017-05-26 12:11:56 -07:00
Jared Scheib 4c16a976c5 Reset zoom on all graphs when timeRange value is changed 2017-05-25 18:15:39 -07:00
Alex P 65706bb073 Make Kapacitor node dropdowns much wider
Bandaid fix for the edit/delete icons overlapping item text
2017-05-25 14:51:46 -07:00
Jared Scheib bd3f17a692 Fix test to actually test the removeEvery state change 2017-05-25 14:39:42 -07:00
Alex P 758c68786f Make optional "Add" item in dropdown look distinct 2017-05-25 14:39:25 -07:00
Chris Goller 1705c6fd07 Add test coverage to kapacitor client 2017-05-25 16:04:50 -05:00
Jared Scheib 470dec3049 Remove redundant proptypes 2017-05-25 11:33:55 -07:00
Chris Goller 0c4c74ce36 Add kapacitor rule validation on update 2017-05-25 12:10:25 -05:00
Alex P 45fb99a651 Use proper means of preventing cursor events 2017-05-24 19:58:13 -07:00
Alex P c2b69a5844 Prevent single stat text for appearing squished in small cells 2017-05-24 19:55:03 -07:00
Alex P 4de4b39f32 Refactor query templates dropdown 2017-05-24 19:32:12 -07:00
Alex P f6441c4357 Use auto height to handle overflow 2017-05-24 19:23:21 -07:00
Alex P 667144e764 Use autoHeight prop to simplify dropdowns and multi select dropdowns 2017-05-24 19:20:09 -07:00
Alex P ff208eaa73 Prevent new admin table rows from receiving hover state 2017-05-24 19:04:35 -07:00
Alex P 524dbb2b6d Revert to previous queries table design 2017-05-24 18:56:47 -07:00
Jared Scheib 8504da5012 Update changelog 2017-05-24 17:46:21 -07:00
Jared Scheib 181cae0efe Add test for add/remove every on kapa rule 2017-05-24 17:43:55 -07:00
Jared Scheib 26a69488a5 Fix add/remove Every by targeting redux state by rule id
Rename action creators to use imperative for synchronous
and declarative for asychronous actions
2017-05-24 17:23:48 -07:00
timhallinflux 140963a811 Updated License reference for Javascript, base64id v0.1.0
see text for MIT and URL reference updates.
2017-05-24 16:39:06 -07:00
Chris Goller 07de9fb164 Add or remove Every and GroupBy to/from kapa alerts to persist correctly to server 2017-05-24 15:33:19 -07:00
Chris Goller d19f8062ec Fix kapacitor PUT/POST returning request rather than response 2017-05-24 15:30:45 -07:00
Alex P 0d770197e9 Make queries look different than text inputs 2017-05-24 15:27:22 -07:00