George
557d522af1
fix(tracing): add support for tracing route annotation when using chi ( #17648 )
2020-04-07 15:35:56 +01:00
Pavel Závora
f91f67bbda
Merge pull request #17640 from influxdata/sranka-fix-cors-oss
...
fix(CORS): stop processing in pre-flight CORS requests
2020-04-07 11:29:11 +02:00
Pavel Zavora
b6b904e105
fix(CORS): stop processing in pre-flight CORS requests
2020-04-07 08:12:31 +02:00
Alex Boatwright
bd91a81123
feat: swallow the error for now ( #17637 )
2020-04-06 17:26:24 -07:00
alexpaxton
0677b88f9b
feat(ui): remove treenav flag ( #17581 )
...
* refactor(ui): remove treeNav feature flag
* chore(ui): remove unused components
* chore(ui): remove unused routes from settings
* chore(ui): update changelog
* fix(ui): repair login e2e test
* fix(ui): repair tasks navigation e2e test
* fix(ui): repair query builder navigation test
* fix(tenants): remove portion of test
@aliriegray mentioned I should make this change to match her PR https://github.com/influxdata/influxdb/pull/17474
2020-04-06 17:06:43 -07:00
Faith Chikwekwe
e989443090
Merge pull request #17634 from influxdata/fix/sort-key-on-master
...
fix(storage/reads): update sortKey sorting method to use null byte as delimiter, not comma
2020-04-06 15:13:57 -07:00
Lyon Hill
4421a39639
feat(tenant): Build out the onboarding system in tenant and integrate it into launcher ( #17558 )
...
We are adding in a setup/user route this is not in swagger at the moment but will be
added once we feel it is stable.
2020-04-06 15:58:15 -06:00
Johnny Steenbergen
c245f3233b
chore(pkger): add stack state management for notification endpoints
2020-04-06 14:56:56 -07:00
Faith Chikwekwe
edc1a7413d
fix(storage/reads): update sortKey sorting method to use null byte as delimeter
2020-04-06 14:52:19 -07:00
Jonathan A. Sternberg
84386b884a
chore: fix the promqltests go module file ( #17628 )
...
The replace directive in the promqltests pointed to the wrong module
path. This is now fixed.
2020-04-06 16:28:29 -05:00
Ben Johnson
59f683e586
Merge pull request #17610 from influxdata/fix-cursor-buffer-read
...
fix(storage): Fix query cursor read that caused cursor truncation.
2020-04-06 15:20:55 -06:00
Ariel Salem
c11b2d89e1
chore(ui): refactor logout to utilize new featureFlagging from IDPE ( #17625 )
2020-04-06 14:14:00 -07:00
Alex Boatwright
2746a8b2ce
fix: more variable dependancies ( #17617 )
2020-04-06 13:48:14 -07:00
Ben Johnson
e639f99d03
fix(storage): Add filter regression test
2020-04-06 14:19:16 -06:00
alexpaxton
58c5cf6aea
fix(ui): ensure all dashboard cards render the same size ( #17612 )
...
* fix(ui): ensure all dashboard cards render the same size
* fix(ui): ensure dashboard cards with long names don't deform
* chore(ui): changelog
* fix(ui): update dashboard card name selector in e2e test
2020-04-06 13:14:28 -07:00
Andrew Watkins
be4c8e590e
fix: read only notifications ( #17626 )
...
* fix: bubble template create permission error
* fix(read-only): display delete unauth message
2020-04-06 13:09:35 -07:00
Ben Johnson
abfe5a54a0
fix(storage): Fix query cursor read that caused cursor truncation.
...
Filter cursors buffer points in between calls to Next() if the number
of read points exceeds 1000. Previously, this buffer was being cleared
out before being iterated over which caused queries to return a resultset
which had a number of rows divisable by 1000.
This change moves the clearing of the buffer until after the points have
been read. This change affects any queries which read more than 1000 points
from a single series & have a filter that can be successfully applied to at
least one of those points.
2020-04-06 13:54:16 -06:00
Pavel Závora
9cca99d0a4
Merge branch 'master' into 17356/influx-cli-file
2020-04-06 21:04:44 +02:00
Johnny Steenbergen
1e19f38502
chore(pkger): add stack state management for variables
2020-04-06 10:22:55 -07:00
Lorenzo Affetti
e427eea6d9
Merge pull request #17597 from influxdata/la/fix-tenant-test
...
fix(tenant): make storage pass tenant tests
2020-04-06 17:41:23 +02:00
Lorenzo Affetti
d8f31bf2e4
fix(tenant): make storage pass tenant tests
2020-04-06 17:13:56 +02:00
Bucky Schwarz
7bf234ab89
feat(cloud): change text on Upgrade button to Upgrade Now
2020-04-06 05:02:31 -07:00
Pavel Zavora
37b3673733
chore(cmd/influx): apply proofreading comments #17356
2020-04-04 13:00:41 +02:00
Alex Boatwright
d2aefbd8fd
fix: hierarchy of variables is back ( #17609 )
2020-04-03 16:16:55 -07:00
Jonathan A. Sternberg
6e4cf7ffef
refactor: fix imports from go template files ( #17615 )
2020-04-03 17:40:36 -05:00
Ariel Salem
d2ea7c30ec
chore(ui): updated login page styling to match Quartz ( #17600 )
2020-04-03 15:17:08 -07:00
Ariel Salem
53a13e5a77
fix(regression): function inserts now happen on new line ( #17552 )
2020-04-03 13:31:05 -07:00
alexpaxton
9678dc67d8
chore(ui): remove most fancy scrollbars ( #17543 )
...
* chore(ui): remove unused component
* refactor(ui): remove fancy scroll and clean up alert builder
* chore(ui): delete unused components
* refactor(ui): replace fancy scrollbar in query builder
* refactor(ui): replace fancyscrollbars in token viewer
* refactor(ui): replace fancyscrollbars in telegraf config builder
* refactor(ui): replace fancy scrollbars
* refactor(ui): replace fancyscrollbar in empty graph error
* refactor(ui): update markdown cell styles and remove fancy scrollbars
* refactor(ui): ensure markdown changes look good in light mode
* refactor(ui): refactor code snippet to not use fancy scrollbars
* refactor(ui): replace last 2 instances of Fancy scrollbars
* pull mock and import out of describe block
* fix(ui): use less magic numbers for font sizes
Co-authored-by: Bucky Schwarz <d.w.schwarz@gmail.com>
2020-04-03 13:14:24 -07:00
Jonathan A. Sternberg
f09ee881fb
Merge pull request #17607 from influxdata/refactor/rewrite-imports
...
refactor: rewrite imports to include the /v2 suffix for version 2
2020-04-03 15:12:10 -05:00
alexpaxton
b394fdf28c
feat(ui): redesign alerting index to be responsive ( #17583 )
...
* feat(ui): redesign alerting index to be responsive
* chore(ui): update changelog
* fix(ui): ensure tested elements are visible
* fix(ui): actually fix e2e tests
2020-04-03 12:28:20 -07:00
Yiqun (Ethan) Zhang
ace02b1b35
fix: nil timestamp panic in to() ( #17591 )
2020-04-03 15:03:39 -04:00
Jonathan A. Sternberg
0ae8bebd75
refactor: rewrite imports to include the /v2 suffix for version 2
2020-04-03 12:39:20 -05:00
Ariel Salem
207f174d75
fix(ui): fixed single column links bug ( #17601 )
2020-04-03 10:24:31 -07:00
Alex Boatwright
96321ff8bd
fix: validate existence of limit api response objects ( #17605 )
2020-04-03 10:06:00 -07:00
Vlasta Hajek
39978aa500
docs(clientLibs): update-go-client ( #17572 )
2020-04-03 09:22:24 -07:00
Jonathan A. Sternberg
9895657dc0
ci: run go mod tidy for the promqltests ( #17580 )
2020-04-03 11:05:49 -05:00
George
2840e6f26e
feat(kv): add ability to configure a max permissions using auth filter function ( #17598 )
2020-04-03 17:02:51 +01:00
Gianluca Arbezzano
47959b7436
Merge pull request #17499 from influxdata/feature/move-prometheus-span
...
chore(tracing): Span with Prometheus Metrics moved to kit/tracing
2020-04-03 10:07:49 +02:00
Pavel Zavora
4f1953cea5
feat(cmd/influx/task): add --file option #17356
2020-04-03 08:00:56 +02:00
Pavel Zavora
3449f23733
feat(cmd/influx/query): add --file option #17356
2020-04-03 07:31:10 +02:00
Johnny Steenbergen
21d2bf5dc6
chore(pkger): add stack state management for checks
2020-04-02 16:32:20 -07:00
Alex Boatwright
15435d1682
fix: dont wait for query hydration ( #17587 )
2020-04-02 16:10:19 -07:00
Johnny Steenbergen
e6317a04ee
chore(pkger): refactor summary/diff types for Endpints|Checks|Variables
2020-04-02 12:35:51 -07:00
Stuart Carnie
d992d6f66a
Merge pull request #17453 from influxdata/sgc/issue/17446
...
feat(storage): Measurement(Names|TagKeys|TagValues) schema APIs
2020-04-02 11:27:36 -07:00
Brandon Farmer
d38d47867e
Merge pull request #17575 from influxdata/update-lsp-042
...
chore: update LSP dependency to 0.4.2
2020-04-02 10:08:34 -07:00
Alex Boatwright
c87e3abf0b
feat: metaKey click opens dashboards in a new tab ( #17567 )
2020-04-02 09:53:12 -07:00
Brandon Farmer
a58b3347ed
chore: update LSP dependency to 0.4.2
2020-04-02 09:13:31 -07:00
Johnny Steenbergen
762e9a422e
feat(pkger): add stack state management for labels
2020-04-02 09:03:59 -07:00
Stuart Carnie
069820ba4b
fix(models): Added error return value; use iota; fix spelling
2020-04-02 08:34:22 -07:00
Stuart Carnie
a9a9535aea
feat: Amend tests to use real org+bucket prefixes, including escaped
2020-04-02 08:33:58 -07:00