0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-03-15 21:44:57 +00:00

Commit graph

  • 0850821c66 dygraphs now support smooth plotting on line charts; dygraphs can now be rendered as sparklines Costa Tsaousis (ktsaou) 2015-12-09 03:12:24 +0200
  • 2ea8f7a8fa more global pan and zoom fixes to allow rapid sync of charts on double click Costa Tsaousis (ktsaou) 2015-12-08 03:23:12 +0200
  • 8578af3c21 disabled mirror and debug urls in production Costa Tsaousis (ktsaou) 2015-12-08 02:18:28 +0200
  • a21ef35015 added swagger info about the API Costa Tsaousis (ktsaou) 2015-12-08 02:03:40 +0200
  • 75932745fe removed thread unsafe functions Costa Tsaousis (ktsaou) 2015-12-08 00:10:17 +0200
  • 3cbe69eac7 replaced charts that exist only on my machine Costa Tsaousis (ktsaou) 2015-12-07 23:27:38 +0200
  • 89fe0639a4 stress test for netdata server Costa Tsaousis (ktsaou) 2015-12-07 23:27:14 +0200
  • e29c2bd775 fixed all crashes; empty responses are now formatted properly; fixed exit procedure to exit successfully; solved thread unsafety of localtime(); make all .js files cacheable and all .json files not cacheable Costa Tsaousis (ktsaou) 2015-12-07 22:42:57 +0200
  • 0d2cac3c16 fixed an issue with list synchronization of selection in dygraphs - more aesthetic changes to dygraphs Costa Tsaousis (ktsaou) 2015-12-07 04:39:10 +0200
  • d5aef354ab added support for resizable and not resizable charts; added support for re-creating charts based on libraries that cause memory leaks on the browsers; more code cleanups; Costa Tsaousis (ktsaou) 2015-12-07 03:00:50 +0200
  • 14111d3b44 code cleanup and commenting Costa Tsaousis (ktsaou) 2015-12-06 22:41:45 +0200
  • 83ff57bdb5 fixed iteraction between charts Costa Tsaousis (ktsaou) 2015-12-06 16:07:35 +0200
  • 5a1912218a fixed fygraphs synchronization performance by disabling animations and series highlit; added css info and css file Costa Tsaousis (ktsaou) 2015-12-06 08:03:52 +0200
  • 276065a13c fixed syncronization of dygraphs on zoom-out Costa Tsaousis (ktsaou) 2015-12-06 04:21:39 +0200
  • 201b4595de new dashboard; now charts support pan and zoom; dygraphs are also synchronized Costa Tsaousis (ktsaou) 2015-12-05 22:11:26 +0200
  • ccdcaca32f log made optional Costa Tsaousis (ktsaou) 2015-12-04 11:04:11 +0200
  • 31338b11f3 dygraph touch interface enabled Costa Tsaousis (ktsaou) 2015-12-04 11:03:16 +0200
  • f2bfa0dd60 dygraphs support now panning and zooming Costa Tsaousis (ktsaou) 2015-12-04 02:40:52 +0200
  • 8573ee24b9 fixed an issue were the adjusted range to be evaluated was out of bounds Costa Tsaousis (ktsaou) 2015-12-04 02:14:02 +0200
  • 239c53cdbe fixed a bug where charts were giving no data if the whole data range should be evaluated Costa Tsaousis (ktsaou) 2015-12-03 09:48:50 +0200
  • f8f6fd3d48 minor options updates Costa Tsaousis (ktsaou) 2015-12-03 09:34:59 +0200
  • 1a7b1af245 added jsonwrap api option to allow javascript get information about the result set that allows it to refresh charts only when it needs to; dashboard is now optimal regarding server resources Costa Tsaousis (ktsaou) 2015-12-03 00:19:29 +0200
  • c0cf5bbbc8 fixed a division by zero; added logging in case out of bounds range is selected Costa Tsaousis (ktsaou) 2015-12-02 14:12:16 +0200
  • e21e52daa0 fixed an incomplete calculation that forced a whole db dump if the range given at API was accessing data not yet filled Costa Tsaousis (ktsaou) 2015-12-02 11:31:34 +0200
  • 87ae8c4380 disabled debugging Costa Tsaousis (ktsaou) 2015-12-02 10:57:30 +0200
  • 3795a491a2 added delayed loading of charting libraries; now chart libraries are loaded only if and when are needed Costa Tsaousis (ktsaou) 2015-12-02 08:37:41 +0200
  • 236150e1c9 new resizable dashboard; all charts can now have relative width; more code cleanups Costa Tsaousis (ktsaou) 2015-12-02 02:14:03 +0200
  • 8eba58f29b more detailed calculation of points to be returned Costa Tsaousis (ktsaou) 2015-12-02 02:13:28 +0200
  • c804a38b7e fixed error handling when data failed to be updated Costa Tsaousis (ktsaou) 2015-12-01 13:21:36 +0200
  • ce21cbb0d6 added support for clean exit Costa Tsaousis (ktsaou) 2015-12-01 13:20:56 +0200
  • 5e92b8b130 increased versions to prevent using old data files with the new avl structures (lockling) Costa Tsaousis (ktsaou) 2015-12-01 13:20:28 +0200
  • 7b30c84407 added cleanup on exit Costa Tsaousis (ktsaou) 2015-12-01 13:19:36 +0200
  • f39384e8f9 minor code cleanups; updated the dashboard to fix inline charts Costa Tsaousis (ktsaou) 2015-12-01 01:36:34 +0200
  • 1a0a471828 fixed an out-of-bounds memory access for datatable annotations Costa Tsaousis (ktsaou) 2015-11-30 23:06:21 +0200
  • 8d25e7ccd2 solved a duplicate memory allocation in the new API Costa Tsaousis (ktsaou) 2015-11-30 01:29:43 +0200
  • 95467c3bab fixed a memory leak introduced with the new API Costa Tsaousis (ktsaou) 2015-11-30 01:22:30 +0200
  • 0607a24bad updated according to #34 Costa Tsaousis (ktsaou) 2015-11-30 01:06:38 +0200
  • 0ccfd1af69 Merge pull request #35 from alonbl/cleanups Costa Tsaousis 2015-11-30 01:02:54 +0200
  • 9d260bde5a cleanup: remove trailing spaces Alon Bar-Lev 2015-11-30 00:34:46 +0200
  • 9f3c179049 cleanup: dos2unix Alon Bar-Lev 2015-11-30 00:32:36 +0200
  • a0338b3bec generated html elements now get a uuid Costa Tsaousis (ktsaou) 2015-11-30 00:28:22 +0200
  • 29f349198b added support for custom dashboards - new API is operational and stable Costa Tsaousis (ktsaou) 2015-11-29 22:55:51 +0200
  • 76eafaa8cd first complete API implementation - it now supports multiple different visualizations Costa Tsaousis (ktsaou) 2015-11-29 03:51:19 +0200
  • 81a61a59f6 added option to allow running as a user and serving files owned by another; added support for serving files in directories within the netdata web dir Costa Tsaousis (ktsaou) 2015-11-28 15:59:34 +0200
  • 17b945890c code cleanup and re-arrangements for better scalability Costa Tsaousis (ktsaou) 2015-11-28 06:08:17 +0200
  • 537e212e1d avl is now threat safe (found a condition where the trees could cause netdata to crash); added a still incomplete version of the new API Costa Tsaousis (ktsaou) 2015-11-28 00:03:41 +0200
  • d25ed08a31 pending values are absolute, not incremental Costa Tsaousis (ktsaou) 2015-11-26 15:25:17 +0200
  • 7015222275 improved accuracy for "per second" calculation - prevent projection of values on sub-second collections Costa Tsaousis (ktsaou) 2015-11-26 10:08:12 +0200
  • 171a605715 fixed a bug in the incremental calculations where the exact duration (in nanoseconds) between incremental updates was not taken into account, so the values were always calculated using the pre-agreed update_every duration Costa Tsaousis (ktsaou) 2015-11-26 01:30:57 +0200
  • 62aac417f3 added more values Costa Tsaousis (ktsaou) 2015-11-25 01:46:50 +0200
  • f1153c3982 fixed a typo that prevented apps.plugin to evaluate pids above 32768 Costa Tsaousis (ktsaou) 2015-11-24 23:44:07 +0200
  • 2d278785d4 fix units Costa Tsaousis (ktsaou) 2015-11-24 00:45:08 +0200
  • 7af35dfab8 added grouping every 3,4,90 Costa Tsaousis (ktsaou) 2015-11-23 21:13:51 +0200
  • 02e3ae9466 remove -march=native from compiler Costa Tsaousis (ktsaou) 2015-11-22 20:06:11 +0200
  • 4854426b25 added user control for the details of the charts Costa Tsaousis (ktsaou) 2015-11-22 19:55:59 +0200
  • c55bc3e502 code cleanup Costa Tsaousis (ktsaou) 2015-11-22 14:16:54 +0200
  • 4d2cc37f7d prevent removing gridlines if time is not specified Costa Tsaousis (ktsaou) 2015-11-22 02:02:30 +0200
  • 21e664cdb1 increase the vieable area in group and main modes Costa Tsaousis (ktsaou) 2015-11-22 01:39:41 +0200
  • e4eb98be43 allow splines in group mode Costa Tsaousis (ktsaou) 2015-11-22 01:26:15 +0200
  • 6f261461a9 various optimizations; group mode now shows a better view of the charts Costa Tsaousis (ktsaou) 2015-11-22 01:19:41 +0200
  • beda2f011d -disabled debugging flag Costa Tsaousis (ktsaou) 2015-11-21 13:34:12 +0200
  • 4db5a28c76 cleaner interface and better error control Costa Tsaousis (ktsaou) 2015-11-21 02:19:27 +0200
  • c8c1718438 make installer use LC_ALL=C Costa Tsaousis (ktsaou) 2015-11-21 01:37:22 +0200
  • 8eb61a5654 Merge branch 'master' of github.com:firehol/netdata Costa Tsaousis (ktsaou) 2015-11-21 01:33:56 +0200
  • eb062ba543 added resource usage and timing for tc plugin and script Costa Tsaousis (ktsaou) 2015-11-21 01:33:34 +0200
  • 3723572f36 more appropriate log messages Costa Tsaousis (ktsaou) 2015-11-21 01:32:41 +0200
  • 83bd7bf3c1 use netdata logging facility Costa Tsaousis (ktsaou) 2015-11-21 01:32:08 +0200
  • ba428b943a added proc plugin rusage chart Costa Tsaousis (ktsaou) 2015-11-21 01:31:33 +0200
  • 6e0edea888 prevent too frequent loops if div is missing Costa Tsaousis (ktsaou) 2015-11-21 01:30:48 +0200
  • 5c35440091 prevent uset values when postqueue is empty Costa Tsaousis (ktsaou) 2015-11-21 01:30:05 +0200
  • ce954f71ff more mysql charts Costa Tsaousis (ktsaou) 2015-11-21 01:29:25 +0200
  • 99794a8404 Merge pull request #33 from alonbl/build Costa Tsaousis 2015-11-20 11:28:09 +0200
  • 665811c9f9 build: add remaining files to dist tarball Alon Bar-Lev 2015-11-20 10:48:27 +0200
  • f86722e7a0 normalized all charts.d plugins Costa Tsaousis (ktsaou) 2015-11-20 01:19:29 +0200
  • 93921bbb7c charts.d.plugin gives a chart per charts.d plugin for its execution time Costa Tsaousis (ktsaou) 2015-11-19 22:10:07 +0200
  • d48eb0a6b8 updated opensips to prevent reusing variables Costa Tsaousis (ktsaou) 2015-11-19 12:11:22 +0200
  • 1298176031 disabled charts.d dryrunner Costa Tsaousis (ktsaou) 2015-11-19 10:49:44 +0200
  • 885ff4870b fixed a typo Costa Tsaousis (ktsaou) 2015-11-19 02:59:26 +0200
  • 7b3be13a1a added noreset flag to prevent apps.plugin charts from showing "reset or overflow"; prevented a spike on incremental charts when starting them Costa Tsaousis (ktsaou) 2015-11-19 02:54:13 +0200
  • 1a989c369f added prefix in multi-chart plugins Costa Tsaousis (ktsaou) 2015-11-19 01:30:03 +0200
  • d919264e33 minor fixes; mysql now accepts multiple servers Costa Tsaousis (ktsaou) 2015-11-19 01:23:42 +0200
  • 6ca901daef updated documentation Costa Tsaousis (ktsaou) 2015-11-18 23:34:58 +0200
  • de304fb610 added documentation; minor adjustments to charts.d collectors Costa Tsaousis (ktsaou) 2015-11-18 23:31:14 +0200
  • 584ffd8ef9 Merge pull request #32 from alonbl/build Costa Tsaousis 2015-11-18 11:27:48 +0200
  • d338672b46 build: ebuild: initial add Alon Bar-Lev 2015-11-18 11:10:35 +0200
  • 070bc5b094 charts.d can be added multiple times Costa Tsaousis (ktsaou) 2015-11-18 10:44:41 +0200
  • 9c006f6d03 Merge pull request #31 from alonbl/build Costa Tsaousis 2015-11-18 10:30:19 +0200
  • e35f038686 build: spec: do not overwrite config files Alon Bar-Lev 2015-11-18 09:57:33 +0200
  • 89d94aaa11 exit 1 to return 1 in mysql Costa Tsaousis (ktsaou) 2015-11-18 01:37:06 +0200
  • fb026dcbb4 doc updates Costa Tsaousis (ktsaou) 2015-11-18 01:26:39 +0200
  • 371a7b4238 doc updates Costa Tsaousis (ktsaou) 2015-11-18 01:25:55 +0200
  • 8eb0047097 removed user creation and permissions of web files Costa Tsaousis (ktsaou) 2015-11-18 01:14:47 +0200
  • c5572d0dda updated docs; nut.chart.sh now autodetects multiple UPSes, web and cache directories are chowned; charts.d is now enabled by default Costa Tsaousis (ktsaou) 2015-11-18 01:07:09 +0200
  • 1b68ee4b7b updated installer Costa Tsaousis (ktsaou) 2015-11-17 22:06:15 +0200
  • 552153eded Merge pull request #29 from alonbl/build Costa Tsaousis 2015-11-17 18:57:19 +0200
  • ff9c4bb14e build: move netdata to sbin Alon Bar-Lev 2015-11-17 15:17:16 +0200
  • 09233fb9c0 Merge pull request #27 from alonbl/build Costa Tsaousis 2015-11-17 14:26:34 +0200
  • 763e6e2adf build: non standard dir PROGRAMS is considered as data Alon Bar-Lev 2015-11-17 11:10:58 +0200
  • 8cdeb52b19 fixed a direction Costa Tsaousis (ktsaou) 2015-11-17 02:54:23 +0200
  • 80bb0476f6 updated dependencies docs Costa Tsaousis (ktsaou) 2015-11-17 02:52:17 +0200