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 79d1b6e ajout de la configuration de l'historisation des actions ajout de l'historisation des pages new cdb36a9 ajout de la visulisation de l'historique new f33b9d8 correction si le nombre de visite est null, on incremente tout de meme 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 f33b9d8e16898a371b01034796c5617ea9a488ac Author: Benjamin <poussin@codelutin.com> Date: Tue Jan 26 01:27:18 2021 +0100 correction si le nombre de visite est null, on incremente tout de meme commit cdb36a9cbfa901ff7e6f3f5057107be420aeab6f Author: Benjamin <poussin@codelutin.com> Date: Tue Jan 26 01:20:22 2021 +0100 ajout de la visulisation de l'historique Summary of changes: migrate/001_init_schema.sql | 1 - migrate/007_create_index_pageHistory.sql | 9 +++++ pkg/constant/const.go | 5 +++ pkg/http/pageHistoryResource.go | 41 ++++++++++++++++++++ pkg/http/router.go | 1 + pkg/repository/bookmarkRepository.go | 8 +++- pkg/repository/pageHistoryRepository.go | 28 ++++++++++++++ pkg/utils/html.go | 14 +++++-- run-dev | 1 + web/src/components/Bookmark.vue | 2 +- web/src/router/index.js | 13 +++++++ web/src/views/PageHistory.vue | 65 ++++++++++++++++++++++++++++++++ 12 files changed, 180 insertions(+), 8 deletions(-) create mode 100644 migrate/007_create_index_pageHistory.sql create mode 100644 pkg/http/pageHistoryResource.go create mode 100644 web/src/views/PageHistory.vue -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.