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
Alex P
5057abeca6
Refactor IndexList into composable component family
2018-10-22 11:30:17 -07:00
Delmer
52b007e243
Fix loading empty state ( #1149 )
...
fix(logs/empty): center logs loading status
2018-10-22 13:48:53 -04:00
Christopher Henn
027dd962bc
Convert view data when switching view types in VEO
2018-10-22 10:32:16 -07:00
Deniz Kusefoglu
5dea2390cc
Remove default values and add placeholders for text fields
2018-10-22 20:32:08 +03:00
Delmer
6e1ce62af6
feat(logs/scroll): Add logs scroll handlers ( #1144 )
...
feat(logs/scroll): Add logs scroll handlers
2018-10-22 11:46:00 -04:00
Delmer
a6c9ecd452
update(logs/fetch): query builder ( #1139 )
...
update(logs/fetch): alias query builder fields
* Update querybuilder to use aliasable field selection
* Update columnNames to use aliases
2018-10-22 10:26:04 -04:00
Delmer
9cb7b5e6b4
Fix truncation handling ( #1140 )
...
fix(logs/wrap): fix logs wrap message
Fixes truncation handling by not trying to persist or update the config
for non-persisted config.
2018-10-22 10:23:12 -04:00
Deniz Kusefoglu
4ef2a458dd
Merge pull request #1147 from influxdata/onboarding/skip-to-complete
...
Take user to completion page on skip
2018-10-22 15:06:42 +03:00
Deniz Kusefoglu
c914b90c35
Take user to completion page on skip
2018-10-22 14:42:12 +03:00
Mark Rushakoff
8c0aec7975
fix(task): propagate status updates when modifying tasks
...
This also changes the backend.Store API to remove the EnableTask and
DisableTask methods, merging their functionality into ModifyTask, which
has been named to UpdateTask to keep closer to the CRUD acronym.
2018-10-19 16:49:18 -07:00
kelwang
c168cd1cee
Merge pull request #1138 from influxdata/fix/remove_ctx_token
...
refactor(token): remove context token
2018-10-19 18:51:19 -04:00
Jacob Marble
269d42128a
Merge pull request #1145 from influxdata/jgm-readfrom
...
storage: MeasurementStats.ReadFrom requires ByteReader
2018-10-19 15:41:38 -07:00
Jacob Marble
b6a1c0e9c7
storage: MeasurementStats.ReadFrom requires ByteReader
2018-10-19 14:16:20 -07:00
Kelvin Wang
c54df3d052
refactor(token): remove context token
2018-10-19 12:39:54 -04:00
kelwang
022bdc86d6
Merge pull request #1120 from influxdata/fix/onboarding_change
...
Fix/onboarding change
2018-10-19 10:59:07 -04:00
Alirie Gray
e3072953a4
Handle empty state for tasks with search term ( #1122 )
...
Handle empty state for tasks with search term
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-10-18 16:46:53 -07:00
Chris Goller
11f869fb37
feat(cmd/influx): add org name option to repl ( #1121 )
...
* feat(cmd/influx): add org name option to repl
* fix(cmd/influx): repl org-id and org are mutually exclusive
2018-10-18 15:55:31 -05:00
kelwang
9d2119e48c
Merge pull request #1107 from influxdata/feat/telegraf_service_store
...
add telegraf store service
2018-10-18 16:48:22 -04:00
Kelvin Wang
285cf3831c
changes based on review
2018-10-18 16:33:11 -04:00
Kelvin Wang
60fdf79726
add retention policy
2018-10-18 16:04:21 -04:00
Ben Johnson
b762ff9604
Merge pull request #1099 from influxdata/bj-tsi1-measurement-cardinality-stats
...
Add tsi1 measurement cardinality stats.
2018-10-18 13:15:33 -06:00
Alirie Gray
f1f645ddad
Add a search bar to filter tasks by name
...
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-10-18 11:43:39 -07:00
Jacob Marble
f33e13a036
storage: Add MeasurementCardinalityStats and MeasurementStats to Engine
2018-10-18 11:10:21 -07:00
Kelvin Wang
a3c9185ba6
remove default org bucket
2018-10-18 13:38:17 -04:00
Kelvin Wang
a8ac4a931c
add telegraf store service
2018-10-17 15:01:04 -04:00
Ben Johnson
d856116b00
Add tsi1 measurement cardinality stats.
2018-10-17 08:38:41 -06:00
Adam
ea4c08b327
(feat/query): implement a buckets() source function that retrieves all buckets and retention policy information for the active organization. ( #1045 )
2018-10-17 10:21:39 -04:00
Jade McGough
8b12e90a46
run go fmt
2018-10-16 15:18:22 -07:00
Jade McGough
9180e13093
fix(http): add zero value mock implementation of u/r mapping service
2018-10-16 15:14:16 -07:00
Jade McGough
d280b7ea43
fix(http): inject user_resource_mapping_service when creating route handlers
2018-10-16 14:49:35 -07:00
Jade McGough
6268946aef
chore(http): genericize references to orgs in user_resource_mapping_service
2018-10-16 14:23:56 -07:00
Jade McGough
1e0ad7a95d
chore(http): remove unused handlers in org_service
2018-10-16 14:12:28 -07:00
kelwang
1f98dc2d77
Merge pull request #1097 from influxdata/feat/json_telegraf_config
...
add json telegraf config
2018-10-16 12:55:51 -04:00
Mark Rushakoff
d479c330fe
fix(storage): avoid data race on table Done channel
...
Fixes #1021 .
2018-10-16 08:21:13 -07:00
Kelvin Wang
684b4e19a2
add json telegraf config
2018-10-16 10:21:27 -04:00
Delmer
796ef33484
feat(logs/page): render logs tail ( #1093 )
...
feat(logs/page): render logs tail
2018-10-16 10:08:20 -04:00