log

age author description
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich diff: make sure context parameter is an integer
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich setup: introduce pytest-catchlog as test dependency
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich setup: move test dependencies to dev_requirements.txt to make them optional
Wed, 13 Jul 2016 21:39:14 +0200 Søren Løvborg db: script to test database upgrades
Fri, 15 Jul 2016 21:49:35 +0200 Søren Løvborg db: use consistent key/index/constraint names when creating database
Mon, 25 Jul 2016 15:33:21 +0200 Søren Løvborg docs: document how to use Alembic for database migrations
Tue, 24 May 2016 12:02:23 +0200 Søren Løvborg db: remove SQLAlchemy Migrate database table
Tue, 05 Jul 2016 13:40:19 +0200 Søren Løvborg db: stamp Alembic version into database
Tue, 05 Jul 2016 16:57:01 +0200 Søren Løvborg db: enable Alembic autogeneration of migration scripts
Mon, 18 Jul 2016 13:32:34 +0200 Søren Løvborg db: enable use of main Kallithea config as Alembic config
Mon, 04 Jul 2016 17:18:49 +0200 Søren Løvborg db: tweak Alembic migration environment
Thu, 02 Jun 2016 13:21:59 +0200 Søren Løvborg db: add Alembic "migration environment"
Tue, 14 Jun 2016 12:02:22 +0200 Søren Løvborg paster: add informational/dummy "upgrade-db" command
Wed, 18 May 2016 14:34:07 +0200 Søren Løvborg db: remove SQLAlchemy Migrate library and RhodeCode migration scripts
Mon, 18 Jul 2016 14:08:43 +0200 Søren Løvborg db: remove SQLAlchemy Migrate support
Mon, 18 Jul 2016 14:03:17 +0200 Søren Løvborg db: drop RhodeCode compatibility (database rebranding etc.)
Fri, 15 Jul 2016 16:02:13 +0200 Søren Løvborg db: remove redundant unique constraint for repository groups
Fri, 15 Jul 2016 15:16:07 +0200 Søren Løvborg db: remove redundant unique constraints from primary keys
Fri, 15 Jul 2016 21:17:16 +0200 Søren Løvborg db: drop length limits on TEXT columns
Sun, 24 Jul 2016 18:12:14 +0200 Andrew Shadura hooks: parse incoming git refs correctly
Thu, 14 Jul 2016 14:47:38 +0200 Andrew Shadura db: ensure git hooks work when the repositories base path is a symlink
Thu, 14 Jul 2016 14:56:20 +0200 Andrew Shadura git: include an LF at the end of the service advertisement (Fixes #230)
Tue, 12 Jul 2016 21:47:14 +0200 Andrew Shadura setup: bump dulwich dependency to 0.14.1
Tue, 12 Jul 2016 21:47:14 +0200 Andrew Shadura git: make sure repository path and name are Unicode strings
Tue, 12 Jul 2016 21:47:14 +0200 Andrew Shadura pygrack: refactor _get_fixedpath
Thu, 14 Jul 2016 15:31:29 +0200 Andrew Shadura pygrack: add missing author and copyright information
Tue, 12 Jul 2016 23:33:11 +0200 Andrew Shadura docs: use ., not source, as the user isn't guaranteed to have it
Tue, 12 Jul 2016 23:31:02 +0200 Andrew Shadura docs: add information about extra dependencies we now need
Sun, 03 Jul 2016 12:21:00 +0200 Andrew Shadura setup: use modern bcrypt implementation instead of unsupported old one
Tue, 14 Jun 2016 21:23:51 +0200 domruf hooks: set Windows stderr output mode to binary
Mon, 13 Jun 2016 21:39:47 +0200 domruf cleanup: get rid of dn as shortcut for os.path.dirname
Sun, 12 Jun 2016 21:21:43 +0200 domruf cleanup: get rid of jn as shortcut for os.path.join
Wed, 29 Jun 2016 16:53:53 +0200 Mads Kiilerich js: in select2 for branches, show early matches first - this will make full branch names show up first, then other prefixes, followed by later matches
Wed, 29 Jun 2016 16:53:26 +0200 Mads Kiilerich tests: install pam and ldap modules when testing with tox
Wed, 29 Jun 2016 16:52:07 +0200 Mads Kiilerich js: workaround to avoid <option> tags inside <script>
Wed, 29 Jun 2016 16:52:07 +0200 Mads Kiilerich tests: fix Python 2.6 compatibility in string formatting
Wed, 29 Jun 2016 16:52:07 +0200 Mads Kiilerich tests: fix Python 2.6 compatibility - issue introduced in 28d9e9f0ae4e
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