Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
brian-dashboard-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geant-swd
brian
brian-dashboard-manager
Commits
5021ae0a
Commit
5021ae0a
authored
2 years ago
by
Release Webservice
Browse files
Options
Downloads
Plain Diff
Finished release 0.41.
parents
950d2764
8a6a4bca
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
brian_dashboard_manager/grafana/provision.py
+2
-2
2 additions, 2 deletions
brian_dashboard_manager/grafana/provision.py
changelog.md
+3
-0
3 additions, 0 deletions
changelog.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
6 additions
and
3 deletions
brian_dashboard_manager/grafana/provision.py
+
2
−
2
View file @
5021ae0a
...
@@ -303,10 +303,10 @@ def _provision_interfaces(config, org_config, ds_name, token):
...
@@ -303,10 +303,10 @@ def _provision_interfaces(config, org_config, ds_name, token):
relevant_interfaces
=
list
(
filter
(
excluded
,
interfaces
))
relevant_interfaces
=
list
(
filter
(
excluded
,
interfaces
))
for
interface
in
relevant_interfaces
:
for
interface
in
relevant_interfaces
:
interface
[
'
dashboards_info
'
]
=
filter
(
interface
[
'
dashboards_info
'
]
=
list
(
filter
(
lambda
x
:
x
[
'
name
'
]
!=
''
,
lambda
x
:
x
[
'
name
'
]
!=
''
,
interface
[
'
dashboards_info
'
]
interface
[
'
dashboards_info
'
]
)
)
)
# loop over interfaces and add them to the dashboard_name
# loop over interfaces and add them to the dashboard_name
# -> folder mapping structure `dashboards` above, for convenience.
# -> folder mapping structure `dashboards` above, for convenience.
...
...
This diff is collapsed.
Click to expand it.
changelog.md
+
3
−
0
View file @
5021ae0a
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
All notable changes to this project will be documented in this file.
## [0.41] - 2022-07-20
-
Fix bug with
`dashboards_info`
not being properly populated
## [0.40] - 2022-06-30
## [0.40] - 2022-06-30
-
POL1-597: Add POC for scid-based dashboards
-
POL1-597: Add POC for scid-based dashboards
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
5021ae0a
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup
(
setup
(
name
=
'
brian-dashboard-manager
'
,
name
=
'
brian-dashboard-manager
'
,
version
=
"
0.4
0
"
,
version
=
"
0.4
1
"
,
author
=
'
GEANT
'
,
author
=
'
GEANT
'
,
author_email
=
'
swd@geant.org
'
,
author_email
=
'
swd@geant.org
'
,
description
=
''
,
description
=
''
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment