Commit Graph

31420 Commits (913e689f46797c16a1e0a19fa4865aa7c4065d4b)

Author SHA1 Message Date
kelwang 913e689f46
Merge pull request #15511 from influxdata/delete_hex_parsing
fix(predicate): add some other values
2019-10-18 18:52:11 -04:00
Andrew Watkins 9cb2c0f6a4
refactor: RemoteDataState states in GetResources (#15508)
* refactor: RemoteDataState states in GetResources

* fix: e2e
2019-10-18 15:31:15 -07:00
Kelvin Wang c17a3b97ef fix(predicate): add some other values 2019-10-18 18:29:14 -04:00
alexpaxton aa34444df4
refactor(ui): redesign all page headers to make use of PageSubTitle (#15503)
* refactor(ui): redesign all page headers to make use of PageSubTitle

* chore: update changelog
2019-10-18 14:13:23 -07:00
kelwang 5bc1d755a9
Merge pull request #15255 from influxdata/delete-endpoint
feat(http): delete endpoint
2019-10-18 15:55:38 -04:00
Ariel Salem b69fcfbfbc
chore(ui/GetResources): parallelized GetResources CDM calls (#15501)
* chore(ui/GetResources): parallelized GetResources CDM calls

Refactored GetResources CDM call to take in an array of ResourceTypes to run in parallel rather than taking in a single ResourceType.

* chore(ui/GetResources): parallelized GetResources CDM calls

Refactored GetResources CDM call to take in an array of ResourceTypes to run in parallel rather than taking in a single ResourceType.

* fix(tests): updated components & refactored getresources to be async

* chore(ui/GetResources): parallelized GetResources CDM calls

Refactored GetResources CDM call to take in an array of ResourceTypes to run in parallel rather than taking in a single ResourceType.

* fix(tests): updated components & refactored getresources to be async

* fix(jstest): Fixed linter errors

* fix(jstest): fixed js test specs
2019-10-18 12:49:13 -07:00
Kelvin Wang e1d246a19d fix(predicate): remove unsupported operator parsing 2019-10-18 15:16:21 -04:00
Andrew Watkins c720147d7d
Merge pull request #15457 from influxdata/chore/eslint-upgrade
chore(eslint): upgrade eslint
2019-10-18 11:40:35 -07:00
Andrew Watkins 2119fd66a2 chore: exclude from tsconfig 2019-10-18 11:02:25 -07:00
Andrew Watkins a136e41d99 fix: buckets delete test 2019-10-18 10:58:35 -07:00
Andrew Watkins 75cfdccbdb chore: exclude coverage from linting 2019-10-18 10:48:05 -07:00
Andrew Watkins 2d002fb0f4 test: collectors reload page 2019-10-18 10:47:44 -07:00
Andrew Watkins 5ec64a0343 fix: thunk typings 2019-10-18 10:35:49 -07:00
Andrew Watkins bde7512338 fix: oops 2019-10-18 10:32:17 -07:00
Andrew Watkins c64896d329 chore: add eslint-enable 2019-10-18 10:25:00 -07:00
Andrew Watkins 528df56e6e fix: thunk typings 2019-10-18 10:25:00 -07:00
Andrew Watkins 1b6084551b fix: typing thunks 2019-10-18 10:25:00 -07:00
Andrew Watkins a967fc0292 fix: typings for thunk 2019-10-18 10:25:00 -07:00
Andrew Watkins d4170a9225 fix: creation of labels 2019-10-18 10:25:00 -07:00
Andrew Watkins cb8ad929e8 fix: last of recommended linter errors 2019-10-18 10:25:00 -07:00
Andrew Watkins a24b20bdd1 fix: more recommended fixes 2019-10-18 10:25:00 -07:00
Andrew Watkins 3628633874 fix: recommended rules 2019-10-18 10:25:00 -07:00
Andrew Watkins ade66b01f3 chore: first pass at recommended rules 2019-10-18 10:25:00 -07:00
Andrew Watkins 321c6fce1f chore: explicitly include files to be linted
https://github.com/typescript-eslint/typescript-eslint/issues/890
2019-10-18 10:24:59 -07:00
Andrew Watkins e9720c1871 fix: typescript parser linting errors 2019-10-18 10:24:59 -07:00
Ariel 613e0417eb chore(eslint): upgraded eslint 2019-10-18 10:24:59 -07:00
Ariel Salem 77f2748a9f
fix(ui/labeloverlayerror): invalid input error resolved (#15443)
* fix(ui/labeloverlayerror): 

UI is now correctly disabling the submit button and returning an invalid input error when a user tries to submit an empty input for the label overlay name

Updated change log and added in link to issue for newly built tests

Updated the updateLabelOverlay methods to correspond with the changes made to the labeloverlayform
2019-10-18 09:35:44 -07:00
Kelvin Wang 2837d4ec08 fix(predicate): add string parser 2019-10-18 12:02:53 -04:00
Jade McGough fcc06d4291 feat(http): add predicate endpoint 2019-10-18 12:02:53 -04:00
Kelvin Wang 449bbd3fb0 feat(cmd/influxd): add deleteservice to launcher 2019-10-18 12:02:52 -04:00
Kelvin Wang 62f4042853 feat(influxdb): add predicate package 2019-10-18 12:02:52 -04:00
Kelvin Wang f04bf7a9a7 feat(influxdb): add delete interface 2019-10-18 12:02:52 -04:00
Alirie Gray 552168d3ae
refactor(tasks): use Go time objects for timestamps on task Runs (#15406) 2019-10-17 17:23:45 -07:00
Deniz Kusefoglu 3576ba1cd5
Fix js client library example copy (#15460) 2019-10-17 15:55:50 -07:00
David McKay 647e179453 feat(tls): add options to run HTTP over TLS 2019-10-17 23:35:04 +01:00
Andrew Watkins ca1cc04ca1
Merge pull request #15454 from influxdata/fix/upgrade-typescript
chore: upgrade typescript
2019-10-17 12:50:21 -07:00
Zoe Steinkamp d56ae9470b
Merge pull request #15447 from influxdata/zs-removecloneendpoints-#15073
(fix)(ui)Remove the ability to clone Endpoints
2019-10-17 13:01:25 -06:00
alexpaxton 91fe2d3a0c
chore(ui): upgrade Clockface to 1.0.0 (#15428)
* chore(ui): upgrade clockface dependency

* refactor(ui): update components affected by breaking changes

* refactor(ui): update test snapshots

* refactor(ui): remove obsolete component

* refactor(ui): remove reference to non-existant stylesheet

* refactor(ui): update selector in e2e collectors test

* refactor(ui): attempt to fix e2e test

* refactor(ui): appease linter

* refactor(ui): update implementation of client library cards

* refactor: update all breakage from new version

* refactor: revert this commit

* refactor: fix popover by using useRef instead of createRef

* fix: update all instances of EmptyStateText

* fix: update all instances of PageHeader

* fix: update straggler empty state text

* fix: update instance of PageHeaderCenter

* fix: update instance of PageContents

* fix: update style rule for dashboard cards

* chore: update test snapshots

* refactor: update instance of question mark tooltip

* refactor: use brighten prop to ensure contrast with background

* Revert "refactor: revert this commit"

This reverts commit f325916d91.

* chore: upgrade to NPM package instead of local

* refactor: fix css import

* refactor: update test snapshot

* refactor: Guard against string being null

Co-Authored-By: Alex Boatwright <alex@drdelambre.com>

* refactor: move resource getter inside overlay so it does not disrupt layout

* refactor: fix unit test by updating selector

* refactor: guard against name being absent

* chore: upgrade to latest clockface to utilize a bugfix

* chore: update snapshot test

* refactor: fix appearance of searchableDropdown

* chore: upgrade dependency (again) for bugfixes

* refactor: fix labels e2e test

* refactor: fix tokens e2e test

* refactor: appease linter
2019-10-17 11:58:07 -07:00
Zoe Steinkamp a478e2c6f6
Merge pull request #15448 from influxdata/zs-pagerduty-#15104
(test) Client URL optional PagerDuty
2019-10-17 12:49:10 -06:00
Andrew Watkins 025fabd5c5 chore: upgrade to typescript 3.6.3 2019-10-17 11:15:24 -07:00
Andrew Watkins 23dbffd7e3 chore: upgrade typescript to 3.5.3 2019-10-17 10:47:34 -07:00
Andrew Watkins d599eddbae chore: upgrade to 3.4.5 2019-10-17 10:32:48 -07:00
George b3b2f52d57
chore(gateway): log error on unauthorized attempt (#15452) 2019-10-17 17:57:01 +01:00
Jonathan A. Sternberg f82e6b2626
chore(query/stdlib): skip flaky tests regarding storage meta queries (#15451) 2019-10-17 09:54:44 -07:00
Zoe Steinkamp 1a6e493e31 (fix) Client URL optional PagerDuty
Removing the only
2019-10-17 10:41:23 -06:00
Zoe Steinkamp d43bfaab7d (fix) Client URL optional PagerDuty
This is the test to make sure this is working
2019-10-17 10:41:23 -06:00
Bucky Schwarz 0df21e2cb9
chore(ui): add giraffe and clockface sourcemaps to honeybadger config (#15444) 2019-10-17 09:38:01 -07:00
Johnny Steenbergen 984f64d8aa
Merge pull request #15440 from influxdata/4447/vault_launcher_flags
feat(vault): add flags to influxd for vault configuration
2019-10-17 09:09:36 -07:00
Zoe Steinkamp 9f052c7d6a (fix)(ui)Remove the ability to clone Endpoints
Fixing the broken test
2019-10-17 09:44:31 -06:00
George 975289fba1
refactor(tasks): separate run recording behaviour out from analytical storage (#15412) 2019-10-17 10:37:03 +01:00