This is an automated email from the git hooks/post-receive script. New change to branch feature/8124-VerifConfigurationSource in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git from 0b0d2c3 correction car DateFormat n'est pas thread Safe (see #8124). new 56e84cc Ajoutd'un adaptateur Gson pour les form (see #8124). new 19d171b implentation de la fonction destroy du service DataSourceService (see #8124). new 4e94dcf Créer la base local avant de generer son dump initial (see #8124). 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 4e94dcfc2e9269670c90b31360008d83562496a0 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Mar 16 16:50:26 2016 +0100 Créer la base local avant de generer son dump initial (see #8124). commit 19d171b39208b637b5c4d2a91d2cb01b085a727b Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Mar 16 15:16:26 2016 +0100 implentation de la fonction destroy du service DataSourceService (see #8124). commit 56e84cc52c8e0e14c044a37dee916213c8330324 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Mar 16 13:50:46 2016 +0100 Ajoutd'un adaptateur Gson pour les form (see #8124). Summary of changes: .../fr/ird/observe/db/ObserveSwingDataSource.java | 3 +- .../java/fr/ird/observe/ui/admin/AdminUIModel.java | 7 +++- .../ird/observe/ui/storage/StorageUIHandler.java | 28 +++++++--------- .../controller/v1/DataSourceServiceController.java | 3 +- .../services/service/DataSourceService.java | 4 ++- ... => DatabaseDestroyNotAuthorizedException.java} | 10 +++--- .../ird/observe/services/dto/gson/FormAdapter.java | 38 ++++++++++++++++++++++ .../services/dto/gson/ObserveDtoGsonSupplier.java | 3 +- .../services/service/DataSourceServiceTopia.java | 31 ++++++++++++++++-- 9 files changed, 98 insertions(+), 29 deletions(-) copy observe-services-api/src/main/java/fr/ird/observe/services/service/{DatabaseConnexionNotAuthorizedException.java => DatabaseDestroyNotAuthorizedException.java} (71%) create mode 100644 observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/FormAdapter.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.