Commit Graph

12367 Commits (d62e2e009a6dd5aafb559c4256f50430ed99fe47)

Author SHA1 Message Date
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
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
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
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
Brandon Farmer c669ea4e3b
Merge pull request #1162 from influxdata/tasks/add-task-row
Add Task row component to avoid higher order functions in component
2018-10-22 15:33:45 -07:00
Brandon Farmer 51fa92ee3d Add Task row component to avoid higher order functions in component 2018-10-22 15:21:25 -07:00
Delmer 6a07d0d34b
feat(logs/popover): show message popover (#1157)
* add(logs/popover): add logs message popover
* feat(logs/popover): display logs popover onclick
* rename(logs/styles): renames logs styles w/ capital camel format
2018-10-22 18:07:16 -04:00
Delmer 1ef3ec7a76
fix(logs/ui): linting errors (#1152) 2018-10-22 16:29:10 -04:00
alexpaxton c1bc4dc84a
Merge pull request #1156 from influxdata/refactor-index-list-components
Refactor IndexList Components
2018-10-22 13:24:13 -07:00
Jade McGough a057bc613a
Merge pull request #1103 from influxdata/fix/member-endpoints
fix member endpoints panic
2018-10-22 13:12:45 -07:00
Jade McGough 6aa5be5f8a fix(mock): add comments for userresourcemappingservice mock fns 2018-10-22 13:06:22 -07:00
Delmer 7acd6599a8
fix(logs/fetch): add execute queries (#1137)
* Update executeQueriesAsync to fetch

* Update actions to use executeQueryAsync

* Update flux transform to respect field ordering

* Fix fluxResponse tests

* Add column ordering test case
2018-10-22 16:06:02 -04:00
Alex P 3bfd130350 Remove obsolete file 2018-10-22 13:05:46 -07:00
Deniz Kusefoglu f4b3e10837
Merge pull request #1151 from influxdata/onboarding/org-bucket-defaults
Remove default values and add placeholders for text fields
2018-10-22 22:26:49 +03:00
Deniz Kusefoglu a36c390a30 Remove brackets from string fields in inputs 2018-10-22 22:25:34 +03:00
Alex P 11fd11091e Update unit test 2018-10-22 12:01:08 -07:00
Alex P 2f4c7ed216 Update implementation of IndexList in tasks page 2018-10-22 11:40:14 -07:00
Alex P 4936d1184d Update implementation of IndexList in dashboards page 2018-10-22 11:30:47 -07:00