Commit Graph

31618 Commits (888ce50ef89fdbde3ccd25380870312a3688d6b8)

Author SHA1 Message Date
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
Alex Boatwright a04a95d48d
feat(ui): adding bundle analyzer for prod and dev (#15749) 2019-11-04 14:12:18 -08:00
Deary Hudson III 81965f0b33
feat(kv): unique variable names (#15695)
* feat(kv): unique variable names

- adds system bucket for creating an index of unique variable names
- adds tests
- deleted unit tests for dead code
- removed a test runner for the variable service from http
2019-11-04 14:28:21 -06:00
Johnny Steenbergen a78c53d3b9
Merge pull request #15736 from influxdata/4974p/pkger_dash_single_stat_plus_line
feat(pkger): add single stat plus line view support to pkger
2019-11-04 11:58:40 -08:00
Johnny Steenbergen a76ca6f199 feat(pkger): add single stat plus line view support to pkger 2019-11-04 11:26:51 -08:00
Johnny Steenbergen a66d0c91a9
Merge pull request #15727 from influxdata/pkger/fixup_noop_resources
feat(pkger): update pkg application to skip resources that impose no changes
2019-11-04 10:43:17 -08:00
Johnny Steenbergen 9d44bb02b4 feat(pkger): update pkg application to skip resources that impose no changes 2019-11-04 09:06:55 -08:00
Zoe Steinkamp c11fc49563 fix(ui): Fixing the sort by seconds
fixing jstest
2019-11-04 09:20:25 -07:00
Zoe Steinkamp f37ea3bfb8 fix(ui): Fixing the sort by seconds
Fixing flakey test
2019-11-04 09:07:23 -07:00
Zoe Steinkamp fd09f267c0 fix(ui): Fixing the sort by seconds
Fixing e2e test
2019-11-03 23:19:40 -07:00
Zoe Steinkamp af8943e7a0 fix(ui): Fixing the sort by seconds
Fixing JStest
2019-11-03 22:54:29 -07:00
Zoe Steinkamp f30240abec fix(ui): Fixing the sort by seconds
Fixed the buckets test and files
2019-11-03 22:33:34 -07:00
Zoe Steinkamp 0c4123111d fix(ui) Fixing the sort by seconds 2019-11-03 22:33:34 -07:00
Johnny Steenbergen 2d6d381793
Merge pull request #15725 from influxdata/4962p/pkger_dashboards
feat(pkger): dashboards and single stat view
2019-11-01 16:48:05 -07:00