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
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