<!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/3e20f8372681414ce47db191a719bc3b3888527f" style="text-decoration: none; font-weight: bold; color: #573;">db: fix gist_owner database field name - it is user_id  Fix bug introduced in 3533ee5cbb62.</a></h1>
<div id="body">
kiilerix committed on 2015-04-18 23:03:34<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/3e20f8372681414ce47db191a719bc3b3888527f">3e20f837</a><pre>db: fix gist_owner database field name - it is user_id

Fix bug introduced in 3533ee5cbb62.

 M kallithea/model/db.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/f3eff617a77aab180625467d3e3bfaeae6d1fd20" style="text-decoration: none; font-weight: bold; color: #573;">db: cleanup ChangesetComment</a></h1>
<div id="body">
Ronny Pfannschmidt committed on 2015-04-18 19:28:03<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/f3eff617a77aab180625467d3e3bfaeae6d1fd20">f3eff617</a><pre>db: cleanup ChangesetComment

 M kallithea/model/db.py (13 lines added, 12 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/7b4577f0325bc6ee8712d67f2b09200013abe557" style="text-decoration: none; font-weight: bold; color: #573;">db: cleanup PullRequest model</a></h1>
<div id="body">
Ronny Pfannschmidt committed on 2015-04-18 19:29:32<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/7b4577f0325bc6ee8712d67f2b09200013abe557">7b4577f0</a><pre>db: cleanup PullRequest model

 M kallithea/model/db.py (11 lines added, 11 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/dbbddd1e45cf24d0fd779e5991a2fd01f9d6d028" style="text-decoration: none; font-weight: bold; color: #573;">db: remove redundant Column namings  sed -i "s,^    \(.*\) = Column('\1'\, ,    \1 = Column(,g" kallithea/model/db.py</a></h1>
<div id="body">
kiilerix committed on 2015-04-18 23:05:02<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/dbbddd1e45cf24d0fd779e5991a2fd01f9d6d028">dbbddd1e</a><pre>db: remove redundant Column namings

sed -i "s,^    \(.*\) = Column('\1'\, ,    \1 = Column(,g" kallithea/model/db.py

 M kallithea/model/db.py (10 lines added, 10 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/36d81185efe4abeb48213ca0df005b0e3ea0bd63" style="text-decoration: none; font-weight: bold; color: #573;">changeset_status: add unit tests for calculation of overall status  Add unit tests for the calculation of the review status of a changeset/pull request. To a...</a></h1>
<div id="body">
patrickdp committed on 2015-04-17 12:49:37<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/36d81185efe4abeb48213ca0df005b0e3ea0bd63">36d81185</a><pre>changeset_status: add unit tests for calculation of overall status

Add unit tests for the calculation of the review status of a changeset/pull
request. To allow this, some reorganization of the ChangesetStatusModel is
needed.

 M kallithea/model/changeset_status.py (23 lines added, 8 lines removed)
 A kallithea/tests/models/test_changeset_status.py (38 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/930caa6a4e5f5c8871486b0fe81354ec5bc77bb3" style="text-decoration: none; font-weight: bold; color: #573;">changeset status: simplify status calculation logic</a></h1>
<div id="body">
patrickdp committed on 2015-04-17 12:58:44<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/930caa6a4e5f5c8871486b0fe81354ec5bc77bb3">930caa6a</a><pre>changeset status: simplify status calculation logic

 M kallithea/model/changeset_status.py (5 lines added, 8 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/6b1e1437c026b79c548d39245810bf82a8c96733" style="text-decoration: none; font-weight: bold; color: #573;">changeset status: set status to rejected if at least one reviewer rejected  Currently, a reject of a change by a reviewer does not affect the overall status ...</a></h1>
<div id="body">
patrickdp committed on 2015-04-17 13:01:40<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/6b1e1437c026b79c548d39245810bf82a8c96733">6b1e1437</a><pre>changeset status: set status to rejected if at least one reviewer rejected

Currently, a reject of a change by a reviewer does not affect the overall
status at all. A logical policy is to reject the change if at least one
reviewer rejects it.

Note: different repositories/organizations may require different policies
for the overall status. Currently, the policies for approve/reject are
fixed. A possible improvement is to provide several alternative
policies and allow selecting the policy per instance or per repo.

 M kallithea/model/changeset_status.py (4 lines added, 1 lines removed)
 M kallithea/tests/models/test_changeset_status.py (4 lines added, 4 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/30c6d2ebf3101f41a26f50c19bc05f96a0a6bf48" style="text-decoration: none; font-weight: bold; color: #573;">comments: display username and name instead of only username  The full name is more significant to many people than a username.</a></h1>
<div id="body">
patrickdp committed on 2015-04-17 15:51:15<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/30c6d2ebf3101f41a26f50c19bc05f96a0a6bf48">30c6d2eb</a><pre>comments: display username and name instead of only username

The full name is more significant to many people than a username.

 M kallithea/templates/changeset/changeset_file_comment.html (1 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>