Commit Graph

11357 Commits (93ca5c9f76ac86ce685894600ae6727db6ab507b)

Author SHA1 Message Date
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
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
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
Andrew Watkins 186263fa5e chore(gitignore) add .vs to gitignore 2018-07-24 08:02:51 -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
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
Michael Desa 79c240de59 Move entire codebase into a subdirectory called chronograf
This was done so that there will not be any merge conflicts when
migrating things into platform.
2018-07-19 16:37:21 -04:00
Jonathan A. Sternberg f2a8ae22b2
Merge pull request #435 from influxdata/js-427-cancel-enqueue
fix(query/control): cancel the enqueue of a query if the context finishes
2018-07-19 13:59:00 -05:00
Chris Goller 9e24a79f61
Merge pull request #441 from influxdata/fix/dbrp-valid-names
fix(dbrp): use validName from influx 1.x
2018-07-19 11:24:46 -05:00
Chris Goller 63969a9251 fix(dbrp): use validName from influx 1.x 2018-07-19 11:15:14 -05:00
Chris Goller 9975280368
Merge pull request #440 from influxdata/fix/dbrp-with-dash
fix(dbrp): allow dash as valid character
2018-07-19 10:24:24 -05:00
Chris Goller 562343034f fix(dbrp): allow dash as valid character 2018-07-19 10:21:06 -05:00
jlapacik c5606851c8
Merge pull request #439 from influxdata/jl-fix-go-vet
go test examples must follow a very specific format
2018-07-19 07:36:52 -07:00
jlapacik af986e4f4d go test examples must follow a very specific format when not referring to a specific identifier 2018-07-19 07:28:59 -07:00
Jade McGough 5e5198b550 feat(platform): add owner mapping structs/interfaces 2018-07-19 00:39:34 -07:00
Jonathan A. Sternberg ff8c9cfb34 fix(query/control): cancel the enqueue of a query if the context finishes
If a query is attempting to be enqueued and it gets canceled, it will
now stop attempting to add it to the new queries queue and return the
error reported by the context. This allows the http server to cancel a
running query when the client disconnects for whatever reason without
continuing to attempt to process the canceled query.
2018-07-18 15:37:25 -05:00
Andrew Watkins bffb76033d Merge pull request #3954 from influxdata/bugfix/annotation-refresh
Bugfix: Annotations not appearing until auto refresh tick
2018-07-18 09:13:40 -07:00
Nathaniel Cook e302d3a178 Merged pull request #401 from influxdata/nc-dbrp-read
feat: Use DBRPMappings in 1.x read path
2018-07-18 09:55:08 -06:00
Lorenzo Fontana 8681940d7a
Merge pull request #428 from fntlnz/signals-context-duplicated-check
chore(kit/signals): removed duplicated check for signals and add an example
2018-07-18 17:50:31 +02:00
Nathaniel Cook d568d7fd01 feat: Use DBRPMappings in 1.x read path 2018-07-18 09:46:57 -06:00
Lorenzo Fontana 016bff0dc8
chore(kit/signals): removed duplicated check for signals and add an example
Signed-off-by: Lorenzo Fontana <lo@linux.com>
2018-07-18 17:34:17 +02:00
Michael Desa 9fb2091852 Merge pull request #3947 from influxdata/dashboardv2
Implement v2 of dashboards API
2018-07-18 11:17:01 -04:00
Chris Goller 2bb809dfc0
Merge pull request #426 from influxdata/feature/simple-cli
feat(kit/cli): add viper simplification
2018-07-18 10:06:37 -05:00
Michael Desa 8d0e3cbeb1 review(chronograf): make changes suggested in pr 2018-07-18 10:39:05 -04:00
Michael Desa ceed196a0c changelog: add changelog entry for pr #3947 and #3842 2018-07-18 10:39:05 -04:00
Michael Desa 08fc45824e docs(server): add dashboards to swagger definition for v2 API 2018-07-18 10:39:05 -04:00
Michael Desa cbb6c4cb5c test(integrations): add v2 dashboards links test 2018-07-18 10:39:05 -04:00
Michael Desa 2e31d2e38a feat(server): add v2 dashboard API 2018-07-18 10:39:05 -04:00
Michael Desa 9f8a55f98e feat(mocks): add mock implementation of dashboard service 2018-07-18 10:39:05 -04:00
Michael Desa c50284e0e2 feat(bolt): add boltdb implementation of dashboard service 2018-07-18 10:39:04 -04:00
Michael Desa 7ce8fd71c3 feat(v2): add dashboard service interface and associated structs 2018-07-18 10:39:04 -04:00
Chris Goller 658b73b7fc
Merge pull request #425 from influxdata/feature/signals
feature(kit/signals): add standard method to capture signals with context
2018-07-18 09:12:21 -05:00
Chris Goller 70f5eae423 feat(kit/cli): add viper simplification 2018-07-17 22:52:37 -05:00
Chris Goller 9df3a40cbf feature(kit/signals): add standard method to capture signals with context 2018-07-17 21:47:02 -05:00
Andrew Watkins 49c40b87b8 Subcribe fetch and subscribe on mount 2018-07-17 18:21:42 -07:00
Iris Scholten a4d85a772f Update changelog 2018-07-17 16:21:40 -07:00
Iris Scholten 89b37d2fd7 Change default Decimal Places to enforced with a value of 2 2018-07-17 16:21:31 -07:00
ebb-tide 270a3451a8 Make max decimal points 20, and define constants for magic numbers 2018-07-17 16:19:28 -07:00