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 73e6fc1 ajout timing dans les logs modif back pour le renommage de tag new 94d5119 ajout de statistique sur les appels new 8fefd8e ajout de la notion d'admin qui est le seul a pouvoir demander les stats new 24cee2c ajout de l'edition des tags The 3 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 24cee2c478783491c6cdb2c176649b04c8615e27 Author: Benjamin <poussin@codelutin.com> Date: Mon May 18 02:13:29 2020 +0200 ajout de l'edition des tags commit 8fefd8e248efb10e053426435678c1ae12329150 Author: Benjamin <poussin@codelutin.com> Date: Mon May 18 00:05:33 2020 +0200 ajout de la notion d'admin qui est le seul a pouvoir demander les stats commit 94d51198a9fb5813df8c9f705f0d7779b7809afe Author: Benjamin <poussin@codelutin.com> Date: Sun May 17 23:15:52 2020 +0200 ajout de statistique sur les appels Summary of changes: migrate/001_init_schema.sql | 3 +- pkg/constant/const.go | 5 + pkg/http/router.go | 65 ++++++++---- pkg/http/systemResource.go | 12 +++ pkg/http/userResource.go | 2 +- pkg/model/user.go | 15 +-- pkg/repository/bookmarkRepository.go | 18 +++- pkg/repository/userRepository.go | 8 +- pkg/utils/stats.go | 87 +++++++++++++++ pkg/utils/utils.go | 2 +- web/package.json | 1 + web/src/components/preferences/TagsEditor.vue | 146 ++++++++++++++++++++++++++ web/src/views/Preferences.vue | 4 +- web/yarn.lock | 9 +- 14 files changed, 341 insertions(+), 36 deletions(-) create mode 100644 pkg/utils/stats.go create mode 100644 web/src/components/preferences/TagsEditor.vue -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.