webui: re-add show update status for clients#1371
Merged
arogge merged 3 commits intobareos:masterfrom Jun 7, 2023
Merged
Conversation
Contributor
|
@joergsteffens actually the jsonCallback seems to be bugged 22.0.2 and 21.1.6 are the stable |
Member
Author
|
As https://git.bareos.com/bareos/CD/pulls/57 isn't merged, the JSON file will not be updated. After this is merged, the JSON will correspond to the latest releases. |
f619b85 to
630f989
Compare
c07287b to
618af18
Compare
369d961 to
fb212c4
Compare
frb121
reviewed
Apr 18, 2023
frb121
reviewed
Apr 18, 2023
frb121
approved these changes
Apr 18, 2023
6538e5b to
bb450a7
Compare
arogge
approved these changes
Jun 7, 2023
The server download.bareos.com offers a sorted list of current Bareos releases at https://download.bareos.com/release-info/bareos-version-info.js The Bareos-WebUI uses this list and add status information about the Bareos clients.
dd9ba47 to
72dd31a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Displaying the client update status in the webui has been broken for a while. PR #1365 removes the code. This PR re-adds a simplified version.
It is based on https://download.bareos.com/release-info/bareos-version-info.js?callback=jsonCallback. It contains a sorted list of Bareos versions together with further information.
So it requires that the build process creates and updates this file on download.bareos.com.
Thank you for contributing to the Bareos Project!
Please check
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-toolto have some simple automated checks run and a proper changelog record added.General
Source code quality
OP#5394