This is an automated email from the git hooks/post-receive script. New change to branch feature/7458 in repository observe. See http://git.codelutin.com/observe.git from 4086edc add activitySeine Services (refs #7458). new a7d0bd5 typage du labelset new ad485d1 Ajout dun premier binding pour les RTP new 8683d26 Premiers tests pour ReferentialServiceTopia 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 8683d266283c84244fde46a57b5693f6f2cd7534 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Aug 18 10:57:13 2015 +0200 Premiers tests pour ReferentialServiceTopia commit ad485d156bb9d1342776560332a118203a667593 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Aug 18 10:56:36 2015 +0200 Ajout dun premier binding pour les RTP commit a7d0bd51fbe8e816aa62025cf3687fc2ba774b29 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Aug 18 09:59:18 2015 +0200 typage du labelset Summary of changes: .../dto/referential/ReferentialLabelDtos.java | 3 +- .../dto/referential/ReferentialLabelSetDto.java | 17 +++ .../dto/referential/ReferentialLabelSetDtos.java | 14 +++ .../services/service/ReferentialServiceRest.java | 2 +- observe-services-topia/pom.xml | 7 ++ .../services/ObserveServiceFactoryTopia.java | 3 +- .../services/service/ReferentialServiceTopia.java | 132 +++++++++++++++------ .../service/ApplicationContextResource.java | 75 ++++++++++++ .../services/service/DataSourceResource.java | 126 ++++++++++++++++++++ .../service/ReferentialServiceTopiaTest.java | 47 +++++++- 10 files changed, 381 insertions(+), 45 deletions(-) create mode 100644 observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ReferentialLabelSetDto.java create mode 100644 observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ReferentialLabelSetDtos.java create mode 100644 observe-services-topia/src/test/java/fr/ird/observe/services/service/ApplicationContextResource.java create mode 100644 observe-services-topia/src/test/java/fr/ird/observe/services/service/DataSourceResource.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.