This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, neels/subscr_vty has been updated
discards 0e5a3312714c6b42fef875d7dd8915fa2d1ca21e (commit)
discards bdf2e3340104a5bb5ff20131cd23b9b945cee150 (commit)
discards 1a594056660ff42a92c6de82fd2d4e7ccb32e916 (commit)
discards dd1f8ce40a0b8965656052c4dbfd1e8401df1323 (commit)
discards 49a1e52b521dd512be64a12421c4470404d7d6af (commit)
discards 95ed968bee34c19f65e3ef98647be8001f1749f7 (commit)
via 685257a7aa4b77e200cbb223dc763952cef891e5 (commit)
via 6c321221f7787fe1674f5ce663d3f71df5665a9f (commit)
via 44ebf4c956ac1b6986e3ce16fd8606d9da2b0037 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (0e5a3312714c6b42fef875d7dd8915fa2d1ca21e)
\
N -- N -- N (685257a7aa4b77e200cbb223dc763952cef891e5)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-hlr/commit/?id=685257a7aa4b77e200cbb223dc76395…
commit 685257a7aa4b77e200cbb223dc763952cef891e5
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Oct 6 02:59:54 2017 +0200
implement subscriber vty, tests
Change-Id: I42b3b70a0439a8f2e4964d7cc31e593c1f0d7537
http://cgit.osmocom.org/osmo-hlr/commit/?id=6c321221f7787fe1674f5ce663d3f71…
commit 6c321221f7787fe1674f5ce663d3f71df5665a9f
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Oct 3 01:23:50 2017 +0200
enhance subscr db API, tests
Change-Id: I3803399bec4fb49ab7f37a01ed6378ace849e59a
http://cgit.osmocom.org/osmo-hlr/commit/?id=44ebf4c956ac1b6986e3ce16fd8606d…
commit 44ebf4c956ac1b6986e3ce16fd8606d9da2b0037
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Oct 6 18:24:56 2017 +0200
db_get_auth_data cosmetic
Change-Id: I0dea71455025231a28205db663f4682bc7a4441e
-----------------------------------------------------------------------
Summary of changes:
src/db.c | 6 +-
src/db.h | 37 +++-
src/db_auc.c | 15 +-
src/db_hlr.c | 204 ++++++++++++++------
src/hlr_vty_subscr.c | 92 ++++-----
tests/db/Makefile.am | 1 +
tests/db/db_test.c | 407 ++++++++++++++++++++++++++++++++++------
tests/db/db_test.err | 518 ++++++++++++++++++++++++++++++++++++++++++++++++---
8 files changed, 1078 insertions(+), 202 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT