<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/769e86868c6cfbef2f9c3cdc7c7d2e3a6dc0733b" style="text-decoration: none; font-weight: bold; color: #573;">tests: wrestle DetachedInstanceError out of create_test_user fixture</a></h1>
<div id="body">
Konstantin Veretennicov committed on 2016-06-15 21:36:29<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/769e86868c6cfbef2f9c3cdc7c7d2e3a6dc0733b">769e8686</a><pre>tests: wrestle DetachedInstanceError out of create_test_user fixture

 M kallithea/tests/conftest.py (5 lines added, 5 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/3e04256f8e3c912dde825b137aa9f22bf2c76fbc" style="text-decoration: none; font-weight: bold; color: #573;">tests: cleanup test users</a></h1>
<div id="body">
Konstantin Veretennicov committed on 2016-06-15 21:49:19<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/3e04256f8e3c912dde825b137aa9f22bf2c76fbc">3e04256f</a><pre>tests: cleanup test users

 M kallithea/tests/functional/test_admin_notifications.py (24 lines added, 18 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/97bbc2824b32d878e4f0194b28fbe8f110d8c0bd" style="text-decoration: none; font-weight: bold; color: #573;">tests: add basic test for mark_all_read action of notifications  Adds test coverage for c7dc1c7ace67.</a></h1>
<div id="body">
Konstantin Veretennicov committed on 2016-06-15 21:38:57<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/97bbc2824b32d878e4f0194b28fbe8f110d8c0bd">97bbc282</a><pre>tests: add basic test for mark_all_read action of notifications

Adds test coverage for c7dc1c7ace67.

 M kallithea/tests/functional/test_admin_notifications.py (37 lines added, 0 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/0bb4fa32a75a5fc3c18a2ae399d52ba8b2a67976" style="text-decoration: none; font-weight: bold; color: #573;">tests: Mercurial hooks must use ui.status for messages sent to the client  Mercurial changed so sys.stdout and sys.stderr now are intercepted instead of bein...</a></h1>
<div id="body">
domruf committed on 2016-05-02 22:12:55<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/0bb4fa32a75a5fc3c18a2ae399d52ba8b2a67976">0bb4fa32</a><pre>tests: Mercurial hooks must use ui.status for messages sent to the client

Mercurial changed so sys.stdout and sys.stderr now are intercepted instead of
being sent to the client. That caused a regression that
manual_test_vcs_operations.py test_push_new_file_hg caught - we no longer
reported 'Repository size' to the user.

The issue was introduced by a Mercurial change, but the fix is backwards
compatible with Mercurial 2.9.

The fix is to use ui.status everywhere. ui is a Mercurial thing, but
handle_git_receive also creates a ui object for Git hooks so ui.status can be
used there too.

 M kallithea/lib/hooks.py (7 lines added, 8 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>