Christopher M. Wolff
bbd460e7d9
Add method QueryRawJSON to influxql.service (for querytest tool) ( #1402 )
2018-11-15 10:45:38 -08:00
Michael Desa
904d70ba05
Merge pull request #1366 from influxdata/feat/secret-service
...
Add secret service interface and boltdb implementation
2018-11-15 13:20:52 -05:00
Michael Desa
e1d5e62125
feat(bolt): add boltdb implementation of secret service
2018-11-15 12:42:01 -05:00
Michael Desa
8cb5e688c7
feat(testing): add conformance test for secret service
2018-11-15 12:42:01 -05:00
Michael Desa
d1aecb7755
feat(platform): add secret service interface for managing use secrets
2018-11-15 12:42:01 -05:00
kelwang
0fc981133f
Merge pull request #1394 from influxdata/fix_telegraf_find_nothing_404
...
fix 404 to an empty array
2018-11-15 12:38:27 -05:00
Mark Rushakoff
b0b0d965ff
feat(task): integrate task logs with system buckets
...
- Brought over enterprise's QueryLogReader, with small adjustments
- Time filters are for the run's ScheduledFor field, per spec
- Adjusted run log timestamps for consistent formatting:
- ScheduledFor is RFC3339 because it's a whole-second timestamp
- StartedAt, FinishedAt use RFC3339Nano for high precision
- Several test adjustments to use relative time, for easier integration
with storage retention
2018-11-15 08:59:15 -08:00
Ben Johnson
f2677caf68
Merge pull request #1349 from influxdata/integration-tests
...
Add end-to-end write/query integration testing.
2018-11-15 09:16:02 -07:00
Ben Johnson
37be1e9219
Add end-to-end write/query integration testing.
2018-11-15 09:08:36 -07:00
Edd Robinson
dbc4610747
Merge pull request #1345 from zhulongcheng/reduce-tag-copy
...
reduce parsing and copying of tags
2018-11-15 13:15:01 +00:00
zhulongcheng
e7bc29a590
reduce parsing and copying of tags
2018-11-15 20:45:16 +08:00
Alex P
6be303e8ec
Merge branch 'master' into clockface/improve-index-list
2018-11-14 17:43:24 -08:00
Alex P
e6f0b2d6a8
Fix more imports >___<
2018-11-14 17:41:34 -08:00
Alex P
a2c9ea3590
Fix import
2018-11-14 17:38:42 -08:00
Alex P
04e6aa035c
Update test snapshots
2018-11-14 17:38:38 -08:00
Alex P
510d426821
Merge branch 'master' into clockface/improve-index-list
2018-11-14 17:36:27 -08:00
Alex P
95660e583f
Add optional sortable options to headers
2018-11-14 17:28:27 -08:00
Christopher Henn
81c0e53c4a
Add initial source management UI
2018-11-14 16:38:25 -08:00
Alex P
629a03330d
Import styles directly into component
2018-11-14 16:00:41 -08:00
Palakp41
71b2eec624
Merge pull request #1403 from influxdata/feat/toggle-show-inactive
...
Added toggle on Task Header for option to show only active
2018-11-14 15:56:16 -08:00
Alex P
25b3e4f29e
Move IndexList into Clockface directory
2018-11-14 15:49:19 -08:00
Alex P
b357f22ef1
Wrap orgs index list in 12 column div
...
This fixes the misalignment of the page
2018-11-14 15:25:09 -08:00
Palak Bhojani
a7b8d4b35e
Resolved state into action/reducer
2018-11-14 15:24:16 -08:00
Palak Bhojani
04ee4fce3c
Added toggle on Task Header for option to show only active
...
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-11-14 15:24:16 -08:00
alexpaxton
0558f351d4
Merge pull request #1404 from influxdata/polish/page-layout-styles
...
Polish Page Styles
2018-11-14 15:16:22 -08:00
alexpaxton
24968bc6b0
Merge pull request #1405 from influxdata/clockface/improve-radio-buttons
...
Improve Usability of Radio Buttons
2018-11-14 14:48:20 -08:00
Alex P
1890fa96d4
Cleanup
2018-11-14 14:36:49 -08:00
Alex P
ab2103c0cb
Make radio buttons "primary" theme by default
2018-11-14 14:36:10 -08:00
Alex P
2ed24a76a7
Make Radio button active state more obvious
2018-11-14 14:35:59 -08:00
Alex P
6490283700
Import stylesheet into component
2018-11-14 14:27:11 -08:00
Alex P
24075ccc4c
Import page styles into nav component
2018-11-14 14:13:49 -08:00
Palakp41
8c56cc7727
Merge pull request #1401 from influxdata/feat/schedule-task-page
...
Added schedule column to the tasks page
2018-11-14 12:52:38 -08:00
Palak Bhojani
57c17ba535
Added schedule column to the tasks page
...
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-11-14 11:18:03 -08:00
Kelvin Wang
6123246049
fix 404 to an empty array
2018-11-14 11:16:48 -05:00
Edd Robinson
bceb99526a
Merge pull request #1398 from influxdata/er-comp-fix
...
Fix encoding bug that could tie up compactions
2018-11-14 14:14:07 +00:00
Stuart Carnie
305ebb8729
fix: Allow compactor to make progress if v.MaxTime() != entry.MaxTime
2018-11-14 12:14:45 +00:00
Stuart Carnie
bef0577206
fix(simple8b): Fix incorrect encoding for a run of 119 or 239 1s
...
If 120th or 240th value is not a 1, k still passes the check in the
switch, causing the last value to be lost. If this value occurs at
the boundary of a block, the max time will be incorrect, resulting in
compaction failing to make forward progress.
2018-11-14 12:14:45 +00:00
Stuart Carnie
b35533e7f7
chore: Compactor test which replicates issue #10465
...
Due to an encoding bug with simple8b, it is possible that the
MaxTime for a TSM index entry does not match the last encoded timestamp.
2018-11-14 12:14:43 +00:00
Delmer
fc4986f422
fix(ui/logs): time point selection dropdown ( #1361 )
...
fix(ui/logs): update time point selection to use clockface
2018-11-14 07:10:43 -05:00
Jakub Bednar
324f0b9516
Fixed the organizations members paths
2018-11-14 11:54:06 +01:00
Jakub Bednar
0bdc2adec4
Fixed Get Owner Members
2018-11-14 11:19:56 +01:00
Palakp41
b2afb98f7c
Merge pull request #1383 from influxdata/feat/add-enable-to-tasks
...
Add enable toggle feature to tasks page
2018-11-13 16:20:58 -08:00
Palak Bhojani
53d36e49b7
Updated function name for toggle in task row
2018-11-13 16:01:15 -08:00
Palak Bhojani
3d9df39fd1
Updated Organizaiton Tasks to include the task status
2018-11-13 16:01:15 -08:00
Palak Bhojani
8a58fb4041
Add enable toggle feature to tasks page
...
Co-authored-by: Palak Bhojani <patel.palak41@gmail.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-11-13 16:01:15 -08:00
Palakp41
d860dc49d6
Merge pull request #1389 from influxdata/capitalize-column-names-on-tasks
...
Capitalized columns names on the tasks list page
2018-11-13 15:09:48 -08:00
Palak Bhojani
418116a49a
Capitalized columns names on the tasks list page
2018-11-13 14:53:13 -08:00
Jeff Wendling
f731ed595d
Merge pull request #1358 from influxdata/jmw-test-explode-points
...
test(tsdb): add test for explode points
2018-11-13 14:41:29 -07:00
Jorge Landivar
e4dcb7fb58
Merge pull request #1357 from influxdata/opentracing
...
opentracing
2018-11-13 15:21:32 -06:00
Adam
2321d81291
Feat/transpiler show databases ( #1363 )
...
* feat(query): databases transformation implementation
add show databases to transpiler
2018-11-13 16:07:28 -05:00