Commit Graph

1591 Commits (6e4f8f0cb432d4c5240c4c35338312317b167dd0)

Author SHA1 Message Date
Alex P 6e4f8f0cb4 Clean up the DE columns 2017-02-08 15:50:11 -08:00
Alex P 39f2c6a317 Style queries tab list in DE 2017-02-08 15:22:49 -08:00
Alex P d0684b4e97 Make DE graph huge 2017-02-08 15:22:35 -08:00
Andrew Watkins 31c64cbac7 Add column name headers 2017-02-08 14:24:01 -08:00
Andrew Watkins c6050d4273 Remove concept of Panels 2017-02-08 13:58:15 -08:00
Andrew Watkins 3ca2c903f5 Use QueryBuilder and Visualization in DE 2017-02-08 13:41:17 -08:00
Andrew Watkins 78b44592fa Turn QB tabs into columns 2017-02-08 13:40:46 -08:00
Andrew Watkins dfe8a1dfb3 Separate query from panel 2017-02-08 13:36:36 -08:00
Andrew Watkins 9e23db06a5 Change style 2017-02-08 13:35:21 -08:00
Andrew Watkins 6bd85d4601 Start reorganization of DE 2017-02-08 11:19:33 -08:00
Andrew Watkins b84179f913 Merge pull request #841 from influxdata/de-struction
Simplify DataExplorer
2017-02-08 08:38:56 -08: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
Chris Goller 2dbddaf84a Update circle to upload release packages 2017-01-27 19:58:15 -06:00
Regan Kuchan 4e57592804 Merge pull request #798 from influxdata/doc-updates
Update docs for 1.2-beta
2017-01-27 17:15:47 -08:00
Regan Kuchan ce073277af Add dashboards to README 2017-01-27 17:14:53 -08:00