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 a4fa61d debut implantation opensearch - sauvegarde ok - moteur de recherche ok - recherche par tags ok new a4eecce debug d'ajout de la recherche/suggestion dans la barre du navigateur 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 a4eecce4f3e35b66fdd8e6e77efbc92ed427d1f6 Author: Benjamin <poussin@codelutin.com> Date: Wed Apr 22 00:27:39 2020 +0200 debug d'ajout de la recherche/suggestion dans la barre du navigateur Summary of changes: README.md | 12 +++ cmd/bow/main.go | 4 +- doc/implementation.md | 2 + pkg/constant/const.go | 5 + pkg/http/actionResource.go | 87 ---------------- pkg/http/opensearchResource.go | 186 +++++++++++++++++++++++++++++++++++ pkg/http/router.go | 10 +- pkg/http/userResource.go | 57 ++++++----- pkg/repository/bookmarkRepository.go | 7 +- pkg/utils/jwt.go | 11 +-- web/.env | 1 + web/public/index.html | 2 +- web/public/opensearch.xml | 11 --- 13 files changed, 255 insertions(+), 140 deletions(-) create mode 100644 README.md delete mode 100644 pkg/http/actionResource.go create mode 100644 pkg/http/opensearchResource.go create mode 100644 web/.env delete mode 100644 web/public/opensearch.xml -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.