This is an automated email from the git hooks/post-receive script. New change to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git from a19f7b9 ajout des policy (ajout d'un utilisateur nobody) debut gestion des erreurs new 68f57ba en cours de refactoring des requetes sql new 0c81e25 factorisation des appels sql The 2 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 0c81e25b8982d895573583aa39b46fdae38a017b Author: Benjamin <poussin@codelutin.com> Date: Fri Apr 10 00:53:27 2020 +0200 factorisation des appels sql commit 68f57ba40a7af7c8c6c5476b1ff0d289b7af55e9 Author: Benjamin <poussin@codelutin.com> Date: Thu Apr 9 22:56:42 2020 +0200 en cours de refactoring des requetes sql Summary of changes: cmd/bow/main.go | 2 +- doc/implementation.md | 1 + migrate/001_init_schema.sql | 56 ++++++++++--- pkg/http/userResource.go | 46 +++++++--- pkg/repository/bookmarkRepository.go | 24 +++++- pkg/repository/database.go | 74 +++++++++++++++- pkg/repository/userRepository.go | 153 +++++++++++++++------------------- pkg/repository/userRepository_test.go | 20 +++++ pkg/utils/error.go | 57 +++++++++++++ 9 files changed, 317 insertions(+), 116 deletions(-) create mode 100644 pkg/repository/userRepository_test.go create mode 100644 pkg/utils/error.go -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.