Commit Graph

818 Commits (a5a7dd8934caa70bda4b4b84ba0573bff410e7a1)

Author SHA1 Message Date
Andrew Watkins be016fee68 Fix new rule not loading 2017-02-09 09:39:34 -08:00
Chris Goller 3414012d7c Update Makefile and webpack to make builds incremental 2017-02-08 21:15:56 -06:00
Chris Goller a4aa900bf8 Merge pull request #852 from influxdata/feature/kapacitor-detail-field
Update kapacitor alert rule to have detail field
2017-02-08 20:50:48 -06:00
Andrew Watkins 70e184f655 Merge pull request #841 from influxdata/de-struction
Simplify DataExplorer
2017-02-08 08:38:56 -08:00
Andrew Watkins 06f07706a5 Add details alert data for SMTP 2017-02-07 15:15:43 -08:00
Andrew Watkins 5bf86bd0a8 Remove unused handler 2017-02-07 15:15:43 -08:00
Andrew Watkins ac76351100 Introduce UPDATE_DETAILS action 2017-02-07 15:15:43 -08:00
Andrew Watkins 783e25d5f1 Fix typo 2017-02-06 12:53:36 -08:00
Andrew Watkins 6fbdfe898d Remove getState in new object 2017-02-06 12:50:31 -08:00
Andrew Watkins 603944de5d Merge pull request #833 from influxdata/timeSeriesToDygraph-refactor
Time series to dygraph refactor
2017-02-06 12:08:37 -08:00
Andrew Watkins bd6157ddff Add active panel spec 2017-02-06 11:54:22 -08:00
Andrew Watkins b1a6858c58 Move test dir to data_explorer 2017-02-06 11:41:42 -08:00
Andrew Watkins 31ccd37c1c Add and persist activePanel state 2017-02-06 11:32:23 -08:00
Jade McGough 4e57118c95 Merge pull request #837 from influxdata/feature/615-change-dashboard
change dashboards via dropdown
2017-02-06 10:21:24 -08:00
Andrew Watkins 9e74c7a99e Consolidate and simplify saving to local storage 2017-02-02 15:13:09 -08:00
Alex P a9ac01e233 Make hosts dropdown menu less janky 2017-02-02 14:48:08 -08:00
Alex P 9e99e64543 Change z-index hack on react-grid-item so it no longer conflicts with dropdown menu 2017-02-02 14:47:43 -08:00
Andrew Watkins 40d6d4f526 Persist app state to localStorage 2017-02-02 11:54:56 -08:00
Andrew Watkins bdf1f01e10 Deconstruct PropTypes 2017-02-02 09:20:52 -08: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
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 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
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
Tim Raymond 2102b779f4 Merge branch 'master' into feature/tr-host-under-path
Conflicts:
  - CHANGELOG.md
2017-01-27 19:30:43 -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
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 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
Alex P ff465e27c5 Style radio buttons in config 2017-01-27 14:14:48 -08:00
Tim Raymond 8425d2c3ed Setup front-end to work with a basepath
React-router and also the client that we use in the frontend need to be
informed on how to access the Chronograf backend when it's being hosted
on a route other than /. To accomplish this, a data attribute is written
into the `<div>` which serves as our React root. We then make the React
router aware of this if it's set and also pass the prefix to axios (our
front end HTTP client) by way of window.

Originally, it was desired to have the basepath accessible via an API,
but this proved to be impossible because to access that API, the front
end would already need to know the basepath. The technique we went with
was arrived at independently, but is also used by Jupityr notebooks
which encountered the same problem.
2017-01-27 17:00:08 -05:00
Tim Raymond 14437af28d Make prefixer support multiple tags, chunked enc
The prefixer needs to not only replace `src="` attributes as it
currently does because that is not the only place a relative URL can
appear. It needs to also prefix URLs found in CSS which can also come
from the downstream http.ResponseWriter.

This adds support for an arbitrary list of patterns that will cause the
prefixer to insert its configured prefix. This is currently set to look
for `src`, `href`, and `url()` attributes.

Also, because we are modifying the stream, we need to suppress the
Content-Length generated by any downstream http.Handlers and instead
enable Transfer-Encoding: chunked so that we can stream the modified
response (we don't know apriori how many times we'll perform a
prefixing, so we can't calculate a final Content-Length). This is
accomplished by duplicating the Headers in the wrapResponseWriter that
is handed to the `Next` handler. We also handle the chunking and
Flushing that needs to happen as a result of using chunked transfer
encoding.
2017-01-27 17:00:08 -05:00
Andrew Watkins 1c11ef32e7 Merge pull request #803 from influxdata/kapacitor-defaults
Add default values for kapacitor config
2017-01-27 13:29:23 -08:00
Chris Goller de37286c46 Fix layout autoflow to handle multiple cells per layout 2017-01-27 13:15:50 -06:00
Jade McGough 4ee483aec2 cleanup 2017-01-27 05:41:03 -08:00
Jade McGough 30a36dd4e4 cleanup 2017-01-27 05:32:59 -08:00
Jade McGough 0682091fd1 get graphs to display 2017-01-27 05:24:26 -08:00
Jade McGough e0efda3fdb don't show endless loading if there are no dashboards 2017-01-27 05:10:44 -08:00
Jade McGough 42815bfe74 dashboard graph rendering 2017-01-27 04:04:26 -08:00