Commit Graph

12431 Commits (4295a99ab2defde91189cbc3a89a3132d1c54ca6)

Author SHA1 Message Date
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
Michael Desa 3d653521d2 feat(platform): add meta field to dashboards
feat(testing): test for meta field on dashboard conformance tests

feat(http): ensure that dashboard json is encoded correctly

feat(bolt): update dashboard meta appropriately

fix(testing): use equate empty in dashboard test for empty cells list

feat(inmem): add meta to dashboards for conformance tests

feat(http): add support for dashboard conformance tests

feat(platform): add find options to FindDashboards method on dashboard svc

feat(testing): use find options in dashboard conformance tests

feat(mock): add find options to dashboard service

feat(bolt): add find options to dashboard service

feat(inmem): add find options to dashboard service

feat(http): add find options to dashboard service

feat(http): update dashboard swagger specification

fix(platform): fix mistakes after rebase

review(http): use default find options for dashboards
2018-10-23 13:43:06 -04:00
Jade McGough 4309f3d7b8 fix(http): use correct param name for user ids in ur mapping 2018-10-23 10:38:26 -07:00
Andrew Watkins 58b9adbb52
feat(org-view): Chronograf OrgView (#1101)
* Move organization type definition to own file

Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>

* Add organizations link in side nav

Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>

* Add organization routes

Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>

* Add Organization index and view

Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>

* Introduce OrgView

* Fix type errors

* WIP rudimentary view of Org resources

* Add spinner wrapper component

Will make this more awesome later

Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>

* Render all org resources in list views with empty states

Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>

* Upgrade prettier and tslint configs

* Add back spinners

* Add createOrg API

* Introduce CreateOrgOverlay

* Move org actions and reducer to org dir

* Add autocomplete option to clockface Input

* Implements CreateOrg from OrgIndex

* Introduce delete org from OrgIndex

* Remove CHANGELOG

* Start OrgOptions

* Add Profile Page Header subcomponent

* Make index list items lighter when nested

* Add filter and create UI to buckets list

* Slightly modify appearance of overlays

* Implement update org options tab

* Introduce createBucket in org view

Waiting on https://github.com/influxdata/platform/issues/1118 for
the API to accept milliseconds as retentionPolicies

* WIP introduce Filter component

* Fix linter warnings

* Introduce filter dashboards

* Implement filter and task list

* Add spinner to member list in org view

* Use new index list
2018-10-23 08:53:15 -07:00
Chris Goller ba6c33b34e
Merge pull request #1078 from influxdata/test/swagger
test(swagger) add swagger validation test
2018-10-23 09:00:29 -05:00
Chris Goller 15e1173485
Merge pull request #1166 from influxdata/feature/bucket-retention-rules
feat(http): buckets now have multiple retention rules
2018-10-23 09:00:01 -05:00
Chris Goller 3072c0e3a5 test(http): remove spurious byte cast 2018-10-23 08:47:21 -05:00
Chris Goller a6464d5010 test(swagger) add swagger validation test 2018-10-23 08:47:21 -05:00
Chris Goller 78a08ff81a
Merge pull request #1164 from influxdata/feature/usage-storage-metrics
feat(usage): add values and series metrics to usage service
2018-10-23 08:35:14 -05:00
Chris Goller a6355c5442 feat(http): buckets now have multiple retention rules 2018-10-23 08:18:31 -05:00
Chris Goller 287082129f
Merge pull request #1169 from influxdata/feature/dashboard-description
feat(dashboard): add description fields to dashboard
2018-10-22 20:56:36 -05:00
Chris Goller a730bafaab docs(http): update dashboard with description 2018-10-22 20:44:25 -05:00
Chris Goller 814317c3d8 feat(dashboard): add dashboard validation 2018-10-22 20:35:27 -05:00
Chris Goller ad82fe9379 feat(dashboard): add description fields to dashboard 2018-10-22 20:25:18 -05:00
Christopher Henn 201c4f4304 Port WebWorker utilities 2018-10-22 16:33:11 -07:00
Chris Goller 344d36ed5d feat(usage): add values and series metrics to usage service 2018-10-22 17:47:04 -05:00