Commit Graph

31494 Commits (aa5b094c8de2c12a2177e728973c1432118c4832)

Author SHA1 Message Date
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
Zoe Steinkamp d7b9617462 (fix)Remove the ability to clone Endpoints
This is the fix, the button deleted, and extra tests to go with it, one of the tests im blocked on
2019-10-16 23:58:08 -06:00
Alirie Gray f096605327
fix(tasks): replace deactivation of unrecoverable errors with metric (#15430) 2019-10-16 16:00:58 -07:00
Russ Savage 6f8977218a
fix(clientLibs): fixing logos (#15434)
* fix(clientLibs): fixing logos

* fix(clientLibs): renaming logoUrl, updating nits
2019-10-16 13:59:55 -07:00
Bucky Schwarz f842518f22
Merge pull request #15426 from influxdata/bs_bugfix_403_logout
feat(ui): add 403 signout handler to new api requests
2019-10-16 13:36:52 -07:00
Bucky Schwarz c81b758957
feat(ui): add 403 signout handler to new api requests, upgrade to oats 0.5.0 2019-10-16 13:11:51 -07:00
Johnny Steenbergen cf2f785803 feat(vault): add flags to influxd for vault configuration 2019-10-16 09:41:51 -07:00
Zoe Steinkamp 36faf7268e
Merge pull request #15435 from influxdata/zs-dashboardtestfix-#15388
(Fix) Create dashboard from empty state test
2019-10-16 09:35:11 -06:00
Zoe Steinkamp f581ef16f2 (Fix) Create dashboard from empty state test
Fix the eslint issue
2019-10-16 08:58:31 -06:00
Zoe Steinkamp dc23a0afe2 (Fix) Create dashboard from empty state test 2019-10-16 08:58:31 -06:00
David McKay cde064b41b chore: make documentation slightly more agnostic to OS 2019-10-16 15:56:01 +01:00
Russ Savage a947a4eeb0
feat(clientLibs): Add Client Libs page (#15413)
* feat(clientLibs): fix icons, add go and c#

* feat(clientLibs): fix go client overlay

* feat(clientLibs): update remaining client libs

* feat(clientLibs): remove feature flag

* fix(telegraf): fix broken test

* fix(clientLibs): removing unused featureflag class

* feat(clientLibs): addressing pr feedback

* feat(clientLibs): fixing wording and formatting

* feat(clientLibs): update the text on JS page
2019-10-15 16:26:14 -07:00
Alex Boatwright a138b8b563
fix(ui): adding coverage to ignore file (#15429)
...because we should try not to check in compiled assets
2019-10-15 16:25:02 -07:00
Ariel Salem e68bd456ac
fix(ui/telegraf): filter functionality (#15427)
* fix(ui/telegraf): filter functionality

* docs: README

* fix: linter error

* fix: linked relevant issue to the added test
2019-10-15 15:08:29 -07:00
Scott Anderson 4a51c99411
fix(flux): udpated incorrectly named flux functions (#15425) 2019-10-15 14:21:51 -06:00
Deniz Kusefoglu 617e3ab799
bugfix: save flux with variables from data explorer as task (#15409)
* Add user defined variable to save as task

* Update snapshots

* Add tests
2019-10-15 13:18:18 -07:00
kelwang 3f168b109d
Merge pull request #15117 from influxdata/clientURL_optional
fix(notification/endpoint): pagerduty clientURL should be optional
2019-10-15 13:11:50 -04:00
Scott Anderson 5769867796
chore(flux): update Flux function docs with experimental and 0.50 functions (#15403)
* chore(flux): update Flux function docs with experimental and 0.50 functions
* removed unnecessary newlines from fluxFunctions.ts
* fix(fluxFunctions): add space before param
2019-10-15 09:41:08 -06:00
Jonathan A. Sternberg 0cddc7254c
Merge pull request #15393 from influxdata/flux-staging/v0.50.x
build(flux): update Flux to v0.50.0
2019-10-15 07:41:50 -07:00
Jonathan A. Sternberg b73870d3ed
test(tasks): skip flaky test in the scheduler 2019-10-15 09:18:41 -05:00
Jonathan A. Sternberg 10247e7849
build(flux): update Flux to v0.50.0 2019-10-15 09:18:39 -05:00
Jonathan A. Sternberg 74829b025c
refactor(query/stdlib): update flux end to end tests for package subtests (#15392) 2019-10-15 09:18:21 -05:00
Jonathan A. Sternberg 8ac8ecdb31
feat(query/control): include variable memory limits for the controller (#15300)
The controller now supports setting an initial memory limit and setting
a maximum amount of memory that the controller may use separately from
the memory quota per query and the concurrency quota.

This allows the controller to increase the concurrency quota to a larger
number while setting the maximum amount of memory to a lower amount than
would be required for all queries to use 100% of their allowable memory.

Functionally, this means that a query will have a soft limit for an
initial memory byte quota that a query is guaranteed to have, a shared
pool that it is allowed access to in the case it uses more, and a hard
limit that no query may exceed to prevent runaway queries from taking
over the entire pool.

This change is completely backwards compatible with older configurations
as the new options will default to values that mimic the old behavior
where a query is allocated the full amount of its memory quota and the
maximum amount of memory is based on the concurrency quota and this
maximum memory quota.

In addition to the above, this also fixes a bug in the controller that
allowed it to run more than its concurrency as executing queries. This
happened when the results had finished being sent by the executor, but
the query had not yet been read and/or serialized. The executor would be
freed up and would take the next query even though the previous query
hadn't yet been finalized with `Done()`.
2019-10-15 09:18:00 -05:00
Alex Boatwright 3d2f51ac09
chore(ui): adding a coverage reporter to ui (#15407) 2019-10-14 15:10:10 -07:00
Zoe Steinkamp 1f4177bd36
Merge pull request #15355 from influxdata/zs-14651-404screens
fix(endpoints): route user to alerting index
2019-10-14 13:05:46 -06:00
docmerlin (j. Emrys Landivar) 0958c26382 feat(tasks): add scheduler release test 2019-10-14 14:02:25 -05:00
docmerlin (j. Emrys Landivar) b8b8422384 feat(tasks): update new scheduler in response to pr comments 2019-10-14 14:02:25 -05:00
docmerlin (j. Emrys Landivar) 4b732acb3b feat(tasks): switch the new scheduler to use clock instead of custom time mocker 2019-10-14 14:02:25 -05:00