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 4f7430e migration completement fonctionnel
new 0335e59 amelioration pour fusionner les doublons
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 0335e59f46fa2a467ecb2da152fcd8f2010f9482
Author: Benjamin <poussin(a)codelutin.com>
Date: Thu Aug 1 01:49:12 2019 +0200
amelioration pour fusionner les doublons
Summary of changes:
.../resources/db/migration/V2__migration_data.sql | 46 +++++++++++++++++-----
1 file changed, 37 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 in repository bow.
See https://gitlab.nuiton.org/chorem/bow.git
from a10748b script de migration fonctionnel
new 4f7430e migration completement fonctionnel
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 4f7430eca151df42d6ddb16bcff60102be305693
Author: Benjamin <poussin(a)codelutin.com>
Date: Wed Jul 31 00:36:21 2019 +0200
migration completement fonctionnel
Summary of changes:
src/main/resources/db/migration/V2__migration_data.sql | 8 ++++----
1 file 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 in repository bow.
See https://gitlab.nuiton.org/chorem/bow.git
from 82dfa54 reecriture total en jooby/spgeed/rocker
new 9e4eb96 test unitaire pour BowUser: ok ajout interface web pour bowUser (list, edit, create)
new 8d2105b ajout du README.md
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 8d2105b5260365e6a8202391438a8b80a567e16a
Author: Benjamin <poussin(a)codelutin.com>
Date: Wed Jul 24 01:50:31 2019 +0200
ajout du README.md
commit 9e4eb96ee3679babb490fe7ec38bc324f6b7479d
Author: Benjamin <poussin(a)codelutin.com>
Date: Wed Jul 24 01:49:34 2019 +0200
test unitaire pour BowUser: ok
ajout interface web pour bowUser (list, edit, create)
Summary of changes:
README.md | 4 ++
TODO.md | 44 ++++++++++++
log/bookmarks.log | 0
src/main/java/com/chorem/bow/BowApp.java | 40 +++++++++++
.../com/chorem/bow/model/AuthenticationInfo.java | 6 +-
src/main/java/com/chorem/bow/model/BowUser.java | 2 +
.../bow/repositories/BookmarkRepository.java | 20 +++++-
.../chorem/bow/repositories/BowUserRepository.java | 51 +++++++------
.../java/com/chorem/bow/rest/BowUserResources.java | 23 +++++-
.../resources/db/migration/V1__init_schema.sql | 3 +
src/main/templates/views/editUser.rocker.html | 25 +++++++
src/main/templates/views/index.rocker.html | 2 +
src/main/templates/views/listUsers.rocker.html | 10 +++
src/main/templates/views/main.rocker.html | 12 ++++
src/test/java/com/chorem/bow/BowAppTest.java | 13 ++--
.../com/chorem/bow/rest/BowUserResourcesTest.java | 83 ++++++++++++++++------
16 files changed, 282 insertions(+), 56 deletions(-)
create mode 100644 README.md
delete mode 100644 log/bookmarks.log
create mode 100644 src/main/templates/views/editUser.rocker.html
create mode 100644 src/main/templates/views/listUsers.rocker.html
create mode 100644 src/main/templates/views/main.rocker.html
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.