<!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/85bb68f64597cadc7c0225b0a349cba978a36a76" style="text-decoration: none; font-weight: bold; color: #573;">notifications: improve response time when number of notifications is large  NotificationsController always retrieved materialized list of all notifications i...</a></h1>
<div id="body">
Konstantin Veretennicov committed on 2016-06-09 18:41:44<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/85bb68f64597cadc7c0225b0a349cba978a36a76">85bb68f6</a><pre>notifications: improve response time when number of notifications is large

NotificationsController always retrieved materialized list of all notifications
in database, even to display only 10 of them. This is improved by feeding
SQLAlchemy Query object directly to webhelpers.paginate.Page, avoiding eager
load of all notifications.

 M kallithea/controllers/admin/notifications.py (1 lines added, 1 lines removed)
 M kallithea/model/notification.py (2 lines added, 2 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/5e501b6ee639c2cf25080ba8c3d53f4e4b6ad32e" style="text-decoration: none; font-weight: bold; color: #573;">hooks: if available, use sys.executable as executable for git hooks  Windows doesn't necessarily have "python2" available in $PATH, but we still want to make...</a></h1>
<div id="body">
domruf committed on 2016-04-29 14:53:49<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/5e501b6ee639c2cf25080ba8c3d53f4e4b6ad32e">5e501b6e</a><pre>hooks: if available, use sys.executable as executable for git hooks

Windows doesn't necessarily have "python2" available in $PATH, but we still
want to make sure we don't end up invoking a python3. Using the absolute path
seems more safe.

 M kallithea/config/post_receive_tmpl.py (0 lines added, 1 lines removed)
 M kallithea/config/pre_receive_tmpl.py (0 lines added, 1 lines removed)
 M kallithea/model/scm.py (5 lines added, 2 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/894ab347d808a6737cde91553799b1c017102f08" style="text-decoration: none; font-weight: bold; color: #573;">tests: use double quotes in command lines - single quotes in command lines are not considered quotes on Windows</a></h1>
<div id="body">
domruf committed on 2016-05-02 21:32:55<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/894ab347d808a6737cde91553799b1c017102f08">894ab347</a><pre>tests: use double quotes in command lines - single quotes in command lines are not considered quotes on Windows

 M kallithea/tests/other/manual_test_vcs_operations.py (3 lines added, 3 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/04c82eb326fb32130dd7903c82dd98b152d68332" style="text-decoration: none; font-weight: bold; color: #573;">tests: avoid unicode in test case on Windows - the Windows command line can't easily handle "exotic" characters</a></h1>
<div id="body">
domruf committed on 2016-05-02 21:38:23<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/04c82eb326fb32130dd7903c82dd98b152d68332">04c82eb3</a><pre>tests: avoid unicode in test case on Windows - the Windows command line can't easily handle "exotic" characters

 M kallithea/tests/other/manual_test_vcs_operations.py (4 lines added, 1 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/5c549b26231afd7252d3590f8f54d698346b71c5" style="text-decoration: none; font-weight: bold; color: #573;">tests: set LANG and LANGUAGE - vcs tests expect messages to be in english  Some systems work fine without - especially Windows seems to need it.</a></h1>
<div id="body">
domruf committed on 2016-05-02 20:54:09<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/5c549b26231afd7252d3590f8f54d698346b71c5">5c549b26</a><pre>tests: set LANG and LANGUAGE - vcs tests expect messages to be in english

Some systems work fine without - especially Windows seems to need it.

 M kallithea/tests/other/manual_test_vcs_operations.py (5 lines added, 1 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/7db1bcf1d95ba27cbbeabaf0b0ca2c31afd66b46" style="text-decoration: none; font-weight: bold; color: #573;">tests: drop setting EMAIL environment variable before git commit - it doesn't work on Windows and seems unnecessary  To minimize the risk, we still remove it...</a></h1>
<div id="body">
kiilerix committed on 2016-06-13 23:12:09<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/7db1bcf1d95ba27cbbeabaf0b0ca2c31afd66b46">7db1bcf1</a><pre>tests: drop setting EMAIL environment variable before git commit - it doesn't work on Windows and seems unnecessary

To minimize the risk, we still remove it from the environment used for running the commands.

 M kallithea/tests/other/manual_test_vcs_operations.py (2 lines added, 1 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/5ca5379641d03e547f7ba66f0c40e617045cdc83" style="text-decoration: none; font-weight: bold; color: #573;">tests: remove last references to nosetests</a></h1>
<div id="body">
kiilerix committed on 2016-06-13 23:15:53<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/5ca5379641d03e547f7ba66f0c40e617045cdc83">5ca53796</a><pre>tests: remove last references to nosetests

 M kallithea/tests/api/api_base.py (1 lines added, 3 lines removed)
 M kallithea/tests/other/manual_test_vcs_operations.py (1 lines added, 1 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/10d7b01af4f0b9ea353b0ed66a9d4fd0d88e625b" style="text-decoration: none; font-weight: bold; color: #573;">tests: make debug output from manual_test_vcs_operations Command.execute less noisy</a></h1>
<div id="body">
kiilerix committed on 2016-06-13 23:16:12<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/10d7b01af4f0b9ea353b0ed66a9d4fd0d88e625b">10d7b01a</a><pre>tests: make debug output from manual_test_vcs_operations Command.execute less noisy

 M kallithea/tests/other/manual_test_vcs_operations.py (4 lines added, 2 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>