Andrew Watkins
3ce6a2c6ef
Add logic to handle ranges that are submitted as equal
2017-08-03 14:28:58 -07:00
Andrew Watkins
744b1f876d
Test all things
2017-08-03 09:40:24 -07:00
Tim Raymond
63cddc96e4
Merge branch 'master' into feature/1602-graph-bounds-setting
...
Also removed LegacyBounds marshaling since it was no longer necessary
Conflicts resolved:
bolt/internal/internal.go
bolt/internal/internal.pb.go
bolt/internal/internal.proto
bolt/internal/internal_test.go
chronograf.go
server/cells_test.go
server/dashboards_test.go
server/swagger.json
2017-08-02 11:29:29 -04:00
Andrew Watkins
737e4a8e02
Fix test and user submitted values check
2017-08-01 13:14:31 -07:00
Jared Scheib
00a4ffb050
Fix Kapacitor queryConfigs tests
2017-07-24 21:56:35 -07:00
Jared Scheib
49be8153db
Fix Data Explorer tests; remove Kapa test from it
2017-07-24 21:36:14 -07:00
Andrew Watkins
38b7d17df3
Handle user submitted zero
2017-07-24 11:31:32 -07:00
Andrew Watkins
421ade1627
Save range with entire cell
2017-07-24 10:52:58 -07:00
Andrew Watkins
059f858b9c
Hook up ranges to CEO
2017-07-24 10:52:58 -07:00
Andrew Watkins
a2159edba5
Add reducer for cell range
2017-07-24 10:52:58 -07:00
Jared Scheib
918dff33b7
Merge pull request #1724 from influxdata/feature/pushover_support-1680
...
Add Pushover alert support
2017-07-21 14:04:22 -07:00
Jared Scheib
231505ce8c
Add test for updateAlertProperty
2017-07-20 18:21:02 -07:00
Andrew Watkins
5c1e26adb0
Add cancel edit cell spec
2017-07-18 12:22:20 -07:00
Jared Scheib
2f4695fa0b
Merge branch 'master' into feature/status_page-1556
2017-06-16 17:52:16 -07:00
Luke Morris
6a916907e9
Revert "Merge pull request #1585 from influxdata/revert-auto-func"
...
This reverts commit 5a37e8f57f
, reversing
changes made to 8bb869ab16
.
2017-06-15 17:43:35 -04:00
Jared Scheib
0871007fd3
Test linksReceived in new links reducer
2017-06-13 16:40:13 -07:00
Hunter Trujillo
5f5478bcdc
Prettier tests.
2017-06-07 10:23:53 -06:00
Andrew Watkins
946a9ebcca
Comment out test
2017-06-01 16:00:05 -07:00
Andrew Watkins
3c249c2f5f
Merge branch 'master' into feature/auto-func
2017-06-01 10:46:07 -07:00
Andrew Watkins
c28bae22f4
Update to better test name
2017-05-31 13:49:27 -07:00
Jade McGough
a9b4bedd6d
remove unused imports from spec
2017-05-30 14:48:42 -07:00
Jade McGough
7d55dd6b5f
remove tests for deleted reducer strings
2017-05-30 14:36:59 -07:00
Jade McGough
e08aa7ca23
webpack is configured to resolve pathnames that start with shared, the src is unnecessary
2017-05-30 14:36:59 -07:00
Jade McGough
c6d37eb560
properly summon technologies
2017-05-30 14:33:36 -07:00
Jade McGough
4d50ca5ea6
add reducer tests
2017-05-30 14:33:36 -07:00
Andrew Watkins
8acdd3a377
Prettier
2017-05-30 13:38:50 -07:00
Andrew Watkins
3e074b45b7
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
4fb792fe60
Fix test to actually test the removeEvery state change
2017-05-25 14:39:42 -07:00
Jared Scheib
11cf82e252
Add test for add/remove every on kapa rule
2017-05-24 17:43:55 -07:00
Alex P
32464c4b24
Rename template control bar variable names for consistency
2017-05-23 11:43:42 -07:00
Alex P
989a3db3ab
Write test for tempvar controls toggle
2017-05-23 11:26:46 -07:00
lukevmorris
e4a0d7f320
Feature/varmoji dash ( #1397 )
...
* Support dashes in tempVars with two regex passes
* Rename CustomTimeRange component to CustomTimeRangeDropdown for discovery and consistency
* Update tests for template varmojis
* Give names to each step of regex multipass
2017-05-05 15:04:13 -07:00
Jared Scheib
a613c49be8
Change default global time range to past 1 hour ( #1395 )
...
* Change default global timeRange to 1 hour
* Update changelog
2017-05-04 13:00:30 -07:00
Luke Morris
0bc4716e56
Repair updateDashboardCellSpec: expected dashboard now includes templates
2017-04-28 12:47:18 -07:00
Luke Morris
38ed678c22
Dashboards no longer edit individual templates
2017-04-28 12:42:49 -07:00
Andrew Watkins
500dc8d226
Update tests for new varmoji pattern
2017-04-26 13:52:10 -07:00
Alex P
7221832106
Merge branch 'master' into feature/template-varmojis
...
The rebase to end all rebases
2017-04-25 17:06:08 -07:00
Andrew Watkins
8c67b8af49
Add spec for tempVar regex
2017-04-24 18:09:41 -07:00
Hunter Trujillo
6543d69726
PUT to Template Variable API works.
2017-04-24 13:49:50 -06:00
Hunter Trujillo
14d4a1327e
Fix TVM UX flow issue with a React lifecycle antipattern; make TVM editing mode consistent
2017-04-21 19:52:01 -06:00
Jared Scheib
0242bc7239
Add test for selectTemplate, update spec fixtures
2017-04-20 18:11:55 -07:00
Andrew Watkins
ffc8d8de1e
Add editTemplate test and action / update tests
2017-04-19 14:46:26 -07:00
Jared Scheib
cc24eec9c3
Add test for ME_RECEIVED
2017-04-17 12:24:43 -07:00
Jared Scheib
6f1cc286df
Add test for AUTH_RECEIVED
2017-04-17 12:22:30 -07:00
Jared Scheib
8acbc267b9
Add test for AUTH_REQUESTED
2017-04-17 12:19:51 -07:00
Jared Scheib
fa8d76f829
Add auth test for AUTH_EXPIRED
2017-04-17 12:17:45 -07:00
Jared Scheib
4731987694
Add test for errors reducer; update errors reducer to clearer data shape
2017-04-17 11:54:11 -07:00
Hunter Trujillo
607004b2e6
Parse raw text with queries endpoint to update builder when a query is updated.
2017-04-10 12:01:36 -06:00
Hunter Trujillo
d49de192f0
Merge branch 'feature/structured-queries' of github.com:influxdata/chronograf into feature/voltron-the-builder
2017-04-10 10:28:12 -06:00
Andrew Watkins
91fa6b5458
Lint tests
2017-04-10 10:21:07 -06:00