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>.
This is an automated email from the git hooks/post-receive script.
New commit to branch refonteUI-2017 in repository bow.
See https://gitlab.nuiton.org/chorem/bow.git
commit 5e1b9a1c12d06f3a16c49c9a90e91e43453a634f
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Wed Feb 5 11:15:41 2020 +0100
Mise à jour des icônes Liste et Grille
---
bow-ui/src/main/webapp/font/bow-icons.eot | Bin 5406 -> 5314 bytes
bow-ui/src/main/webapp/font/bow-icons.svg | 10 ++++----
bow-ui/src/main/webapp/font/bow-icons.ttf | Bin 5228 -> 5136 bytes
bow-ui/src/main/webapp/font/bow-icons.woff | Bin 3380 -> 3368 bytes
doc/icons/grid.svg | 16 +++++++------
doc/icons/list.svg | 37 +++++++++++++++++++----------
6 files changed, 38 insertions(+), 25 deletions(-)
diff --git a/bow-ui/src/main/webapp/font/bow-icons.eot b/bow-ui/src/main/webapp/font/bow-icons.eot
index 7528065..3eda446 100644
Binary files a/bow-ui/src/main/webapp/font/bow-icons.eot and b/bow-ui/src/main/webapp/font/bow-icons.eot differ
diff --git a/bow-ui/src/main/webapp/font/bow-icons.svg b/bow-ui/src/main/webapp/font/bow-icons.svg
index 25df599..c083c05 100644
--- a/bow-ui/src/main/webapp/font/bow-icons.svg
+++ b/bow-ui/src/main/webapp/font/bow-icons.svg
@@ -1,11 +1,11 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<!--
-2020-1-29: Created.
+2020-2-4: Created.
-->
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>
-Created by FontForge 20110222 at Wed Jan 29 10:41:19 2020
+Created by FontForge 20110222 at Tue Feb 4 14:37:41 2020
By root
Created by root with FontForge 2.0 (http://fontforge.sf.net)
</metadata>
@@ -75,12 +75,12 @@ l24.832 24.832l94.1367 -56.4883l-25.585 -25.584l97.1523 -97.1523l59.5361 60.4326
M58.0723 398.76l39.5117 -65.8555l33.5117 33.5117l-65.8555 39.5117zM75.4561 -12.7598l273.271 268.76h35.2725c44.3203 0 68.376 26.6396 71.6162 79.2402l-57.3926 -26.8965l-39.6953 40.9365l25.1357 57.8877c-53.5762 -3 -79.6641 -26.3682 -79.6641 -71.168v-35.2803
l-268.88 -272.903l-12.0645 -41.3525l10.2559 -9.65625zM456 -28.6875l36.6875 36.6875l-140.688 140.688l-36.6875 -36.6875z" />
<glyph glyph-name="uniF106" unicode=""
-d="M53.5 334.984h405v-13.9688h-405v13.9688zM53.5 244.312h405v-13.9688h-405v13.9688zM53.5 153.656h405v-13.9688h-405v13.9688zM53.5 62.9844h405v-13.9688h-405v13.9688z" />
+d="M36 234.626h440v-85.252h-440v85.252zM36 412h440v-85.252h-440v85.252zM36 57.252h440v-85.252h-440v85.252z" />
<glyph glyph-name="uniF100" unicode=""
d="M64 448h-16v-512h16v512zM232 368l29.5898 25.8281l-10.1797 12.3438l-51.4102 -42.4004v-203.771h268.944l-52 104l52 104h-236.944zM216 352h227.056l-44 -88l44 -88h-227.056v176zM208 200v16h-144v176h184v-32h16v48h-216v-208h160z" />
<glyph glyph-name="uniF103" unicode=""
-d="M92 356h40v-40h-40v40zM188 356h40v-40h-40v40zM284 356h40v-40h-40v40zM380 356h40v-40h-40v40zM92 260h40v-40h-40v40zM188 260h40v-40h-40v40zM284 260h40v-40h-40v40zM380 260h40v-40h-40v40zM92 164h40v-40h-40v40zM188 164h40v-40h-40v40zM284 164h40v-40h-40v40z
-M380 164h40v-40h-40v40zM92 68h40v-40h-40v40zM188 68h40v-40h-40v40zM284 68h40v-40h-40v40zM380 68h40v-40h-40v40z" />
+d="M36 412h98.3984v-98.3984h-98.3984v98.3984zM206.801 412h98.3984v-98.3984h-98.3984v98.3984zM377.602 412h98.3984v-98.3984h-98.3984v98.3984zM36 241.199h98.3984v-98.3984h-98.3984v98.3984zM206.801 241.199h98.3984v-98.3984h-98.3984v98.3984zM377.602 241.199
+h98.3984v-98.3984h-98.3984v98.3984zM36 70.3984h98.3984v-98.3984h-98.3984v98.3984zM206.801 70.3984h98.3984v-98.3984h-98.3984v98.3984zM377.602 70.3984h98.3984v-98.3984h-98.3984v98.3984z" />
<glyph glyph-name="uniF112" unicode=""
d="M326.64 293.281c-3.44043 -58.4404 -41.3633 -116.86 -49.7646 -123.337l-0.724609 -0.424805c-15.1553 -8.88086 -26.5918 -11.3584 -39.2031 -0.774414l-1.3252 1.1123c-7.70605 2.15039 6.62109 -1.84766 -1.08398 0.302734
c-8.73828 7.06738 -50.2832 67.4717 -49.1807 122.743c0.866211 43.376 32.2598 77.2373 70.6426 77.2373c38.4629 0 70.4619 -34.1455 70.6396 -76.8594zM342.641 293.096c-0.210938 50.8232 -38.2285 93.0449 -86.6406 93.0449
diff --git a/bow-ui/src/main/webapp/font/bow-icons.ttf b/bow-ui/src/main/webapp/font/bow-icons.ttf
index a401714..47ac111 100644
Binary files a/bow-ui/src/main/webapp/font/bow-icons.ttf and b/bow-ui/src/main/webapp/font/bow-icons.ttf differ
diff --git a/bow-ui/src/main/webapp/font/bow-icons.woff b/bow-ui/src/main/webapp/font/bow-icons.woff
index d7fde40..1622984 100644
Binary files a/bow-ui/src/main/webapp/font/bow-icons.woff and b/bow-ui/src/main/webapp/font/bow-icons.woff differ
diff --git a/doc/icons/grid.svg b/doc/icons/grid.svg
index 84ea067..7b8c339 100644
--- a/doc/icons/grid.svg
+++ b/doc/icons/grid.svg
@@ -19,7 +19,7 @@
enable-background="new 0 0 64 64"
xml:space="preserve"
sodipodi:docname="grid.svg"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"><metadata
+ inkscape:version="0.92.4 5da689c313, 2019-01-14"><metadata
id="metadata11"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
@@ -33,16 +33,18 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
- inkscape:window-height="1019"
+ inkscape:window-height="1031"
id="namedview7"
showgrid="false"
inkscape:zoom="5.2149125"
- inkscape:cx="-6.2556754"
+ inkscape:cx="-44.511351"
inkscape:cy="42.546677"
inkscape:window-x="0"
- inkscape:window-y="34"
+ inkscape:window-y="25"
inkscape:window-maximized="1"
inkscape:current-layer="Layer_1" /><path
- style="fill:#000000;fill-opacity:1;stroke-width:0.66857851"
- d="M 11.5 11.5 L 11.5 16.5 L 16.5 16.5 L 16.5 11.5 L 11.5 11.5 z M 23.5 11.5 L 23.5 16.5 L 28.5 16.5 L 28.5 11.5 L 23.5 11.5 z M 35.5 11.5 L 35.5 16.5 L 40.5 16.5 L 40.5 11.5 L 35.5 11.5 z M 47.5 11.5 L 47.5 16.5 L 52.5 16.5 L 52.5 11.5 L 47.5 11.5 z M 11.5 23.5 L 11.5 28.5 L 16.5 28.5 L 16.5 23.5 L 11.5 23.5 z M 23.5 23.5 L 23.5 28.5 L 28.5 28.5 L 28.5 23.5 L 23.5 23.5 z M 35.5 23.5 L 35.5 28.5 L 40.5 28.5 L 40.5 23.5 L 35.5 23.5 z M 47.5 23.5 L 47.5 28.5 L 52.5 28.5 L 52.5 23.5 L [...]
- id="rect849" /></svg>
\ No newline at end of file
+ style="fill:#000000;fill-opacity:1;stroke-width:1.64467728"
+ d="M 4.5,4.5 V 16.799806 H 16.799806 V 4.5 Z m 21.350096,0 V 16.799806 H 38.149904 V 4.5 Z m 21.350098,0 V 16.799806 H 59.5 V 4.5 Z M 4.5,25.850096 V 38.149904 H 16.799806 V 25.850096 Z m 21.350096,0 V 38.149904 H 38.149904 V 25.850096 Z m 21.350098,0 V 38.149904 H 59.5 V 25.850096 Z M 4.5,47.200194 V 59.5 H 16.799806 V 47.200194 Z m 21.350096,0 V 59.5 H 38.149904 V 47.200194 Z m 21.350098,0 V 59.5 H 59.5 V 47.200194 Z"
+ id="rect849"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccc" /></svg>
\ No newline at end of file
diff --git a/doc/icons/list.svg b/doc/icons/list.svg
index a3f2f8d..93e8c14 100644
--- a/doc/icons/list.svg
+++ b/doc/icons/list.svg
@@ -19,10 +19,10 @@
enable-background="new 0 0 64 64"
xml:space="preserve"
sodipodi:docname="list.svg"
- inkscape:version="0.92.2 5c3e80d, 2017-08-06"><metadata
+ inkscape:version="0.92.4 5da689c313, 2019-01-14"><metadata
id="metadata11"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs9" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
@@ -33,19 +33,30 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
- inkscape:window-height="1019"
+ inkscape:window-height="1031"
id="namedview7"
showgrid="false"
- inkscape:zoom="5.2149125"
- inkscape:cx="-6.2556754"
- inkscape:cy="42.546677"
+ inkscape:zoom="1.84375"
+ inkscape:cx="91.25609"
+ inkscape:cy="65.876738"
inkscape:window-x="0"
- inkscape:window-y="34"
+ inkscape:window-y="25"
inkscape:window-maximized="1"
inkscape:current-layer="Layer_1" /><g
- id="g822"
- transform="translate(0,1.7493495)"><path
- style="stroke-width:2.1290617"
- d="M 6.6875 14.126953 L 6.6875 15.873047 L 57.3125 15.873047 L 57.3125 14.126953 L 6.6875 14.126953 z M 6.6875 25.460938 L 6.6875 27.207031 L 57.3125 27.207031 L 57.3125 25.460938 L 6.6875 25.460938 z M 6.6875 36.792969 L 6.6875 38.539062 L 57.3125 38.539062 L 57.3125 36.792969 L 6.6875 36.792969 z M 6.6875 48.126953 L 6.6875 49.873047 L 57.3125 49.873047 L 57.3125 48.126953 L 6.6875 48.126953 z "
- transform="translate(0,-1.7493495)"
- id="path2" /></g></svg>
\ No newline at end of file
+ id="g1050"
+ transform="matrix(1,0,0,1.0656553,9.9999998e-8,3.6955867)"><path
+ sodipodi:nodetypes="ccccc"
+ style="stroke-width:5.31071854"
+ d="m 4.499999,21.56057 v 10 h 55.000002 v -10 z"
+ id="path2"
+ inkscape:connector-curvature="0" /><path
+ inkscape:connector-curvature="0"
+ id="path1043"
+ d="m 4.499999,0.754853 v 10 h 55.000002 v -10 z"
+ style="stroke-width:5.31071854"
+ sodipodi:nodetypes="ccccc" /><path
+ sodipodi:nodetypes="ccccc"
+ style="stroke-width:5.31071854"
+ d="m 4.4999988,42.366289 v 10 H 59.500001 v -10 z"
+ id="path1045"
+ inkscape:connector-curvature="0" /></g></svg>
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.