log

age author description
Sun, 23 Jun 2019 00:43:44 +0200 Mads Kiilerich pullrequests: in PR update list, only show first line of commit messages
Fri, 07 Jun 2019 03:37:02 +0200 Mads Kiilerich readme: some minor updates for TurboGears2 and various other tweaks
Sun, 16 Jun 2019 20:16:44 +0200 Thomas De Schampheleire setup: bump formencode minimum version to 1.3.0
Fri, 07 Jun 2019 03:37:14 +0200 Mads Kiilerich tests: introduce test_vcs_operations test_pull with explicit testing of pull operations and their logging
Thu, 17 Jan 2019 03:56:34 +0100 Mads Kiilerich tests: minor clean-up of test_vcs_operations test_custom_hooks_prechangegroup - the test is Mercurial only
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich setup: bump some setup.py dependency versions
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich setup: bump some dev_requirements.txt versions
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich lib: use Python dot notation for Markdown extensions
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich tests: some coverage of Markdown rendering actually rendering as HTML and using code-highlight
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich config: rename .ini settings to avoid beaker-session deprecation warnings
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich config: change default .ini to always include trace_errors settings and thus avoid deprecation warnings
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich db: drop __mapper_args__ that cause SQLAlchemy deprecation warnings
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich setup: bump py.test version
Tue, 11 Jun 2019 20:53:33 +0200 Thomas De Schampheleire tests: run doctests via pytest
Fri, 07 Jun 2019 01:25:27 +0200 Mads Kiilerich tests: fix merge error in test_vcs_operations mixins for Mercurial and Git - don't hardcode webserver repo_url_param
Thu, 06 Jun 2019 23:47:43 +0200 Mads Kiilerich auth: fix failure when editing inactive users
Wed, 23 Jan 2019 12:44:17 +0100 Mads Kiilerich db: drop unused Ui settings for hgweb
Wed, 23 Jan 2019 12:38:05 +0100 Mads Kiilerich config: clarify naming of repo_root_path
Wed, 23 Jan 2019 12:44:35 +0100 Mads Kiilerich scm: remove redundant cache invalidations - hook invocations will usually do the work
Thu, 10 Jan 2019 03:43:14 +0100 Mads Kiilerich hooks: move _handle_rc_scm_extras to utils2 as set_hook_environment and get_hook_environment
Thu, 10 Jan 2019 03:35:01 +0100 Mads Kiilerich middleware: use shared code for setting hook context (KALLITHEA_EXTRAS environment variable)
Thu, 10 Jan 2019 23:30:58 +0100 Mads Kiilerich scm: don't try to get IP address from web request in model
Thu, 10 Jan 2019 03:35:01 +0100 Mads Kiilerich hooks: drop 'server_url' parameter
Thu, 10 Jan 2019 03:34:45 +0100 Mads Kiilerich middleware: unify Mercurial and Git _handle_request in the VCS base class
Mon, 07 Jan 2019 02:08:38 +0100 Mads Kiilerich middleware: minor cleanup and alignment between VCSs to clarify how things work
Wed, 23 Jan 2019 03:47:46 +0100 Mads Kiilerich middleware: move VCS specific functionality to the VCS apps
Tue, 08 Jan 2019 13:04:19 +0100 Mads Kiilerich middleware: introduce BaseVCSController scm_alias - prepare for sharing shared code
Fri, 11 Jan 2019 02:02:01 +0100 Mads Kiilerich middleware: also parse action in BaseVCSController parse_request
Tue, 08 Jan 2019 13:02:44 +0100 Mads Kiilerich middleware: introduce more generic VCS webob.exc.HTTPException exception handling
Tue, 08 Jan 2019 13:02:34 +0100 Mads Kiilerich middleware: introduce BaseVCSController parse_request retrieving repo_name and use that for VCS dispatch