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 609b45c meilleur support du login/logout ajout de la notion de listener sur le change dans le store
new cebcb31 suppression du cookie user, il est renvoyé dans le body ça suffit correction appel suggest des moteurs 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 cebcb3153ea10ada6bac0bfc2d0a24adb637138e
Author: Benjamin <poussin(a)codelutin.com>
Date: Fri Apr 24 11:21:57 2020 +0200
suppression du cookie user, il est renvoyé dans le body ça suffit
correction appel suggest des moteurs de recherche
Summary of changes:
pkg/http/opensearchResource.go | 3 ++-
pkg/http/userResource.go | 5 +----
2 files changed, 3 insertions(+), 5 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 16e7009 opensearch avec bow-token car les cookies ne sont pas envoyes debut page preference (bookmarklet add) correction suppression cookie au logout (probleme dans le header logout/login :()
new 609b45c meilleur support du login/logout ajout de la notion de listener sur le change dans le store
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 609b45cde821db107231c5eb3f6f9926a6315584
Author: Benjamin <poussin(a)codelutin.com>
Date: Fri Apr 24 11:06:28 2020 +0200
meilleur support du login/logout
ajout de la notion de listener sur le change dans le store
Summary of changes:
web/src/App.vue | 8 +++++++-
web/src/components/layout/Header.vue | 16 ++++++++++++----
web/src/router/index.js | 25 ++++++++++++++++++++++++-
web/src/utils/Store.js | 21 +++++++++++++++++++++
web/src/views/Login.vue | 10 +++++++---
5 files changed, 71 insertions(+), 9 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 a4eecce debug d'ajout de la recherche/suggestion dans la barre du navigateur
new 16e7009 opensearch avec bow-token car les cookies ne sont pas envoyes debut page preference (bookmarklet add) correction suppression cookie au logout (probleme dans le header logout/login :()
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 16e7009aea27a5cf220026dfa9f648ffd304a00f
Author: Benjamin <poussin(a)codelutin.com>
Date: Thu Apr 23 03:02:12 2020 +0200
opensearch avec bow-token car les cookies ne sont pas envoyes
debut page preference (bookmarklet add)
correction suppression cookie au logout (probleme dans le header logout/login :()
Summary of changes:
pkg/http/userResource.go | 6 ++--
web/public/index.html | 15 +++++++--
web/src/App.vue | 29 ++++++++++++++---
web/src/components/layout/Header.vue | 61 +++++++++++++++++++-----------------
web/src/main.js | 1 +
web/src/router/index.js | 6 ++++
web/src/utils/Store.js | 2 +-
web/src/views/Home.vue | 4 +--
web/src/views/Preferences.vue | 31 ++++++++++++++++++
9 files changed, 114 insertions(+), 41 deletions(-)
create mode 100644 web/src/views/Preferences.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 a4fa61d debut implantation opensearch - sauvegarde ok - moteur de recherche ok - recherche par tags ok
new a4eecce debug d'ajout de la recherche/suggestion dans la barre du navigateur
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 a4eecce4f3e35b66fdd8e6e77efbc92ed427d1f6
Author: Benjamin <poussin(a)codelutin.com>
Date: Wed Apr 22 00:27:39 2020 +0200
debug d'ajout de la recherche/suggestion dans la barre du navigateur
Summary of changes:
README.md | 12 +++
cmd/bow/main.go | 4 +-
doc/implementation.md | 2 +
pkg/constant/const.go | 5 +
pkg/http/actionResource.go | 87 ----------------
pkg/http/opensearchResource.go | 186 +++++++++++++++++++++++++++++++++++
pkg/http/router.go | 10 +-
pkg/http/userResource.go | 57 ++++++-----
pkg/repository/bookmarkRepository.go | 7 +-
pkg/utils/jwt.go | 11 +--
web/.env | 1 +
web/public/index.html | 2 +-
web/public/opensearch.xml | 11 ---
13 files changed, 255 insertions(+), 140 deletions(-)
create mode 100644 README.md
delete mode 100644 pkg/http/actionResource.go
create mode 100644 pkg/http/opensearchResource.go
create mode 100644 web/.env
delete mode 100644 web/public/opensearch.xml
--
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 5353481 ajout de valeur par default dans la base ajout du support de orderby, orderdesc et first en parametre de recherche
new a4fa61d debut implantation opensearch - sauvegarde ok - moteur de recherche ok - recherche par tags ok
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 a4fa61db4e4f1afe0ec53fb61b4ef5dfa20814e6
Author: Benjamin <poussin(a)codelutin.com>
Date: Sun Apr 19 23:00:55 2020 +0200
debut implantation opensearch
- sauvegarde ok
- moteur de recherche ok
- recherche par tags ok
Amelioration des erreurs pour avoir une stack d'appel
Summary of changes:
pkg/constant/const.go | 49 +++++++++++++++++++++-
pkg/http/actionResource.go | 80 +++++++++++++++++++++++++++++++++++-
pkg/http/bookmarkResource.go | 51 ++++++++++++-----------
pkg/http/router.go | 4 +-
pkg/repository/bookmarkRepository.go | 9 ++--
pkg/repository/database.go | 14 ++++++-
pkg/repository/userRepository.go | 6 ++-
pkg/utils/error.go | 36 ++++++++++------
pkg/utils/utils.go | 17 ++++++++
web/public/index.html | 1 +
web/public/opensearch.xml | 11 +++++
web/src/components/SearchInput.vue | 6 +--
web/src/views/BookmarkEdit.vue | 49 +++++++++++++++++++---
13 files changed, 275 insertions(+), 58 deletions(-)
create mode 100644 pkg/utils/utils.go
create mode 100644 web/public/opensearch.xml
--
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 d746491 amélriation de l'exclusion de endpoint du filtre d'auth
new 5353481 ajout de valeur par default dans la base ajout du support de orderby, orderdesc et first en parametre 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 5353481ae896cc18c6a534a3a1a1e6fcea005dff
Author: Benjamin <poussin(a)codelutin.com>
Date: Sat Apr 18 14:02:37 2020 +0200
ajout de valeur par default dans la base
ajout du support de orderby, orderdesc et first en parametre de recherche
Summary of changes:
migrate/001_init_schema.sql | 10 +++++-----
pkg/constant/const.go | 26 +++++++++++++++++++++++---
pkg/http/bookmarkResource.go | 15 +++++++++++++--
pkg/model/bookmark.go | 2 +-
pkg/model/user.go | 4 ++--
pkg/repository/bookmarkRepository.go | 25 ++++++++++++++++++++++---
pkg/repository/database.go | 19 +++++++++++++++++++
web/src/components/SearchInput.vue | 34 +++++++++++++++++++++++++---------
web/src/router/index.js | 13 ++++++++-----
web/src/views/BookmarkEdit.vue | 23 +++++++++++++++--------
web/src/views/Home.vue | 17 +++++++++++++----
11 files changed, 146 insertions(+), 42 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 bd0c241 refactoring du token JWT pour stocker de l'info necessaire au serveur utilisation d'un BowUser pas seulement de son ID utilisation de query partout ou c'est possible exclusion des route 'auth' du check d'authentification
new d746491 amélriation de l'exclusion de endpoint du filtre d'auth
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 d746491f40711936563ba1b7bc902d4eb6bce4c6
Author: Benjamin <poussin(a)codelutin.com>
Date: Fri Apr 17 08:08:57 2020 +0200
amélriation de l'exclusion de endpoint du filtre d'auth
Summary of changes:
pkg/http/router.go | 9 ++++++++-
1 file changed, 8 insertions(+), 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 873d8b3 amelioration header (login + logout) ajout d'un cookie avec les infos de l'utilisateur pour le front ('bow-user') ajout d'un service $store pour l'accès au localStorage/cookie
new bd0c241 refactoring du token JWT pour stocker de l'info necessaire au serveur utilisation d'un BowUser pas seulement de son ID utilisation de query partout ou c'est possible exclusion des route 'auth' du check d'authentification
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 bd0c241eb386a47121cc8070fae09f46c62f356d
Author: Benjamin <poussin(a)codelutin.com>
Date: Thu Apr 16 01:29:20 2020 +0200
refactoring du token JWT pour stocker de l'info necessaire au serveur
utilisation d'un BowUser pas seulement de son ID
utilisation de query partout ou c'est possible
exclusion des route 'auth' du check d'authentification
Summary of changes:
pkg/constant/const.go | 18 +++--
pkg/http/bookmarkResource.go | 12 +--
pkg/http/router.go | 45 +++++++----
pkg/http/userResource.go | 45 ++++++-----
pkg/repository/bookmarkRepository.go | 40 ++++-----
pkg/repository/database.go | 39 ++++-----
pkg/repository/userRepository.go | 152 ++++++++++++++++-------------------
pkg/utils/error.go | 20 ++---
pkg/utils/jwt.go | 49 ++++++++---
pkg/utils/jwt_test.go | 21 +++++
10 files changed, 250 insertions(+), 191 deletions(-)
create mode 100644 pkg/utils/jwt_test.go
--
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 490b90e edit permet d'avoir des parametres pour creer un nouveau bookmark pré-renseigné correction dans le content-type du retour de la creation d'un bookmark
adds 873d8b3 amelioration header (login + logout) ajout d'un cookie avec les infos de l'utilisateur pour le front ('bow-user') ajout d'un service $store pour l'accès au localStorage/cookie
No new revisions were added by this update.
Summary of changes:
pkg/constant/const.go | 7 +++++-
pkg/http/actionResource.go | 1 +
pkg/http/router.go | 2 +-
pkg/http/userResource.go | 22 +++++++++++++-----
pkg/repository/userRepository.go | 13 +++++++++--
pkg/utils/jwt.go | 5 ++--
web/src/components/layout/Header.vue | 26 +++++++++++++++++++--
web/src/main.js | 11 +++++++++
web/src/utils/Store.js | 44 ++++++++++++++++++++++++++++++++++++
web/src/views/Home.vue | 8 +++----
web/src/views/Login.vue | 28 ++++++++++++-----------
11 files changed, 136 insertions(+), 31 deletions(-)
create mode 100644 web/src/utils/Store.js
--
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 61712a1 correction des types de date en base pour (TIMESTAMP WITH TIME ZONE) pour etre compatible avec les dates go edition fonctionnelle correction du fetcher pour les reponses vides
new 490b90e edit permet d'avoir des parametres pour creer un nouveau bookmark pré-renseigné correction dans le content-type du retour de la creation d'un bookmark
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 490b90e39129e715ce792dd13361911b903034cb
Author: Benjamin <poussin(a)codelutin.com>
Date: Tue Apr 14 22:02:48 2020 +0200
edit permet d'avoir des parametres pour creer un nouveau bookmark pré-renseigné
correction dans le content-type du retour de la creation d'un bookmark
Summary of changes:
pkg/http/bookmarkResource.go | 1 +
web/src/router/index.js | 10 +++++++++-
web/src/views/BookmarkEdit.vue | 26 ++++++++++++++++++++++++--
3 files changed, 34 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.