<!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/d55626d8c933922d482b81c616b5275bb4066497" style="text-decoration: none; font-weight: bold; color: #573;">tests: remove unused maxDiff</a></h1>
<div id="body">
kiilerix committed on 2016-12-19 01:52:01<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/d55626d8c933922d482b81c616b5275bb4066497">d55626d8</a><pre>tests: remove unused maxDiff

 M kallithea/tests/api/api_base.py (0 lines added, 1 lines removed)
 M kallithea/tests/base.py (0 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/4964ecd82e3ba3d5384b6f58c3684e89c69da5f0" style="text-decoration: none; font-weight: bold; color: #573;">tests: remove unused index_location</a></h1>
<div id="body">
kiilerix committed on 2016-12-19 01:52:01<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/4964ecd82e3ba3d5384b6f58c3684e89c69da5f0">4964ecd8</a><pre>tests: remove unused index_location

 M kallithea/tests/base.py (0 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/c77888faf2aa96f592e514d91aac514db27d2044" style="text-decoration: none; font-weight: bold; color: #573;">tests: avoid test_pullrequests keeping dead sqlalchemy repository instance around outside transaction  The previous behaviour happened to work but is fragile...</a></h1>
<div id="body">
kiilerix committed on 2016-12-19 01:52:01<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/c77888faf2aa96f592e514d91aac514db27d2044">c77888fa</a><pre>tests: avoid test_pullrequests keeping dead sqlalchemy repository instance around outside transaction<br /><br />The previous behaviour happened to work but is fragile when things change -<br />such as migrating to TG2.

 M kallithea/tests/functional/test_pullrequests.py (19 lines added, 17 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/b936b1c3d5758f487ec8d4f855e3a9c3db445fd7" style="text-decoration: none; font-weight: bold; color: #573;">tests: give test_pullrequests a test_context in addition to the usual app_fixture  test_pullrequests has unit-ish tests that invoke library functions directl...</a></h1>
<div id="body">
kiilerix committed on 2016-12-19 01:52:01<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/b936b1c3d5758f487ec8d4f855e3a9c3db445fd7">b936b1c3</a><pre>tests: give test_pullrequests a test_context in addition to the usual app_fixture<br /><br />test_pullrequests has unit-ish tests that invoke library functions directly ...<br />but these happen to require localization initialized. For TG2 we only have<br />localization initialized when we have a test_context. Thus, additionally wrap<br />these tests in a test_context.

 M kallithea/tests/functional/test_pullrequests.py (9 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/2f4effc51867b1d9dda6ede243b85ccad71b1354" style="text-decoration: none; font-weight: bold; color: #573;">style: fix pull request styling  My recent changes broke it. Add some band aid to help it. The pull request page might not be a perfect fit for Bootstrap for...</a></h1>
<div id="body">
kiilerix committed on 2016-12-19 03:46:48<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/2f4effc51867b1d9dda6ede243b85ccad71b1354">2f4effc5</a><pre>style: fix pull request styling<br /><br />My recent changes broke it. Add some band aid to help it. The pull request page<br />might not be a perfect fit for Bootstrap forms, but that is a better<br />approximation than nothing.

 M kallithea/public/css/style.css (1 lines added, 1 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.html (27 lines added, 29 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/1855b7b29d76f539ac40eaa1296f6e23b3521cae" style="text-decoration: none; font-weight: bold; color: #573;">changeset: fix broken revision links in title</a></h1>
<div id="body">
kiilerix committed on 2016-12-19 03:46:48<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/1855b7b29d76f539ac40eaa1296f6e23b3521cae">1855b7b2</a><pre>changeset: fix broken revision links in title

 M kallithea/templates/changeset/changeset_range.html (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/e285bb7abb281f833426c66492ccb1066a2c8e71" style="text-decoration: none; font-weight: bold; color: #573;">scripts: apply whitespace cleanup to more files - opt out instead of opt in</a></h1>
<div id="body">
kiilerix committed on 2016-12-19 03:46:48<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/e285bb7abb281f833426c66492ccb1066a2c8e71">e285bb7a</a><pre>scripts: apply whitespace cleanup to more files - opt out instead of opt in

 M .travis.yml (1 lines added, 1 lines removed)
 D docs/images/.img (0 lines added, 0 lines removed)
 M docs/make.bat (86 lines added, 86 lines removed)
 M docs/theme/nature/static/nature.css_t (33 lines added, 34 lines removed)
 M init.d/celeryd-upstart.conf (2 lines added, 2 lines removed)
 M init.d/kallithea-daemon-arch (2 lines added, 2 lines removed)
 M init.d/kallithea-daemon-debian (16 lines added, 16 lines removed)
 M init.d/kallithea-daemon-gentoo (1 lines added, 1 lines removed)
 M init.d/kallithea-daemon-redhat (1 lines added, 1 lines removed)
 M init.d/kallithea-upstart.conf (3 lines added, 3 lines removed)
 M init.d/supervisord.conf (2 lines added, 2 lines removed)
 M kallithea/bin/ldap_sync.conf (1 lines added, 1 lines removed)
 M kallithea/tests/vcs/aconfig (0 lines added, 1 lines removed)
 M scripts/dbmigrate-test (0 lines added, 1 lines removed)
 M scripts/whitespacecleanup.sh (1 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/16234f629cfb258e5eee8ae3caddfe1881b09ef8" style="text-decoration: none; font-weight: bold; color: #573;">graph: align dots on middle of first element in cell instead of middle of table row</a></h1>
<div id="body">
domruf committed on 2016-10-11 16:49:16<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/16234f629cfb258e5eee8ae3caddfe1881b09ef8">16234f62</a><pre>graph: align dots on middle of first element in cell instead of middle of table row

 M kallithea/public/js/graph.js (4 lines added, 2 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>