Chris Goller
fd1ac9d365
Merge pull request #835 from influxdata/feature/inmem-services
...
feat(inmem): add in-memory service implementations
2018-09-14 09:34:53 -05:00
Chris Goller
eb68362cfc
feat(inmem): add in-memory service implementations
2018-09-14 09:25:14 -05:00
Chris Goller
348501afd6
Merge pull request #833 from influxdata/feature/fluxlang
...
feat(http): add flux AST and Spec endpoints to fluxd
2018-09-13 23:27:38 -05:00
Chris Goller
9673a425ec
feat(http): add flux AST and Spec endpoints to fluxd
2018-09-13 23:01:07 -05:00
Jorge Landivar
a8a8bfc6e8
Merge pull request #832 from influxdata/fix-id-panic
...
fix panic in global id
2018-09-13 17:06:52 -05:00
docmerlin (j. Emrys Landivar)
a8643bd070
fix panic in global id
2018-09-13 16:07:29 -05:00
Chris Goller
5c75610e3c
Merge pull request #831 from influxdata/feature/flux-auth
...
Feature/flux auth
2018-09-13 15:39:02 -05:00
Chris Goller
65fa08abca
test(http): add flux query service test
2018-09-13 15:26:36 -05:00
Chris Goller
052c896fa4
feat(http): add flux query service client
2018-09-13 13:21:19 -05:00
Chris Goller
310a64fc97
feat(http): use proxy request in flux service
2018-09-13 13:00:27 -05:00
Jorge Landivar
699cd9de4b
Merge pull request #782 from influxdata/api-compat
...
Api compat test
2018-09-13 12:11:12 -05:00
Chris Goller
02ac64fc35
test(http): add test for querying flux service
2018-09-13 11:56:49 -05:00
Lyon Hill
eb260436d6
fix(task): remove race condition when finishing a inmem run ( #829 )
...
* fix(task): remove race condition when finishing a inmem run
2018-09-13 10:11:59 -06:00
Chris Goller
61d60a3c61
feat(http): update /v2/query client to send query.Request with auth
2018-09-13 10:39:08 -05:00
Lyon Hill
8cc55b3a37
fix(task): race condition in creating and finding meta data fixed ( #828 )
2018-09-13 09:11:25 -06:00
Jonathan A. Sternberg
d26b7aba39
Merge pull request #821 from influxdata/js-normalize-time
...
feat(query/influxql): normalize the time for all aggregate queries
2018-09-12 16:33:17 -05:00
Jonathan A. Sternberg
dfc32d2635
feat(query/influxql): normalize the time for all aggregate queries
...
The transpiler will normalize the `_time` column by dropping any
existing time column and then duplicating `_start` when the query is an
aggregate type.
This works for the selectors because they did not normalize their
`_time` column at all and, while the aggregates did normalize their
`_time` column, we have made the decision to remove that functionality
and have aggregates not set a `_time` column at all.
2018-09-12 16:25:51 -05:00
Adam
4733ecd1f2
README + initial skeleton in place for SHOW TAG VALUES( #815 )
...
* README + initial skeleton in place
* Fixes according to review
2018-09-12 14:54:13 -04:00
Andrew Watkins
032b17a1fe
chore(chronograf): parse flux response to dygraph format ( #819 )
...
* Introduce new flux table parsing
* Parse flux tables in dashboard views
* Fix linter errors
2018-09-12 10:13:25 -07:00
Nathaniel Cook
1786402d48
Merged pull request #822 from influxdata/nc-remove-platform
...
chore: Updates to be able to remove platform as a dependency of Flux
2018-09-12 10:31:25 -06:00
Nathaniel Cook
672e2d5fe7
chore: Updates to be able to remove platform as a dependency of Flux
2018-09-12 10:18:54 -06:00
Michael Desa
368f086113
Merge pull request #809 from influxdata/feat/links-auths
...
feat(http): add links to auth service response structures
2018-09-12 11:51:08 -04:00
Michael Desa
6d083fb8e3
feat(http): add links to auth service response structures
2018-09-12 11:44:44 -04:00
Chris Goller
76c5441ce6
Merge pull request #820 from influxdata/feature/makefile-assets
...
ci(Makefile): add asset generation to nightly
2018-09-11 20:08:42 -05:00
Chris Goller
55491eae5b
ci(Makefile): add asset generation to nightly
2018-09-11 16:11:16 -05:00
Jonathan A. Sternberg
ee5cd72eae
Merge pull request #818 from influxdata/js-influxql-normalize-time-spec
...
feat(query/influxql): update the spec for time normalization in selectors
2018-09-11 13:26:37 -05:00
Jonathan A. Sternberg
131767572e
feat(query/influxql): update the spec for time normalization in selectors
2018-09-11 13:09:48 -05:00
Chris Goller
402cf4d3f6
Merge pull request #816 from influxdata/feature/makefile-path
...
ci(Makefile): update PATH to have go-bindata
2018-09-11 10:36:55 -05:00
Lyon Hill
54cb6dfaa9
fix(task): allow schedulers to recover in progress tasks. ( #810 )
...
* fix(task): allow schedulers to recover in progress tasks.
2018-09-11 09:32:59 -06:00
Chris Goller
7d61b90bca
ci(Makefile): update PATH to have go-bindata
2018-09-11 10:22:06 -05:00
Gianluca Arbezzano
d117803e8c
Merge pull request #812 from influxdata/feature/790
...
Add org as a query param to bucket
2018-09-11 16:59:20 +02:00
Gianluca Arbezzano
12c24080b4
Add org as a query param to bucket
...
Fixed #790
Signed-off-by: Gianluca Arbezzano <gianarb92@gmail.com>
2018-09-11 15:24:23 +02:00
Gianluca Arbezzano
5f51d9ca02
Merge pull request #811 from influxdata/feature/795
...
Add links to orgs http handler
2018-09-11 15:04:00 +02:00
Gianluca Arbezzano
0c862f71a1
Add links to orgs http handler
...
Fixed #795
Signed-off-by: Gianluca Arbezzano <gianarb92@gmail.com>
2018-09-11 14:55:29 +02:00
Michael Desa
50dad74429
Merge pull request #788 from influxdata/doc/api
...
Fill out swagger documentation to be the expected state of the API
2018-09-10 16:08:42 -04:00
Michael Desa
db2aef784a
Merge pull request #807 from influxdata/feat/bucket-links
...
feat(http): add links to bucket service response structures
2018-09-10 15:30:55 -04:00
Michael Desa
d6098882f9
feat(http): add links to bucket service response structures
2018-09-10 15:26:08 -04:00
Jorge Landivar
4fa94ad1ce
Merge pull request #806 from influxdata/WithMachineID
...
With machine ID
2018-09-10 13:44:50 -05:00
Jonathan A. Sternberg
43ff21e009
Merge pull request #785 from influxdata/js-join-multiple-aggregates
...
fix(query/influxql): join multiple aggregates with the new join function
2018-09-10 12:56:39 -05:00
Jonathan A. Sternberg
a5641f6fd9
fix(query/influxql): join multiple aggregates with the new join function
2018-09-10 11:54:38 -05:00
Jonathan A. Sternberg
6f6794f11e
Merge pull request #805 from influxdata/js-dep-fix
...
fix: remove constraints that were from the query package
2018-09-10 11:53:24 -05:00
Jonathan A. Sternberg
65fc008a8e
fix: remove constraints that were from the query package
...
The query package has now mostly been moved to influxdata/flux so these
constraints cause dep to print a non-useful message that is confusing.
2018-09-10 11:34:20 -05:00
docmerlin (j. Emrys Landivar)
c02c1be795
specificy setting a machine ID on the generator
2018-09-10 09:51:31 -05:00
kelwang
5a35d04386
Merge pull request #60 from influxdata/feat/errors-lib
...
feat(errors): add error lib
2018-09-08 01:04:13 -04:00
Kelvin Wang
4cd8a48c39
feat(errors): add errors lib
2018-09-07 21:45:47 -05:00
Mark Rushakoff
7bbd087980
chore(task): clean up log writer API
...
Introduce a RunLogBase type that encapsulates the base information
shared across multiple logs for the same run. This has the information
previously part of the API (Task and RunID), and includes the addition
of a RunScheduledFor timestamp.
Also remove the RunScheduled value for RunStatus, as it was never used
in the scheduler.
2018-09-07 09:35:55 -07:00
Stuart Carnie
46963152cc
Merge pull request #784 from influxdata/sgc-flux
...
refactor: Migrate query package to influxdata/flux repository
2018-09-06 16:09:34 -07:00
Michael Desa
f437888ee2
doc(http): add macro (template variable) swagger documentation
...
Co-authored-by: Chris Goller <goller@gmail.com>
Co-authored-by: Michael Desa <mjdesa@gmail.com>
2018-09-06 18:13:36 -04:00
Stuart Carnie
7a05dfb61e
refactor: Update Makefiles
2018-09-06 13:56:59 -07:00
Michael Desa
2c82b18800
doc(http): add links to resources
...
Co-authored-by: Chris Goller <goller@gmail.com>
Co-authored-by: Michael Desa <mjdesa@gmail.com>
2018-09-06 16:13:53 -04:00