Commit Graph

33017 Commits (f646653b1b12f1b9adcbae83612b8a5624b190a5)

Author SHA1 Message Date
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
Deniz Kusefoglu 46ad19500a
feat(demodata): Place dd dashboard errors behind feature flag (#18027)
* feat(demodata): Alert user if demodata switched off

* feat(demodata): Get created Dashboard directly from api call function

* feat(demodata): Return flux errors as part of query response parsing

* feat(demodata): Fix linting errors

* feat(demodata): Return flux code directly
2020-05-12 10:03:22 -07:00
George f9fd9d4717
refactor: remove urm and org service from check service interface definition (#17969) 2020-05-12 11:11:42 +01:00
Lyon Hill bdc882f6ce
feat(session): Build out a new session service (#17950)
This new session service has the ability to work independant of other systems
it relies on having its own store type which should allow us to be more flexible
then using the built in kv system.

I have included an in mem session store.
2020-05-11 15:04:11 -06:00
Ariel Salem c6b2fc5d2c
feat(custom-tz): added the ability to set UTC as the timezone when making custom time range queries (#18011) 2020-05-11 09:15:48 -07:00
Stuart Carnie ebe77518a5
Merge pull request #18018 from influxdata/sgc/fix/rs2lp
fix(reads): Fix ResultSetToLineProtocol to generate correct output
2020-05-08 14:47:47 -07:00
vlastahajek c701c19bc1 refactor: Permission.Resource made top level type 2020-05-08 14:33:50 -07:00
Brandon Farmer 0b31094d9e
Merge pull request #18019 from influxdata/update-lsp-0.5.6
chore: update LSP
2020-05-08 14:30:47 -07:00
Brandon Farmer 38f900ced4 chore: update LSP 2020-05-08 14:02:41 -07:00
Stuart Carnie bf1ad403f7
fix(reads): Fix ResultSetToLineProtocol to generate correct output
The ResultSetToLineProtocol test class was not generating correct
line protocol for string output (appending `i`)

In addition, the PR improves the mock.NewResultSetFromSeriesGenerator
type with options. The one option added is `WithGeneratorMaxValues`,
to limit the total number of values produced by the SeriesGenerator.
2020-05-08 12:39:54 -07:00
Johnny Steenbergen 3ad00934c4 fix(influx): fixup display message for onboarding with interactive and rp flag
closes: #17862
2020-05-08 10:03:56 -07:00
Alirie Gray 24cc1cabb8
feat: add feature flag for refactored authorization package (#17944) 2020-05-08 10:00:39 -07:00
Gavin Cabbage 4fd30f5f24
fix(kit/feature): lookup typed flag if base is passed to override (#18012)
* fix(kit/feature): lookup typed flag if base is passed to override

* chore(kit/feature): override base flag test
2020-05-08 09:50:04 -04:00
Brett Buddin 593cabcf45
Merge pull request #18015 from influxdata/bb/proxy-query-handlers
feat(http): Allow query handlers to be proxied for Algo-W testing.
2020-05-08 09:39:30 -04:00
Brett Buddin 229b79281b
feat(http): Allow query handlers to be proxied for Algo-W testing. 2020-05-08 09:03:21 -04:00
Brett Buddin 8c0643843f
chore(http): Let the callers convert these to http.Handler. 2020-05-08 09:02:06 -04:00
Deniz Kusefoglu b58fb7ebe8
feat(demodata): Make dd error messages more explanatory (#18006)
* feat(demodata): Make dd error messages more explanatory

* feat(demodata): improve error writing with two trycatches
2020-05-07 19:07:36 -07:00
Russ Savage d00706dea8
chore(changelog): update for beta-10 2020-05-07 15:55:44 -07:00
Johnny Steenbergen 233b6d368d fix(influx): update diff labelmapping print to respect state status 2020-05-07 15:52:52 -07:00
Johnny Steenbergen b0d00425b0 feat(influx): add pkger remove|rm|uninstall stacks command 2020-05-07 15:52:52 -07:00
Johnny Steenbergen e668524847 feat(influx): add pkger list stacks command 2020-05-07 15:52:52 -07:00
Zoe Steinkamp 8c72f1e5e1
fix: 404 page on about 'users' (#18009) 2020-05-07 16:15:19 -06:00