Commit Graph

1594 Commits (82f770191e27bd2616dc7b980cc07cd85c8e3f1b)

Author SHA1 Message Date
Chris Goller 82f770191e Update circle to use build container from 20170208 2017-02-08 21:15:31 -06:00
Chris Goller d0c4d21724 Update Makefile to use yarn instead of npm install 2017-02-08 21:15:31 -06:00
Chris Goller ce4b8bc756 Update README build instructions to mention yarn 2017-02-08 21:15:31 -06:00
Chris Goller 6d3fa47573 Update build script to require yarn 2017-02-08 21:15:31 -06:00
Chris Goller 517974ef56 Update docker container builds to Node 6.9.5 2017-02-08 21:15:31 -06:00
Chris Goller 25642ea802 Add yarn to docker container build 2017-02-08 21:15:31 -06:00
Chris Goller 0fc5071d68 Fix typo in build container readme 2017-02-08 21:15:31 -06:00
Chris Goller 7deaf845a7 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 b84179f913 Merge pull request #841 from influxdata/de-struction
Simplify DataExplorer
2017-02-08 08:38:56 -08:00
Andrew Watkins 2a7557156f Add details alert data for SMTP 2017-02-07 15:15:43 -08:00
Andrew Watkins 2979ef12f9 Remove unused handler 2017-02-07 15:15:43 -08:00
Andrew Watkins a31518de9c Introduce UPDATE_DETAILS action 2017-02-07 15:15:43 -08:00
Chris Goller 6f557aa685 Update CHANGELOG to mention detail for kapa email alert 2017-02-07 17:11:46 -06:00
Chris Goller 98198dbf5b Update kapacitor alert rule to have detail field 2017-02-07 17:09:14 -06:00
Chris Goller 9db24ab075 Merge pull request #849 from influxdata/hotfix/docs-basepath
Fix basepath documentation to have double dash
2017-02-07 08:30:39 -06:00
Chris Goller 47bc5b1ce6 Fix basepath documentation to have double dash 2017-02-07 08:23:39 -06:00
Andrew Watkins 63725d544f Fix typo 2017-02-06 12:53:36 -08:00
Andrew Watkins f1dd929725 Remove getState in new object 2017-02-06 12:50:31 -08:00
Andrew Watkins 5a1cfc25df Merge pull request #833 from influxdata/timeSeriesToDygraph-refactor
Time series to dygraph refactor
2017-02-06 12:08:37 -08:00
Andrew Watkins 954a6506fc Add active panel spec 2017-02-06 11:54:22 -08:00
Andrew Watkins 7ef4f9f916 Move test dir to data_explorer 2017-02-06 11:41:42 -08:00
Andrew Watkins 0fc2faa2a8 Add and persist activePanel state 2017-02-06 11:32:23 -08:00
Jade McGough 802102edea Merge pull request #837 from influxdata/feature/615-change-dashboard
change dashboards via dropdown
2017-02-06 10:21:24 -08:00
Chris Goller 5c84d24066 Merge pull request #846 from lfarkas/master
always force the file inside the tarball owned by root
2017-02-05 09:29:54 -06:00
Levente Farkas d88dd3d74e always force the file inside the tarball owned by root 2017-02-05 10:41:47 +01:00
Andrew Watkins 01821ec5e3 Consolidate and simplify saving to local storage 2017-02-02 15:13:09 -08:00
Alex Paxton 9db72a71f0 Merge pull request #844 from influxdata/ui-bugfix-842
Fix jank in hosts dropdown
2017-02-02 15:10:15 -08:00
Alex P 2bbdd3995a Make hosts dropdown menu less janky 2017-02-02 14:48:08 -08:00
Alex P efdcb9b22f 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 ab5d85b676 Merge branch 'de-struction' of github.com:influxdata/chronograf into de-struction 2017-02-02 11:56:21 -08:00
Andrew Watkins e9e6c0b7a3 Persist app state to localStorage 2017-02-02 11:54:56 -08:00
Andrew Watkins 6e95f46ce2 Deconstruct PropTypes 2017-02-02 09:20:52 -08:00
Chris Goller 1522dc6e4e Remove explorations from backend server 2017-02-01 15:09:02 -06:00
Andrew Watkins 68ec7dfd26 Remove concept of 'explorations' 2017-02-01 12:34:18 -08:00
Jade McGough f1afb50c65 fix linting error 2017-02-01 11:29:52 -08:00
Alex Paxton 73a4448623 Merge pull request #840 from influxdata/css-fix-820
CSS Usability Fix
2017-02-01 10:12:36 -08:00
Jade McGough f0f06f887f simplify dashboard code 2017-02-01 10:05:26 -08:00
Alex P 7adbaf11fa Change CSS to fix usability issue from the community 2017-02-01 10:02:56 -08:00
Jade McGough d059cd2750 change dashboards via dropdown 2017-02-01 00:13:05 -08:00
Andrew Watkins 8fc5cbeb77 Add comment 2017-01-31 08:41:45 -08:00
Andrew Watkins a64f4c73fa Stop modifying columns in place 2017-01-31 08:41:35 -08:00
Andrew Watkins 71a7220020 Line up comment 2017-01-31 08:40:44 -08:00
Hunter Trujillo 87226b196c Bug fixes and performance improvements. 2017-01-30 15:47:39 -08:00
Chris Goller ab3a74b5d2 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 e5a5092b7b Update release builds to use SHA256 as well as MD5 2017-01-30 10:08:42 -06:00
Hunter Trujillo cd4a683ca5 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 9f7721663b 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 9507f67b42 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 1774bcf914 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 cfc3bf357f Add BASE_PATH env var to -basepath cli option 2017-01-28 10:47:30 -06:00