log

age author description
Wed, 29 Jun 2016 16:52:07 +0200 Mads Kiilerich tests: introduce tests and reference dump for notification mails
Wed, 29 Jun 2016 16:52:07 +0200 Mads Kiilerich js: clean-up of trailing whitespace in graph.js
Wed, 29 Jun 2016 16:47:47 +0200 Mads Kiilerich Merge stable
Wed, 29 Jun 2016 16:45:15 +0200 Mads Kiilerich protocols: fix assertion error when accessing repositories with "permanent" urls (Issue #202) stable
Tue, 14 Jun 2016 22:14:39 +0200 domruf lock: fix for Mercurial 3.6+ - wrap hgweb to catch Locked exceptions from hooks
Sat, 25 Jun 2016 02:57:44 +0200 Mads Kiilerich lock: simplify debug logging - use the actual response code
Fri, 17 Jun 2016 20:23:09 +0200 domruf tests: fix test_inactive_user_group_does_not_affect_user_group_permissions when running tests on mysql
Fri, 17 Jun 2016 19:22:53 +0200 domruf tests: fix 'a foreign key constraint fails' when running tests on mysql
Wed, 15 Jun 2016 18:33:27 +0200 domruf tests: use forks when modifying repositories in vcs tests
Tue, 14 Jun 2016 19:33:42 +0200 domruf tests: check Released lock message test_push_unlocks_repository_git
Thu, 16 Jun 2016 23:33:36 +0200 domruf tests: set EMAIL for Git commit test_push_on_locked_repo_by_other_user_git - it _is_ necessary on some machines
Tue, 14 Jun 2016 21:32:43 +0200 domruf hooks: don't catch ImportError Exceptions in git hooks
Tue, 03 May 2016 00:12:55 +0200 domruf tests: Mercurial hooks must use ui.status for messages sent to the client
Wed, 15 Jun 2016 23:38:57 +0200 Konstantin Veretennicov tests: add basic test for mark_all_read action of notifications
Wed, 15 Jun 2016 23:49:19 +0200 Konstantin Veretennicov tests: cleanup test users
Wed, 15 Jun 2016 23:36:29 +0200 Konstantin Veretennicov tests: wrestle DetachedInstanceError out of create_test_user fixture
Sun, 12 Jun 2016 21:32:15 +0200 domruf docs: reminder to add c:\path\to\git\bin to PATH
Wed, 15 Jun 2016 21:53:13 +0200 Mads Kiilerich notifications: convert the last get_for_user to query_for_user - this one was missed in 85bb68f64597
Wed, 15 Jun 2016 21:53:08 +0200 Mads Kiilerich tests: even smaller setup method refactor for readability
Wed, 15 Jun 2016 21:09:03 +0200 Konstantin Veretennicov docs: mention preference for non-publishing repositories for pull requests
Wed, 15 Jun 2016 21:12:39 +0200 Konstantin Veretennicov docs: run-all-cleanup superseded whitespaceleanup.sh
Tue, 14 Jun 2016 01:16:12 +0200 Mads Kiilerich tests: make debug output from manual_test_vcs_operations Command.execute less noisy
Tue, 14 Jun 2016 01:15:53 +0200 Mads Kiilerich tests: remove last references to nosetests
Tue, 14 Jun 2016 01:12:09 +0200 Mads Kiilerich tests: drop setting EMAIL environment variable before git commit - it doesn't work on Windows and seems unnecessary
Mon, 02 May 2016 22:54:09 +0200 domruf tests: set LANG and LANGUAGE - vcs tests expect messages to be in english
Mon, 02 May 2016 23:38:23 +0200 domruf tests: avoid unicode in test case on Windows - the Windows command line can't easily handle "exotic" characters
Mon, 02 May 2016 23:32:55 +0200 domruf tests: use double quotes in command lines - single quotes in command lines are not considered quotes on Windows
Fri, 29 Apr 2016 16:53:49 +0200 domruf hooks: if available, use sys.executable as executable for git hooks
Thu, 09 Jun 2016 20:41:44 +0200 Konstantin Veretennicov notifications: improve response time when number of notifications is large
Fri, 10 Jun 2016 01:19:58 +0200 Mads Kiilerich tests: small setup method refactor for readability