branch develop updated (c82a9f5 -> a7bb7bb)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from c82a9f5 mise en place de flyway pour la migration de base de données + utilisé un autre fichier de properties pour les tests (evite les conflits avec les conf local) new a7bb7bb "datediff" n'est pas un fonction prise en charge par postgres 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 a7bb7bb862881c7ffcd1243aaf727091d1a43679 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Jun 1 15:50:31 2017 +0200 "datediff" n'est pas un fonction prise en charge par postgres Summary of changes: ...rest-api.properties => pollen-rest-api-test.properties} | 14 ++++++++++++++ 1 file changed, 14 insertions(+) rename pollen-rest-api/src/test/resources/{pollen-rest-api.properties => pollen-rest-api-test.properties} (52%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit a7bb7bb862881c7ffcd1243aaf727091d1a43679 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Jun 1 15:50:31 2017 +0200 "datediff" n'est pas un fonction prise en charge par postgres --- ...rest-api.properties => pollen-rest-api-test.properties} | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pollen-rest-api/src/test/resources/pollen-rest-api.properties b/pollen-rest-api/src/test/resources/pollen-rest-api-test.properties similarity index 52% rename from pollen-rest-api/src/test/resources/pollen-rest-api.properties rename to pollen-rest-api/src/test/resources/pollen-rest-api-test.properties index 798c1a3..86cc571 100644 --- a/pollen-rest-api/src/test/resources/pollen-rest-api.properties +++ b/pollen-rest-api/src/test/resources/pollen-rest-api-test.properties @@ -18,4 +18,18 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # #L% ### + +hibernate.dialect=org.hibernate.dialect.H2Dialect +hibernate.connection.url=jdbc:h2:file:${pollen.data.directory}/db/pollen-rest-api +hibernate.connection.username=sa +hibernate.connection.password=sa +hibernate.connection.driver_class=org.h2.Driver +#hibernate.hbm2ddl.auto=update +pollen.version=${project.version} +hibernate.connection.provider_class=org.hibernate.hikaricp.internal.HikariCPConnectionProvider +hibernate.hikari.minimumIdle=2 +hibernate.hikari.maximumPoolSize=20 +hibernate.hikari.autoCommit=false +topia.persistence.topiaIdFactoryClassName=org.nuiton.topia.persistence.internal.ShortTopiaIdFactory +topia.service.migration=org.chorem.pollen.persistence.PollenFlywayServiceImpl pollen.devMode=true -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm