Commit Graph

11739 Commits (23b468d9480c81efa667ec81e06f306b06bd6482)

Author SHA1 Message Date
Andrew Watkins 1042c22469 Bugfix/no org name (#4014)
Fix runtime error when no orgs
2018-07-26 11:21:42 -04:00
Chris Goller 677ecbfd7a
Merge pull request #474 from influxdata/fix/arm7
fix(chronograf/bolt): max int64 overflows 32-bit archs
2018-07-25 18:00:42 -05:00
Chris Goller 852f460fca chore(chronograf/bolt): fix outdated comment 2018-07-25 17:55:25 -05:00
Chris Goller 0d81058c49 fix(chronograf/bolt): max int64 overflows 32-bit archs 2018-07-25 17:50:18 -05:00
Chris Goller f510a4646d
Merge pull request #473 from influxdata/fix/deploy
ci(deploy): nightlies use circleci/golang:1.10.3-node-browsers
2018-07-25 17:36:00 -05:00
Chris Goller a369e5bb1f
Merge pull request #472 from influxdata/fix/logrus
fix(ci): update to sirupsen/logrus from Sirupsen/logrus
2018-07-25 17:29:11 -05:00
Chris Goller 0ce8bb57ed ci(deploy): nightlies use circleci/golang:1.10.3-node-browsers 2018-07-25 17:27:33 -05:00
Chris Goller 85100c8e96 fix(ci): update to sirupsen/logrus from Sirupsen/logrus 2018-07-25 17:19:31 -05:00
Iris Scholten ec920cbc44
Merge pull request #471 from influxdata/feature/ping
feat(http): Add /ping endpoint to fluxd
2018-07-25 15:06:51 -07:00
Adam a84c86b06d
Fix initial transpiler grouping so that aggregates will compute (#460)
* feat(query/influxql): Fix initial transpiler grouping so that aggregates will compute

 --update spec

 --add mean test to demonstrate new feature
2018-07-25 17:56:33 -04:00
Nathaniel Cook 2588b14df4 Merged pull request #436 from influxdata/nc-fix-repl-now
fix: Update REPL to correctly compile Spec with now option
2018-07-25 15:54:59 -06:00
Chris Goller 38ec9085d1
Merge pull request #452 from influxdata/migrate-attempt-3
Migrate chronograf with commits to platform
2018-07-25 16:38:50 -05:00
Adam 2ee4157ded
feat(query/functions) Update percentile function to provide a selector option add transpiler support. (#444) 2018-07-25 16:32:04 -04:00
Iris Scholten f70a4553bf feat(http): Add /ping endpoint to fluxd
Co-authored-by: Chris Goller <goller@gmail.com>
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2018-07-25 12:21:59 -07:00
Michael Desa d2ece11acb chore: make chronograf unit tests pass 2018-07-25 14:38:51 -04:00
Jonathan A. Sternberg 7e63f79716
Merge pull request #467 from influxdata/js-transpiler-now
fix(query/influxql): influxql transpiler should set the now time
2018-07-25 10:12:22 -05:00
Jonathan A. Sternberg 4b7bfb21c2 fix(query/influxql): influxql transpiler should set the now time
The now time is stamped by the influxql transpiler and used inside of
the actual query. It will result in more accuracy if we take the
timestamp we have created and send it as part of the spec to queryd
rather than force ourselves to ensure absolute times exist everywhere.
2018-07-25 08:34:41 -05:00
Andrew Watkins 93ca5c9f76 chore(chronograf): Get Chronograf to "work" as in 1.6.x (w/o Kapacitor)
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Michael Desa <mjdesa@gmail.com>
2018-07-24 15:13:08 -07:00
Jade McGough e92d05eef8 add decode method to Owner 2018-07-24 14:25:35 -07:00
Andrew Watkins 9e55c8dca4 Merge branch 'migrate-attempt-3' of github.com:influxdata/platform into migrate-attempt-3 2018-07-24 13:40:11 -07:00
Michael Desa a673aff68e feat(chronograf/bolt): add default source 2018-07-24 16:39:33 -04:00
Adam Perlin 539971315f
Merge pull request #438 from influxdata/ap-range-bounds-fix
Add filtering to flux range function when not pushed down
2018-07-24 13:37:56 -07:00
adamperlin 5bb0cae73f Add filtering to flux range function when not pushed down 2018-07-24 13:33:42 -07:00
Michael Desa 346f19783a ci: update js tests to make test 2018-07-24 16:18:21 -04:00
Michael Desa cfe907e8f5 feat(chronograf): all chronograf api handler to platform 2018-07-24 15:55:49 -04:00
Michael Desa 6068e385db dep(chronograf/bolt): replace boltdb dependency with bbolt 2018-07-24 14:36:59 -04:00
Michael Desa 390a12bf21 fix(http): fix chronograf build asset paths 2018-07-24 14:25:06 -04:00
Andrew Watkins c78b2ee19a chore(chronograf): Add SourceContext and fix source typing
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Michael Desa <mjdesa@gmail.com>
2018-07-24 14:23:18 -04:00
Andrew Watkins 45e42d2c6f feat(chronograf): Remove auth flow from CheckSources component
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Michael Desa <mjdesa@gmail.com>
2018-07-24 14:14:06 -04:00
Michael Desa 91253bb61c feat(cmd/idpd): use chronograf asset handler in idpd command
Co-authored-by: Michael Desa <mjdesa@gmail.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-07-24 14:13:53 -04:00
Michael Desa 7340b60840 feat(http): create asset handler for serving chronograf assets
Co-authored-by: Michael Desa <mjdesa@gmail.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-07-24 14:13:47 -04:00
Adam Perlin d17beb5b47
Merge pull request #459 from influxdata/ap-flux-increase
Add increase to flux as built in function
2018-07-24 10:46:55 -07:00
adamperlin f6a5e47d4b Update formatting of flux increase built-in to align with standard style 2018-07-24 10:42:20 -07:00
Andrew Watkins 186263fa5e chore(gitignore) add .vs to gitignore 2018-07-24 08:02:51 -07:00
adamperlin ca0b4e4549 Order all data by time in flux increase test case, add related non-negative derivative test case 2018-07-23 17:18:29 -07:00
Jade McGough e6b7001f34 add owner mapping filter struct 2018-07-23 16:37:32 -07:00
adamperlin f8c204a62f Add increase to flux as built in function, change test data to account for counter wraps to values other than zero 2018-07-23 16:21:55 -07:00
Michael Desa dc7418f7fe makefile: fix make file to run go generate 2018-07-23 17:42:03 -04:00
Michael Desa 21e8509ca3 migration(chronograf): update chronograf go-github dependency
Previously goreleaser depended on an incompatible version of goreleaser.
This commit updates to the latest goreleaser and modifies the associated
chronograf code.
2018-07-23 15:50:40 -04:00
Michael Desa eca6747eca migrate: make chronograf migration compile 2018-07-23 15:30:21 -04:00
jlapacik 39569cef9d
Merge pull request #175 from influxdata/jl-update-grammar-spec
update flux grammar spec to include OptionStatement
2018-07-20 12:57:56 -07:00
jlapacik d70ec9a31f update flux grammar spec to include OptionStatement 2018-07-20 12:53:14 -07:00
Nathaniel Cook be817afc62 fix: Update REPL to correctly compile Spec with now option 2018-07-20 13:22:05 -06:00
Lorenzo Fontana 2838250afb
Merge pull request #445 from fntlnz/testing/id-from-string
Testing using ids generated from string using Decode
2018-07-20 19:46:25 +02:00
Lorenzo Fontana 145122232c
Testing using ids generated from string using Decode
Signed-off-by: Lorenzo Fontana <lo@linux.com>
2018-07-20 19:43:22 +02:00
Lorenzo Fontana 5f1f9a99c2
Merge pull request #443 from fntlnz/feature/static-id-string
Static id from string function
2018-07-20 17:02:44 +02:00
Lorenzo Fontana 8f0ebe47f2
Static id from string function
Signed-off-by: Lorenzo Fontana <lo@linux.com>
Co-authored-by: Chris Goller <goller@gmail.com>
2018-07-20 17:00:36 +02:00
Michael Desa 7c777f7a92 migrate: update chrongraf influxql dependency 2018-07-19 18:07:48 -04:00
Michael Desa d36fe120a4 chore(chronograf): change package imports to be nested under platform
The following command it what was executed:
find . -type f |grep chronograf | xargs perl -p -i -e 's|github.com/influxdata/chronograf|github.com/influxdata/platform/chronograf|g'
2018-07-19 16:52:14 -04:00
Michael Desa 91067f2188 Merge remote-tracking branch 'chronograf/platform-migrate' into migrate-attempt-3 2018-07-19 16:37:40 -04:00