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 7ed66eb Merge branch 'feature/lucene-indexation' into develop new 7ca25de add an admin part to force a refresh on lucene index 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 7ca25de491ca7ea6aa2d8ad9059777b51461880c Author: Yannick Martel <martel@©odelutin.com> Date: Wed Dec 31 18:00:37 2014 +0100 add an admin part to force a refresh on lucene index Summary of changes: .../coselmar/converter/BeanEntityConverter.java | 2 +- .../coselmar/services/indexation/LuceneUtils.java | 5 ++ .../coselmar/services/v1/AdminWebService.java | 79 ++++++++++++++++++++++ coselmar-rest/src/main/resources/mapping | 2 + coselmar-ui/src/main/webapp/index.html | 1 + ...mar-constants.js => coselmar-admin-services.js} | 30 +++++++- .../src/main/webapp/js/coselmar-controllers.js | 24 +++++++ coselmar-ui/src/main/webapp/js/coselmar.js | 5 ++ .../src/main/webapp/views/admin/admintools.html | 55 +++++++++++++++ 9 files changed, 199 insertions(+), 4 deletions(-) create mode 100644 coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/AdminWebService.java copy coselmar-ui/src/main/webapp/js/{coselmar-constants.js => coselmar-admin-services.js} (54%) create mode 100644 coselmar-ui/src/main/webapp/views/admin/admintools.html -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.