This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 7dccd69 Fix de la config des tests sur le dialect H2 new 564e909 fixes #7844 correction des chaines i18n pour le sujet de courriel de modification du mot de passe new c2960c3 fixes #7845 Add a health page to controle application status new 8a38018 upgrade d'angular dans la page health The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 8a38018d9bf1ea51ac139e44858e448bb1e374f1 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Dec 18 18:03:06 2015 +0100 upgrade d'angular dans la page health commit c2960c394f8ce66c79782595b727b4085ea29829 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Dec 18 17:22:04 2015 +0100 fixes #7845 Add a health page to controle application status commit 564e909d1953b6a614d383296c94aa5c5151b84a Author: Yannick Martel <martel@©odelutin.com> Date: Fri Dec 18 16:01:19 2015 +0100 fixes #7844 correction des chaines i18n pour le sujet de courriel de modification du mot de passe Summary of changes: .../coselmar/config/CoselmarServicesConfig.java | 4 ++ .../config/CoselmarServicesConfigOption.java | 5 ++ .../java/fr/ifremer/coselmar/beans/HealthBean.java | 49 ++++++++++++++++++++ .../coselmar/services/v1/HealthService.java | 54 ++++++++++++++++++++++ .../i18n/coselmar-services_en_GB.properties | 4 +- .../i18n/coselmar-services_fr_FR.properties | 3 +- coselmar-rest/src/main/resources/mapping | 6 ++- coselmar-ui/src/main/webapp/health.html | 30 ++++++++++++ .../{coselmar-constants.js => coselmar-health.js} | 18 ++++++-- 9 files changed, 164 insertions(+), 9 deletions(-) create mode 100644 coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/HealthBean.java create mode 100644 coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/HealthService.java create mode 100644 coselmar-ui/src/main/webapp/health.html copy coselmar-ui/src/main/webapp/js/{coselmar-constants.js => coselmar-health.js} (65%) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.