Commit Graph

31881 Commits (86a359f34bf677f074ac300c61114d918b4e9dd7)

Author SHA1 Message Date
Alex Boatwright a1cecbf56a
fix(ui): make a more deterministic build (#15820) 2019-11-11 14:05:48 -08:00
Zoe Steinkamp e5e42549f4 fix(UI) Fixed the telegraph filtering on labels
Removing only
2019-11-11 14:29:25 -07:00
Lyon Hill 7421836a1e
fix(task): add error handling for when a `FinishRun` fails (#15845) 2019-11-11 13:52:04 -07:00
Zoe Steinkamp 5548f9aadb fix(UI) Fixed the telegraph filtering on labels
Adding additions
2019-11-11 13:33:48 -07:00
Zoe Steinkamp b246b0732e fix(UI) Fixed the telegraph filtering on labels
Cleaning up test
2019-11-11 13:33:48 -07:00
Zoe Steinkamp 5d31054998 fix(UI) Fixed the telegraph filtering on labels
need to just fix tests now
2019-11-11 13:33:48 -07:00
Johnny Steenbergen b58e7947b1 feat(pkger): add support for exporting resource associations
also adds some extra user friendliness. it sorts the pkg created via an
export by resource kinds. It also titles the kinds to make them match the
documentation even though the kind is case insensitive. Easier to read this
way.
2019-11-11 08:51:54 -08:00
Johnny Steenbergen a64b976561 feat(pkger): add export functonality to pkger for existing buckets/labels/dashboards
no associations included at this time. Also fixes http response to be just
the pkg without the envelope. Having that envelope makes the API icky to
work with from any shell script or just saving it to file. This feels more
organic to just drop that envelope.
2019-11-08 16:55:24 -08:00
Alex Boatwright f2cda2ae10
fix(ui): infer cloud mode (#15801) 2019-11-08 12:44:10 -08:00
alexpaxton b6356fcdf2
refactor(ui): update home page animations (#15809)
* refactor: replace home page cards with Panels

* refactor: update collectors graphic

* refactor: update dashboard animation

* refactor: update alerting animation

* fix: appease linter

* chore: upgrade clockface

* refactor: animate on button hover instead of card hover

* chore: update changelog

* refactor: get orgID from redux instead of params
2019-11-08 13:07:42 -05:00
Timmy Luong 64ca5f91bc fix(ui): Update numeric Input components to pass NaN where appropriate and fix other edge cases 2019-11-08 10:05:23 -08:00
Michael Desa f6adc738ee
Merge pull request #15813 from influxdata/chore/remove-exists
chore(alert-history): remove existence checks from alert history page
2019-11-08 13:01:29 -05:00
Michael Desa 1d4872d09d
chore(alert-history): remove existence checks from alert history page
This should be added back when
https://github.com/influxdata/idpe/issues/5019 is solved
2019-11-08 12:38:56 -05:00
Ariel Salem 888ce50ef8
fix(http/links): Added query links to checks and notificationRules response, updated swagger.yml (#15807) 2019-11-08 08:23:38 -08:00
Gavin Cabbage 3e29464d4b fix(tasks): fake flux deps 2019-11-08 09:35:20 -05:00
Ariel Salem 5ba9142f2f
fix(flakey-test): refactored getSortedBucketNames for more consistency and predictability. Finished DWP API functionality (#15802)
* fix(flakey-test): refactored getSortedBucketNames for more consistency and predictability. Finished DWP API functionality

* fix(FilterRow): removed unnecessary FeatureFlag from component

* chore: updated yml and tests to reflect API changes
2019-11-07 16:19:42 -08:00
Johnny Steenbergen 5eb29e9ed9 feat(pkger): add label associations to variables 2019-11-07 12:33:20 -08:00
Johnny Steenbergen d252b20ecc feat(pkger): add support for variable resource kind to pkger 2019-11-07 12:33:20 -08:00
Ariel Salem 591f2870d8
fix(predicate/parser): updated case statement for NotEqual on deleteWithPredicate API (#15799)
* fix(predicate/parser): updated case statement for NotEqual on deleteWithPredicate API
2019-11-07 12:24:38 -08:00
Johnny Steenbergen 238842cb79
Merge pull request #15758 from influxdata/4969p/pkger_http_server
feat(pkger): add HTTP api endpoints
2019-11-07 10:40:05 -08:00
Johnny Steenbergen b4b337e414 chore(http): provide mountable router for registering routes on APIHandler 2019-11-07 09:44:24 -08:00
Johnny Steenbergen 2090afa5fd chore(pkger): move pkger http server to http pkg 2019-11-07 09:44:24 -08:00
Johnny Steenbergen 2902638c8a feat(pkger): add pgker http server to the api handler 2019-11-07 09:44:24 -08:00
Johnny Steenbergen 515b3f542a feat(pkger): add support for the dry run and apply pkger http endpoints
not included is the pretty error handling for the pkger.ParseErr handling
2019-11-07 09:44:24 -08:00
Johnny Steenbergen 848875e64b feat(pkger): add create service and http functionality for a package
supports as of this just the basic metadata being setup on the initial post
2019-11-07 09:44:24 -08:00
Ariel Salem 33e87b74bb
Fix(custom-table): provides data consistency when creating a table (#15746)
* fix(custom-table): working on refactoring the set_fields custom table overwrite

* fix(custom-table): resolved data inconsistencies

* fix(tests): added utility function testing for reducer method

* fix(inputs): modified reducer to make inputs actionable

* fix(visibility): added check for visibility differences

* fix(WIP): toggling between custom tables works

* fix(comments): added comments to help clarify util func

* fix(tests): added basic testing for settings functionality

* chore(linter): made suggested linter changes
2019-11-07 07:52:53 -08:00
Ariel Salem 3ba8eaac3e
feat(createdAt): Added createdat and updatedAt to Authorization (#15784)
* feat(auth): add createdAt and updatedAt to authorization

Co-Authored-By: Ariel <ariel.salem1989@gmail.com>

* feat(auth): passing createAuth tests

* test: ensured that createdAt and updatedAt are valid on authorizations
2019-11-07 06:46:30 -08:00
Ariel Salem afb4667b15
fix(bucket-list): wrapped DWP in featureFlag and sorted bucket list (#15769)
* fix(bucket-list): wrapped DWP in featureFlag and sorted bucket list

* chore(changelog): updated the changelog to reflect PR changes

* fix(e2e): skipping tests until featureflag removed from DWP

* chore(tests): refactoring to use selector and add tests

* chore(refactor): created selector for ordering bucketlist and added tests

* fix(bucketsort): updated func and var names to accurately reflect intent

* fix(bucket/selector): renamed func for accuracy
2019-11-06 15:29:01 -08:00
Lyon Hill bb6aa1df3b
feat(task): Add a latestScheduled field for tasks (#15785)
Previously we overwrote the tasks existing latestCompleted to be used for latestCompleted as well as latestScheduled.
For obvious reasons this is confusing and missleading. I believe by seperating the two fields we can have a clear seperation
of concerns.
2019-11-06 15:10:52 -07:00
Alex Boatwright a0b17a690b
feat(ui): adding the ability to view just the output section (#15674) 2019-11-06 13:52:03 -08:00
Christopher M. Wolff 360a3d9d53
build(query): update promqltests to latest Flux version (#15786) 2019-11-06 12:22:42 -08:00
Deary Hudson III 57ffddd9cc
feat(pkger): adds gauge chart support (#15775) 2019-11-06 13:22:36 -06:00
Faith Chikwekwe 1e7b5c7164
Merge pull request #15777 from influxdata/fix/long-startup
fix(cmd/influx): fix long startup when running `influx help` and other similar commands.
2019-11-06 10:29:24 -08:00
Faith Chikwekwe 0664dbc47d fix(cmd/influx): fix bug that causes long startup when running 'influx help' or related commands 2019-11-06 10:25:14 -08:00
alexpaxton 9e34e3913a
refactor(ui): update appearance of tables (#15783)
* refactor: update appearance of variables control bar

* refactor: add documentation link to variables empty state

* refactor: update appearance of table cells

* refactor: update appearance of raw data table

* refactor: appease linter
2019-11-06 13:04:15 -05:00
Andrew Watkins 73d185af00
fix(ui): cannot remove node (#15770)
* fix: remove fragments

* chore: update react

* fix: componentWillMount errors
2019-11-06 09:58:04 -08:00
alexpaxton 72df235ee3
refactor(ui): redesign dashboard cells (#15722)
* refactor(cells): improve contrast and compactness of cells

Also removing a lot of absolute positioning to reduce z-index headaches

* refactor(ui): redesign markdown cells

* refactor(ui): WIP redesign context menus

* refactor(ui): complete styling of context menus

* refactor(ui): redesign cell notes

* fix: update dashboard view e2e test

* fix: appease linter

* refactor: make background color of veo match dashboard cells

* refactor: make notes the same color as cells

* refactor: increase markdown cell horizontal padding

* refactor: replace hamburger icon with dor grid

* refactor: ensure cell icons all transition uniformly

* refactor: hide download csv link behind feature flag
2019-11-05 17:58:00 -05:00
Ariel Salem 0d89697809
fix(DWP): reset redux state when DWP resolves or rejects (#15766)
* fix(DWP): reset redux state when DWP resolves or rejects

* chore(lint): fixed lint and added PR to changelog

* fix(linter): removed unused depenency in tests
2019-11-05 14:03:27 -08:00
Ariel Salem 7b758a4103
fix(DWP-not): added new featureflag for DWP inequality filter (#15774) 2019-11-05 13:29:27 -08:00
Ariel Salem c59e70d87f
fix(DWP-date): date selector refactored to popover and fixed reducer error (#15771)
* fix(DWP-date): refactored to popover and fixed functionality

* fix(position): popover position changed to match syntax
2019-11-05 12:31:14 -08:00
Deary Hudson III 3d5e60f1de
feat(pkger): adds xy chart support (#15767) 2019-11-05 13:19:25 -06:00
Deniz Kusefoglu da5f157a63
Add monaco editor and react wrapper (#15751)
* Add initial react-monaco-editor

* Add flux language options to monaco

* feat: only including vendor libraries when the module is used

* chore: clean up after thineself
2019-11-05 10:38:25 -07:00
Lyon Hill d4494273e1
fix(task): Use existing scheduler metrics (#15765) 2019-11-05 10:36:45 -07:00
George 3804d50fbd
fix(storage): array cursor iterator should return stats of all observed cursors (#15731)
* fix(storage): add failing test for array cursor iterator stats

* fix(storage): make arrayCursorIterator.Stats() return stats of in-focus cursor

* fix(storage): add failing test to assert arrayCursorIterator.Stats() returns accumulated result

* fix(storage): assumulate stats in arrayCursorIterator.Stats() call across all observed cursors
2019-11-05 10:41:06 +01:00
Timmy Luong 5cafe04908 fix(ui): update util to allow matching the homepage as the active icon 2019-11-04 17:27:18 -08:00
jlapacik 1d4c7e811d
build(flux): update Flux to v0.53.0 (#15754) 2019-11-04 16:52:17 -08:00
Zoe Steinkamp 23bf899533
Merge pull request #15728 from influxdata/zs-sortbyseconds-#14923
Zs sortbyseconds #14923
2019-11-04 17:35:47 -07:00
Lyon Hill 3eacf77bea
fix(task): Set a valid start time for run duration (#15750)
When using a run duration we need a start time that is valid to
obtain a accurate run duration delta
2019-11-04 17:27:44 -07:00
Zoe Steinkamp d643f07c63 fix(ui): Fixing the sort by seconds
fixing the comments
2019-11-04 17:15:43 -07:00
alexpaxton 385cdf9231
refactor(ui): fix appearance of color dropdowns (#15735)
* refactor: replace FancyScrollbar with DapperScrollbars

* refactor: simplify component to use style prop

* refactor: replace custom styles with Clockface components

* refactor: ensure layout of single stat and gauge are consistent

* fix: appease linter

* fix: update unit test

* fix: fix typo in unit test

* fix: don't use base threshold for test

It has no input

* fix: fix moar typos in unit test

dear lord

* fix: add timeouts to threshold tests

* fix: don't look for error states until they should exist

* fix: use getNodeText to test error messages exactly

* fix: keep variable fresh

* fix: tweak assertion

* fix: use child count in assertion

* fix: appease linter
2019-11-04 19:12:16 -05:00