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
Christopher Henn
9b78a66cd2
chore(ui): upgrade dependencies
...
Upgrades giraffe and influxdb-client-js dependencies.
Makes a few source tweaks to accomdate changes in the new client
version.
2019-06-24 11:22:30 -07:00
Andrew Watkins
d457865704
build: remove npm replace with yarn ( #14176 )
...
* build: remove npm
* build(yarn): only build silently on prod
* build(yarn): replace npm with yarn in makes and docs
* build: remove mentions of npm
* build: add yarn.lock
* build(yarn): lower minor version requirement
* chore: remove package-lock.json
* chore: add package-lock.json to gitignore
* build(node): allow newer node
* docs: update README.md
2019-06-21 16:19:42 -07:00
Iris Scholten
ea27736eaf
fix(ui/cloudNav): Update cloud subnav feature flag to use env var ( #14171 )
...
Subnav should be visible in acceptance but feature flagged in production
2019-06-21 13:17:57 -07:00
lisale0
1d6a0c5a3c
fix pr
2019-06-21 11:55:28 -07:00
Andrew Watkins
5dfba47d15
fix: cell errors ( #14168 )
...
* fix: add tooltip for error message
* wip: styles for error
* chore: christmas time
* feat: introduce error formatting
* style(veo): scrollable errors
* style(cell): error tooltip
* chore: remove comment
* style: put styles on children
2019-06-21 10:25:09 -07:00
Lyon Hill
89acf847ea
feat(task): Build interfaces for a generic scheduler. ( #14163 )
...
* feat(task): Build interfaces for a generic scheduler.
2019-06-21 10:31:43 -06:00