2019-12-05 16:36:26 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
grafana: Move go-package.mk to before bsd.prefs.mk.
We need to ensure the *_SUPPORTED variables from go/version.mk are set before
being used in bsd.prefs.mk
|
2019-10-18 16:59:01 by Benny Siegert | Files touched by this commit (155) | |
Log message:
Revbump all Go packages after lang/go112 update
|
2019-09-26 22:10:57 by Benny Siegert | Files touched by this commit (155) | |
Log message:
Revbump all Go packages after 1.12.10 update.
ok wiz@ for PMC
|
2019-08-30 19:05:22 by Tobias Nygren | Files touched by this commit (2) | |
Log message:
grafana: update to 6.3.4 for CVE-2019-15043 DoS fix
|
2019-08-27 12:23:25 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
grafana: updated to 6.3.3
6.3.3:
Bug Fixes
Annotations: Fix failing annotation query when time series query is cancelled.
Auth: Do not set SameSite cookie attribute if cookie_samesite is none.
DataLinks: Apply scoped variables to data links correctly.
DataLinks: Respect timezone when displaying datapoint's timestamp in graph \
context menu.
DataLinks: Use datapoint timestamp correctly when interpolating variables.
Explore: Fix loading error for empty queries.
Graph: Fixes legend issue clicking on series line icon and issue with horizontal \
scrollbar being visible on windows.
Graphite: Avoid glob of single-value array variables .
Prometheus: Fix queries with label_replace remove the $1 match when loading \
query editor.
Prometheus: More consistently allows for multi-line queries in editor.
TimeSeries: Assume values are all numbers.
6.3.2:
Bug Fixes
Gauge/BarGauge: Fixes issue with lost thresholds and an issue loading Gauge with \
avg stat.
6.3.1:
Bug Fixes
PanelLinks: Fixes crash issue with Gauge & Bar Gauge panels with panel links \
(drill down links).
6.3.0:
Features / Enhancements
OAuth: Do not set SameSite OAuth cookie if cookie_samesite is None.
Bug Fixes
PanelLinks: Fix render issue when there is no panel description.
|
2019-08-14 17:45:52 by Benny Siegert | Files touched by this commit (152) | |
Log message:
Recursive bump of all packages using Go after Go 1.12.8 update.
|
2019-08-02 15:23:52 by Tobias Nygren | Files touched by this commit (2) |
Log message:
grafana: fix rc.d script pidfile handling
From Marc Baudoin.
Bump.
|
2019-06-06 18:09:20 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
grafana: updated to 6.2.2
6.2.2:
Features / Enhancements
Security: Prevent CSV formula injection attack when exporting data.
Bug Fixes
CloudWatch: Fixes error when hiding/disabling queries.
Database: Fixed slow permission query in folder/dashboard search.
Explore: Fixed updating time range before running queries.
Plugins: Fixed plugin config page navigation when using subpath.
6.2.1:
Features / Enhancements
CLI: Add command to migrate all datasources to use encrypted password fields.
Gauge/BarGauge: Improvements to auto value font size.
Bug Fixes
Auth Proxy: Resolve database is locked errors.
Database: Retry transaction if sqlite returns database is locked error.
Explore: Fixes so clicking in a Prometheus Table the query is filtered by \
clicked value.
Singlestat: Fixes issue with value placement and line wraps.
Tech: Update jQuery to 3.4.1 to fix issue on iOS 10 based browers as well as \
Chrome 53.x.
6.2.0:
Bug Fixes
BarGauge: Fix for negative min values.
Gauge/BarGauge: Fix for issues editing min & max options.
Search: Make only folder name only open search with current folder filter.
AzureMonitor: Revert to clearing chained dropdowns.
Breaking Changes
Plugins: Data source plugins that process hidden queries need to add a \
“hiddenQueries: true” attribute in plugin.json.
|
2019-05-27 17:18:35 by Benny Siegert | Files touched by this commit (151) | |
Log message:
Revbump all Go packages after go112 update.
|
2019-05-21 10:32:04 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
grafana: updated to 6.1.6
6.1.6:
Features / Enhancements
Security: Bump jQuery to 3.4.0
Bug Fixes
Playlist: Fix loading dashboards by tag.
6.1.5:
Security: Urgent security patch release.
6.1.4:
Bug Fixes
DataPanel: Added missing built-in interval variables to scopedVars.
Explore: Adds maxDataPoints to data source query options .
Explore: Fixes so intervals are recalculated on run query.
Heatmap: Fix for empty graph when panel is too narrow.
Heatmap: Fixed auto decimals when bucket name is not number.
QueryInspector: Now shows error responses again.
6.1.3:
Bug Fixes
Graph: Fixed auto decimals in legend values for some units like ms and s.
Graph: Fixed png rendering with legend to the right.
Singlestat: Use decimals when manually specified.
UI Switch: Fix broken UI switches. Fixes Default Data Source switch, Explore \
Logs switches, Gauge option switches.
6.1.2:
Bug Fixes
Graph: Fixed series legend color for hidden series.
Graph: Fixed tooltip highlight on white theme.
Styles: Fixed menu hover highlight border.
Singlestat Panel: Correctly use the override decimals.
6.1.1:
Bug Fixes
Alerting: Notification channel http api fixes.
Graphite: Editing graphite query function now works again.
Playlist: Kiosk & auto fit panels modes are working normally again .
QueryEditors: Toggle edit mode now always work on slower computers.
6.1.0:
Bug Fixes
CloudWatch: Fix for dimension value list when changing dimension key.
Graphite: Editing function arguments now works again.
InfluxDB: Fix tag names with periods in alert evaluation.
PngRendering: Fix for panel height & title centering .
Templating: Fix for editing query variables.
|