zhulongcheng
5d66bbed48
remove functions for registering engine
...
This fix is to resolve import cycle
2018-10-27 02:08:31 +08:00
zhulongcheng
0e9185f764
remove tsdb.Index interface
...
This fix is to resolve #886 .
2018-10-27 02:08:31 +08:00
zhulongcheng
c89c79dc02
replace tsdb.Index interface with tsi1.Index instance
...
This fix is to remove tsdb.Index interface to resolve #886 .
2018-10-27 02:08:31 +08:00
zhulongcheng
c1e732782e
remove tsdb.IndexSet
...
This fix is to resolve #886 .
2018-10-27 02:08:31 +08:00
zhulongcheng
427d719af8
remove tsdb.IndexSet tests
...
This fix is to remove tsdb.IndexSet to resolve #886 .
2018-10-27 02:08:31 +08:00
zhulongcheng
28fecc1f6f
replace tsdb.IndexSet with tsi1.Index
...
This fix is to remove tsdb.IndexSet to resolve #886 .
2018-10-27 02:08:31 +08:00
zhulongcheng
e739afb77d
add tsi1.Index methods
...
These methods are copied from tsdb.IndexSet and modified slightly.
This fix is to remove tsdb.IndexSet to resolve #886 .
2018-10-27 02:08:31 +08:00
Jade McGough
a9b9a0b538
Merge pull request #1185 from influxdata/user-mapping-response
...
fix User mapping response
2018-10-26 10:25:45 -07:00
Andrew Watkins
410b723beb
feat(user-profile): user profile layout ( #1198 )
...
* feat(chrono): user page
* feat: change user profile route
* feat(user_profile): add logout and static markup
2018-10-26 10:19:29 -07:00
Mark Rushakoff
3fb86665eb
test(task): fix check for setting task RequestedAt
2018-10-26 09:49:45 -07:00
Mark Rushakoff
39b9c26db4
chore: add String method to FieldType
...
Type conflicts should be rare, but when they do happen, printing out the
string name should save developers a couple minutes of digging compared
to looking up which numeric value means which type.
2018-10-26 08:24:18 -07:00
Gianluca Arbezzano
54277728c1
Merge pull request #1178 from influxdata/feature/983
...
fixed inconsistency in links
2018-10-26 17:13:55 +02:00
Gianluca Arbezzano
6dd6a08ea2
fixed inconsistency in links
...
Hello
As suggested in https://github.com/influxdata/platform/issues/983 I
changed `auths` to `authorizations` to have the key and the link in
line.
I went for this fix in order to avoid BC. I don't know if that's
the fix you had in mind. Or you were speaking more about short and long
terms.
Fixed #983
Signed-off-by: Gianluca Arbezzano <gianarb92@gmail.com>
2018-10-26 17:05:06 +02:00
Chris Goller
4c856e565d
Merge pull request #1203 from influxdata/feature/client-write-precision
...
http(write): support timestamp precision
2018-10-26 09:34:32 -05:00
Jade McGough
80900f5e20
chore(inmem): remove unused u/r mapping function ( #1176 )
2018-10-25 21:53:45 -07:00
Chris Goller
d2ecf8aad6
http(write): support timestamp precision
2018-10-25 21:23:50 -05:00
Kelvin Wang
3890cf8c1a
add toml for telegraf
2018-10-25 21:31:44 -04:00
Chris Goller
087e7b4f1d
Merge pull request #1072 from influxdata/feature/write-client
...
feat(http): add http write client
2018-10-25 19:18:39 -05:00
Chris Goller
ad50cb1527
refactor(write): reuse timers
2018-10-25 19:13:53 -05:00
Chris Goller
6ce2530003
refactor(write): reuse bytes readers
2018-10-25 19:13:53 -05:00
Chris Goller
7a9f9cc378
test(write): add batcher tests
2018-10-25 19:13:53 -05:00
Chris Goller
9d64d2192b
feat(write): add line protocol batch writing
2018-10-25 19:13:53 -05:00
Chris Goller
ca2b6941f2
refactor(cmd/influx): write now returns errors rather than os.Exit
2018-10-25 19:13:53 -05:00
Chris Goller
05117ac7cb
fix(cmd/influx): typos and grammar for write command
2018-10-25 19:13:53 -05:00
Chris Goller
b3a7324c3e
fix(cmd/influx): update write to new platform ID
2018-10-25 19:13:53 -05:00
Chris Goller
d62e2e009a
test(http): add tests for write client
2018-10-25 19:13:53 -05:00
Chris Goller
dd8c2691ed
feat(cmd/influx): add write to influx binary
2018-10-25 19:13:53 -05:00
Chris Goller
6f4bd54afc
feat(http): add http write client
2018-10-25 19:11:12 -05:00
Jade McGough
91dbd48258
feat(http): validate dashboard cell updates ( #1199 )
...
* feat(http): validate dashboard cell updates
* run formatter
2018-10-25 16:05:12 -07:00
Stuart Carnie
bbe73b5cc1
Merge pull request #1196 from influxdata/sgc-fix-panic
...
Fix panic when performing filters on value data
2018-10-25 15:28:57 -07:00
Andrew Watkins
f82eeb8338
feat(orgs): update org bucket name and retention rule ( #1181 )
...
* Add error handling to spinner
* Fix broken test
* Update retentionPeriod to retentionRules
* fix(http): bucket retention period now empty
Co-authored-by: Chris Goller <goller@gmail.com>
* fix(bucket): remove bucket key from createBucket API
* feat(bucket): update organization buckets
* fix: coerce Bucket type
* chore: create separate components for bucket create / update
2018-10-25 15:23:05 -07:00
Jade McGough
baeea1a6ac
fix(http): add links to user resource response
2018-10-25 14:42:26 -07:00
Stuart Carnie
49c3ea786f
fix(reads): Fix panic when performing filters on value data
...
Fixes #1188
2018-10-25 13:02:59 -07:00
Lyon Hill
0894d5a3e3
fix task create ( #1192 )
...
fixes #1190
2018-10-25 13:57:17 -06:00
Lyon Hill
751a53dd24
Allow coordinator to pick up existing tasks on startup ( #1187 )
2018-10-25 13:50:41 -06:00
Jade McGough
5e5e74cfa2
Merge pull request #1186 from influxdata/mapping-cleanup
...
feat(bolt): clean up user resource mappings after deleting resources
2018-10-25 11:30:16 -07:00
Mark Rushakoff
8442acd437
refactor(task): emit "ticked" log messages at debug level
...
The ticked message every second is more annoying than helpful as-is.
Drop it to debug level so it's available if needed.
2018-10-25 11:23:28 -07:00
Jade McGough
da7086c325
feat(bolt): clean up user resource mappings after deleting resources
2018-10-25 01:20:06 -07:00
Jade McGough
e60412dbaa
remove accidentally committed file
2018-10-25 00:47:19 -07:00
Jade McGough
56e45b5cc4
fix(http): make user resource response be an object
2018-10-25 00:45:20 -07:00
Mark Rushakoff
095c2be65f
chore(http): add links to tasks and runs responses
...
Fixes #1155 .
2018-10-24 14:04:08 -07:00
Mark Rushakoff
43b7617316
test(task): check task status in more methods
...
This TODO was meant to be removed as part #1179 , but was mistakenly
overlooked.
2018-10-24 11:04:07 -07:00
Mark Rushakoff
75c5d91cec
feat(task): include task status when listing tasks
2018-10-24 09:38:02 -07:00
Adam
98be8bcd32
moved to_http and to_kafka to flux and update to latest flux ( #1175 )
2018-10-24 12:33:43 -04:00
Jacob Marble
b91169e779
Merge pull request #1174 from influxdata/jgm-measure
...
Export models.UnescapeMeasurement
2018-10-23 14:02:18 -07:00
Jacob Marble
85c6cb5d23
Export models.UnescapeMeasurement
2018-10-23 11:09:47 -07:00
Brandon Farmer
421fdf7a25
Merge pull request #1172 from influxdata/tasks/update-task
...
User can update a task
2018-10-23 10:57:29 -07:00
Lyon Hill
19b7709bad
Add tasks to the influx cli ( #1163 )
2018-10-23 11:51:13 -06:00
Michael Desa
0a7a061ae7
Merge pull request #1100 from influxdata/feat/dashboard-times
...
Add CreatedAt and UpdatedAt fields to dashboards
2018-10-23 13:50:49 -04:00
Brandon Farmer
8b8733d171
User can update a task
2018-10-23 10:48:45 -07:00