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 f0a45f1 correction des urls en dur en localhost
new f9af4e4 correction compteur de visit et date d'import
new 73e6fc1 ajout timing dans les logs modif back pour le renommage de tag
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 73e6fc1bf56feb043c38e64a7c03ea482a9bbf19
Author: Benjamin <poussin(a)codelutin.com>
Date: Sun May 17 11:42:49 2020 +0200
ajout timing dans les logs
modif back pour le renommage de tag
commit f9af4e4d1dc07b98f2d680d7f7a3c772d51ce9df
Author: Benjamin <poussin(a)codelutin.com>
Date: Sat May 16 22:51:14 2020 +0200
correction compteur de visit et date d'import
Summary of changes:
go.mod | 1 +
go.sum | 6 ++++++
pkg/http/bookmarkResource.go | 21 ++++++++++++++++++++
pkg/http/router.go | 19 ++++++++++++++----
pkg/model/bookmark.go | 8 +++++---
pkg/repository/bookmarkRepository.go | 11 +++++++++++
pkg/repository/database.go | 38 +++++++++++++++++++++++++++---------
pkg/utils/utils.go | 12 ++++++++++++
web/src/components/Bookmark.vue | 1 +
9 files changed, 101 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 235505f correction policy sur bookmark ajout preference (debut) amelioration affichage bookmark recherche par clique sur tag (et mise a jour zone de recherche)
new f0a45f1 correction des urls en dur en localhost
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 f0a45f10fa29a609f3acb8ff12ef90ea696599ee
Author: Benjamin <poussin(a)codelutin.com>
Date: Sat May 16 01:37:08 2020 +0200
correction des urls en dur en localhost
Summary of changes:
pkg/http/opensearchResource.go | 6 +++---
web/src/App.vue | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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(a)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(a)chorem.org>.
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 e00acb8 correction requete de recup du user correction url back (variable)
new 5b2a7d6 on ne met plus les actions dans le cookie
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 5b2a7d6aae52de20007023ea56d416a3abe207ee
Author: Benjamin <poussin(a)codelutin.com>
Date: Tue May 12 19:06:00 2020 +0200
on ne met plus les actions dans le cookie
Summary of changes:
pkg/http/opensearchResource.go | 12 ++++++++++++
pkg/http/userResource.go | 3 ++-
pkg/repository/userRepository.go | 24 ++++++++++++++++++++++--
3 files changed, 36 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 255e646 modification du root de l'app js
new e00acb8 correction requete de recup du user correction url back (variable)
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 e00acb8c6eb8f526721fb731cf099b9d83b72e6b
Author: Benjamin <poussin(a)codelutin.com>
Date: Tue May 12 03:03:44 2020 +0200
correction requete de recup du user
correction url back (variable)
Summary of changes:
pkg/repository/userRepository.go | 15 +++++++++------
web/src/components/Tags.vue | 2 +-
web/src/main.js | 2 +-
3 files changed, 11 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 7bbaa2e correction sql
adds 255e646 modification du root de l'app js
No new revisions were added by this update.
Summary of changes:
pkg/http/router.go | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 23a0bab ajout du ';' manquant :(
adds 7bbaa2e correction sql
No new revisions were added by this update.
Summary of changes:
migrate/001_init_schema.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 add5e5e correction du target en saas
adds 23a0bab ajout du ';' manquant :(
No new revisions were added by this update.
Summary of changes:
migrate/001_init_schema.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 6e27a0a essai de correction de la position du repertoire /migrate
adds add5e5e correction du target en saas
No new revisions were added by this update.
Summary of changes:
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.