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 5353481 ajout de valeur par default dans la base ajout du support de orderby, orderdesc et first en parametre de recherche new a4fa61d debut implantation opensearch - sauvegarde ok - moteur de recherche ok - recherche par tags ok 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 a4fa61db4e4f1afe0ec53fb61b4ef5dfa20814e6 Author: Benjamin <poussin@codelutin.com> Date: Sun Apr 19 23:00:55 2020 +0200 debut implantation opensearch - sauvegarde ok - moteur de recherche ok - recherche par tags ok Amelioration des erreurs pour avoir une stack d'appel Summary of changes: pkg/constant/const.go | 49 +++++++++++++++++++++- pkg/http/actionResource.go | 80 +++++++++++++++++++++++++++++++++++- pkg/http/bookmarkResource.go | 51 ++++++++++++----------- pkg/http/router.go | 4 +- pkg/repository/bookmarkRepository.go | 9 ++-- pkg/repository/database.go | 14 ++++++- pkg/repository/userRepository.go | 6 ++- pkg/utils/error.go | 36 ++++++++++------ pkg/utils/utils.go | 17 ++++++++ web/public/index.html | 1 + web/public/opensearch.xml | 11 +++++ web/src/components/SearchInput.vue | 6 +-- web/src/views/BookmarkEdit.vue | 49 +++++++++++++++++++--- 13 files changed, 275 insertions(+), 58 deletions(-) create mode 100644 pkg/utils/utils.go create mode 100644 web/public/opensearch.xml -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.