Commit Graph

12188 Commits (44820ce9247dbdf9c6b13347f3dddfc5f5c0b5e0)

Author SHA1 Message Date
Edd Robinson db5b20f4ea
Merge pull request #953 from influxdata/er-storage-engine
Add storage engine
2018-10-04 18:38:03 +01:00
Edd Robinson 69015d55ef Address PR feedback 2018-10-04 18:18:55 +01:00
Jonathan A. Sternberg f7b4c4001e
Merge pull request #527 from influxdata/js-remove-error-field-with-no-error
fix(http): only log an error and reference code if it exists
2018-10-04 11:51:15 -05:00
Edd Robinson 41aba8b539 Tidy up tag keys 2018-10-04 10:52:36 +01:00
Edd Robinson cfb3df203a Working storage engine 2018-10-04 10:24:43 +01:00
Edd Robinson 981b2cdbea Skeleton storage engine 2018-10-04 10:24:43 +01:00
Jeff Wendling 8c338df860 Add very hacky read support 2018-10-04 10:24:43 +01:00
Jeff Wendling d18814267e Add very basic write support 2018-10-04 10:21:22 +01:00
Edd Robinson d8f55446fd
Merge pull request #929 from influxdata/storage-engine-integration
Storage engine integration
2018-10-04 10:13:39 +01:00
kelwang 97572dd806
Merge pull request #949 from influxdata/fix/able_to_cancel_onboarding
use cancel text
2018-10-03 22:55:14 -04:00
Alex Paxton 1052648014
Merge pull request #951 from influxdata/panel-polish
Redesign Panels to conform to 2.0 UI Patterns
2018-10-03 17:14:36 -07:00
Deniz Kusefoglu 05b5f781b1 Accommodate change in response from GET req to /setup
Add signin to setup flow during onboarding
Add signin page to handle setting cookies
Add signin and signout to Links
2018-10-03 17:08:30 -07:00
Jeff Wendling 5fa10786a2 Fix issue with rebasing 2018-10-03 17:40:01 -06:00
Jeff Wendling 831833dcab Use _field/_measurement in filter expressions 2018-10-03 17:39:30 -06:00
Jeff Wendling eaff1bd9b0 Return _measurement/_field instead of _m/_f 2018-10-03 17:39:30 -06:00
Jeff Wendling 6a0fc9237c Read/write points with the appropriate measurement 2018-10-03 17:39:30 -06:00
Jeff Wendling 76cb1213f3 Add very hacky read support 2018-10-03 17:39:30 -06:00
Jeff Wendling c659c24f9a Add very basic write support 2018-10-03 17:39:30 -06:00
Jeff Wendling 31bd1f1dc7
Merge pull request #950 from influxdata/jmw-read-write-auth
Change how the write and query handlers look at auth
2018-10-03 17:38:57 -06:00
Alex P 0c396e06fd Redesign Panels to conform to 2.0 UI Patterns 2018-10-03 15:05:39 -07:00
Jeff Wendling 6176671ecb Change how the write and query handlers look at auth 2018-10-03 15:55:56 -06:00
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
Kelvin Wang d21b2719ce use cancel text 2018-10-03 14:24:42 -04: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 9753bf0aeb feat(usage): add query usage metrics 2018-10-02 22:39:52 -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