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 a859577 Nouvelle UI - Améliorations d'affichage
new 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
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 61712a13f041ce7fad25c9249b7d56ee0a61dec5
Author: Benjamin <poussin(a)codelutin.com>
Date: Tue Apr 14 19:27:46 2020 +0200
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
Summary of changes:
migrate/001_init_schema.sql | 34 +++++++++++++++++-----------------
pkg/repository/bookmarkRepository.go | 5 +++--
web/src/utils/FetchHelper.js | 8 +++++++-
web/src/views/BookmarkEdit.vue | 15 +++++++++++----
4 files changed, 38 insertions(+), 24 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 dd4a7dd Nouvelle UI - Affichage des bookmarks en liste
new a859577 Nouvelle UI - Améliorations d'affichage
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 a859577191edbb0e22557536678a66fcce64b0c8
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Tue Apr 14 18:18:49 2020 +0200
Nouvelle UI - Améliorations d'affichage
Summary of changes:
web/src/components/SearchInput.vue | 32 ++++++++++++++++++++++++++++----
web/src/components/layout/Header.vue | 3 ++-
web/src/components/layout/Sidebar.vue | 8 ++++++--
web/src/views/Home.vue | 12 +++++++-----
4 files changed, 43 insertions(+), 12 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 76b9f3f deplacement du Add dans la Sidebar deplacement de la recherche dans le header
new c50242e Correction de warning EsLint
new 6aec4df Nouvelle UI - Bookmarks
new dd4a7dd Nouvelle UI - Affichage des bookmarks en liste
The 3 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 dd4a7dd52ab056b8bc9859e493723b45e0fa4836
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Tue Apr 14 17:58:32 2020 +0200
Nouvelle UI - Affichage des bookmarks en liste
commit 6aec4df90de0e88a1b7e006bb750079ff55dabd7
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Tue Apr 14 17:57:47 2020 +0200
Nouvelle UI - Bookmarks
commit c50242ec055c169e2dfbc68df61a5f3fec70ba06
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Tue Apr 14 17:56:12 2020 +0200
Correction de warning EsLint
Summary of changes:
web/src/App.vue | 61 +++++++++--------
web/src/assets/less/_colors.less | 1 +
web/src/components/Bookmark.vue | 14 ++++
web/src/components/layout/Sidebar.vue | 3 +
web/src/views/Home.vue | 8 +++
web/src/views/Login.vue | 119 +++++++++++++++++-----------------
6 files changed, 115 insertions(+), 91 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 24a3793 Ajout du composant Button
new 76b9f3f deplacement du Add dans la Sidebar deplacement de la recherche dans le header
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 76b9f3f2279d06e0f8e591ccb2fea0919fd5b1b2
Author: Benjamin <poussin(a)codelutin.com>
Date: Tue Apr 14 15:32:14 2020 +0200
deplacement du Add dans la Sidebar
deplacement de la recherche dans le header
Summary of changes:
web/src/components/SearchInput.vue | 78 +++++++++++++++++++++++++++++++++++
web/src/components/layout/Header.vue | 5 ++-
web/src/components/layout/Sidebar.vue | 3 ++
web/src/views/Home.vue | 41 +-----------------
web/yarn.lock | 58 +++++++++++++++++++++++---
5 files changed, 139 insertions(+), 46 deletions(-)
create mode 100644 web/src/components/SearchInput.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 9d0b003 Merge branch 'bow-v2-go' of gitlab.nuiton.org:chorem/bow into bow-v2-go
new 24a3793 Ajout du composant Button
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 24a3793687ee3e240f1df9495dbab915412c34ab
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Tue Apr 14 07:50:29 2020 +0200
Ajout du composant Button
Summary of changes:
web/src/components/common/Button.vue | 85 ++++++++++++++++++++++++++++++++++++
1 file changed, 85 insertions(+)
create mode 100644 web/src/components/common/Button.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 f3ace72 Nouvelle UI - Page de connexion
adds ff0bcd2 permet l'ajout de bookmark amelioration des erreurs amelioration retour base non trouve
adds 9d0b003 Merge branch 'bow-v2-go' of gitlab.nuiton.org:chorem/bow into bow-v2-go
No new revisions were added by this update.
Summary of changes:
pkg/constant/const.go | 17 +++++++-
pkg/http/bookmarkResource.go | 44 +++++++++++++++++----
pkg/http/router.go | 1 +
pkg/repository/bookmarkRepository.go | 61 +++++++++++++++++++---------
pkg/repository/database.go | 4 ++
pkg/utils/error.go | 50 ++++++++++++++++++-----
web/src/App.vue | 2 +-
web/src/components/Bookmark.vue | 5 +++
web/src/router/index.js | 23 ++++++++---
web/src/utils/FetchHelper.js | 8 ++++
web/src/views/BookmarkEdit.vue | 77 ++++++++++++++++++++++++++++++++++++
web/src/views/Home.vue | 72 ++++++++++++++++++++++++++++++---
12 files changed, 316 insertions(+), 48 deletions(-)
create mode 100644 web/src/views/BookmarkEdit.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 cdd7878 Nouvelle UI - Layout général
new f3ace72 Nouvelle UI - Page de connexion
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 f3ace7279dd692866eaab378cae8265295fb1aac
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Mon Apr 13 14:50:58 2020 +0200
Nouvelle UI - Page de connexion
Summary of changes:
web/public/favicon.png | Bin 4267 -> 570 bytes
web/public/index.html | 2 +-
web/src/assets/less/_animations.less | 10 ++++
web/src/assets/less/_base.less | 18 ++++++
web/src/assets/less/_colors.less | 30 +++++-----
web/src/assets/less/_templates.less | 18 ++++++
web/src/assets/less/main.less | 4 +-
web/src/views/Login.vue | 111 +++++++++++++++++++++++++++++++----
8 files changed, 167 insertions(+), 26 deletions(-)
create mode 100644 web/src/assets/less/_animations.less
create mode 100644 web/src/assets/less/_templates.less
--
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 a19f7b9 ajout des policy (ajout d'un utilisateur nobody) debut gestion des erreurs
new 68f57ba en cours de refactoring des requetes sql
new 0c81e25 factorisation des appels sql
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 0c81e25b8982d895573583aa39b46fdae38a017b
Author: Benjamin <poussin(a)codelutin.com>
Date: Fri Apr 10 00:53:27 2020 +0200
factorisation des appels sql
commit 68f57ba40a7af7c8c6c5476b1ff0d289b7af55e9
Author: Benjamin <poussin(a)codelutin.com>
Date: Thu Apr 9 22:56:42 2020 +0200
en cours de refactoring des requetes sql
Summary of changes:
cmd/bow/main.go | 2 +-
doc/implementation.md | 1 +
migrate/001_init_schema.sql | 56 ++++++++++---
pkg/http/userResource.go | 46 +++++++---
pkg/repository/bookmarkRepository.go | 24 +++++-
pkg/repository/database.go | 74 +++++++++++++++-
pkg/repository/userRepository.go | 153 +++++++++++++++-------------------
pkg/repository/userRepository_test.go | 20 +++++
pkg/utils/error.go | 57 +++++++++++++
9 files changed, 317 insertions(+), 116 deletions(-)
create mode 100644 pkg/repository/userRepository_test.go
create mode 100644 pkg/utils/error.go
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.