Commit Graph

12314 Commits (7acd6599a8b82e2f6900b21765d8458ebcbf381b)

Author SHA1 Message Date
Delmer 7acd6599a8
fix(logs/fetch): add execute queries ()
* 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
Deniz Kusefoglu f4b3e10837
Merge pull request 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
Delmer 52b007e243
Fix loading empty state ()
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 ()
feat(logs/scroll): Add logs scroll handlers
2018-10-22 11:46:00 -04:00
Delmer a6c9ecd452
update(logs/fetch): query builder ()
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 ()
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 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 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 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 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 ()
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 ()
* 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 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 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. () 2018-10-17 10:21:39 -04:00
kelwang 1f98dc2d77
Merge pull request 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 .
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 ()
feat(logs/page): render logs tail
2018-10-16 10:08:20 -04:00
Iris Scholten 8bf3ab548d
Merge pull request from influxdata/veo-line-graph
Add Veo line graph and switching types
2018-10-15 14:50:33 -07:00
Iris Scholten ede25ecdce Add ability to show a line graph and change to other line graph type in veo 2018-10-15 14:35:23 -07:00
Brandon Farmer b109015749
Merge pull request from influxdata/get-orgs-ui
Move page initialization to single purpose components
2018-10-15 13:50:03 -07:00
Brandon Farmer ced638582f Add source to redux state 2018-10-15 13:36:06 -07:00
Brandon Farmer bd1c17023d Extract setting source from getting sources 2018-10-15 13:36:06 -07:00
Brandon Farmer 241044091f Fetch Me information on load 2018-10-15 13:36:06 -07:00
Brandon Farmer a539e13cdd Use orgs from redux state in tasks 2018-10-15 13:36:06 -07:00
Brandon Farmer 9be4bdb37c Fetch organizations on load
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2018-10-15 13:36:06 -07:00
Brandon Farmer 8072a01968 Move link fetching to GetLinks component
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2018-10-15 13:36:06 -07:00
Alex Paxton 962c84a450
Merge pull request from influxdata/general-ui-cleanup
General UI Cleanup
2018-10-15 13:20:30 -07:00
Alex P 4701717968 Set fixed widths on log viewer dropdowns 2018-10-15 12:09:30 -07:00
Alex P 03c301f238 Refactor tasks page to use index list and empty state 2018-10-15 12:05:12 -07:00
Alex P 3a4d886590 Change nav icon for Tasks tab 2018-10-15 12:05:00 -07:00
Jeff Wendling 30418ca2f5 fix(storage): WithEngineID and WithNodeID no longer panic
Both of these options would dereference a nil pointer when attempting
to apply. Instead, set the field to be the address of an integer
containing the right value.
2018-10-15 12:44:46 -06:00
Alex P 6ca7ea0d6e Use empty state in dashboards table 2018-10-15 11:42:18 -07:00
Alex P ad33624fd0 Introduce reusable Empty State component 2018-10-15 11:42:06 -07:00
Andrew Watkins 6eb21d3dde
chore(chronograf): code cleanup ()
* Delete unused files

* go.sum

* Remove dead code

* Remove more unused code

* Remove eslint

* Remove StaticLegend

* Convert external to ts

* Move jest config to package.json

* Update yarn.lock

* Moar yarn.lock

* go.sum
2018-10-15 11:19:54 -07:00