Skip to content

Commit 2a4fd4c

Browse files
committed
release 0.1.1
1 parent f90505a commit 2a4fd4c

File tree

5 files changed

+125
-114
lines changed

5 files changed

+125
-114
lines changed

CHANGELOG.md

Lines changed: 57 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,106 @@
11
# Changelog
22

3-
## v0.0.2
3+
## v0.1.1
44

5-
- Fixes bug where time series with a country code not found in the country data crashes the panel.
6-
- Adds some extra country codes to the country data to be more similar to the MaxMind Country database.
5+
- New mapping option for table data that contains latitude and longitude columns. [#144](https://github.com/grafana/worldmap-panel/pull/144) Thanks [@kylios](https://github.com/kylios)
6+
- More mapping options for table data for datasources that cannot alias/rename the columns to the names that the Worldmap panel expects (e.g. `metric` for the metric column)
7+
- Readme update
78

8-
## v0.0.3
9+
## v0.1.0
910

10-
- Support for lowercase country codes for non-elasticsearch datasources.
11+
- Configuration option for turning mouse wheel zoom on or off. [#140](https://github.com/grafana/worldmap-panel/issues/140) Thanks [@Perlovka](https://github.com/Perlovka)
12+
- Upgrade to Leaflet JS [#132](https://github.com/grafana/worldmap-panel/pull/132) Thanks [@cbarbier](https://github.com/cbarbier)
1113

12-
## v0.0.4
14+
## v0.0.21
1315

14-
- Fixes snapshotting.
16+
- Support for new data source integration, the Dynamic JSON endpoint [#103](https://github.com/grafana/worldmap-panel/issues/103), thanks [@LostInBrittany](https://github.com/LostInBrittany)
17+
- Fix for using floats in thresholds [#79](https://github.com/grafana/worldmap-panel/issues/79), thanks [@fabienpomerol](https://github.com/fabienpomerol)
18+
- Fix for newly created Worldmap panels overflowing their boundaries.
19+
- Fix for legend css
20+
- Turned off mouse wheel zoom
1521

16-
## v.0.0.5
22+
## v0.0.20
1723

18-
- Adds support for json and jsonp endpoints for location data.
24+
Small fixes.
1925

20-
## v.0.0.6
26+
## v0.0.19
2127

22-
- Adds decimal places option for data values in circle popovers.
28+
Fix for Elasticsearch geohash maps after breaking change in Grafana 4.5.
2329

24-
## v.0.0.7
30+
## v0.0.18
2531

26-
- Updates tile map urls to https to avoid mixed content warnings on https sites.
32+
- Fixes some coordinates in the country location data.
33+
- Last Geohash as center for the map - it centers the map on the last geohash position received. Useful for real time tracking (with auto refresh on in Grafana).
2734

28-
## v.0.0.8
35+
## v.0.0.17
2936

30-
- Saves location data in the dashboard json when snapshotting. This means snapshots should work even when using a custom endpoint for returning a location data json file.
37+
- Adds Country data with 3-letter country codes.
3138

32-
## v.0.0.9
39+
## v.0.0.16
3340

34-
- Fixes bug that meant location data did not refresh after being changed in the editor. It required the page to be refreshed to reload it.
41+
- Option for sticky labels. Fix for https://github.com/grafana/worldmap-panel/issues/27
3542

36-
## v.0.0.10
43+
- Ability to hide null or 0 values. Fix for https://github.com/grafana/worldmap-panel/issues/13
3744

38-
- Performance fix for snapshotting. Sets maxdatapoints to 1 to minimize data that needs to be saved in the snapshot.
45+
- Background color change. Fixes https://github.com/grafana/worldmap-panel/issues/36
3946

40-
## v.0.0.11
47+
- Dynamic thresholds implemented by [Sam Hatchett](https://github.com/samhatchett). Can now have more than 2 threshold values. Thanks! Fixes https://github.com/grafana/worldmap-panel/issues/25
4148

42-
- Zoom issue fix and adds a states options for USA states location data.
49+
- Validation and default values for option fields. Fixes https://github.com/grafana/worldmap-panel/issues/29
4350

44-
## v.0.0.12
51+
## v.0.0.15
4552

46-
- Fixes [issue with the JSON endpoint not working](https://github.com/grafana/worldmap-panel/issues/22)
53+
- Fix for change in Grafana that [breaks Worldmap panels using Geohash or Table Data](https://github.com/grafana/worldmap-panel/issues/45).
54+
55+
## v.0.0.14
56+
57+
- Various [bug](https://github.com/grafana/worldmap-panel/pull/31) [fixes](https://github.com/grafana/worldmap-panel/pull/32) provided by [linkslice](https://github.com/linkslice) (Thank you!)
4758

4859
## v.0.0.13
4960

5061
- New location data option -> table data. Location data can now come from data sources other than graphite and Elasticsearch (InfluxDb for example). See table data instructions above on how to use it.
5162

52-
## v.0.0.14
63+
## v.0.0.12
5364

54-
- Various [bug](https://github.com/grafana/worldmap-panel/pull/31) [fixes](https://github.com/grafana/worldmap-panel/pull/32) provided by [linkslice](https://github.com/linkslice) (Thank you!)
65+
- Fixes [issue with the JSON endpoint not working](https://github.com/grafana/worldmap-panel/issues/22)
5566

56-
## v.0.0.15
67+
## v.0.0.11
5768

58-
- Fix for change in Grafana that [breaks Worldmap panels using Geohash or Table Data](https://github.com/grafana/worldmap-panel/issues/45).
69+
- Zoom issue fix and adds a states options for USA states location data.
5970

60-
## v.0.0.16
71+
## v.0.0.10
6172

62-
- Option for sticky labels. Fix for https://github.com/grafana/worldmap-panel/issues/27
73+
- Performance fix for snapshotting. Sets maxdatapoints to 1 to minimize data that needs to be saved in the snapshot.
6374

64-
- Ability to hide null or 0 values. Fix for https://github.com/grafana/worldmap-panel/issues/13
75+
## v.0.0.9
6576

66-
- Background color change. Fixes https://github.com/grafana/worldmap-panel/issues/36
77+
- Fixes bug that meant location data did not refresh after being changed in the editor. It required the page to be refreshed to reload it.
6778

68-
- Dynamic thresholds implemented by [Sam Hatchett](https://github.com/samhatchett). Can now have more than 2 threshold values. Thanks! Fixes https://github.com/grafana/worldmap-panel/issues/25
79+
## v.0.0.8
6980

70-
- Validation and default values for option fields. Fixes https://github.com/grafana/worldmap-panel/issues/29
81+
- Saves location data in the dashboard json when snapshotting. This means snapshots should work even when using a custom endpoint for returning a location data json file.
7182

72-
## v.0.0.17
83+
## v.0.0.7
7384

74-
- Adds Country data with 3-letter country codes.
85+
- Updates tile map urls to https to avoid mixed content warnings on https sites.
7586

76-
## v0.0.18
87+
## v.0.0.6
7788

78-
- Fixes some coordinates in the country location data.
79-
- Last Geohash as center for the map - it centers the map on the last geohash position received. Useful for real time tracking (with auto refresh on in Grafana).
89+
- Adds decimal places option for data values in circle popovers.
8090

81-
## v0.0.19
91+
## v.0.0.5
8292

83-
Fix for Elasticsearch geohash maps after breaking change in Grafana 4.5.
93+
- Adds support for json and jsonp endpoints for location data.
8494

85-
## v0.0.20
95+
## v0.0.4
8696

87-
Small fixes.
97+
- Fixes snapshotting.
8898

89-
## v0.0.21
99+
## v0.0.3
90100

91-
- Support for new data source integration, the Dynamic JSON endpoint [#103](https://github.com/grafana/worldmap-panel/issues/103), thanks [@LostInBrittany](https://github.com/LostInBrittany)
92-
- Fix for using floats in thresholds [#79](https://github.com/grafana/worldmap-panel/issues/79), thanks [@fabienpomerol](https://github.com/fabienpomerol)
93-
- Fix for newly created Worldmap panels overflowing their boundaries.
94-
- Fix for legend css
95-
- Turned off mouse wheel zoom
101+
- Support for lowercase country codes for non-elasticsearch datasources.
96102

97-
## v0.1.0
103+
## v0.0.2
98104

99-
- Configuration option for turning mouse wheel zoom on or off. [#140](https://github.com/grafana/worldmap-panel/issues/140) Thanks [@Perlovka](https://github.com/Perlovka)
100-
- Upgrade to Leaflet JS [#132](https://github.com/grafana/worldmap-panel/pull/132) Thanks [@cbarbier](https://github.com/cbarbier)
105+
- Fixes bug where time series with a country code not found in the country data crashes the panel.
106+
- Adds some extra country codes to the country data to be more similar to the MaxMind Country database.

dist/CHANGELOG.md

Lines changed: 57 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,106 @@
11
# Changelog
22

3-
## v0.0.2
3+
## v0.1.1
44

5-
- Fixes bug where time series with a country code not found in the country data crashes the panel.
6-
- Adds some extra country codes to the country data to be more similar to the MaxMind Country database.
5+
- New mapping option for table data that contains latitude and longitude columns. [#144](https://github.com/grafana/worldmap-panel/pull/144) Thanks [@kylios](https://github.com/kylios)
6+
- More mapping options for table data for datasources that cannot alias/rename the columns to the names that the Worldmap panel expects (e.g. `metric` for the metric column)
7+
- Readme update
78

8-
## v0.0.3
9+
## v0.1.0
910

10-
- Support for lowercase country codes for non-elasticsearch datasources.
11+
- Configuration option for turning mouse wheel zoom on or off. [#140](https://github.com/grafana/worldmap-panel/issues/140) Thanks [@Perlovka](https://github.com/Perlovka)
12+
- Upgrade to Leaflet JS [#132](https://github.com/grafana/worldmap-panel/pull/132) Thanks [@cbarbier](https://github.com/cbarbier)
1113

12-
## v0.0.4
14+
## v0.0.21
1315

14-
- Fixes snapshotting.
16+
- Support for new data source integration, the Dynamic JSON endpoint [#103](https://github.com/grafana/worldmap-panel/issues/103), thanks [@LostInBrittany](https://github.com/LostInBrittany)
17+
- Fix for using floats in thresholds [#79](https://github.com/grafana/worldmap-panel/issues/79), thanks [@fabienpomerol](https://github.com/fabienpomerol)
18+
- Fix for newly created Worldmap panels overflowing their boundaries.
19+
- Fix for legend css
20+
- Turned off mouse wheel zoom
1521

16-
## v.0.0.5
22+
## v0.0.20
1723

18-
- Adds support for json and jsonp endpoints for location data.
24+
Small fixes.
1925

20-
## v.0.0.6
26+
## v0.0.19
2127

22-
- Adds decimal places option for data values in circle popovers.
28+
Fix for Elasticsearch geohash maps after breaking change in Grafana 4.5.
2329

24-
## v.0.0.7
30+
## v0.0.18
2531

26-
- Updates tile map urls to https to avoid mixed content warnings on https sites.
32+
- Fixes some coordinates in the country location data.
33+
- Last Geohash as center for the map - it centers the map on the last geohash position received. Useful for real time tracking (with auto refresh on in Grafana).
2734

28-
## v.0.0.8
35+
## v.0.0.17
2936

30-
- Saves location data in the dashboard json when snapshotting. This means snapshots should work even when using a custom endpoint for returning a location data json file.
37+
- Adds Country data with 3-letter country codes.
3138

32-
## v.0.0.9
39+
## v.0.0.16
3340

34-
- Fixes bug that meant location data did not refresh after being changed in the editor. It required the page to be refreshed to reload it.
41+
- Option for sticky labels. Fix for https://github.com/grafana/worldmap-panel/issues/27
3542

36-
## v.0.0.10
43+
- Ability to hide null or 0 values. Fix for https://github.com/grafana/worldmap-panel/issues/13
3744

38-
- Performance fix for snapshotting. Sets maxdatapoints to 1 to minimize data that needs to be saved in the snapshot.
45+
- Background color change. Fixes https://github.com/grafana/worldmap-panel/issues/36
3946

40-
## v.0.0.11
47+
- Dynamic thresholds implemented by [Sam Hatchett](https://github.com/samhatchett). Can now have more than 2 threshold values. Thanks! Fixes https://github.com/grafana/worldmap-panel/issues/25
4148

42-
- Zoom issue fix and adds a states options for USA states location data.
49+
- Validation and default values for option fields. Fixes https://github.com/grafana/worldmap-panel/issues/29
4350

44-
## v.0.0.12
51+
## v.0.0.15
4552

46-
- Fixes [issue with the JSON endpoint not working](https://github.com/grafana/worldmap-panel/issues/22)
53+
- Fix for change in Grafana that [breaks Worldmap panels using Geohash or Table Data](https://github.com/grafana/worldmap-panel/issues/45).
54+
55+
## v.0.0.14
56+
57+
- Various [bug](https://github.com/grafana/worldmap-panel/pull/31) [fixes](https://github.com/grafana/worldmap-panel/pull/32) provided by [linkslice](https://github.com/linkslice) (Thank you!)
4758

4859
## v.0.0.13
4960

5061
- New location data option -> table data. Location data can now come from data sources other than graphite and Elasticsearch (InfluxDb for example). See table data instructions above on how to use it.
5162

52-
## v.0.0.14
63+
## v.0.0.12
5364

54-
- Various [bug](https://github.com/grafana/worldmap-panel/pull/31) [fixes](https://github.com/grafana/worldmap-panel/pull/32) provided by [linkslice](https://github.com/linkslice) (Thank you!)
65+
- Fixes [issue with the JSON endpoint not working](https://github.com/grafana/worldmap-panel/issues/22)
5566

56-
## v.0.0.15
67+
## v.0.0.11
5768

58-
- Fix for change in Grafana that [breaks Worldmap panels using Geohash or Table Data](https://github.com/grafana/worldmap-panel/issues/45).
69+
- Zoom issue fix and adds a states options for USA states location data.
5970

60-
## v.0.0.16
71+
## v.0.0.10
6172

62-
- Option for sticky labels. Fix for https://github.com/grafana/worldmap-panel/issues/27
73+
- Performance fix for snapshotting. Sets maxdatapoints to 1 to minimize data that needs to be saved in the snapshot.
6374

64-
- Ability to hide null or 0 values. Fix for https://github.com/grafana/worldmap-panel/issues/13
75+
## v.0.0.9
6576

66-
- Background color change. Fixes https://github.com/grafana/worldmap-panel/issues/36
77+
- Fixes bug that meant location data did not refresh after being changed in the editor. It required the page to be refreshed to reload it.
6778

68-
- Dynamic thresholds implemented by [Sam Hatchett](https://github.com/samhatchett). Can now have more than 2 threshold values. Thanks! Fixes https://github.com/grafana/worldmap-panel/issues/25
79+
## v.0.0.8
6980

70-
- Validation and default values for option fields. Fixes https://github.com/grafana/worldmap-panel/issues/29
81+
- Saves location data in the dashboard json when snapshotting. This means snapshots should work even when using a custom endpoint for returning a location data json file.
7182

72-
## v.0.0.17
83+
## v.0.0.7
7384

74-
- Adds Country data with 3-letter country codes.
85+
- Updates tile map urls to https to avoid mixed content warnings on https sites.
7586

76-
## v0.0.18
87+
## v.0.0.6
7788

78-
- Fixes some coordinates in the country location data.
79-
- Last Geohash as center for the map - it centers the map on the last geohash position received. Useful for real time tracking (with auto refresh on in Grafana).
89+
- Adds decimal places option for data values in circle popovers.
8090

81-
## v0.0.19
91+
## v.0.0.5
8292

83-
Fix for Elasticsearch geohash maps after breaking change in Grafana 4.5.
93+
- Adds support for json and jsonp endpoints for location data.
8494

85-
## v0.0.20
95+
## v0.0.4
8696

87-
Small fixes.
97+
- Fixes snapshotting.
8898

89-
## v0.0.21
99+
## v0.0.3
90100

91-
- Support for new data source integration, the Dynamic JSON endpoint [#103](https://github.com/grafana/worldmap-panel/issues/103), thanks [@LostInBrittany](https://github.com/LostInBrittany)
92-
- Fix for using floats in thresholds [#79](https://github.com/grafana/worldmap-panel/issues/79), thanks [@fabienpomerol](https://github.com/fabienpomerol)
93-
- Fix for newly created Worldmap panels overflowing their boundaries.
94-
- Fix for legend css
95-
- Turned off mouse wheel zoom
101+
- Support for lowercase country codes for non-elasticsearch datasources.
96102

97-
## v0.1.0
103+
## v0.0.2
98104

99-
- Configuration option for turning mouse wheel zoom on or off. [#140](https://github.com/grafana/worldmap-panel/issues/140) Thanks [@Perlovka](https://github.com/Perlovka)
100-
- Upgrade to Leaflet JS [#132](https://github.com/grafana/worldmap-panel/pull/132) Thanks [@cbarbier](https://github.com/cbarbier)
105+
- Fixes bug where time series with a country code not found in the country data crashes the panel.
106+
- Adds some extra country codes to the country data to be more similar to the MaxMind Country database.

dist/plugin.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"id": "grafana-worldmap-panel",
55

66
"info": {
7-
"description": "World Map panel for grafana. Displays time series data or geohash data from Elasticsearch overlaid on a world map.",
7+
"description": "World Map panel for Grafana. Displays time series data or geohash data from Elasticsearch overlaid on a world map.",
88
"author": {
9-
"name": "Raintank Inc.",
10-
"url": "http://raintank.io"
9+
"name": "Grafana Labs",
10+
"url": "https://grafana.com"
1111
},
1212
"keywords": ["worldmap", "panel"],
1313
"logos": {
@@ -23,8 +23,8 @@
2323
{"name": "USA", "path": "images/worldmap-usa.png"},
2424
{"name": "Light Theme", "path": "images/worldmap-light-theme.png"}
2525
],
26-
"version": "0.1.0",
27-
"updated": "2018-06-21"
26+
"version": "0.1.1",
27+
"updated": "2018-06-25"
2828
},
2929

3030
"dependencies": {

src/plugin.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"id": "grafana-worldmap-panel",
55

66
"info": {
7-
"description": "World Map panel for grafana. Displays time series data or geohash data from Elasticsearch overlaid on a world map.",
7+
"description": "World Map panel for Grafana. Displays time series data or geohash data from Elasticsearch overlaid on a world map.",
88
"author": {
9-
"name": "Raintank Inc.",
10-
"url": "http://raintank.io"
9+
"name": "Grafana Labs",
10+
"url": "https://grafana.com"
1111
},
1212
"keywords": ["worldmap", "panel"],
1313
"logos": {
@@ -23,8 +23,8 @@
2323
{"name": "USA", "path": "images/worldmap-usa.png"},
2424
{"name": "Light Theme", "path": "images/worldmap-light-theme.png"}
2525
],
26-
"version": "0.1.0",
27-
"updated": "2018-06-21"
26+
"version": "0.1.1",
27+
"updated": "2018-06-25"
2828
},
2929

3030
"dependencies": {

test/data_formatter_test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ describe('DataFormatter', () => {
4141
expect(data[1].locationLatitude).to.equal(3);
4242
expect(data[1].locationLongitude).to.equal(4);
4343
});
44-
4544
});
46-
describe('when geohash in table data and query type is geohash', () => {
4745

46+
describe('when geohash in table data and query type is geohash', () => {
4847
beforeEach(() => {
4948
const ctrl = {
5049
panel: {

0 commit comments

Comments
 (0)