Commit Graph

8576 Commits (b85a69a7b83a097c2b88e82bbb308bcfc5c1a775)

Author SHA1 Message Date
Luke Morris 8c50b8a36c Reintroduce :interval: work
This reverts commit c331e0f48e.

:interval: represents a duration now

queryConfig must recognize both :interval: forms

Another case to consider

Fix broken links in CHANGELOG

Rudimentary migration system w/ :interval: migration

Only looking for :interval: now

Server can expect time(:interval:) from now on

Repair go specs
2018-04-03 16:52:34 -07:00
Andrew Watkins e65d2d8b5e Update server tests 2018-04-03 16:38:52 -07:00
Jared Scheib 8e7fd230d4 Update changelog 2018-04-03 16:07:06 -07:00
Jared Scheib b76934409c Fix changelog after rebase 2018-04-03 16:06:47 -07:00
Jared Scheib 481d0f4c16 Add swagger docs for new /measurements API, response, & structs 2018-04-03 16:04:16 -07:00
Jared Scheib f1d9f8beb0 Correct GetMeasurements comments to indicate default 100 limit 2018-04-03 16:04:16 -07:00
Jared Scheib dffa082d7c Test GetMeasurements overrides offset less than 0 with offset 0 2018-04-03 16:04:16 -07:00
Jared Scheib ff0fb5e321 Test GetMeasurements overrides limit <= 0 with limit 100 2018-04-03 16:04:16 -07:00
Jared Scheib a9e7726591 Test GetMeasurements fails on invalid offset value provided 2018-04-03 16:04:16 -07:00
Jared Scheib 8032cba816 Test GetMeasurements fails on invalid limit value provided 2018-04-03 16:04:16 -07:00
Jared Scheib 805471e95c Test GetMeasurements with no offset or limit 2018-04-03 16:04:16 -07:00
Jared Scheib 8b568356be WIP Test GetMeasurements
Create Databases mocks
Add comments to chronograf.Databases methods
2018-04-03 16:04:16 -07:00
Jared Scheib 61d8a1c975 Change AllMeasurements to GetMeasurements to be precise & update comment 2018-04-03 16:04:16 -07:00
Chris Goller 05b11f8172 Add measurements with pagination 2018-04-03 16:04:16 -07:00
Andrew Watkins d71763234a Introduce /health endpoint 2018-04-03 15:58:33 -07:00
Deniz Kusefoglu 2c8ce9029b Merge pull request #3109 from influxdata/bugfix/kapacitor-loading-4ever
Bugfix/kapacitor loading 4ever
2018-04-03 17:30:15 -04:00
Alex P 5366e06c03 Update changelog 2018-04-03 14:19:36 -07:00
Alex P 110028c1bb Make cell renaming always an input 2018-04-03 14:14:42 -07:00
ebb-tide b450ff2f18 Merge branch 'bugfix/kapacitor-loading-4ever' of https://github.com/influxdata/chronograf into bugfix/kapacitor-loading-4ever 2018-04-03 13:46:41 -07:00
Deniz Kusefoglu 1724b532c9 Merge branch 'master' into bugfix/kapacitor-loading-4ever 2018-04-03 16:46:08 -04:00
Andrew Watkins daf9022dec Remove Object.assign 2018-04-03 13:21:52 -07:00
Andrew Watkins 957731710a Convert CheckSources to TypeScript 2018-04-03 13:19:48 -07:00
Andrew Watkins 8137ed998f Merge pull request #3112 from influxdata/bugfix/influxdb-delete-user-role
Bugfix: Delete UserRole and handle providing no roles or permissions
2018-04-03 12:02:27 -07:00
ebb-tide 4ccde5e55d Implement suggestions from PR review 2018-04-03 12:00:53 -07:00
Andrew Watkins 63d8d8bfa5 Move functions out of render 2018-04-03 10:56:22 -07:00
Andrew Watkins c00a67f075 Refactor label logic into if statement 2018-04-03 10:53:55 -07:00
Alex Paxton 201c8c8bfe Merge pull request #3111 from influxdata/bugfix/save-new-tickscript
Fix saving of new TICKscripts
2018-04-03 10:00:54 -07:00
Alex Paxton 5852c6c3da Merge branch 'master' into bugfix/save-new-tickscript 2018-04-02 18:24:41 -07:00
Nathan Haugo 35be9813e5 Merge pull request #3113 from influxdata/release/1.4.3.1
Update for 1.4.3.1
2018-04-02 18:14:12 -07:00
nathan haugo da8ed064f7 Remove dupe changelog entries 2018-04-02 17:58:53 -07:00
nathan haugo 9cf6457fab Move 1.4.3.1 to proper position 2018-04-02 17:57:24 -07:00
nathan haugo 1efa7a257c Update for 1.4.3.1 2018-04-02 17:50:32 -07:00
ebb-tide ff82b4986c remove ts warning 2018-04-02 17:31:11 -07:00
ebb-tide 4d9d41a0cc edit changelog 2018-04-02 17:21:46 -07:00
ebb-tide a3218e1027 Add some tests 2018-04-02 17:16:45 -07:00
Andrew Watkins 5c38d99549 Fix server validation 2018-04-02 17:09:31 -07:00
Alex P e78e98eb13 Updoot changelog 2018-04-02 17:08:43 -07:00
Alex P bbb6246f33 Render task ID instead of name in TICKscript controls
This ensures a newly created tickscript does not have a blank space here
2018-04-02 17:03:52 -07:00
Alex P 458a8632fd Redirect to URL of TICKscript after creation 2018-04-02 17:03:10 -07:00
Andrew Watkins 9dc3566883 Update UserRoleDropdown getters 2018-04-02 16:26:25 -07:00
Andrew Watkins a169c2cec8 Introduce UserRole dropdown 2018-04-02 16:09:47 -07:00
ebb-tide c6c59bdc4f Reverse unnecessary change 2018-04-02 16:00:37 -07:00
ebb-tide 450d9a47b8 Convert KapacitorRulesPage and SourceIndicator to .tsx 2018-04-02 15:38:48 -07:00
Andrew Watkins f3dbc69b2e Convert and refactor UserRow to TypeScript 2018-04-02 15:20:15 -07:00
Andrew Watkins 42aa891a4c Update styles to fix text overflow 2018-04-02 15:19:23 -07:00
Brandon Farmer 86826e73da Merge pull request #3110 from influxdata/fix/surround-temp-var-query-parameters
Surround temp var query params with quotes
2018-04-02 14:48:52 -07:00
Brandon Farmer 73461351b8 Surround temp var query params with quotes 2018-04-02 14:35:30 -07:00
ebb-tide a89b39b27c Convert KapacitorRulesPage to tsx 2018-04-02 14:33:54 -07:00
Brandon Farmer 7328859476 Merge pull request #3107 from influxdata/fix/template-variable-saving
Fixes template variable editing not allowing saving
2018-04-02 12:57:06 -07:00
Brandon Farmer a6d11a0e12 Fixes template variable editing not allowing saving
- Dropdown and TemplateQueryBuilder components require that a function
  is passed to them, where as TableInput requires that a function builder
  is passed to them for starting editing
2018-04-02 12:46:12 -07:00