Commit Graph

12013 Commits (b045d89edf08ef6e4bd83c38a17085546eb4e073)

Author SHA1 Message Date
Jacob Marble b045d89edf
Merge pull request #942 from influxdata/jgm-viper-string-slice
kit/cli: Add support for []string
2018-10-03 12:16:22 -07:00
Jacob Marble fb4cd36e9b kit/cli: Add support for []string 2018-10-03 11:24:46 -07:00
Andrew Watkins 709310d05e
feat: line plus single stat view type (#936)
* Introduce LinePLusSingleStat

* Remove v1 view types

- Introduce line + single stat view
2018-10-03 10:17:14 -07:00
Jonathan A. Sternberg 33c1e95f7c
Merge pull request #940 from influxdata/js-influxql-service
feat: add an influxql service that communicates with influxdb 1.x
2018-10-03 12:00:40 -05:00
Jonathan A. Sternberg 37ffbfc687
feat: add an influxql service that communicates with influxdb 1.x
It creates a simple client that follows the QueryService interface and
uses the `influxql.Compiler` type to determine where the query should be
routed to and to return the query as a `flux.ResultIterator`.

This will be useful for replaying transpiler queries against influxdb
1.x servers to verify correctness.
2018-10-03 11:17:29 -05:00
Chris Goller 8cf045d7cc
Merge pull request #937 from influxdata/feature/view-logs
feat(http/view): add storing LogView config
2018-10-02 21:36:30 -05:00
Chris Goller ca9100366b feat(http/view): add storing LogView config
Co-authored-by: Delmer Reed <delmer814@gmail.com>
2018-10-02 19:27:49 -05:00
Jade McGough 0acb1429ab fix(http): fix failed rebase 2018-10-02 15:31:18 -07:00
Jade McGough bb94d870ce fix(http): fix server url in swagger 2018-10-02 15:31:18 -07:00
Jade McGough 6bbdbf1ef0 feat(http): update swagger 2018-10-02 15:31:18 -07:00
Jade McGough 71da130e54 feat(http): add dashboard member endpoints to swagger 2018-10-02 15:31:18 -07:00
Jade McGough 5e94d059e5 feat(http): add owner/member endpoints for bucket service 2018-10-02 15:31:18 -07:00
Jade McGough a1d909b7ff feat(http): add owner/member endpoints to dashboards 2018-10-02 15:31:18 -07:00
Jade McGough 802cd0080e feat(http): move member/owner routes to factories 2018-10-02 15:31:18 -07:00
Jared Scheib 4969a91a9b fix(http): fix typo in /signout links response 2018-10-02 18:27:09 -04:00
Deniz Kusefoglu cd99284cc1
Merge pull request #931 from influxdata/feature/onboarding
(feat:onboarding) Add onboarding wizard to setup route
2018-10-02 14:57:27 -07:00
Deniz Kusefoglu 81f907fd9d (feat:onboarding) Add onboarding wizard 2018-10-02 14:30:15 -07:00
Michael Desa 30d97eff23
Merge pull request #933 from influxdata/fix/authentication-service
fix(http): add {Authorization,Session}Service to AuthenticationHandler
2018-10-02 16:30:00 -04:00
kelwang 46e0d0f441
Merge pull request #930 from influxdata/feat/onboarding_client
add setup service
2018-10-02 16:21:33 -04:00
Michael Desa 3996ecb154 fix(http): add {Authorization,Session}Service to AuthenticationHandler 2018-10-02 16:10:41 -04:00
kelwang f933c07e55
Merge pull request #870 from influxdata/fix/gather_test
try to restore the test
2018-10-02 16:07:42 -04:00
Kelvin Wang 3addadc12a add setup service 2018-10-02 15:58:27 -04:00
lukevmorris 40a98028d8
fix(usage): use stop time as upper bound (#932) 2018-10-02 12:00:23 -07:00
Michael Desa 14270192d9
Merge pull request #928 from influxdata/feat/authz-sessions
Add authentication middleware
2018-10-02 14:49:47 -04:00
Michael Desa e64fde585e fix(idpe): add IsActive method back into platform for idpe 2018-10-02 14:11:44 -04:00
Michael Desa 920ec6749a fix(context): add {Get,Set}Authorization methods in context package 2018-10-02 14:11:44 -04:00
Michael Desa bd07426c87 feat(http): mark misc routes as no auth routes 2018-10-02 14:11:44 -04:00
Michael Desa ce42eabb72 chore(http): update signin route for session test 2018-10-02 14:11:44 -04:00
Michael Desa 0cf834e532 chore(platform): refactor platform http handler to allow for auth 2018-10-02 14:11:44 -04:00
Michael Desa aa25727979 feat(platform): add /api/v2/sign{in,out} routes to platform handler 2018-10-02 14:11:44 -04:00
Michael Desa 458b44d2e7 fix(http): use correct spelling of of authenication in handler constructor 2018-10-02 14:11:44 -04:00
Michael Desa b6fc471948 feat(http): add register no auth route to authentication handler
Co-authored-by: Chris Goller <goller@gmail.com>
Co-authored-by: Michael Desa <mjdesa@gmail.com>
2018-10-02 14:11:44 -04:00
Michael Desa 3eb6b35478 test(http): test http authentication middleware
Co-authored-by: Chris Goller <goller@gmail.com>
Co-authored-by: Michael Desa <mjdesa@gmail.com>
2018-10-02 14:11:44 -04:00
Michael Desa 42ba7ffe11 feat(http): add authentication handler middleware 2018-10-02 14:11:44 -04:00
Michael Desa 1a0c29ad34 feat(platform): add authorizer interface
This iterface is supposed to be something that both sessions and
authorizations can share so that other components can authorize requests
as they see fit.
2018-10-02 14:11:44 -04:00
Chris Goller 96129d717f
Merge pull request #913 from influxdata/fix/query-spec-location
fix(query/docs): update Flux spec to flux repo
2018-10-01 18:05:43 -05:00
Jorge Landivar 573ee0c7f2
Merge pull request #922 from influxdata/tasks/TickScheduler
scheduler->TickScheduler
2018-10-01 16:55:08 -05:00
Kelvin Wang 4e190fe16c try to restore the test 2018-10-01 17:38:11 -04:00
Andrew Watkins 6ea5e839f8
feat: Table Graphs (#917)
* Render TableGraphs

* Introduce TableCell component
2018-10-01 13:33:27 -07:00
docmerlin (j. Emrys Landivar) 25e965d7ae scheduler->TickScheduler 2018-10-01 14:59:02 -05:00
Mark Rushakoff 94b5cd7d63 feat(task): explicitly handle orgs when finding run logs
Per #905, we will eventually support inferring organization from token.
In the meantime, allow the user to specify the org for their task.

No tests for this change; there is some test coverage in enterprise.
2018-10-01 11:05:56 -07:00
Edd Robinson f2283fe827
Merge pull request #908 from influxdata/storage-engine
Initial dump of code from OSS for storage engine
2018-10-01 18:19:50 +01:00
Chris Goller 1dd29d43f6
fix(query/docs): update Flux spec to flux repo 2018-10-01 09:38:33 -05:00
Edd Robinson ea02772fc5 Pull in more pkg packages 2018-10-01 12:08:37 +01:00
Edd Robinson ed81da6600 Update roaring dependency 2018-10-01 12:08:37 +01:00
Edd Robinson 6e57211d36 Fix tests 2018-10-01 12:08:37 +01:00
Edd Robinson 7de29bfe01 Update tsi1 package from OSS 2018-10-01 12:08:37 +01:00
Edd Robinson 3385f389f7 Update tsdb package from OSS 2018-10-01 12:08:37 +01:00
Edd Robinson 074f263e08 Initial import of tsm1.Engine 2018-10-01 12:08:37 +01:00
Edd Robinson 1280f4ac5e Initial import of tsm1 package 2018-10-01 12:08:37 +01:00