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 e366ae7 ajout de 2 tests pour modele plus tard ajout de l'auth jwt
adds a19f7b9 ajout des policy (ajout d'un utilisateur nobody) debut gestion des erreurs
No new revisions were added by this update.
Summary of changes:
migrate/001_init_schema.sql | 33 ++++++++++++++++++++++++++++++++
pkg/http/userResource.go | 7 +++++--
pkg/repository/database.go | 18 ++++++++++++++++--
pkg/repository/userRepository.go | 41 ++++++++++++++++++++++++++++++++++------
4 files changed, 89 insertions(+), 10 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 96a2e98 ajout de dossier pkg pour mettre les modules (go rules)
new e366ae7 ajout de 2 tests pour modele plus tard ajout de l'auth jwt
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 e366ae7b41e3e13f6ca541e3d65dddff2dcb7633
Author: Benjamin <poussin(a)codelutin.com>
Date: Wed Apr 8 23:55:10 2020 +0200
ajout de 2 tests pour modele plus tard
ajout de l'auth jwt
Summary of changes:
doc/implementation.md | 25 ++++++++++++++
go.mod | 1 +
go.sum | 2 ++
pkg/http/router.go | 74 ++++++++++++++++++++++++++++++++++++++++
pkg/http/systemResource.go | 2 +-
pkg/http/systemResource_test.go | 39 +++++++++++++++++++++
pkg/http/userResource.go | 63 +++++++++++++++++++++++++++++++++-
pkg/repository/userRepository.go | 55 ++++++++++++++++++++++-------
pkg/utils/const.go | 18 ++++++++++
pkg/utils/jwt.go | 55 +++++++++++++++++++++++++++++
pkg/utils/uuid_test.go | 17 +++++++++
11 files changed, 337 insertions(+), 14 deletions(-)
create mode 100644 pkg/http/systemResource_test.go
create mode 100644 pkg/utils/const.go
create mode 100644 pkg/utils/jwt.go
create mode 100644 pkg/utils/uuid_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 62a3fb8 repackaging on utilise bow et non pas bookmarks
new b0ff99d correction du build dans docker
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 b0ff99d6ca620fd932323b24f01a86d24d9f2c7b
Author: Benjamin <poussin(a)codelutin.com>
Date: Wed Apr 8 00:03:02 2020 +0200
correction du build dans docker
Summary of changes:
Dockerfile | 9 ++---
env-dev | 2 +-
go.mod | 3 --
go.sum | 119 +++++++------------------------------------------------------
4 files changed, 18 insertions(+), 115 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 e16d8f0 ajout de la migration de base automatique
new 62a3fb8 repackaging on utilise bow et non pas bookmarks
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 62a3fb8d33a06ce7dd94b494da1e583713a36ba3
Author: Benjamin <poussin(a)codelutin.com>
Date: Mon Apr 6 01:49:13 2020 +0200
repackaging on utilise bow et non pas bookmarks
Summary of changes:
cmd/bow/main.go | 4 ++--
go.mod | 2 +-
http/bookmarkResource.go | 4 ++--
http/userResource.go | 4 ++--
repository/bookmarkRepository.go | 6 +++---
repository/database.go | 2 +-
repository/userRepository.go | 10 +++++-----
7 files changed, 16 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
at e16d8f0 ajout de la migration de base automatique
This branch includes the following new commits:
new 45be0b1 debut d'ecriture des services rest en go
new e16d8f0 ajout de la migration de base automatique
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 e16d8f0919c72d202e3ac7e5452feb4895d811b6
Author: Benjamin <poussin(a)codelutin.com>
Date: Mon Apr 6 01:33:37 2020 +0200
ajout de la migration de base automatique
commit 45be0b1ef8176639e0681ec87e8acd5e20978d67
Author: Benjamin <poussin(a)codelutin.com>
Date: Sun Apr 5 23:02:05 2020 +0200
debut d'ecriture des services rest en 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 in repository bow.
See https://gitlab.nuiton.org/chorem/bow.git
from 846b8a4 ajout construction dans la ci
new cc09c95 mise a jour lib
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 cc09c959dddff4d84a12d86182e6d7123caf85d4
Author: Benjamin <poussin(a)codelutin.com>
Date: Fri Mar 6 12:30:58 2020 +0100
mise a jour lib
Summary of changes:
pom.xml | 13 ++++++++-----
1 file changed, 8 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 refonteUI-2017 in repository bow.
See https://gitlab.nuiton.org/chorem/bow.git
from a67fafc Modifications d'affichage des écrans comportant des formulaires
new b0e2796 Ajout d'animations et améliorations de dispositions des éléments et des marges
new fe470c7 Améliorations d'affichage des titres de page
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 fe470c7718beb5661db7c841c426ba50289c3701
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Thu Feb 6 16:21:36 2020 +0100
Améliorations d'affichage des titres de page
commit b0e2796ed9b8aaae411c0cc04295f1b4affc91f1
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Thu Feb 6 16:08:33 2020 +0100
Ajout d'animations et améliorations de dispositions des éléments et des marges
Summary of changes:
bow-ui/src/main/less/base/_header.less | 1 +
bow-ui/src/main/less/base/_layout.less | 12 +++++++++++
bow-ui/src/main/less/bow.less | 1 +
bow-ui/src/main/less/common/_animation.less | 10 ++++++++++
bow-ui/src/main/less/common/_bookmark-grid.less | 4 ++++
bow-ui/src/main/less/common/_bookmark-list.less | 14 +++++++++++++
bow-ui/src/main/less/common/_bookmark.less | 23 ++++++++++++++--------
bow-ui/src/main/less/common/_form.less | 7 ++++++-
bow-ui/src/main/less/components/connexion.less | 1 +
bow-ui/src/main/less/variables/_colors.less | 3 +++
.../main/resources/i18n/bow-ui_en_GB.properties | 3 ++-
.../main/resources/i18n/bow-ui_fr_FR.properties | 3 ++-
bow-ui/src/main/webapp/WEB-INF/jsp/admin.jsp | 3 ++-
.../src/main/webapp/WEB-INF/jsp/editBookmark.jsp | 4 ++--
bow-ui/src/main/webapp/WEB-INF/jsp/groupEdit.jsp | 17 ++++++++--------
bow-ui/src/main/webapp/WEB-INF/jsp/groupView.jsp | 3 ++-
bow-ui/src/main/webapp/WEB-INF/jsp/preferences.jsp | 3 ++-
.../src/main/webapp/WEB-INF/jsp/sharedUserEdit.jsp | 3 ++-
.../src/main/webapp/WEB-INF/jsp/sharedUserView.jsp | 3 ++-
19 files changed, 91 insertions(+), 27 deletions(-)
create mode 100644 bow-ui/src/main/less/common/_animation.less
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.