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 159d692 ajout dans le TODO new 636fef8 remise en place de la recuperation du favicon et d'un screenshot 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 636fef8a9c3adb450b50e929156c5a7a00996cdc Author: Benjamin <poussin@codelutin.com> Date: Wed Jan 20 01:34:57 2021 +0100 remise en place de la recuperation du favicon et d'un screenshot Summary of changes: README.md | 3 + docker/docker-compose.yml | 44 ++++++ go.mod | 1 + go.sum | 2 + migrate/005_create_pageInfo_table.sql | 46 ++++++ pkg/constant/const.go | 9 +- pkg/http/bookmarkResource.go | 9 +- pkg/http/router.go | 8 +- pkg/repository/bookmarkRepository.go | 39 +++-- pkg/repository/pageInfoRepository.go | 34 +++++ pkg/utils/ico.go | 265 ++++++++++++++++++++++++++++++++++ pkg/utils/image.go | 102 +++++++++++++ pkg/utils/log.go | 11 +- run-dev | 5 + web/src/components/Bookmark.vue | 10 +- 15 files changed, 560 insertions(+), 28 deletions(-) create mode 100644 migrate/005_create_pageInfo_table.sql create mode 100644 pkg/repository/pageInfoRepository.go create mode 100644 pkg/utils/ico.go create mode 100644 pkg/utils/image.go -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.