6
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
A few corrections in javadoc
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Garbled code in TestDemo
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Don't forget to set local on test graph
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Updated gprint and print methods in RrdGraphDef, old methods marqued as deprecated
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
two generic tests, stress a little of everything
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Useless gif encoder removed
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
gif failed because of a wong flush interlaced is supported
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Added JaCoCo code coverage
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
SDef renamed to VDef, same name than rrdtool.
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Big update, rrd4j try to catch up rrdtool, better implementation of VDEF
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Correction for issue 52: Normalizer is broken when input data are sparse
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Added support for findbug in pom.xml
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
implementation of Issue 51: Graph: enhancement - ability to set color for Y axis
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Correction for issue #49: Graph: clipping region is off in x dimension by 1, so data point at t0 does not show on graph
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Correction for issue #48
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Added org.rrd4j.graph.RrdGraphDef.setSignature(String) / org.rrd4j.graph.RrdGraphDef.getSignature()
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Oups, futur commit incorporated
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Not quit finished RrdGraphDef.datasource(String, String, FetchData)
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Add some constant area and line like rrdtool
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Like rrdtool, it's now possible to stack an area on a line, or the over way, stacked is a option of line and area
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
BLIND_COLOR (transparent color) is for every one, not just the template.
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
With the old DataProcessor.addDatasource(String, FetchData) or RrdGraphDef.datasource(String, FetchData), the ds used from FetchData was using the given name. It made impossible to do something like : "DEF:sourcespan1=$rrd_file:used:AVERAGE:start=-1w", "DEF:sourcespan2=$rrd_file:used:AVERAGE:start=-2w",
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Implemtation for issue #46, added getTimestamps()
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Opps, RrdbPool class should be public
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Défault version for rrd file is 2
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Bug with FetchData
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Still cleaning pom.xml
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Remove the old pool
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
Missing org.rrd4j.core.jrrd
fbacchella
as Fabrice Bacchella
More... almost 12 years ago
The updated javadoc
fbacchella
as Fabrice Bacchella
More... almost 12 years ago