Timmy Luong
a2f1a5073d
fix(ui): wait for org to be available then fetch org settings just once
2020-05-14 17:52:08 -07:00
Deniz Kusefoglu
020f895013
feat(demodata): Response statuses are numbers ( #18110 )
2020-05-14 17:39:05 -07:00
Deniz Kusefoglu
5102d311b0
feat(demodata): Polish demo data error reporting ( #18107 )
...
* feat(demodata): Add type do demodata notification
* feat(demodata): do not report dashboard would exceed quota errors
* feat(demodata): notify user of demodata availability error in dashboards
* feat(demodata): Correct error reporting for demodata
* feat(demodata): Add error if demodata bucket is missing
2020-05-14 15:55:52 -07:00
Zoe Steinkamp
17f4cc14f2
fix: Adjusting the width of dropdown ( #18059 )
...
* fix: Adjusting the width of dropdown
This will make it so the width of the dropdown will adjust to the longest variable name
* fix: Adjusting the width of dropdown
Updating font
* fix: Adjusting the width of dropdown
fix prettier
2020-05-14 15:30:32 -06:00
Brandon Farmer
97037f84d9
Merge pull request #18046 from influxdata/fix-flux-parser-issues
...
fix: update flux parser to fix issues
2020-05-14 13:50:08 -07:00
Brandon Farmer
7dd2ea9b09
chore: update flux parser
...
- better error handling
- updated language specs
2020-05-14 13:28:22 -07:00
Alex Boatwright
a280a50f99
feat: adding notebook context ( #18089 )
2020-05-14 13:17:19 -07:00
Brett Buddin
e7761fa2ba
Merge pull request #18099 from influxdata/bb/task-raw-query
...
feat(task): Allow switching of compiler from outside Executor
2020-05-14 14:38:33 -04:00
Brett Buddin
f59c2ce009
feat(task): Allow switching of compiler from outside Executor.
2020-05-14 14:22:43 -04:00
karel-rehor
98549869d2
tests: add click through test for history
...
applied patch from https://github.com/bonitoo-io/selenium-accept-infl2/pull/56
2020-05-14 11:28:23 -06:00
Greg
912d058d59
chore: import selenium e2e tests ( #18090 )
...
* chore: import e2e tests
* Cleanup the comments, according to the feedbacks
Co-authored-by: karel-rehor <karel-rehor@users.noreply.github.com>
2020-05-14 09:25:24 -06:00
Andrew Watkins
828302c430
feat: tokens empty state ( #18060 )
...
* feat(tokens): add TokensEmptyState component
* feat: token empty state
2020-05-14 08:25:05 -07:00
greg linton
3cd13242b3
Cleanup the comments, according to the feedbacks
2020-05-13 16:39:45 -06:00
karel-rehor
9ed4770700
chore: import e2e tests
2020-05-13 14:55:16 -06:00
Alex Boatwright
8903c939fe
feat: move cursor to end of text ( #18063 )
2020-05-13 12:23:14 -07:00
Michael Desa
4d2ebe9452
Merge pull request #18084 from influxdata/chore/bump-flux-response
...
chore(shared/constants): increase flux response limit to 27MB
2020-05-13 12:20:43 -07:00
Michael Desa
ddefe22ae5
chore(shared/constants): increase flux response limit to 27MB
...
This was detemined by looking at the 99th percentile of query responses.
2020-05-13 11:49:56 -07:00
Ariel Salem
8365f7617f
fix(useVisYDomainSettings): added check for undefined values ( #18082 )
2020-05-13 11:15:04 -07:00
Deniz Kusefoglu
2a1511c188
feat(demodata): Disambiguate dd errors ( #18075 )
2020-05-13 11:11:03 -07:00
Alex Boatwright
246eeef794
feat: notebook flag ( #18087 )
2020-05-13 11:08:51 -07:00
Greg
6ad1640641
feat: use new demodata member apis ( #18058 )
2020-05-13 11:55:15 -06:00
George
f646653b1b
refactor!: replace authorizer.Allowed method with PermissionSet ( #17959 )
...
* refactor!: replace Allow method with PermissionSet
* chore(changelog): update changelog to reflect changes to authorizer
2020-05-13 12:27:46 +01:00
Lyon Hill
8872c0f24d
fix: update session namespace to avoid any duplication ( #18068 )
2020-05-12 16:25:53 -06:00
Lyon Hill
57ed471bbe
fix: tenant findBucket action needs to properly route actions ( #18069 )
...
Tenant bucket look up needs route a action to storage to use indexes.
I added an error condtion into the storage code to ensure this was working
but the tests did not exercise this piece of code. Both have been remedied.
2020-05-12 16:00:38 -06:00
Ariel Salem
bf21cf86b7
fix(timeFormat-single-stat-graph): fixed issue where setting the timeFormat on single-state + graph wasn't persisted ( #18066 )
2020-05-12 14:51:52 -07:00
Ariel Salem
aad4eea933
feat(y_axis_domain): updated y-axis domain settings to allow min OR max values to be set. ( #18040 )
2020-05-12 14:36:23 -07:00
Sebastian Borza
2fb92a138a
Merge pull request #18067 from influxdata/update_changelog
...
chore(CHANGELOG): update to include recently merged PR #17764
2020-05-12 16:02:45 -05:00
Deniz Kusefoglu
396e7f629f
feat(demodata): Add GA events for demodata ( #18047 )
...
* feat(demodata): Initialize window.dataLayera
* feat(g-analytics): Add generic GA event function
* feat(demodata): Add demodata bucket Added event
* feat(demodata): Add remove dd event
* feat(demodata): Fire query analytics event when org is queried
* feat(demodata): Convert DashboardHeader to FC
* feat(demodata): Alert on demodata dashboard viewed
* feat(demodata): fireGAEvent to fireEvent
* feat(demodata): move window.dataLayer override to fireEvent function
* feat(demodata): Fix fire event name where it is called
2020-05-12 13:53:19 -07:00
Sebastian Borza
8e5b76bda1
chore(CHANGELOG): update to include recently merged PR #17764
2020-05-12 15:38:16 -05:00
Sebastian Borza
01b00da667
Merge pull request #17764 from influxdata/17004/csv2lp
...
feat(pkg/csv2lp): add csv to line protocol conversion library
2020-05-12 15:35:50 -05:00
Michael Desa
33e0184908
Merge pull request #18065 from influxdata/fix_add_defaultTo
...
fix: change null to empty array for default value
2020-05-12 13:18:33 -07:00
Timmy Luong
d1bcc9d498
fix: change null to empty array for default value
2020-05-12 13:05:26 -07:00
Michael Desa
930aa4321c
Merge pull request #18062 from influxdata/inc_5ebaf007
...
fix: add default value for "settings"
2020-05-12 12:43:56 -07:00
Pavel Zavora
7af307d76a
chore(pkg/csv2lp): repair doc
2020-05-12 21:32:29 +02:00
Pavel Zavora
9699352e1a
chore(pkg/csv2lp): clarify README.md
2020-05-12 21:32:29 +02:00
Pavel Zavora
d12d6deae9
chore(pkg/csv2lp): rename CsvToProtocolLines to CsvToLineProtocol
2020-05-12 21:32:29 +02:00
Pavel Zavora
010f23f82f
feat(pkg/csv2lp): support quoted new lines in SkipHeaderLinesReader
2020-05-12 21:32:29 +02:00
Pavel Zavora
584ade526d
feat(pkg/csv2lp): improve README.md
2020-05-12 21:32:29 +02:00
Pavel Zavora
8dcbd15df2
feat(pkg/csv2lp): add SkipHeaderLinesReader
2020-05-12 21:32:29 +02:00
Pavel Zavora
bfba3480fb
feat(pkg/csv2lp): add MultiCloser
2020-05-12 21:32:29 +02:00
Pavel Zavora
94da00598a
chore: improve doc
2020-05-12 21:32:29 +02:00
Pavel Zavora
8cdde7ac17
chore(pkg/csv2lp): apply code-review comments
2020-05-12 21:32:29 +02:00
Pavel Zavora
6e5aca1d8c
chore(pkg/csv2lp): document tests
2020-05-12 21:32:29 +02:00
Pavel Zavora
476acc496a
chore(pkg/csv2lp): use snake_case
2020-05-12 21:32:29 +02:00
Pavel Zavora
786f06b453
chore(pkg/csv2lp): add README.md
2020-05-12 21:32:29 +02:00
Pavel Zavora
234eac85eb
feat(pkg/csv2lp): add csv to line protocol conversion library
2020-05-12 21:32:29 +02:00
Timmy Luong
2a58a92973
fix: add default value for "settings"
2020-05-12 12:13:49 -07:00
George
a8ba8be41d
fix(http): call PATCH endpoint in checks service PathCheck ( #18056 )
2020-05-12 19:15:37 +01:00
Alirie Gray
95efdc25df
fix: change logging level to debug to reduce noise ( #18054 )
2020-05-12 10:16:00 -07:00
Andrew Watkins
5cd872721d
fix: password length ( #18041 )
...
* fix: password length
* chore: go mod tidy
* chore: switch err message
* chore: remove backend validation
2020-05-12 10:14:09 -07:00