diff --git a/brian_dashboard_manager/config.py b/brian_dashboard_manager/config.py index 95d02258282f130e654b1467506a75d27a1e9b0b..6606b14a499b9672e5509328493ed7138a06dd7c 100644 --- a/brian_dashboard_manager/config.py +++ b/brian_dashboard_manager/config.py @@ -51,8 +51,7 @@ DEFAULT_ORGANIZATIONS = [ "Lab Devices" ], "excluded_folders": { - "Aggregates": ["CAE1"], - "GEANTOPEN": True + "Aggregates": ["CAE1"] } }, { @@ -79,14 +78,14 @@ DEFAULT_ORGANIZATIONS = [ "IAS PUBLIC": True, "IAS UPSTREAM": True, "GWS PHY Upstream": True, - "GEANTOPEN": True, } }, { "name": "CAE1 - Europe", "excluded_nrens": [ "CUSTOMER GEANT", - "GEANT-IT" + "GEANT-IT", + "PIONIER", ], "excluded_dashboards": [ "GÉANT Office devices", diff --git a/brian_dashboard_manager/templating/templates/homedashboard.json.j2 b/brian_dashboard_manager/templating/templates/homedashboard.json.j2 index 3ab6d5d1aed6d900165ef4d3bc8455464e8afe77..c23ae3a192e84721cc06ddeeb26000f00b4329b6 100644 --- a/brian_dashboard_manager/templating/templates/homedashboard.json.j2 +++ b/brian_dashboard_manager/templating/templates/homedashboard.json.j2 @@ -648,9 +648,9 @@ "overrides": [] }, "gridPos": { - "h": 11, - "w": 6, - "x": 9, + "h": 10, + "w": 24, + "x": 0, "y": 0 }, "id": 4, diff --git a/changelog.md b/changelog.md index daf34eca055bbd923a89a3657018e92ce1be3553..087585df940b281c9da8d7157c74a66fc51b5a87 100644 --- a/changelog.md +++ b/changelog.md @@ -2,15 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.11] - 2021-04-15 +- POL1-412, POL1-416 fixes + ## [0.10] - 2021-04-12 - Fix bug in config -- Add GEANTOPEN to General Public +- [POL1-413/POL1-414] Add GEANTOPEN to General Public ## [0.9] - 2021-04-12 - Show GEANT logo on home dashboards for non-staff organizations -- Remove hardcoded database name from lab dashboard -- Properly exclude a number of dashboards and folders -- Add PIONIER alias of PSNC to exclude +- [POL1-408] Remove hardcoded database name from lab dashboard +- [POL1-409/POL1-413/POL1-414] Properly exclude a number of dashboards and folders +- [POL1-413/POL1-414] Add PIONIER alias of PSNC to exclude ## [0.8] - 2021-04-09 - Templated home dashboard to provision different one for each organization diff --git a/setup.py b/setup.py index 14920994748614747ff20a78b3805dd25b50f7f9..46e78eee568fb265a2ec7e7f3059565a8143ea77 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='brian-dashboard-manager', - version="0.10", + version="0.11", author='GEANT', author_email='swd@geant.org', description='',