log

age author description
Mon, 22 Jul 2019 00:37:47 +0200 Mads Kiilerich setup: some additional cleanup after we no longer support Python < 2.7
Tue, 06 Aug 2019 21:08:02 +0200 Mads Kiilerich vcs: drop get_total_seconds - we only support Python 2.7 which has timedelta.total_seconds()
Sun, 21 Jul 2019 19:12:20 +0200 Mads Kiilerich compat: use collections.OrderedDict - we only support Python 2.7 and no longer need our own implementation
Wed, 31 Jul 2019 03:15:06 +0200 Mads Kiilerich kallithea-cli: use null handler to mute all console logging for ssh-serve
Wed, 31 Jul 2019 21:53:59 +0200 Mads Kiilerich kallithea-cli: introduce generic custom logging configuration for each cli command
Mon, 01 Jul 2019 10:05:00 +0200 Thomas De Schampheleire kallithea-cli: set ssh_locale when creating .ini file so it doesn't have to be set manually before using ssh
Fri, 19 Jul 2019 01:12:35 +0200 Thomas De Schampheleire ssh: set a valid locale in the ssh-serve process
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: keep track of latest use of SSH keys
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: add documentation of SSH support
Tue, 30 Jul 2019 23:55:09 +0200 Mads Kiilerich ssh: add clone_ssh_tmpl setting when migration database for SSH
Wed, 27 Sep 2017 22:45:28 +0200 domruf ssh: show ssh URL on summary page
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: maintain authorized_keys file automatically
Sun, 30 Jun 2019 13:31:56 +0200 Mads Kiilerich kallithea-cli: set kallithea_cli_path when creating .ini file so it doesn't have to be set manually before using ssh
Sat, 22 Jun 2019 19:46:25 +0200 Mads Kiilerich kallithea-cli: set ssh_authorized_keys when creating .ini file so it doesn't have to be set manually before using ssh
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: introduce 'kallithea-cli ssh-update-authorized-keys' command for updating authorized_keys file
Wed, 31 Jul 2019 03:56:57 +0200 Mads Kiilerich tests: run vcs tests on ssh too
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: introduce 'kallithea-cli ssh-serve' command for providing actual protocol access over ssh
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: when adding a new public key, if no description is provided and the SSH key itself has a comment, use that as description
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: error checking for ssh key management
Mon, 17 Nov 2014 14:40:35 -0500 Tim Freund ssh: user management of ssh keys
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: admin management of ssh keys
Fri, 19 Jul 2019 01:12:35 +0200 Thomas De Schampheleire ssh: introduce ini setting 'ssh_enabled', disabled by default
Mon, 17 Nov 2014 14:40:35 -0500 Tim Freund ssh: db models for ssh key management
Wed, 31 Jul 2019 02:55:22 +0200 Mads Kiilerich ini: create separate log handlers for color and null, and add comments hinting how they can be used
Wed, 31 Jul 2019 02:51:28 +0200 Mads Kiilerich ini: drop explicit 'propagate = 1' from logger configuration - that is already the default
Wed, 31 Jul 2019 02:00:11 +0200 Mads Kiilerich settings: always show permanent URL on repo settings page - the click-to-display functionality was confusing
Tue, 16 Jul 2019 12:30:15 +0200 Mads Kiilerich clone_url: introduce {system_user} and {hostname} variables that will be used for SSH clone URL
Tue, 16 Jul 2019 12:25:10 +0200 Mads Kiilerich clone_url: simplify stripping of 'username@' from URLs when username is empty
Wed, 31 Jul 2019 02:29:36 +0200 Mads Kiilerich clone_url: use regexp and single pass for variable expansion - avoid nested expansion in case a variable value would contain a variable reference
Tue, 16 Jul 2019 12:10:33 +0200 Mads Kiilerich clone_url: drop **override - we only pass username
Wed, 31 Jul 2019 02:09:04 +0200 Mads Kiilerich clone_url: simplify the logic - move summary handling of different URLs with/without id to db
Tue, 30 Jul 2019 22:59:44 +0200 Mads Kiilerich clone_url: always pass a clone_uri_tmpl, with Repository.DEFAULT_CLONE_URI as last resort
Tue, 16 Jul 2019 12:13:53 +0200 Mads Kiilerich clone_url: clarify variable naming
Sun, 21 Jul 2019 18:54:05 +0200 Mads Kiilerich hgignore: ignore *.bak - such files are created by tools like 2to3
Wed, 31 Jul 2019 00:26:41 +0200 Mads Kiilerich cli: expose the Click hidden flag to register_command
Sun, 21 Jul 2019 03:50:59 +0200 Mads Kiilerich docs: maintain copyright year from update-copyrights.py
Fri, 19 Jul 2019 01:00:11 +0200 Mads Kiilerich scripts: prepare for giving credit for contributions that have been integrated into other changesets
Thu, 17 Jan 2019 03:56:34 +0100 Mads Kiilerich tests: push with force in test_vcs_operations.py _add_files_and_push
Wed, 03 Jul 2019 12:25:55 +0200 Mads Kiilerich cli: introduce -h alias for --help
Tue, 11 Jun 2019 20:53:33 +0200 Thomas De Schampheleire tests: introduce doctest_mock_ugettext to allow doctests of localized code
Mon, 24 Jun 2019 21:42:02 +0200 Thomas De Schampheleire lib/locale: move locale check to separate file
Mon, 24 Jun 2019 19:42:02 +0200 Thomas De Schampheleire locale: fix environment checks: LC_ALL has precedence over LC_CTYPE
Wed, 01 May 2019 02:50:55 +0200 Mads Kiilerich files: add missing `var` for parts
Sun, 30 Jun 2019 13:03:35 +0200 Mads Kiilerich files: keep _repo_files_url as "global" const variable
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
Tue, 08 Jan 2019 13:02:34 +0100 Mads Kiilerich middleware: don't allow trailing text after Git commands
Mon, 07 Jan 2019 02:08:35 +0100 Mads Kiilerich middleware: remove access fallback to reuse previous access - drop _git_stored_op
Mon, 07 Jan 2019 01:58:16 +0100 Mads Kiilerich middleware: fix handling of Git 'info/refs' command to give correct access control
Mon, 07 Jan 2019 01:50:56 +0100 Mads Kiilerich middleware: move handling of permanent repo URLs to separate middleware
Mon, 07 Jan 2019 00:00:18 +0100 Mads Kiilerich middleware: drop fix_PATH
Sun, 26 May 2019 22:41:36 +0200 Mads Kiilerich setup: support Mercurial 5.0
Mon, 27 May 2019 00:12:15 +0200 Mads Kiilerich hg: prepare for Mercurial 5.0 changing "exact" arguments
Mon, 27 May 2019 00:17:32 +0200 Mads Kiilerich hg: prepare for Mercurial 5.0 renaming memfilectx `copied` to `copysource` - add backwards compat wrapper
Sun, 26 May 2019 23:20:58 +0200 Mads Kiilerich setup: bump Mercurial minimum version to 4.5 - that allow us to drop some hacks, and it was released more than one year ago
Wed, 01 May 2019 22:44:51 +0200 Mads Kiilerich setup: drop support for Python 2.6
Sun, 26 May 2019 23:25:04 +0200 Mads Kiilerich vcs: drop exceptionhandling in utils.imports.import_class - it is over-engineered and just make debugging harder
Mon, 07 Jan 2019 00:00:22 +0100 Mads Kiilerich middleware: drop special handling of hg RepoError
Sun, 06 Jan 2019 21:45:34 +0100 Mads Kiilerich middleware: simplify pygrack wrapping - there is no need for any extras
Fri, 04 Jan 2019 03:51:45 +0100 Mads Kiilerich auth: drop authenticating_api_key from AuthUser
Fri, 04 Jan 2019 03:51:38 +0100 Mads Kiilerich auth: move CSRF checks from the optional LoginRequired to the more basic BaseController._before
Fri, 04 Jan 2019 03:42:23 +0100 Mads Kiilerich auth: simplify API key auth - move it out of _determine_auth_user
Fri, 04 Jan 2019 03:42:17 +0100 Mads Kiilerich tests: prepare for adding CSRF protection on login forms
Wed, 23 Jan 2019 00:56:18 +0100 Mads Kiilerich tests: make test_admin_users user_and_repo_group_fail() fixture more stable
Wed, 23 Jan 2019 01:49:30 +0100 Mads Kiilerich tests: Change test_delete_repo_group_err to use the values from user_and_repo_group_fail fixture
Mon, 08 Apr 2019 00:11:20 +0200 Mads Kiilerich auth: make User.get_by_api_key more strict about only returning active non-default users
Thu, 03 Jan 2019 01:22:56 +0100 Mads Kiilerich auth: move IP check to AuthUser.make - it is more about accepting authentication than about permissions after authentication
Thu, 03 Jan 2019 01:22:45 +0100 Mads Kiilerich auth: introduce AuthUser.make factory which can return None if user can't be authenticated
Sun, 07 Apr 2019 23:44:17 +0200 Mads Kiilerich auth: remove AuthUser __init__ magic for fallback to default user instead of the requested user
Thu, 03 Jan 2019 01:22:06 +0100 Mads Kiilerich auth: drop unused AuthUser.is_authenticated
Sun, 07 Apr 2019 23:35:23 +0200 Mads Kiilerich auth: use other and better checks than is_authenticated
Thu, 03 Jan 2019 01:16:36 +0100 Mads Kiilerich auth: drop api_access_controllers_whitelist and give API key auth same access as other kinds of auth
Mon, 31 Dec 2018 02:32:23 +0100 Mads Kiilerich auth: refactor auth computation, introducing bump_permission helper function
Sat, 29 Dec 2018 19:16:56 +0100 Mads Kiilerich auth: drop "multiple_counter" from computing permissions
Sat, 29 Dec 2018 18:55:01 +0100 Mads Kiilerich auth: minor refactoring of computation of admin access for repo owners
Sat, 29 Dec 2018 18:39:46 +0100 Mads Kiilerich auth: drop the internal "explicit" flag - the new default is all we want; explicit permissions should never blindly overrule indirect permissions
Sat, 29 Dec 2018 17:48:07 +0100 Mads Kiilerich auth: explicit user permission should not blindly overrule permissions through user groups
Mon, 31 Dec 2018 02:25:11 +0100 Mads Kiilerich auth: global permissions given to the default user are the bare minimum and should apply to *all* other users too
Thu, 03 Jan 2019 01:03:27 +0100 Mads Kiilerich auth: minor code improvements around global permission
Mon, 21 Jan 2019 03:57:34 +0100 Mads Kiilerich tests: verify in test_api_pull_remote that a pull from remote updates the tip cache
Mon, 21 Jan 2019 03:39:26 +0100 Mads Kiilerich tests: verify in vcs test_push_invalidates_cache that the push hook actually updates the cache
Mon, 21 Jan 2019 03:37:06 +0100 Mads Kiilerich tests: fix test_push_invalidates_cache - put test data in the right repo
Wed, 16 Jan 2019 02:32:33 +0100 Mads Kiilerich tests: better coverage of UserLog action logging
Wed, 16 Jan 2019 02:11:55 +0100 Mads Kiilerich tests: make test_vcs_operations test_push_new_repo work on hg
Thu, 17 Jan 2019 04:25:52 +0100 Mads Kiilerich tests: create clone_url in VcsTest as repo_url_param - it will soon create more than just a URL when it will be used for ssh testing
Wed, 16 Jan 2019 01:56:37 +0100 Mads Kiilerich tests: refactor vcs _add_files_and_push - pass url_fixture
Thu, 17 Jan 2019 04:00:26 +0100 Mads Kiilerich tests: refactor test_vcs_operations _add_files - make clone_url mandatory
Tue, 13 Mar 2018 23:52:10 +0100 domruf tests: run the same vcs tests both for hg and git using http ... and soon also ssh
Wed, 16 Jan 2019 12:55:10 +0100 Mads Kiilerich hooks: refactor log_push_action
Wed, 23 Jan 2019 00:03:40 +0100 Mads Kiilerich utils: refactor make_ui to always read from db, optionally also augmenting with hgrc content
Wed, 23 Jan 2019 03:52:13 +0100 Mads Kiilerich hooks: make sure push and pull hooks always are enabled
Wed, 16 Jan 2019 02:32:35 +0100 Mads Kiilerich locking: drop the pull-to-lock / push-to-unlock functionality