-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi,
Currently, If there are two versions with the same hash in Git and Docker hook, Basilisk runs CBP only for one version, and for the remaining version, it will not run the CBP and logs saying that "For this version, CBP already ran". But this information is not shown in the Basilisk front end.
For example:
For the below versions of the Fuseki triple store in Git hook has the same hash.
jena-3.5.0
jena-3.5.0-rc2
Basilisk runs CBP on jena-3.5.0 version and skips CBP for jena-3.5.0-rc2 and logs this information.
In the Front end, it shows only jena-3.5.0 and it will not show the jena-3.5.0-rc2 version.
If the user wants to visualize the jena-3.5.0-rc2 version, then he/she will not have any information about this scenario in the front end.
Please add this information to the front end so that the user will know that these two versions have the same hash.
Thanks,
Ranjith K