Skip to content

create a version check on initial loading #131

Open
@aaronkaplan

Description

@aaronkaplan

When the manager is loaded (displayed) for the first time, it shall do a version check:

make a connection to https://intelmq.org/version.json and pull in the following json file:

{
	"intelmq-manager":	"1.0",
	"intelmq":	"1.0.1"
}

After fetching the file, the manager shall compare it's own version and intelmq's version against the given versions in the file.
Please present the own version on the upper right side of the screen in small letters like:

intelmq: installed ver. 0.9, latest: 1.0.1
manager: installed ver. 0.6, latest: 1.0

And add a link to the corresponding github repos where the newest version may be downloaded.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions