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 201c3e4 ajout du type dans les labels prom (type=db) new 3211d08 mise a jour des libs ajout de l'enregistrement des actions new da5e15f correction ajout d'un bookmark d'un url existante (rechargement de l'ancien) 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 da5e15f1ea71cfef53d6369ca348c021b90908f0 Author: Benjamin <poussin@codelutin.com> Date: Sat Jan 16 00:07:38 2021 +0100 correction ajout d'un bookmark d'un url existante (rechargement de l'ancien) commit 3211d0858b43b0038cf0e518c24c9a103059d20b Author: Benjamin <poussin@codelutin.com> Date: Fri Jan 15 23:41:54 2021 +0100 mise a jour des libs ajout de l'enregistrement des actions Summary of changes: doc/front-concept.md | 2 +- doc/implementation.md | 2 +- go.mod | 27 +++- go.sum | 233 +++++++++++++++++++++++++++--- pkg/http/opensearchResource.go | 4 + pkg/model/actionHistory.go | 17 +++ pkg/model/user.go | 2 + pkg/repository/actionHistoryRepository.go | 38 +++++ pkg/repository/bookmarkRepository.go | 2 +- pkg/utils/jwt_test.go | 21 --- web/src/views/BookmarkEdit.vue | 4 +- 11 files changed, 294 insertions(+), 58 deletions(-) create mode 100644 pkg/model/actionHistory.go create mode 100644 pkg/repository/actionHistoryRepository.go delete mode 100644 pkg/utils/jwt_test.go -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.