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 5b2a7d6 on ne met plus les actions dans le cookie new 235505f correction policy sur bookmark ajout preference (debut) amelioration affichage bookmark recherche par clique sur tag (et mise a jour zone de recherche) 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 235505ff301ebd30c8797c5de8a7fe323378eb90 Author: Benjamin <poussin@codelutin.com> Date: Sat May 16 01:06:12 2020 +0200 correction policy sur bookmark ajout preference (debut) amelioration affichage bookmark recherche par clique sur tag (et mise a jour zone de recherche) Summary of changes: .gitlab-ci.yml | 3 + cmd/bow/main.go | 8 +- migrate/001_init_schema.sql | 8 +- pkg/http/opensearchResource.go | 2 +- pkg/http/router.go | 45 +++++++---- pkg/repository/database.go | 8 +- pkg/repository/userRepository.go | 2 +- web/package.json | 2 +- web/src/class-component-hooks.js | 8 ++ web/src/components/Bookmark.vue | 89 ++++++++++++++++------ web/src/components/SearchInput.vue | 23 +++--- web/src/components/Tags.vue | 18 ----- web/src/components/bookmark/Alias.vue | 25 ++++++ web/src/components/bookmark/BookmarkDate.vue | 41 ++++++++++ web/src/components/{ => bookmark}/Description.vue | 9 +++ web/src/components/{ => bookmark}/LinkCount.vue | 0 web/src/components/bookmark/Tags.vue | 86 +++++++++++++++++++++ web/src/components/bookmark/Visit.vue | 32 ++++++++ web/src/components/layout/Header.vue | 2 +- web/src/components/preferences/Action.vue | 37 +++++++++ web/src/components/preferences/Actions.vue | 53 +++++++++++++ web/src/components/preferences/MaxResultEditor.vue | 43 +++++++++++ web/src/main.js | 11 +-- web/src/views/Home.vue | 17 +---- web/src/views/Preferences.vue | 28 +++++-- 25 files changed, 492 insertions(+), 108 deletions(-) create mode 100644 web/src/class-component-hooks.js delete mode 100644 web/src/components/Tags.vue create mode 100644 web/src/components/bookmark/Alias.vue create mode 100644 web/src/components/bookmark/BookmarkDate.vue rename web/src/components/{ => bookmark}/Description.vue (78%) rename web/src/components/{ => bookmark}/LinkCount.vue (100%) create mode 100644 web/src/components/bookmark/Tags.vue create mode 100644 web/src/components/bookmark/Visit.vue create mode 100644 web/src/components/preferences/Action.vue create mode 100644 web/src/components/preferences/Actions.vue create mode 100644 web/src/components/preferences/MaxResultEditor.vue -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.