tmgordeeva
b0396e1cfa
Merge pull request #14181 from influxdata/tg-fix-metrics-counts
...
fix(storage): fix counts for level 4+ files
2019-06-28 04:16:25 -07:00
Adam Perlin
095bfe2d81
Merge pull request #14221 from influxdata/influx-inspect-verify-wal-2.x
...
feat(storage): Add influxd inspect verify-wal tool
2019-06-27 16:40:45 -07:00
Tanya Gordeeva
fe4333e8e0
fix(storage): fix tracking disk bytes in memory
2019-06-27 16:36:00 -07:00
Tanya Gordeeva
3ff15a8b41
fix(storage): fix counts for level 4+ files
...
The counts wreen't adding all the level 4+ files, so the last one to be counted
would override the rest.
2019-06-27 16:36:00 -07:00
Adam Perlin
a88cf8d06a
feat(storage): Add verify-wal tool to changelog
2019-06-27 16:28:28 -07:00
Adam Perlin
24baec9e6d
Gofmt verify-wal files
2019-06-27 16:28:28 -07:00
Adam Perlin
fba4326c72
feat(storage): remove unnecessary lines from verify-wal test
2019-06-27 16:28:28 -07:00
Adam Perlin
f4faa9b2f5
feat(storage): Small verify-wal output and test tweaks
2019-06-27 16:28:28 -07:00
Adam Perlin
c868ece4f6
feat(storage): Initial 2.x verify-wal tool functionality
2019-06-27 16:28:28 -07:00
kelwang
c762841e09
Merge pull request #14227 from influxdata/conflict_query_handler_test
...
fix(http): query handler conflict
2019-06-27 19:27:25 -04:00
Kelvin Wang
0b03ce0e0b
fix(http): query handler conflict
2019-06-27 19:16:54 -04:00
kelwang
c4fd4d7986
Merge pull request #14213 from influxdata/error_encode_interface
...
Error encode interface
2019-06-27 18:03:59 -04:00
Palakp41
873f2d8488
Merge pull request #14223 from influxdata/dataexplorer-token-dropdown
...
Display relevant tokens based on permissions in token dropdown
2019-06-27 15:00:50 -07:00
Palak Bhojani
adc108c53e
Update getting tokens to have helper functions
2019-06-27 14:50:02 -07:00
Palak Bhojani
272868d087
Update flux script to get correct bucket name
2019-06-27 14:50:02 -07:00
Palak Bhojani
4062475010
Display relevant tokens based on permissions in token dropdown
2019-06-27 14:50:02 -07:00
Christopher M. Wolff
cc5afac422
fix(http): add org ID to flux handler ( #14225 )
2019-06-27 14:33:22 -07:00
Scott Anderson
45af5651e9
Merge pull request #14220 from influxdata/new-flux-functions
...
Added new functions to Flux functions list
2019-06-27 13:53:05 -06:00
Scott Anderson
836c1d84b0
updated flux function json to be prettier
2019-06-27 12:23:25 -06:00
Scott Anderson
86686b9f0e
updated flux function json to be prettier
2019-06-27 12:16:28 -06:00
Scott Anderson
666f8cf1c1
added new functions to Flux functions list
2019-06-27 12:06:44 -06:00
Adam
943fea6c50
Merge pull request #14218 from influxdata/flux-staging
...
chore: update Flux to v0.34.2
2019-06-27 13:53:43 -04:00
Adam
4faf2a24de
chore: update Flux to v0.34.2
2019-06-27 13:28:52 -04:00
Ben Johnson
c0b86f9f97
chore(tsdb): Fix read metrics declaration. ( #14216 )
...
chore(tsdb): Fix read metrics declaration.
2019-06-27 09:58:39 -06:00
Ben Johnson
b3d7986d4b
chore(tsdb): Fix read metrics declaration.
2019-06-27 09:25:27 -06:00
Kelvin Wang
9ecada4dce
feat(http): convert errorEncode to use interface
2019-06-26 21:41:01 -04:00
Kelvin Wang
9dc5438e06
feat(cmd/influxd): add http error handler
2019-06-26 21:39:22 -04:00
Kelvin Wang
4a75004bd7
feat(influxdb):add http error handler interface
2019-06-26 21:39:21 -04:00
Ben Johnson
611a7d83e5
feat(tsdb): Add basic tsdb read metrics ( #14211 )
...
feat(tsdb): Add basic tsdb read metrics
2019-06-26 17:56:53 -06:00
Ben Johnson
12549c859e
feat(tsdb): Add basic tsdb read metrics
...
Adds a total cursor counter and seek location counter to a new
`readMetrics` that is added to each `Engine`. Default labels group
by `engine_id` and `node_id`.
2019-06-26 16:16:24 -06:00
lukevmorris
350f72c296
Merge pull request #14149 from influxdata/return-oauth-id-for-user
...
feat(me): return oauth id with user object
2019-06-26 15:08:39 -07:00
Luke Morris
701501d00d
feat(http/me): oauthID could in theory be updated
2019-06-26 14:42:29 -07:00
Palak Bhojani
b67ea62562
Add oauthID to the user interface instead of session
2019-06-26 11:45:34 -07:00
Luke Morris
1c3b92dacb
feat(http/me): name type according to semantics
2019-06-26 11:45:34 -07:00
Luke Morris
03f6d0e521
feat(http/me): name function according to semantics
2019-06-26 11:45:34 -07:00
Luke Morris
225586f83f
feat(me): return oauth id with user object
2019-06-26 11:45:34 -07:00
Palakp41
93a9f0e86d
Merge pull request #14200 from influxdata/tasks-token-update
...
Add the ability to update a task token
2019-06-26 10:01:01 -07:00
Jonathan A. Sternberg
2c32826b72
deps: upgrade to flux v0.34.1 ( #14206 )
2019-06-26 11:31:45 -05:00
Jonathan A. Sternberg
9d91ac7a2c
deps: upgrade to flux v0.34.0 ( #14205 )
...
https://github.com/influxdata/flux/releases/tag/v0.34.0
2019-06-26 10:14:50 -05:00
Chris Goller
14e7daa6e4
fix client tracing propagation from doubly recording ( #14204 )
...
Closes #14203
* chore(vendor): update to opentracing 1.1.0
* fix(http): finish client span
* fix(http): remove extra span injection
2019-06-26 00:48:15 -05:00
Palak Bhojani
5d4799d868
Update changelog for updating a task token
2019-06-25 11:39:26 -07:00
Palak Bhojani
d375f4bfcc
Add the ability to update a task token
2019-06-25 11:30:05 -07:00
Christopher Henn
530ceb9cbd
fix(ui): clamp gauge needle position to gauge domain
2019-06-24 17:46:03 -07:00
Christopher Henn
123b99cac5
fix(ui): draw gauges correctly on HiDPI screens
2019-06-24 17:46:03 -07:00
Palakp41
79dec36d36
Merge pull request #14189 from influxdata/feat/task-token
...
Add dropdown to select token when creating a new task
2019-06-24 14:50:31 -07:00
Palak Bhojani
875efabc68
Update changelog for token selection
2019-06-24 14:21:12 -07:00
Palak Bhojani
2a5517c0df
Create token dropdown to be a separate component
2019-06-24 13:31:03 -07:00
Palak Bhojani
715e587c0d
Add dropdown to select token when creating a new task
2019-06-24 13:31:03 -07:00
Christopher Henn
1d7521ebb7
fix(ui): enable selecting more columns in line visualizations
...
Closes #14153
2019-06-24 13:18:56 -07:00
Lisa Leung
ffce990aac
Merge pull request #14173 from influxdata/feat/api/createat-variable
...
feat(http): add createAt & updatedAt variable
2019-06-24 13:13:44 -07:00