<!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/358f9a456a439204b51bcd3dd7e71f31f83dbe82" style="text-decoration: none; font-weight: bold; color: #573;">pullrequests: it is not possible to specify reviewers while creating a PR - drop some internal traces of that</a></h1>
<div id="body">
kiilerix committed on 2016-10-24 13:18:51<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/358f9a456a439204b51bcd3dd7e71f31f83dbe82">358f9a45</a><pre>pullrequests: it is not possible to specify reviewers while creating a PR - drop some internal traces of that

 M kallithea/controllers/pullrequests.py (1 lines added, 1 lines removed)
 M kallithea/model/forms.py (0 lines added, 1 lines removed)
 M kallithea/tests/functional/test_pullrequests.py (0 lines added, 37 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/93a56b5264d328533343000d9542ecb83dd654b2" style="text-decoration: none; font-weight: bold; color: #573;">tests: fix pull request tests - review_members is not a string but a list of integers (as strings)  Also sneaking in a bit of response status cleanup ...</a></h1>
<div id="body">
kiilerix committed on 2016-10-24 13:18:51<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/93a56b5264d328533343000d9542ecb83dd654b2">93a56b52</a><pre>tests: fix pull request tests - review_members is not a string but a list of integers (as strings)<br /><br />Also sneaking in a bit of response status cleanup ...

 M kallithea/tests/functional/test_pullrequests.py (9 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/ec2e9123c68324bc3eadc13957c9756ee04ce58f" style="text-decoration: none; font-weight: bold; color: #573;">tests: add a bit of test coverage for pull request update and iterations</a></h1>
<div id="body">
kiilerix committed on 2016-10-24 13:18:51<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/ec2e9123c68324bc3eadc13957c9756ee04ce58f">ec2e9123</a><pre>tests: add a bit of test coverage for pull request update and iterations

 M kallithea/tests/functional/test_pullrequests.py (56 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/6744baed1e960ab718d9869c089e9d2ad54f36ad" style="text-decoration: none; font-weight: bold; color: #573;">pullrequests: cleanup of naming of variables and internal name for reviewer</a></h1>
<div id="body">
kiilerix committed on 2016-10-24 13:18:51<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/6744baed1e960ab718d9869c089e9d2ad54f36ad">6744baed</a><pre>pullrequests: cleanup of naming of variables and internal name for reviewer

 M kallithea/controllers/pullrequests.py (7 lines added, 7 lines removed)
 M kallithea/model/db.py (2 lines added, 2 lines removed)
 M kallithea/model/pull_request.py (4 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/69ee6a249f55fd1d57f7b99223e7c9bf2b821d01" style="text-decoration: none; font-weight: bold; color: #573;">pullrequests: show warning when updating PR and the reviewer list has changed since the form load</a></h1>
<div id="body">
kiilerix committed on 2016-10-24 13:18:51<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/69ee6a249f55fd1d57f7b99223e7c9bf2b821d01">69ee6a24</a><pre>pullrequests: show warning when updating PR and the reviewer list has changed since the form load

 M kallithea/controllers/pullrequests.py (13 lines added, 0 lines removed)
 M kallithea/model/forms.py (1 lines added, 0 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.html (3 lines added, 0 lines removed)
 M kallithea/tests/functional/test_pullrequests.py (6 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/aa0560cfca9b7bff206ce8db0642a65029f61006" style="text-decoration: none; font-weight: bold; color: #573;">pullrequests: when updating a PR, only add and remove the reviewers that actually were added/removed</a></h1>
<div id="body">
kiilerix committed on 2016-10-24 13:18:51<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/aa0560cfca9b7bff206ce8db0642a65029f61006">aa0560cf</a><pre>pullrequests: when updating a PR, only add and remove the reviewers that actually were added/removed

 M kallithea/controllers/pullrequests.py (4 lines added, 1 lines removed)
 M kallithea/model/pull_request.py (22 lines added, 36 lines removed)
 M kallithea/tests/functional/test_pullrequests.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/c073c723e26413ce8863ac78a41fd05eb80dbfb9" style="text-decoration: none; font-weight: bold; color: #573;">auth: better handling of LDAP and authentication errors - don't log a stack trace ... but also don't reveal anything to the user</a></h1>
<div id="body">
kiilerix committed on 2016-10-24 13:18:51<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/c073c723e26413ce8863ac78a41fd05eb80dbfb9">c073c723</a><pre>auth: better handling of LDAP and authentication errors - don't log a stack trace ... but also don't reveal anything to the user

 M kallithea/lib/auth_modules/auth_ldap.py (7 lines added, 6 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/a00a583237296c2c90a4915400f5fff128761420" style="text-decoration: none; font-weight: bold; color: #573;">auth: refactor LDAP authentication - make it more clear in program flow when authentication is accepted</a></h1>
<div id="body">
kiilerix committed on 2016-10-24 13:18:51<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/a00a583237296c2c90a4915400f5fff128761420">a00a5832</a><pre>auth: refactor LDAP authentication - make it more clear in program flow when authentication is accepted

 M kallithea/lib/auth_modules/auth_ldap.py (10 lines added, 9 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/5e5496d63785af992205165dabfade78da6cf904" style="text-decoration: none; font-weight: bold; color: #573;">lib: drop unused caching_query RelationshipCache</a></h1>
<div id="body">
kiilerix committed on 2016-10-24 13:18:51<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/5e5496d63785af992205165dabfade78da6cf904">5e5496d6</a><pre>lib: drop unused caching_query RelationshipCache

 M kallithea/lib/caching_query.py (1 lines added, 62 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/226e0154da46d2ebdee62973121200c71767c099" style="text-decoration: none; font-weight: bold; color: #573;">auth: when logging HasPermissionAny, make it clear that the scope is global, not unknown</a></h1>
<div id="body">
kiilerix committed on 2016-10-24 13:18:51<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/226e0154da46d2ebdee62973121200c71767c099">226e0154</a><pre>auth: when logging HasPermissionAny, make it clear that the scope is global, not unknown

 M kallithea/lib/auth.py (3 lines added, 0 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>