diff --git a/brian_dashboard_manager/config.py b/brian_dashboard_manager/config.py index df6d5c65c93df7e1549daedc3824316a9050b2c7..49d8a3a9b1349caed8b2b06a1e0f566034fe8f31 100644 --- a/brian_dashboard_manager/config.py +++ b/brian_dashboard_manager/config.py @@ -51,9 +51,7 @@ DEFAULT_ORGANIZATIONS = [ "Lab Devices" ], "excluded_folders": { - "Aggregates": ["CAE1"], - "GWS Direct": True, - "GWS Indirect": True, + "Aggregates": ["CAE1"] } }, { @@ -97,8 +95,7 @@ DEFAULT_ORGANIZATIONS = [ "Lab Devices", ], "excluded_folders": { - "GWS Direct": True, - "GWS Indirect": True, + } }, { @@ -124,8 +121,6 @@ DEFAULT_ORGANIZATIONS = [ "IAS PUBLIC": True, "IAS UPSTREAM": True, "GWS PHY Upstream": True, - "GWS Direct": True, - "GWS Indirect": True, } } ] diff --git a/changelog.md b/changelog.md index 7cc8305e964df6a7b460497fc258bd72358befff..ceefcf5ad74af30a4170493b2ee890ac5d768952 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. +## [0.23] - 2021-09-28 +- Remove exclusion of GWS (In-)direct for relevant organizations + ## [0.22] - 2021-09-15 - Add missing GWS folders to list of folders to keep diff --git a/setup.py b/setup.py index 2b945d84ea82009f6f700ba2fad5c2bd9cf702c9..3f417c84291c9188ad3bda4f42c3176ba1fe6dd6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='brian-dashboard-manager', - version="0.22", + version="0.23", author='GEANT', author_email='swd@geant.org', description='',