This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See http://git.codelutin.com/observe.git from 0b44104 optimize dependencies new ff377b1 Ajout de la propriété Program#gearTypePrefix (See #7701) new 69f9ba8 Ajout du gearTypePrefix dans la décoration des programmes (See #7701) new c7844b6 Correction de l'algorithme de transformation des propriétés Entity <-> Dto new f9dd0a6 Correction du test sur les marées de type seine new 47f5ab6 Faire paraitre le type de marée dans le nom du programme (termine #7701) Merge branch 'feature/7701' into develop The 5 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 47f5ab650efbaeb913f2ea7eff34db05308f9648 Merge: 0b44104 f9dd0a6 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Nov 8 09:55:35 2015 +0100 Faire paraitre le type de marée dans le nom du programme (termine #7701) Merge branch 'feature/7701' into develop commit f9dd0a60f86467d5a5b461131f602c9fc4b3ca9b Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Nov 8 09:55:25 2015 +0100 Correction du test sur les marées de type seine commit c7844b60d94eadadeb1171dd133b3e605289aa1d Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Nov 8 09:55:02 2015 +0100 Correction de l'algorithme de transformation des propriétés Entity <-> Dto commit 69f9ba8bc9ced2467c40feb039589cac2efb1bfd Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Nov 8 09:54:03 2015 +0100 Ajout du gearTypePrefix dans la décoration des programmes (See #7701) commit ff377b1883de70f9449f689633a1c5793a1c82f1 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Nov 8 09:53:33 2015 +0100 Ajout de la propriété Program#gearTypePrefix (See #7701) Summary of changes: .../java/fr/ird/observe/ui/DecoratorService.java | 4 +- .../ird/observe/entities/constants/GearType.java | 16 ++++++- .../observe/entities/referentiel/ProgramImpl.java | 20 ++++++++ observe-entities/src/main/xmi/observe-common.zargo | Bin 37033 -> 37617 bytes .../observe/services/dto/constants/GearType.java | 16 ++++++- .../services/dto/referential/ProgramDto.java | 18 +++++++ .../services/builder/DtoToEntityBuilder.java | 12 +++++ .../services/dto/ObserveDtosInitializer.java | 15 ++++++ .../service/seine/TripSeineServiceTopiaTest.java | 52 ++++++++++----------- 9 files changed, 119 insertions(+), 34 deletions(-) create mode 100644 observe-entities/src/main/java/fr/ird/observe/entities/referentiel/ProgramImpl.java create mode 100644 observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ProgramDto.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.