Skip to content

Commit

Permalink
Merge pull request #63 from veorlo/master
Browse files Browse the repository at this point in the history
Moving to v1.0.6
  • Loading branch information
sreemukha authored Oct 12, 2018
2 parents 80152ae + 810c09d commit e071182
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## GlobalNOC Networkmap Panel v1.0.6 — Fri Oct 12 2018

### Features

* Added a Save & Exit option in the JSON Editor.
* Added the ability to zoom in smaller steps of 0.25.
* Added the ability to specify size for each layer in the editor
* Added the ability to scale the size of individual node markers by a multiplier when specified in the map source.
* Added the ability to use a different "shape" for node markers when specified in the map source (square, diamond, triangle, circle).
* Added the ability to add a "label" above node markers when specified in the map source.
* Adjusted legend text to be more readable.
* Fixed zooming and panning issues for both logical and geographic maps.
* Fixed issue where map bounds were being set incorrectly when switching logical map on/off.
* Fixed issue causing the tooltip to render when not hovering over a node or link.
* Fixed issue where tooltip was missing variables for current link usage ($input.now & $output.now).
* Fixed issue where adding initial JSON data for a layer in the JSON Editor would fail to save.

## GlobalNOC Networkmap Panel v1.0.5 — Tue Aug 28 2018

### Features
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = grnoc-grafana-worldview
VERSION = 1.0.5
VERSION = 1.0.6

rpm: dist
rpmbuild -ta dist/$(NAME)-$(VERSION).tar.gz
Expand Down
2 changes: 1 addition & 1 deletion grnoc-grafana-worldview.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: grnoc-grafana-worldview
Version: 1.0.5
Version: 1.0.6
Release: 1%{?dist}
Summary: GRNOC Worldview Grafana Plugin
Group: GRNOC
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Network-Map" ,
"version": "1.0.5",
"version": "1.0.6",
"description": "GlobalNOC Worldview Realtime Traffic Maps",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"url": "http://globalnoc.iu.edu"
},
"keywords": ["network-map", "map", "network"],
"version": "1.0.5",
"updated": "2018-08-28"
"version": "1.0.6",
"updated": "2018-10-12"
},

"dependencies": {
Expand Down

0 comments on commit e071182

Please sign in to comment.