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 fff8634 on ne met plus d'en l'url les params qui ont la valeur par defaut new ce51486 stockage des images en base64 pas de creation de role s'il existe deja ajout de la visu de l'auth info 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 ce5148617e7258268e82bfe0936e791ef490353a Author: Benjamin <poussin@codelutin.com> Date: Mon May 25 17:01:24 2020 +0200 stockage des images en base64 pas de creation de role s'il existe deja ajout de la visu de l'auth info Summary of changes: migrate/001_init_schema.sql | 15 +++++++----- migrate/002_migration_data.sql | 6 ++--- migrate/003_migrate_image.sql | 24 +++++++++++++++++++ pkg/repository/bookmarkRepository.go | 25 +++++++++---------- web/package.json | 1 + web/src/components/Bookmark.vue | 6 +++-- web/src/components/bookmark/AuthenticationInfo.vue | 28 ++++++++++++++++++++++ web/src/main.js | 3 +++ web/yarn.lock | 12 ++++++++++ 9 files changed, 97 insertions(+), 23 deletions(-) create mode 100644 migrate/003_migrate_image.sql create mode 100644 web/src/components/bookmark/AuthenticationInfo.vue -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.