log

age author description
Sat, 10 Nov 2018 21:35:54 +0100 Thomas De Schampheleire model: changeset_status: remove support for 'dont_allow_on_closed_pull_request' and 'StatusChangeOnClosedPullRequestError'
Sat, 10 Nov 2018 21:34:57 +0100 Thomas De Schampheleire controllers: changeset: always allow status changes
Sat, 10 Nov 2018 21:29:29 +0100 Thomas De Schampheleire controllers: pullrequests: rename _get_is_allowed_change_status
Sat, 10 Nov 2018 21:05:28 +0100 Thomas De Schampheleire controllers: changeset: catch status changes on inline comments
Thu, 08 Nov 2018 21:38:37 +0100 Thomas De Schampheleire controllers: forward pullrequests.delete_comment to changeset
Fri, 19 Oct 2018 22:02:55 +0200 Thomas De Schampheleire controllers: align pullrequests.delete_comment with changeset.delete_comment
Tue, 20 Nov 2018 21:22:43 +0100 Thomas De Schampheleire tests: test status change in comments and pull requests
Tue, 20 Nov 2018 20:13:54 +0100 Thomas De Schampheleire tests: rename test_changeset_comments to test_changeset_pullrequests_comments
Mon, 19 Nov 2018 22:07:26 +0100 Thomas De Schampheleire tests: add tests for commenting on pullrequests
Sat, 17 Nov 2018 21:54:21 +0100 Thomas De Schampheleire tests: small improvements to test_changeset_comments
Thu, 18 Oct 2018 22:47:25 +0200 Thomas De Schampheleire cli: remove now obsolete 'paster_commands' files
Sun, 18 Nov 2018 19:57:40 +0100 Mads Kiilerich utils2: Move ask_ok out of paster_commands
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox celeryd' into 'kallithea-cli celery-run'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox make-index' into 'kallithea-cli index-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox make-rcext' in 'kallithea-cli extensions-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox setup-db' into 'kallithea-cli db-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox install-iis' into 'kallithea-cli iis-install'
Sun, 14 Oct 2018 22:09:49 +0200 Thomas De Schampheleire cli: repo-purge-deleted: improve reporting to user
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox cleanup-repos' into 'kallithea-cli repo-purge-deleted'
Wed, 03 Oct 2018 21:47:43 +0200 Thomas De Schampheleire cli: drop 'gearbox cache-keys --show/--cleanup' - they are rarely used, and use cases are covered by commands for updating metadata
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox update-repoinfo' into 'kallithea-cli repo-update-metadata'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox repo-scan' into 'kallithea-cli repo-scan'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox ishell' into 'kallithea-cli ishell'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox make-config' into 'kallithea-cli config-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: initial introduction of 'kallithea-cli' command
Mon, 05 Nov 2018 00:31:07 +0100 Mads Kiilerich Merge stable
Mon, 29 Oct 2018 21:51:53 +0100 Thomas De Schampheleire Added tag 0.3.6 for changeset 082c9b8f0f17 stable
Mon, 29 Oct 2018 21:50:56 +0100 Thomas De Schampheleire release: 0.3.6 stable 0.3.6
Sun, 21 Oct 2018 17:44:06 +0200 Mads Kiilerich lib: use bleach to sanitize HTML generated from markdown - fix XSS issue when repo front page shows README.md stable
Sun, 21 Oct 2018 17:42:37 +0200 Mads Kiilerich lib: refactor use of markdown library - it is a mandatory dependency stable
Sun, 21 Oct 2018 17:42:00 +0200 Mads Kiilerich lib: some doctest coverage of markup rendering stable
Sun, 21 Oct 2018 15:19:56 +0200 Mads Kiilerich hg: make protocol access control more explicit stable
Sun, 21 Oct 2018 15:18:43 +0200 Mads Kiilerich hg: explicit handling of the 'batch' protocol command - consider it a "push" command if any of the batch commands are stable
Thu, 11 Oct 2018 02:06:50 +0200 Mads Kiilerich hg: make __get_action command parsing simpler and safer stable
Mon, 29 Oct 2018 01:20:21 +0100 Mads Kiilerich hg: support Mercurial 4.8
Mon, 29 Oct 2018 01:20:21 +0100 Mads Kiilerich hg: update diff between repositories to support Mercurial 4.8 by using the makeunionrepository factory
Mon, 29 Oct 2018 01:20:21 +0100 Mads Kiilerich graph: don't try to get obsolete status for fake parent revisions
Mon, 29 Oct 2018 01:20:08 +0100 Mads Kiilerich hg: use localrepo.instance instead of invoking localrepository directly
Mon, 29 Oct 2018 01:07:18 +0100 Mads Kiilerich hg: refactor compat wrapping of repository
Mon, 29 Oct 2018 01:07:15 +0100 Mads Kiilerich docs: update i18n doc after TG migration changed lang to i18n.lang and test.ini is generated
Fri, 12 Oct 2018 20:39:17 +0200 Thomas De Schampheleire docs: align use of 'my.ini' as configfile placeholder
Tue, 02 Oct 2018 20:11:18 +0200 Thomas De Schampheleire scripts/manifest: drop unused file
Tue, 09 Oct 2018 11:45:55 +0200 Mads Kiilerich make-config: tweak description - don't call it "bare" and don't reference setup-app
Sun, 30 Sep 2018 18:31:37 +0200 Mads Kiilerich tests: fix vcs Hg helper function get_config_value to not modify global state when using a custom config file
Sun, 30 Sep 2018 18:29:55 +0200 Mads Kiilerich tests: fix vcs Hg helper functions get_user_name and get_user_email to actually use provided config_file
Sun, 16 Sep 2018 21:05:06 +0200 Thomas De Schampheleire style: vertically align comment bubble icon
Sun, 16 Sep 2018 21:03:30 +0200 Thomas De Schampheleire style: remove vertical scrollbar on hover of last line's comment bubble
Sat, 15 Sep 2018 20:45:23 +0200 Thomas De Schampheleire model/scm: fix incorrect reporting of pull from remote git repo
Mon, 24 Sep 2018 22:37:44 +0200 Thomas De Schampheleire make-config: reorganize code to make it clear that --show-defaults can't be combined with custom key=value
Mon, 24 Sep 2018 22:37:44 +0200 Thomas De Schampheleire make-config: drop unused variables TMPL and here
Sat, 22 Sep 2018 21:29:22 +0200 Thomas De Schampheleire docs: upgrade: add section on updating git hooks
Sat, 22 Sep 2018 22:20:34 +0200 Mads Kiilerich config: abort early if the environment doesn't allow Python to pass Unicode strings to the file system layer
Tue, 18 Sep 2018 20:57:32 +0200 Thomas De Schampheleire notification: don't repeat common actions for each email recipient
Mon, 17 Sep 2018 22:34:09 +0200 Thomas De Schampheleire urls: allow canonical_url to contain more than just a hostname
Mon, 17 Sep 2018 22:33:57 +0200 Thomas De Schampheleire tests: add basic tests for canonical_url
Sat, 01 Sep 2018 16:14:30 +0200 Mads Kiilerich tests: workaround for pytest 3.7.1 breaking autouse of classmethods
Sat, 01 Sep 2018 16:14:24 +0200 Mads Kiilerich setup: bump all upper pip dependency versions to minor updates of what currently is available and testable on pypi
Sat, 01 Sep 2018 02:14:29 +0200 Mads Kiilerich setup: clarify that we require Routes less than 2.0
Sat, 01 Sep 2018 02:10:28 +0200 Mads Kiilerich celery: clarify that celery 4 doesn't work
Sat, 01 Sep 2018 02:08:15 +0200 Mads Kiilerich ishell: specify ipython minimum version 4