This is an automated email from the git hooks/post-receive script. New change to branch feature/comparatif-lunce-pg in repository coselmar. See https://gitlab.nuiton.org/codelutin/coselmar.git discards 92ac2f3 Revert the disparition of ExperimentationService with rebase :o adds dc2afeb Prepare import massif de document adds d5a986f refs-30 #9206 First draft for Documents Zip management adds fdce731 refs-50 #9206 First draft for error management in Documents Zip import adds 1f29db5 refs #9206 technical error management during zip import adds 64faa45 refs-65 #9206 Start UI for documents zip file adds 01fdb54 refs-75 #9206 Add some details/infos in admin page about actions adds 008c802 Merge branch 'feature/9206-upload-validation-zip-documents' into develop adds 3de0177 refs #9206 Fix indexation revert when failure on documents mass import new f5fda91 Revert the disparition of ExperimentationService with rebase :o This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (92ac2f3) \ N -- N -- N refs/heads/feature/comparatif-lunce-pg (f5fda91) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever. 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 f5fda91cde34f21da483a09625282614d26a30c7 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Jun 7 17:02:07 2017 +0200 Revert the disparition of ExperimentationService with rebase :o Summary of changes: coselmar-rest/pom.xml | 4 - .../fr/ifremer/coselmar/beans/DocumentBean.java | 11 +- .../coselmar/beans/DocumentImportModel.java | 50 +++ .../java/fr/ifremer/coselmar/beans/FileInfos.java | 35 ++ .../beans/MassiveDocumentsImportResult.java | 51 +++ .../coselmar/converter/BeanEntityConverter.java | 4 +- .../services/CoselmarWebServiceSupport.java | 8 +- .../indexation/DocumentsIndexationService.java | 2 +- .../coselmar/services/indexation/TikaUtils.java | 5 + .../coselmar/services/v1/AdminWebService.java | 45 ++- .../coselmar/services/v1/DocumentsWebService.java | 424 ++++++++++++++++----- coselmar-rest/src/main/resources/mapping | 1 + .../services/v1/DocumentsWebServiceTest.java | 124 ++++++ coselmar-rest/src/test/resources/documents.zip | Bin 0 -> 151809 bytes .../src/test/resources/documents_errors.zip | Bin 0 -> 87774 bytes coselmar-ui/src/main/webapp/i18n/en.js | 31 ++ coselmar-ui/src/main/webapp/i18n/fr.js | 32 ++ .../src/main/webapp/js/coselmar-admin-services.js | 18 + .../src/main/webapp/js/coselmar-controllers.js | 20 +- .../src/main/webapp/views/admin/admintools.html | 70 +++- 20 files changed, 800 insertions(+), 135 deletions(-) create mode 100644 coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/DocumentImportModel.java create mode 100644 coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/FileInfos.java create mode 100644 coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/MassiveDocumentsImportResult.java create mode 100644 coselmar-rest/src/test/java/fr/ifremer/coselmar/services/v1/DocumentsWebServiceTest.java create mode 100644 coselmar-rest/src/test/resources/documents.zip create mode 100644 coselmar-rest/src/test/resources/documents_errors.zip -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.