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
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
Edd Robinson
aa433a723a
Removed some inmem references
2018-10-01 12:08:37 +01:00
Edd Robinson
e4cca868f4
Get TSI tests passing
2018-10-01 12:08:37 +01:00
Edd Robinson
6d3c74ecd9
Update imports
2018-10-01 12:08:37 +01:00
Edd Robinson
a7e23519b9
Initial import of tsi1 package
2018-10-01 12:08:33 +01:00
Edd Robinson
53f38073cc
Change import
2018-10-01 12:03:20 +01:00
Edd Robinson
fb0db04bc1
Initial import pkg package
2018-10-01 12:03:20 +01:00
Edd Robinson
f0ba72f227
Remove FGA auth hooks
2018-10-01 12:03:19 +01:00
Edd Robinson
5c9922555e
Update module deps
2018-10-01 12:03:19 +01:00
Edd Robinson
04818c7859
Initial import of models package
2018-10-01 12:03:19 +01:00
Jeff Wendling
d44b583c4d
remove code as reported by the unused tool
2018-10-01 12:03:19 +01:00
Jeff Wendling
b0a317a34c
remove and document some things
2018-10-01 12:03:19 +01:00
Jeff Wendling
8a21a3568a
prune Shard and reorganize
2018-10-01 12:03:19 +01:00
Jeff Wendling
f2381de7bf
regenerate internal protobuf with non-conflicting package
2018-10-01 12:03:19 +01:00
Jeff Wendling
992884ab6c
initial import of tsdb package
2018-10-01 12:03:19 +01:00
Deniz Kusefoglu
6211af483d
Merge pull request #910 from influxdata/bugfix/api-routes
...
Convert everything to /api/v2 on the FE
2018-09-28 16:43:53 -07:00
Deniz Kusefoglu
a37241bfcd
Convert everything to /api/v2 on the FE
2018-09-28 16:12:23 -07:00
kelwang
f45fbf271e
Merge pull request #907 from influxdata/fix/move_setup_endpoint
...
fix /setup endpoint
2018-09-28 12:02:56 -04:00
Kelvin Wang
b50b9918ee
fix /setup endpoint
2018-09-28 11:56:49 -04:00
Lorenzo Fontana
ceb0d313c6
Merge pull request #592 from influxdata/495-v2-endpoint
...
Convert all routes to v2 endpoint
2018-09-28 17:00:03 +02:00
Lorenzo Fontana
1a2f606533
Convert everything to /api/v2
...
Signed-off-by: Lorenzo Fontana <lo@linux.com>
2018-09-28 14:23:21 +02:00
Lorenzo Fontana
aa8016feca
Convert tests to v2
...
Signed-off-by: Lorenzo Fontana <lo@linux.com>
2018-09-28 14:20:31 +02:00
Lorenzo Fontana
30afec36bc
Convert all routes to v2 endpoint
...
Signed-off-by: Lorenzo Fontana <lo@linux.com>
2018-09-28 14:20:31 +02:00
Alex Paxton
5e20c766a5
Merge pull request #906 from influxdata/dashboard-dropdowns
...
Update AutoRefresh Dropdown
2018-09-27 18:36:16 -07:00
Alex P
995a20d05a
Replace old AutoRefresh with new AutoRefresh
2018-09-27 18:00:32 -07:00
Alex P
20adfb8e3e
Port over new autorefresh dropdown from Chronograf
2018-09-27 17:41:14 -07:00
Alex P
7b50cf0fa9
Fix dropdown positioning
...
There was a missing stacking context
2018-09-27 17:40:51 -07:00
Alex P
9fbd34738e
Add documentation for dropdowns
2018-09-27 17:04:33 -07:00
Alex Paxton
4b9021f60b
Merge pull request #903 from influxdata/index-list-view-components
...
List View Components
2018-09-27 16:00:21 -07:00
Alex P
b3b3f97130
Write component tests
2018-09-27 15:46:05 -07:00
Michael Desa
890ed54a38
Merge pull request #891 from influxdata/feat/signin
...
Add routes that allow the user to exchange basic auth credentials for a session
2018-09-27 16:01:04 -04:00
Michael Desa
195b025604
doc(http): add documentation for /signin and /signout routes
2018-09-27 15:45:18 -04:00
Michael Desa
13e60ec292
test(bolt): ensure boltdb session service conforms to tests
2018-09-27 15:45:16 -04:00
Michael Desa
d7e7b9ca9b
test(testing): add session conformance tests
2018-09-27 15:44:47 -04:00