Kelvin Wang
1000782f10
add confimation scene
2018-10-05 19:49:02 -04:00
kelwang
05b68ce154
Merge pull request #973 from influxdata/fix/remove_default_username
...
remove default username
2018-10-05 06:43:29 -04:00
Adam
58f4e9fc0b
Refactor Platform according to new organization in `flux` ( #966 )
...
We reorganized the functions in flux to have the structure:
/functions
/inputs
/transformations
/outputs
this PR catches up platform to work with the new package layout.
As a separate refactoring issue, we should discuss:
from(bucket: ) should migrate from flux --> platform
to_http and to_kafka should migrate from platform --> flux
2018-10-05 00:06:14 -04:00
Kelvin Wang
2aba58256b
remove default username
2018-10-04 18:23:41 -04:00
Mark Rushakoff
955eabd551
refactor(http): prefer Addr over URL in field names
...
The other services all use the field Addr, so consistently use Addr,
instead of sometimes using URL.
2018-10-04 13:59:58 -07:00
Kelvin Wang
d21b2719ce
use cancel text
2018-10-03 14:24:42 -04:00
Kelvin Wang
3addadc12a
add setup service
2018-10-02 15:58:27 -04:00
Chris Goller
9572d8dac2
chore(cmd/influx): add units to influx command
2018-09-25 13:22:47 -05:00
Jade McGough
8e04f5e6e8
add org member endpoints ( #846 )
...
add org member endpoints
2018-09-24 10:17:54 -07:00
Nathaniel Cook
6a48f13577
Merged pull request #826 from influxdata/nc-repl-http
...
fix: Update REPL to use HTTP API
2018-09-14 16:21:28 -06:00
Nathaniel Cook
d65a864ec5
fix: Update REPL to use HTTP API
2018-09-14 14:03:35 -06:00
Jade McGough
0b70dc99c4
don't store references to internal buckets ( #789 )
...
* add types to bucket service tests
* add type to bucket cmd interface
* bucket type needs to be defined in json for POST creations
* rip out bucket type stuff
* remove type from bucket tests
* add InternalBucketID helper fn
* remove more code
* remove org from internal bucket ID
2018-09-14 09:26:59 -07: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
Stuart Carnie
ac75af2f58
refactor: Migrate query package to influxdata/flux repository
2018-09-06 11:13:48 -07:00
Jade McGough
cd30e5a820
add internal system buckets for orgs ( #652 )
...
feat(bolt): add internal system buckets for orgs
2018-09-06 09:19:58 -07:00
Chris Goller
40e56333e1
refactor(http): update authorization to use active/inactive status
2018-08-29 13:07:39 -05:00
Chris Goller
d3afb82323
feat(cmd/influx): add enable/disable from influx cli tool
2018-08-29 13:07:39 -05:00
Michael Desa
8c87c9d132
revert #442
2018-08-01 14:54:32 -04:00
Leonardo Di Donato
3191de776d
Refactoring code using platform.IDs
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2018-08-01 18:20:59 +02:00
Leonardo Di Donato
711d4a3f33
Refactoring main package
2018-08-01 18:20:59 +02:00
Mark Rushakoff
c74bcd11b4
chore(query): remove usage of query/id package
...
It was effectively a copied and pasted platform.ID, so change it to a
type alias. Once our known references to the query/id package are
updated to platform.ID, we'll delete the package.
2018-06-20 12:55:20 -07:00
Mark Rushakoff
638574b131
feat(query): add organization lookup to storage dependencies
...
This is needed for the `to` function to write to buckets in another
organization.
2018-06-15 07:30:12 -07:00
Nathaniel Cook
d1ca38c71f
chore(ifql): Rename IFQL to Flux
2018-06-11 09:26:10 -06:00
Nathaniel Cook
5e30d7cdd6
chore(query/builtin): Add package to formalize query builtin initialization
...
Now all packages wishing to consume query package can and must import
query/builtin in order to properly initialize all builtin values.
2018-05-31 12:03:49 -06:00
Nathaniel Cook
5ecfdcffd2
chore(cmd/influx): Flatten ifql subcommand
...
Now the commands are:
influx query
influx repl
2018-05-24 11:46:40 -06:00
Nathaniel Cook
1e1c6e21e5
chore(idp): Rename cmd/idp to cmd/influx
2018-05-24 11:34:39 -06:00