Antonio Goncalves
Antonio Goncalves
Move Azure Container Registry to Premium so it's faster. Today pushing images to ACR is too slow. https://docs.microsoft.com/en-us/azure/container-registry/container-registry-skus https://azure.microsoft.com/en-us/pricing/details/container-registry/
This way people can, at least, deploy locally. Then they move to Azure
@cescoffier could you document how the documentation is publishing? @roryp is trying to fix a broken link in the doc, but we don't know how publication is done
When deployed in the cloud, if something goes wrong, having logs is handy. We should add entry logs to all the resources methods (in INFO level) so we can watch...
With the announcement of Quinoa, I was wondering if we could use it for the Angular app https://quarkus.io/blog/quinoa-modern-ui-with-no-hassle/
We use to have a Banner Extension (see #152) to display a banner. Because we got rid of it, we should add a banner to Hero, Fight and Statistics. Villain...
The documentation sometimes mentions the "banner extension" (which was our very first extension) and sometimes the "version extension" (our current extension). We should make sure we use the version, not...
We use to have Asciidoc includes to embed code into our documentation. We removed it, and since then, the doc in the doc is getting out of synch with the...
It would be nice to have an extra microservice that returns the location of the Fight. Today we pick up a random Hero and a random Villain and make them...
It would be nice to have an extra information in the Hero database: a universe. This could be just a String (easier to change than an Enum) that would define...