Commit Graph

8 Commits

Author SHA1 Message Date
Alexis Couvreur
c57d93bf7c feat: add optional display name config property
Allows you to overwrite the loading display name which defaults to the middleware name
2022-07-23 12:49:38 -04:00
Stanislas Bruhière
b05d300add feat: add support to scale down multiple containers (#20)
* Add support for names to scale down multiple containers

* Revert loading to old version

* Add tests for multiple

* Add tests for blocking strategy

* Rollback loading.html

* Update README.md

Co-authored-by: Alexis Couvreur <alexiscouvreur.pro@gmail.com>
2022-07-23 12:49:38 -04:00
Alexis Couvreur
b4aa07cf2e Merge branch 'main' into beta 2021-12-22 11:57:48 +01:00
Alexis Couvreur
beb13ab3f9 fix: correctly use default errorPage template instead of loadingPage template on GetErrorPage (#17)
Error introduced in release v1.1.0

It used the loadingPage default template instead of the errorPage default template on GetErrorPage calls
2021-12-15 10:12:04 +01:00
Alexis Couvreur
b4f5eebaac feat: add blocking request (#12)
* feat: add blocking strategy

* docs: add examples for blocking strategy

* ci: run go tests recursively

* perf: wait for BlockCheckInterval for each request

* fix: use camel case instead of snake case for yaml config

* docs: add loading and error page customization as a feature

* fix: use errorPage

* fix: return json instead of html page

* set json key

* update development config

* docs: add comment about custom loading pages

* ci: add beta release
2021-12-11 15:46:56 +01:00
Jenn
3178fdcc57 feat: add custom loading page (#15)
* add option for custom loading and error pages
* document custom landing pages
* link to example templates
* update loading page template to match template actually in-use
2021-12-09 22:34:17 +01:00
Alexis COUVREUR
052bcc72ae fix(pages): display service name and error on error page 2021-09-28 15:32:14 +02:00
Alexis Couvreur
775200bcb5 feat: add dynamic loading html page (#5) 2021-09-28 13:03:58 +02:00