Accepting request 835389 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/835389 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grafana?expand=0&rev=13
This commit is contained in:
commit
e1546eab27
6
_service
6
_service
@ -3,8 +3,8 @@
|
||||
<param name="url">https://github.com/grafana/grafana</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">7.0.3</param>
|
||||
<param name="revision">v7.0.3</param>
|
||||
<param name="versionformat">7.1.5</param>
|
||||
<param name="revision">v7.1.5</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
@ -15,6 +15,6 @@
|
||||
<param name="basename">grafana</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="archive">grafana-7.0.3.tar.gz</param>
|
||||
<param name="archive">grafana-7.1.5.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/grafana/grafana</param>
|
||||
<param name="changesrevision">00ee734baf8ddc86839cb20e8f6e9cb8aeb6c754</param>
|
||||
<param name="changesrevision">9893b8c53d77079e135e361cd32899c2d3671610</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:359848a98c4c96a6bafb24fad53d62a5bcc837d378e100bbb88bcd129d4e6b76
|
||||
size 30105298
|
3
grafana-7.1.5.tar.gz
Normal file
3
grafana-7.1.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9c60b1b2d60e4f2a38fcacb78d1562f8b203369ff8200c4fb0bee61f878ed30
|
||||
size 29818942
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 18 08:58:14 UTC 2020 - jcavalheiro@suse.com
|
||||
|
||||
- Update to version 7.1.5:
|
||||
* Features / Enhancements
|
||||
- Stats: Stop counting the same user multiple times.
|
||||
- Field overrides: Filter by field name using regex.
|
||||
- AzureMonitor: map more units.
|
||||
- Explore: Don't run queries on datasource change.
|
||||
- Graph: Support setting field unit & override data source (automatic) unit.
|
||||
- Explore: Unification of logs/metrics/traces user interface
|
||||
- Table: JSON Cell should try to convert strings to JSON
|
||||
- Variables: enables cancel for slow query variables queries.
|
||||
- TimeZone: unify the time zone pickers to one that can rule them all.
|
||||
- Search: support URL query params.
|
||||
- Grafana-UI: Add FileUpload.
|
||||
- TablePanel: Sort numbers correctly.
|
||||
* Bug fixes
|
||||
- Alerting: remove LongToWide call in alerting.
|
||||
- AzureMonitor: fix panic introduced in 7.1.4 when unit was unspecified and alias was used.
|
||||
- Variables: Fixes issue with All variable not being resolved.
|
||||
- Templating: Fixes so texts show in picker not the values.
|
||||
- Templating: Templating: Fix undefined result when using raw interpolation format
|
||||
- TextPanel: Fix content overflowing panel boundaries.
|
||||
- StatPanel: Fix stat panel display name not showing when explicitly set.
|
||||
- Query history: Fix search filtering if null value.
|
||||
- Flux: Ensure connections to InfluxDB are closed.
|
||||
- Dashboard: Fix for viewer can enter panel edit mode by modifying url (but cannot not save anything).
|
||||
- Prometheus: Fix prom links in mixed mode.
|
||||
- Sign In Use correct url for the Sign In button.
|
||||
- StatPanel: Fixes issue with name showing for single series / field results
|
||||
- BarGauge: Fix space bug in single series mode.
|
||||
- Auth: Fix POST request failures with anonymous access
|
||||
- Templating: Fix recursive loop of template variable queries when changing ad-hoc-variable
|
||||
- Templating: Fixed recursive queries triggered when switching dashboard settings view
|
||||
- GraphPanel: Fix annotations overflowing panels.
|
||||
- Prometheus: Fix performance issue in processing of histogram labels.
|
||||
- Datasources: Handle URL parsing error.
|
||||
- Security: Use Header.Set and Header.Del for X-Grafana-User header.
|
||||
* Changes in spec file
|
||||
- Fix golang version = 1.14 to avoid dependency conflicts on some OBS projects
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 05 10:31:13 UTC 2020 - jcavalheiro@suse.com
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%endif
|
||||
|
||||
Name: grafana
|
||||
Version: 7.0.3
|
||||
Version: 7.1.5
|
||||
Release: 0
|
||||
Summary: Dashboards and editors for Graphite, InfluxDB, OpenTSDB
|
||||
License: Apache-2.0
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: git-core
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: shadow
|
||||
BuildRequires: golang(API) >= 1.14
|
||||
BuildRequires: golang(API) = 1.14
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{?systemd_requires}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed2b96225606754d6283b140043f4c380220e693eb9317f8b7c4de87ee9d1fa6
|
||||
size 8867680
|
||||
oid sha256:1136e76f3389ce31ffcf0fde70c181f7f09915ed06e920c01dc10150e883f764
|
||||
size 8843090
|
||||
|
Loading…
Reference in New Issue
Block a user