Chris Goller
75cd6cebff
Remove explorations from backend server
2017-02-01 15:09:02 -06:00
Andrew Watkins
131d29d9aa
Remove concept of 'explorations'
2017-02-01 12:34:18 -08:00
Jade McGough
428e34dc59
fix linting error
2017-02-01 11:29:52 -08:00
Alex Paxton
bc3680b7a4
Merge pull request #840 from influxdata/css-fix-820
...
CSS Usability Fix
2017-02-01 10:12:36 -08:00
Jade McGough
7932c908ef
simplify dashboard code
2017-02-01 10:05:26 -08:00
Alex P
26d23b95a8
Change CSS to fix usability issue from the community
2017-02-01 10:02:56 -08:00
Jade McGough
5ad61f61eb
change dashboards via dropdown
2017-02-01 00:13:05 -08:00
Andrew Watkins
89bb77d3c0
Add foundation UI for http/tcp alerts
2017-01-31 14:53:37 -08:00
Andrew Watkins
b04f9d1a89
Add comment
2017-01-31 08:41:45 -08:00
Andrew Watkins
addb78f350
Stop modifying columns in place
2017-01-31 08:41:35 -08:00
Andrew Watkins
42fb31b525
Line up comment
2017-01-31 08:40:44 -08:00
Hunter Trujillo
991fa6fdc3
Bug fixes and performance improvements.
2017-01-30 15:47:39 -08:00
Chris Goller
d9881fef21
Merge pull request #821 from influxdata/feature/sha256-builds
...
Update release builds to use SHA256 as well as MD5
2017-01-30 10:56:00 -06:00
Chris Goller
edf966f609
Update release builds to use SHA256 as well as MD5
2017-01-30 10:08:42 -06:00
Hunter Trujillo
8ac86ab88a
Reuse shared sparse arrays for GC efficiency. Use fast.js methods to further optimize speed.
2017-01-30 08:05:57 -08:00
Hunter Trujillo
d9e204e450
Memoize labeling (improves performance of that function 2x, reduces overall run time by 1/10x)
2017-01-29 15:27:02 -08:00
Hunter Trujillo
b7c9243f3d
Improve performance of the new function by a factor of 3-4x using a memoization technique.
2017-01-29 04:41:07 -07:00
Chris Goller
f88c43cdbb
Merge pull request #819 from influxdata/feature/basepath-env-var
...
Add BASE_PATH env var to -basepath cli option
2017-01-28 10:59:28 -06:00
Chris Goller
2290d5b6de
Add BASE_PATH env var to -basepath cli option
2017-01-28 10:47:30 -06:00
Chris Goller
383fe74a49
Update circle to upload release packages
2017-01-27 19:58:15 -06:00
Regan Kuchan
72b61651c8
Merge pull request #798 from influxdata/doc-updates
...
Update docs for 1.2-beta
2017-01-27 17:15:47 -08:00
Regan Kuchan
9a3d87e953
Add dashboards to README
2017-01-27 17:14:53 -08:00
Chris Goller
3ecf539bff
Merge pull request #818 from influxdata/feature/update-dashboard-swagger
...
Update dashboard swagger to use LayoutQuery instead of a string
2017-01-27 19:09:55 -06:00
Chris Goller
97ee53f49d
Update dashboard swagger definition to use LayoutQuery instead of a string
2017-01-27 19:08:40 -06:00
Regan Kuchan
7d703703f9
Add advanced routing to README
2017-01-27 16:54:32 -08:00
Chris Goller
6d43811bb7
Update release to 1.2.0-beta1
2017-01-27 18:43:42 -06:00
Regan Kuchan
f49d9d4eb3
Update Kapacitor alert nodes
2017-01-27 16:40:39 -08:00
Chris Goller
745ad17da7
Merge pull request #814 from influxdata/feature/tr-host-under-path
...
Enable Chronograf to be hosted under any arbitrary path
2017-01-27 18:39:00 -06:00
Tim Raymond
c7f31a5074
Fix typo
...
Spelling is hard.
2017-01-27 19:31:57 -05:00
Tim Raymond
2102b779f4
Merge branch 'master' into feature/tr-host-under-path
...
Conflicts:
- CHANGELOG.md
2017-01-27 19:30:43 -05:00
Tim Raymond
99bd4f369a
Remove extraneous lines
...
One of these was from experimental work during working on this feature.
The other is just... well, extra.
2017-01-27 19:27:59 -05:00
Tim Raymond
0c02aeedc0
Make URLPrefixer use the chronograf.Logger
...
We have a unified structured logging package in Chronograf, and this
should use it.
2017-01-27 19:24:51 -05:00
Nathan Haugo
e2a2f04b3e
Merge pull request #817 from influxdata/revert-807-revert-799-bugfix/legend-data-order
...
Revert "Revert "Bugfix/legend data order""
2017-01-27 16:24:10 -08:00
Nathan Haugo
6a31c55104
Revert "Revert "Bugfix/legend data order""
2017-01-27 16:23:16 -08:00
Tim Raymond
2fed6f92be
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
2b6a05cf6f
Move URLPrefixer setup to mux, add default
...
URLPrefixer had nothing to do with assets, so it actually belongs up in
the mux, where we're assembling handlers together across the
application.
Also, the setup was painful to look at, and others will probably use the
same `Attrs`, so a `NewDefaultURLPrefixer` was added to spawn a prefixer
with only a prefix and a next handler.
2017-01-27 19:14:21 -05:00
Jade McGough
f6fe95827d
Merge pull request #808 from influxdata/feature/614-dashboard-view
...
Feature/614 dashboard view
2017-01-27 15:49:14 -08:00
Jade McGough
cf32dcbd96
remove host from dashboardpage
2017-01-27 15:31:06 -08:00
Nathan Haugo
215215a5f7
Merge pull request #797 from influxdata/bugfix/telegram#640
...
Fix format sent to Kapacitor for Telegram.
2017-01-27 15:19:28 -08:00
Nathan Haugo
ac96f5576c
Merge pull request #802 from influxdata/opsg-alert
...
OpsGenie Alert Config
2017-01-27 15:17:18 -08:00
Regan Kuchan
04807d4a7e
Fix merge conflicts
2017-01-27 15:09:15 -08:00
Andrew Watkins
9187b873ea
Update README
2017-01-27 14:43:50 -08:00
Andrew Watkins
11e21ee7dc
Remove call to setState
2017-01-27 14:39:34 -08:00
Andrew Watkins
53c967a883
Change default altert option to smtp
2017-01-27 14:39:34 -08:00
Andrew Watkins
8cc7c72965
Trim whitespace
2017-01-27 14:39:34 -08:00
Andrew Watkins
7e2a87f3d2
Update CHANGELOG
2017-01-27 14:39:34 -08:00
Andrew Watkins
60ce83206c
Introduce opsgenie config
2017-01-27 14:37:50 -08:00
Hunter Trujillo
f0c2856c38
Fix linting.
2017-01-27 15:36:39 -07:00
Chris Goller
540cd8689f
Merge pull request #815 from influxdata/feature/go-1.7.5
...
Update circle's docker build tag to chronograf-20170127
2017-01-27 16:35:55 -06:00
Nathan Haugo
6e32203d92
Merge pull request #813 from influxdata/feature/go-1.7.5
...
Update to Go version 1.7.5
2017-01-27 14:25:05 -08:00