This is an automated email from the git hooks/post-receive script. New change to branch develop-1.0.x in repository coselmar. See http://git.codelutin.com/coselmar.git from 2239ef0 fixes #7844 correction des chaines i18n pour le sujet de courriel de modification du mot de passe new 9682651 fixes #7845 Add a health page to controle application status The 1 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 968265128f2f57756e820bbe3f2bc9fafd1a8789 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 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 ++++++++++++++++++++++ coselmar-rest/src/main/resources/mapping | 5 +- coselmar-ui/src/main/webapp/health.html | 30 ++++++++++++ .../{coselmar-constants.js => coselmar-health.js} | 18 ++++++-- 7 files changed, 159 insertions(+), 6 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>.