This is an automated email from the git hooks/post-receive script. New change to branch feature/7458-LonglineTopiaService in repository observe. See http://git.codelutin.com/observe.git discards b5bafce implantation ActivityLonglineService (refs #7458). discards 1040264 implantation GearUseFeaturesLonglineService (refs #7458). discards 7fc8a17 implantation TripLonglineService (refs #7458). adds 39fb53d La création d'une base est effective avec les imports au démarrage (See #7482) adds 969e71b Création d'une base via les services (termine #7482). Merge branch 'feature/7482' into develop adds 7edefc8 implantation ActivitySeineService (refs #7458). adds 699cc17 utilisation du isNotPersisted sur les DTO (refs #7458). adds 59a0ab3 Renommage d'une méthode et suppresion d'un service seine dans le paquetage longline (See #7458) adds 3a6875f Ok merge dans develop du service AcvititySeineService Merge branch 'feature/7458-ActivitySeineService' into develop adds 684ce44 Test si le stream en entrée est gzippé lors de l'import d'un dump adds 8aa82c1 changement d'implantaton pour l'ajout de type de reference dans la transformation de l'entité en formulaire. new 6586984 implantation TripLonglineService (refs #7458). new f9cbbfc implantation GearUseFeaturesLonglineService (refs #7458). new ec4ea49 implantation ActivityLonglineService (refs #7458). 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 (b5bafce) \ N -- N -- N refs/heads/feature/7458-LonglineTopiaService (ec4ea49) 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 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 ec4ea494ad4b540851e0f67ebe4c510050607acc Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Aug 27 11:19:47 2015 +0200 implantation ActivityLonglineService (refs #7458). commit f9cbbfcbf1d6f6d6ceac8cac4e996cba5f0721ed Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Aug 27 10:07:34 2015 +0200 implantation GearUseFeaturesLonglineService (refs #7458). commit 658698443c130f22e3d0b993d407396199e70536 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Aug 27 09:38:21 2015 +0200 implantation TripLonglineService (refs #7458). Summary of changes: .../observe/ObserveTopiaApplicationContext.java | 17 +- .../service/DataSourceDumpProducerService.java | 7 +- .../service/seine/ActivitySeineService.java | 8 +- .../dto/DataSourceCreateConfigurationDto.java | 7 +- .../ird/observe/services/ObserveServiceTopia.java | 181 ++++++++++++++++++++- .../services/builder/EntityToDtoBuilder.java | 5 +- .../DataSourceDumpProducerServiceTopia.java | 160 ++---------------- .../services/service/DataSourceServiceTopia.java | 69 ++++++-- .../service/seine/ActivitySeineServiceTopia.java | 129 ++++++++++++++- .../seine/GearUseFeaturesSeineServiceTopia.java | 7 +- .../services/ApplicationContextResource.java | 50 ++++++ .../ird/observe/services/DataSourceResource.java | 24 +-- .../DataSourceDumpProducerServiceTopiaTest.java | 13 +- .../service/DataSourceServiceTopiaTest.java | 58 ++++--- 14 files changed, 494 insertions(+), 241 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.