log

age author description
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich pullrequests: use same quoting for "Missing since previous iteration" as for "New"
Thu, 16 Jun 2016 18:40:26 +0200 domruf setup: support later waitress versions
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich hooks: always convert unicode to byte strings when passed to ui.status
Wed, 15 Jun 2016 18:33:27 +0200 domruf hooks: fix encoding problems of lock release ui messages
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich pullrequests: for consistency, always initialize c.a_branch_name
Mon, 13 Apr 2015 15:58:56 +0200 Mads Kiilerich changeset: don't crash with unhandled EmptyRepositoryError when visiting (non-existing) changeset in an empty repo
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich cache-keys: optimize --delete - don't commit after every deleted key
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich cache-keys: fix printing of unicode repo names - don't crash
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich tests: move test data to top level 'data' folder - make grepping in kallithea/ easier
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich docs: drop empty Changelog in the documentation
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich groups: make group management UI less dangerous
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich repogroups: show more helpful headers when managing permissions
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich db: make repo creation state constants unicode - avoid conversion in sqlalchemy
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich setup: drop ez_setup
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich setup: support Mercurial 3.9
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich annotate: invoke hg annotate in a way that is forward compatible with Mercurial 3.9
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich templates: disable special mako error handler - ironically this gives better stack traces
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich controllers: simplify request.GET.get for safe_int
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"