log

age author description
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
Wed, 22 May 2019 18:06:55 -0400 Mads Kiilerich tests: make a commit in auto_clear_ip_permissions
Sat, 05 Jan 2019 16:42:07 +0100 Mads Kiilerich tests: fix utils2 extract_mentioned_usernames doctest
Sat, 05 Jan 2019 16:47:08 +0100 Mads Kiilerich tests: fix doctest for summarize_address_range - it is sensitive to linebreaks
Sat, 05 Jan 2019 14:57:49 +0100 Mads Kiilerich tests: fix missing constants in manual_test_concurrency.py
Wed, 16 Jan 2019 03:11:06 +0100 Mads Kiilerich tests: better debugging of failing vcs Commands - show the actual output, not the repr