Commit Graph

6724 Commits (18bf6aecba7a7bc93807fb88b4a00cff70bcd56a)

Author SHA1 Message Date
Chris Goller 020c7c6901 Update integration test to timeout in 5 seconds rather than 0.1 2017-12-19 20:06:11 -06:00
Chris Goller 8f68e396f6 Revert "Merge branch 'master' into 1.4.0.x"
This reverts commit 7f33b6c320, reversing
changes made to dd3cda38e9.
2017-12-19 19:31:18 -06:00
Chris Goller 17de3d21ea Revert "Remove accidental chronograf db commit"
This reverts commit 4d2b6c184e.
2017-12-19 19:26:49 -06:00
Chris Goller 7f33b6c320
Merge branch 'master' into 1.4.0.x 2017-12-19 18:48:52 -06:00
Nathan Haugo dd3cda38e9
Merge pull request #2622 from influxdata/rel/update-1.4.0.0-rc1
Update CHANGELOG and versions to prep for 1.4.0.0-rc1
2017-12-19 16:43:09 -08:00
Chris Goller d8a0aa3b89 Update CHANGELOG and versions to prep for 1.4.0.0-rc1 2017-12-19 18:38:46 -06:00
Chris Goller 4d2b6c184e Remove accidental chronograf db commit 2017-12-19 17:43:34 -06:00
Nathan Haugo 72a756c843
Merge pull request #2593 from influxdata/feature/dashboard-filestore
Add filesystem backed dashboard and organization stores
2017-12-19 14:36:19 -08:00
Michael Desa fb68b04697 Change default org id in client to "default" 2017-12-19 14:02:02 -08:00
Michael Desa 774d9a7456 Remove unused code related to excess prints 2017-12-19 13:24:05 -08:00
Chris Goller bbc792ac6e Merge branch 'feature/dashboard-filestore' of github.com:influxdata/chronograf into feature/dashboard-filestore 2017-12-19 15:21:45 -06:00
Chris Goller 5588923180 Update CHANGELOG.md to mention storing dashboards, orgs, sources, and
kapacitor on filesystem
2017-12-19 15:14:30 -06:00
Michael Desa 9f0476c459 Add filestore impl of kapacitor and source stores
Remove random `fmt.Println`'s
2017-12-19 13:14:00 -08:00
Chris Goller b23face25f
Merge pull request #2617 from influxdata/go-add-env-templates
Add env var golang templates to filestore rendering
2017-12-19 15:10:04 -06:00
Chris Goller 16a1041d2e Add env var golang templates to filestore rendering 2017-12-19 15:06:24 -06:00
Nathan Haugo daae351232
Merge pull request #2616 from influxdata/fix/update-cell-query-config
Fix cell replacement to return query config
2017-12-19 12:40:30 -08:00
Chris Goller 11a4404d6d Remove extra debugging statement from influx queries 2017-12-19 13:48:56 -06:00
Chris Goller ac433a0a10 Update CHANGELOG.md to mention fixing cell update responses 2017-12-19 13:47:51 -06:00
Chris Goller 45301fb012 Fix cell replacement to return query config 2017-12-19 13:43:39 -06:00
Michael Desa c649095326 Change default org ID to default from Default
This is so that the URL can be case insensitive. (e.g.
/chronograf/v1/organizations/default instead of
/chronograf/v1/organizations/Default)
2017-12-19 10:26:36 -08:00
Michael Desa 014048631c Add basic tests for canned dashboards and orgs 2017-12-19 10:13:46 -08:00
Chris Goller b97a015def Update Makefile to require go 1.8 for testing
Signed-off-by: Michael de Sa <mjdesa@gmail.com>
2017-12-19 10:13:46 -08:00
Chris Goller 3035cad82a Add organization multistore over bolt and filesystem
Signed-off-by: Michael de Sa <mjdesa@gmail.com>
2017-12-19 10:13:46 -08:00
Chris Goller f000114751 Add filesystem implementation of the organization store
Signed-off-by: Michael de Sa <mjdesa@gmail.com>
2017-12-19 10:13:46 -08:00
Chris Goller 55bcecb04f Fix dashboard filesystem store pointer-less struct
Signed-off-by: Michael de Sa <mjdesa@gmail.com>
2017-12-19 10:13:46 -08:00
Michael Desa d8d20547ab Change Organization ID to string from uint64 2017-12-19 10:13:43 -08:00
Michael Desa 2a492b0c7a Generalize load and create methods in filestore 2017-12-19 10:07:09 -08:00
Chris Goller 9d1165a335 Update CLI option to reflect dashboards directory 2017-12-19 10:07:09 -08:00
Chris Goller ac41c384f2 Add multiple dashboard stores to server 2017-12-19 10:07:07 -08:00
Chris Goller b54ed7705c Add id generator based on time 2017-12-18 17:31:45 -08:00
Chris Goller e23defe7a6 Fix uuid typo 2017-12-18 17:31:45 -08:00
Chris Goller 20174ea133 Move v4.go to uuid.go 2017-12-18 17:31:45 -08:00
Chris Goller cfa17c6d47 Rename V4 to UUID 2017-12-18 17:31:45 -08:00
Chris Goller e17b6b893f Move uuid package to id 2017-12-18 17:31:45 -08:00
Chris Goller 7adf3ac8a9 Add filesystem dashboard store 2017-12-18 17:31:45 -08:00
Chris Goller 8f88e17675 Add multistore for dashboards 2017-12-18 17:31:45 -08:00
Chris Goller 979f260f4b Move MultiSourceStore to the multistore package 2017-12-18 17:31:45 -08:00
Chris Goller f8461a8252 Move kapacitor multistore to the multistore package 2017-12-18 17:31:45 -08:00
Chris Goller e1bfa8b2b7 Update layouts from canned package to filestore 2017-12-18 17:31:45 -08:00
Chris Goller 1a277ec0b3 Move canned apps to the filestore directory 2017-12-18 17:31:45 -08:00
Chris Goller 8811fc3420 Fix vet for tests 2017-12-18 17:31:45 -08:00
Chris Goller 56d9d4721b Update layouts package to multistore 2017-12-18 17:31:45 -08:00
Chris Goller 0c820ea65b Rename layouts to multistore 2017-12-18 17:31:45 -08:00
Hunter Trujillo 1dce61de45
Merge pull request #2612 from influxdata/2585-accept-days-units
Days is a valid duration value
2017-12-18 17:45:52 -07:00
Luke Morris 0aec18fb77 Repair specs 2017-12-18 16:11:35 -08:00
Jared Scheib 04b5368380 Change logout to log out, because consistency 2017-12-18 15:53:35 -08:00
Luke Morris b982f2ccdf Account for days in formatter matcher 2017-12-18 15:49:45 -08:00
Jared Scheib eba3107ed4
Merge pull request #2605 from influxdata/multitenancy_ui_userspage_2583
Ensure users are always fresh on Admin Chronograf UsersTable via new UsersPage
2017-12-18 15:49:18 -08:00
Jared Scheib ceb8fe7a70 Merge branch '1.4.0.x' into multitenancy_ui_userspage_2583 2017-12-18 15:36:26 -08:00
Luke Morris 1074a7f4ea Update regex to accept days as valid input 2017-12-18 15:28:29 -08:00