Commit Graph

194 Commits (3e54ef9f532ad6fa6ec1bd6ca3c08fa7e9adee27)

Author SHA1 Message Date
Mark Rushakoff ff2998dcf8 chore(chronograf): fix megacheck errors 2018-11-01 12:54:46 -07:00
Michael Desa b9f70b7bec chore(ui): move ui from chronograf/ui to ui 2018-10-29 14:00:54 -04:00
Michael Desa fdbec9303d chore(ui): update misc build files related to moving chronograf/ui to ui 2018-10-29 14:00:45 -04:00
Delmer 1592ae7c0a
feat(ui/logs): add logs hostname column (#1189)
feat(ui/logs): add hostname column

* Add hostname field to default view
* Update logs to include hostname
2018-10-29 13:10:33 -04: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
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
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
Brandon Farmer 8b8733d171 User can update a task 2018-10-23 10:48:45 -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
Christopher Henn 201c4f4304 Port WebWorker utilities 2018-10-22 16:33:11 -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
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 c914b90c35 Take user to completion page on skip 2018-10-22 14:42:12 +03: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
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
Delmer 796ef33484
feat(logs/page): render logs tail (#1093)
feat(logs/page): render logs tail
2018-10-16 10:08:20 -04: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 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 #1094 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
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 (#1076)
* 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
Alirie Gray 25ed880e8f
Merge pull request #1063 from influxdata/logs/table-graph
Logs/transform log response util function
2018-10-15 09:55:35 -07:00
Jonathan A. Sternberg 5c8318d181
Merge pull request #1080 from influxdata/js-go-generate-with-go-run
refactor: modify tooling to take advantage of go run
2018-10-15 11:27:13 -05:00
Jonathan A. Sternberg e9600b1f0b
refactor: modify tooling to take advantage of go run
The generate commands have been modified to take advantage of the new
functionality in Go 1.11 that allows `go run` to execute a package
instead of individual files.

This functionality combined with Go modules allows us to execute a
package directly out of our pinned dependencies rather than accidentally
picking up another binary outside of the build environment.

This also simplifies the Makefile because they no longer have to be
responsible for installing the correct tooling since the Go command
takes care of that logic. It also makes it so that the Makefiles with
file generation can now be invoked from their appropriate subdirectories
so they are contained within the directory itself rather than relying on
values in the top level Makefile.

It is now possible to generate all files within this project by using:

    go generate ./...

Or the Makefile can continue to be used.

This commit also copies over the special copy of `tmpl` that the storage
engine uses within the influxdb repository. It was never copied over so
using `go generate` on these packages did not work.
2018-10-15 11:01:27 -05:00
Alirie Gray e3696fde35 Refactor transform flux response function 2018-10-12 16:22:16 -07:00