Skip to content

webui: add config resource graph to analytics (experimental)#1412

Merged
joergsteffens merged 4 commits intobareos:masterfrom
frb121:dev/fbergkemper/master/s5079
Apr 5, 2023
Merged

webui: add config resource graph to analytics (experimental)#1412
joergsteffens merged 4 commits intobareos:masterfrom
frb121:dev/fbergkemper/master/s5079

Conversation

@frb121
Copy link
Contributor

@frb121 frb121 commented Mar 17, 2023

Adds an experimental feature to the analytics module
that displays a D3 force directed graph of configuration
resources and how these are connected to each other.

Currently the following configuration resources are
a part of the graph.

  • client resources
  • job resources
  • jobdefs resources
  • fileset resources
  • schedule resources

Thank you for contributing to the Bareos Project!

Please check

  • Short description and the purpose of this PR is present above this paragraph
  • Your name is present in the AUTHORS file (optional)

If you have any questions or problems, please give a comment in the PR.

Helpful documentation and best practices

Checklist for the reviewer of the PR (will be processed by the Bareos team)

Make sure you check/merge the PR using devtools/pr-tool to have some simple automated checks run and a proper changelog record added.

General
  • Is the PR title usable as CHANGELOG entry?
  • Purpose of the PR is understood
  • Commit descriptions are understandable and well formatted
  • Check backport line
Source code quality
  • Source code changes are understandable
  • Variable and function names are meaningful
  • Code comments are correct (logically and spelling)
  • Required documentation changes are present and part of the PR

@frb121 frb121 requested a review from joergsteffens March 17, 2023 13:28
@frb121 frb121 self-assigned this Mar 17, 2023
@frb121 frb121 assigned joergsteffens and unassigned frb121 Apr 4, 2023
frb121 and others added 4 commits April 5, 2023 18:46
Adds an experimental feature to the analytics module
that displays a D3 force directed graph of configuration
resources and how these are connected to each other.

Currently the following configuration resources are
a part of the graph.

- client resources
- job resources
- jobdefs resources
- fileset resources
- schedule resources
Adds a new section named `experimental` to the `configuration.ini`
where experimental features can be enabled and disabled.

All experimental features are and should be disabled (`false`)
by default.

First item in this new section is the configuration resource graph,
which is located in the analytics module and reachable via the
navigation tab `Configuration`.

The navigation tab `Configuration` is hidden if the newly introduced
`configuration.ini` parameter `configuration_resource_graph`
is not set or set to `false`.
@joergsteffens joergsteffens merged commit 40b0783 into bareos:master Apr 5, 2023
@frb121 frb121 deleted the dev/fbergkemper/master/s5079 branch April 21, 2023 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants