Commit graph

21 commits

Author SHA1 Message Date
jperkin
29b6a22896 *: Include go-vars.mk where appropriate. 2019-12-09 10:11:35 +00:00
jperkin
72d95e091d 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-12-05 15:36:25 +00:00
bsiegert
cb070cf0eb Revbump all Go packages after lang/go112 update 2019-10-18 14:58:43 +00:00
bsiegert
866c85b303 Revbump all Go packages after 1.12.10 update.
ok wiz@ for PMC
2019-09-26 20:10:39 +00:00
tnn
f68668b7f3 grafana: update to 6.3.4 for CVE-2019-15043 DoS fix 2019-08-30 17:05:22 +00:00
adam
01a796804c 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-27 10:23:25 +00:00
bsiegert
2b7e432294 Recursive bump of all packages using Go after Go 1.12.8 update. 2019-08-14 15:45:31 +00:00
tnn
68ddfc979b grafana: fix rc.d script pidfile handling
From Marc Baudoin.
Bump.
2019-08-02 13:23:51 +00:00
adam
023091dac4 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-06-06 16:09:19 +00:00
bsiegert
6b2717c133 Revbump all Go packages after go112 update. 2019-05-27 15:18:17 +00:00
adam
2297297ec3 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.
2019-05-21 08:32:04 +00:00
bsiegert
00acb9ebd2 Use correct versioned Go dependency. 2018-09-22 20:52:17 +00:00
bsiegert
d22fe57854 Revbump all Go packages after lang/go update. 2018-06-12 17:50:20 +00:00
tnn
aef9cb7f14 grafana/Makefile: revert rev 1.6-1.7
Actual problem was that EXTRACT_SUFX must be set earlier for intended
Makefile variable expansion.
It used to be set but got lost in the 4.6.2 update commit.
2018-01-07 19:17:28 +00:00
tnn
86dce2910d grafana: fix build
XXX I'm positive this worked before
2018-01-07 19:05:02 +00:00
wiz
42112bfdbc grafana: fix SITES.*, using variables doesn't seem to work 2017-12-03 11:06:24 +00:00
tnn
f32ab2c6f1 grafana: update to 4.6.2
Highlights:
- The new Postgres Data Source
- Create your own Annotations for the Graph panel
- Cloudwatch Alerting Support
- Prometheus query editor enhancements
2017-11-27 16:04:54 +00:00
jperkin
b40f9b13ab grafana: Add SMF manifest, based on PR#52612 2017-10-13 12:28:19 +00:00
wiz
7284dffc22 More RELRO check disabling for go packages. 2017-07-23 07:20:42 +00:00
tnn
efd0aac2e7 fix HOMEPAGE 2017-07-12 10:05:58 +00:00
tnn
fb9f3206e2 Import grafana-4.4.1 as www/grafana.
Grafana is a web-based dashboard that allows you to query, visualize and
alert on metrics data stored in Graphite, InfluxFB, OpenTSDB or Prometheus.
2017-07-12 10:03:22 +00:00