-
Notifications
You must be signed in to change notification settings - Fork 2
Automatically grab bomVersion instead of having them in the config file #22
Comments
Just a note, the above suggestion would remove the need to update the project every time a BOM is released - we would of course also need a mechanism of reloading the versions every Y amount of time |
So, I was actually doing this previously from the UI, but since the SB version is linked to snowdrop version and some magic happens in the generator to correlate them, I deferred to the data provided via the config. I think it's a good idea, but we'd need to figure out how to map versions programatically. |
Good to know @lincolnthree ! If we think this is a good approach, I could work on implementing it |
This is an excellent idea. WDYS @geoand ? That we calculate live the list of the bom to be displayed within the UI OR that we update when the HTTP server starts the list within the config's file ? |
We would most likely have to do in go code, but should be pretty simple |
As new versions could arrive when the HTTP runs, then we need a cron job able to update the config's file consumed by the UI |
Yeah exactly. |
The ideal scenario would be. When a new snowdrop bom version comes, then the configmap is updated and that triggers the process to restart the HTTP Server's pod |
We could always just create a |
We could implement a Github webhook? Then again, we should support productized version as well, I think… Not sure how to support that use case properly, though… |
We can support the productized version by utilizing the I am thinking that this might be a good way for Aurea to start learning about the various things we have. WDYT @cmoulliard @metacosm ? |
I believe that we the BOM versions we provide should as options should be automatically retrieved (from Maven Central most likely).
We could grab the latest X versions and show them.
WDYT @cmoulliard @lincolnthree ?
The text was updated successfully, but these errors were encountered: