Chris Goller
1522dc6e4e
Remove explorations from backend server
2017-02-01 15:09:02 -06:00
Chris Goller
cfc3bf357f
Add BASE_PATH env var to -basepath cli option
2017-01-28 10:47:30 -06:00
Tim Raymond
a0ba920046
Move Basepath prop to better match style
...
Since this is a flag that is being accepted by the application, it makes
sense to group it with the other flags. Also, the `json` struct tag was
a remnant from an earlier attempt at implementing this feature, and is
no longer necessary.
2017-01-27 19:15:56 -05:00
Tim Raymond
e6a4635266
Make basepath configureable
...
/chronograf was hard-coded for developing this feature. This adds a
--basepath flag that lets users configure what the basepath will
actually be
2017-01-27 17:00:08 -05:00
gunnaraasen
58a2a82d52
Add X-Chronograf-Version header
2017-01-23 23:29:12 -08:00
Chris Goller
bc3a0e1b3d
Add Github organization restriction to authentication
2017-01-06 11:39:20 -06:00
Mark Rushakoff
84d28e3aad
Miscellaneous lint cleanup
2016-12-20 12:59:56 -08:00
Chris Goller
ad2374fbb7
Merge pull request #700 from influxdata/jz-add-uptime
...
Add server uptime reporting
2016-12-19 16:10:14 -06:00
Jack Zampolin
9994097ebc
Address PR comments
2016-12-19 13:29:33 -08:00
Jack Zampolin
3ab2c13364
Add server uptime reporting
2016-12-19 12:09:59 -08:00
Jade McGough
00f66e7593
fix bugs
2016-12-15 11:27:06 -08:00
Jade McGough
37f7ba5c68
shorten TCPKeepAlive length
2016-12-07 15:17:27 -08:00
Will Piers
f3cdf81ab5
Return 418 when auth is turned off
2016-11-21 14:20:33 -07:00
Will Piers
d3da8998e8
Add users endpoints/storage plus me endpoint
2016-11-21 14:19:57 -07:00
Chris Goller
b63047a402
Add server error logging
2016-11-19 11:41:06 -06:00
gunnaraasen
97a3e0e939
Update reporting tag to use chronograf-ng
2016-11-16 15:25:12 -08:00
Chris Goller
6a167f2a05
Fix layouts to enforce uniqueness
2016-11-14 22:25:38 -06:00
Chris Goller
bfb5fcbe02
Revert bin layouts for now
2016-11-14 22:17:09 -06:00
Chris Goller
b6a0d7c5cc
Add layouts as bindata in case chronograf run as a single-file binary
...
Using my existing layout chaining, I added layouts wrapped in
go-bindata as the last option for loading layouts. This means
that the data store is preferred over file system over bindata.
With this functionality, we can simply distribute the single-file
binary.
2016-11-14 19:07:38 -06:00
Chris Goller
07ffedc058
Fix logger panic and put logging of queries into debug
2016-11-12 17:48:49 -06:00
gunnaraasen
8d57cc92ec
Add version option
2016-11-09 13:25:07 -08:00
Ross McDonald
483c999200
Minor changes to packaging:
...
* Change default host from localhost to 0.0.0.0.
* Modify default database name to `chronograf-v1.db`.
* Change default port from 10000 to 8888.
2016-11-08 08:34:03 -06:00
Chris Goller
93b249cc09
Update default cli options to be 0.0.0.0 and 8888
2016-11-07 20:50:06 -06:00
Chris Goller
3bdcb2c578
Merge pull request #387 from influxdata/remove-mrfusion
...
Remove mrfusion name from source
2016-11-07 11:33:23 -06:00
Chris Goller
16c14521df
Merge pull request #386 from influxdata/update-cli-options
...
Update cli options
2016-11-07 11:29:05 -06:00
Chris Goller
ee82586ded
Remove mrfusion name from source
2016-11-07 11:22:23 -06:00
Chris Goller
680f3ef68c
Update cli/env options to use port 10000 and remove TLS for now
2016-11-07 11:09:51 -06:00
Chris Goller
7096e2ee70
Update layouts to not use UUIDs in name and only use filesystem
2016-11-07 10:10:26 -06:00
Chris Goller
dd6da581df
Update to store alert information in boltdb
2016-11-03 19:52:13 -05:00
gunnaraasen
39d21014dc
Add usage stats reporting
2016-10-28 14:34:55 -07:00
Chris Goller
d6a067427b
Fix mux paths to be hardcoded; clarify server start; fix golint
2016-10-28 11:27:06 -05:00
Chris Goller
d1359c09b3
Refactor to remove autogenerated code.
2016-10-26 22:10:52 -05:00