<!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/7edd336f88d7b6a0bbcfeeb8c6b4915ec6001d6f" style="text-decoration: none; font-weight: bold; color: #573;">hooks: don't catch ImportError Exceptions in git hooks  These hooks are important. Being friendly and hiding errors is not the good kind of friendliness. It ...</a></h1>
<div id="body">
domruf committed on 2016-06-14 19:32:43<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/7edd336f88d7b6a0bbcfeeb8c6b4915ec6001d6f">7edd336f</a><pre>hooks: don't catch ImportError Exceptions in git hooks

These hooks are important. Being friendly and hiding errors is not the good
kind of friendliness. It is better if they just fail if the Kallithea
module can't be imported.

 M kallithea/config/post_receive_tmpl.py (3 lines added, 16 lines removed)
 M kallithea/config/pre_receive_tmpl.py (3 lines added, 16 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/3fff45b4c8edd7931dea33f0e6bdac19a144e7e9" style="text-decoration: none; font-weight: bold; color: #573;">tests: set EMAIL for Git commit test_push_on_locked_repo_by_other_user_git - it _is_ necessary on some machines  7db1bcf1d95b too aggressively removed settin...</a></h1>
<div id="body">
domruf committed on 2016-06-16 21:33:36<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/3fff45b4c8edd7931dea33f0e6bdac19a144e7e9">3fff45b4</a><pre>tests: set EMAIL for Git commit test_push_on_locked_repo_by_other_user_git - it _is_ necessary on some machines

7db1bcf1d95b too aggressively removed setting EMAIL (which was set in a way
that didn't work on Windows).

On some machines the git commit in _add_files_and_push would fail with 'Please
tell me who you are' and the actual test check of "Repository %s locked by
user" would fail.

On other machines - also without any local git configuration - it works fine.

<a href="https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables#Committing">https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables#Committing</a>
suggests that it might be a good idea to set it ... so let's do it.

(Patch modified by Mads Kiilerich)

 M kallithea/tests/other/manual_test_vcs_operations.py (7 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/f55891e42e0e8ce11d8eee1a67cfd54d78f666ce" style="text-decoration: none; font-weight: bold; color: #573;">tests: check Released lock message test_push_unlocks_repository_git  An assert has been commented out since the beginning of Kallithea. Now enable it again.</a></h1>
<div id="body">
domruf committed on 2016-06-14 17:33:42<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/f55891e42e0e8ce11d8eee1a67cfd54d78f666ce">f55891e4</a><pre>tests: check Released lock message test_push_unlocks_repository_git

An assert has been commented out since the beginning of Kallithea. Now enable
it again.

 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/a69bcf8b28b383dc1e508ab26fdbe87fa3353fa8" style="text-decoration: none; font-weight: bold; color: #573;">tests: use forks when modifying repositories in vcs tests  Otherwise other tests (primarily checking the size of the repo) would fail because they expect the...</a></h1>
<div id="body">
domruf committed on 2016-06-15 16:33:27<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/a69bcf8b28b383dc1e508ab26fdbe87fa3353fa8">a69bcf8b</a><pre>tests: use forks when modifying repositories in vcs tests

Otherwise other tests (primarily checking the size of the repo) would fail
because they expect the repos to be unmodified.

 M kallithea/tests/other/manual_test_vcs_operations.py (38 lines added, 20 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/77bd10c410ed423aa6d7012af9ad5c72fbd18b79" style="text-decoration: none; font-weight: bold; color: #573;">tests: fix 'a foreign key constraint fails' when running tests on mysql  UserNotification needs to be deleted before Notification because there are foreign k...</a></h1>
<div id="body">
domruf committed on 2016-06-17 17:22:53<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/77bd10c410ed423aa6d7012af9ad5c72fbd18b79">77bd10c4</a><pre>tests: fix 'a foreign key constraint fails' when running tests on mysql

UserNotification needs to be deleted before Notification because there are
foreign key references in UserNotification to Notification.

 M kallithea/tests/__init__.py (5 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/05c67c3ef2224652a693f174cdb639c632070d6a" style="text-decoration: none; font-weight: bold; color: #573;">tests: fix test_inactive_user_group_does_not_affect_user_group_permissions when running tests on mysql</a></h1>
<div id="body">
domruf committed on 2016-06-17 18:23:09<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/05c67c3ef2224652a693f174cdb639c632070d6a">05c67c3e</a><pre>tests: fix test_inactive_user_group_does_not_affect_user_group_permissions when running tests on mysql

 M kallithea/tests/models/test_permissions.py (2 lines added, 2 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>