log setup.py @ 7572:dcececb1f53e

age author description
Fri, 28 Dec 2018 21:56:52 +0100 Thomas De Schampheleire setup.py: support Paste 3.0.x
Sun, 23 Dec 2018 21:16:07 +0100 Mads Kiilerich gearbox: drop last traces of upgrade-db paster command
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, 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
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
Mon, 29 Oct 2018 01:20:21 +0100 Mads Kiilerich hg: support Mercurial 4.8
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
Thu, 30 Aug 2018 20:58:25 +0200 Thomas De Schampheleire setup: sort gearbox.commands
Mon, 06 Aug 2018 00:37:13 +0200 Mads Kiilerich setup: normalize casing of dependencies and formatting of constraints
Sun, 05 Aug 2018 23:25:23 +0200 Mads Kiilerich hg: support 4.7
Sun, 05 Aug 2018 23:16:10 +0200 Mads Kiilerich hg: bump minimum version to 4.1.1
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich setup: support Mercurial 4.6
Mon, 02 Apr 2018 14:22:11 +0200 Mads Kiilerich setup: support Mercurial 4.5.x
Mon, 02 Apr 2018 14:14:55 +0200 Mads Kiilerich setup: drop support for Mercurial < 4.0
Sun, 08 Apr 2018 17:03:08 +0200 Mads Kiilerich setup: do like TurboGears2 and don't support WebOb 1.8
Tue, 30 Jan 2018 14:35:03 +0100 Branko Majic setup: updated dependencies to accept latest Pylons release (1.0.3). stable
Thu, 11 Jan 2018 19:59:10 +0100 domruf tests: git changeset authors need to have the format 'username <user@example.com>'
Wed, 15 Nov 2017 00:05:24 +0100 domruf setup: temporary workaround to avoid dulwich 0.8.16 - it cause test failures
Sun, 22 Oct 2017 23:00:37 +0200 Mads Kiilerich vcs: support Mercurial 4.4
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich vcs: support Mercurial 4.3.x
Tue, 06 Jun 2017 21:10:52 +0200 domruf hg: support Mercurial 4.2 stable
Sun, 14 May 2017 01:12:56 +0200 Mads Kiilerich setup: don't use setuptools 34 - it has indirect conflicts with the celery version supported on the stable branch (Issue #266) stable
Tue, 06 Jun 2017 21:10:52 +0200 domruf hg: support Mercurial 4.2
Mon, 27 Mar 2017 11:29:38 +0200 Søren Løvborg db: upgrade to SQLAlchemy 1.1, fixing invalid PostgreSQL SQL in User.is_default_user
Fri, 27 Jan 2017 20:49:01 +0100 Thomas De Schampheleire docs: smtp_port is now respected by backlash
Sun, 29 Jan 2017 21:08:49 +0100 Alessandro Molina backend: replace Pylons with TurboGears2
Mon, 12 Sep 2016 17:50:11 +0200 Mads Kiilerich gearbox: make a make-config sub-command available again
Tue, 25 Oct 2016 21:32:24 +0200 Mads Kiilerich gearbox: replace paster with something TurboGears2-ish that still works with the Pylons stack
Thu, 02 Feb 2017 03:11:47 +0100 Mads Kiilerich setup: bump WebOb to >=1.7
Thu, 02 Feb 2017 03:11:29 +0100 Mads Kiilerich setup: bump whoosh and bcrypt minimum versions
Mon, 23 Jan 2017 20:54:42 +0100 Mads Kiilerich setup: really support latest Beaker version (1.8.1) after 5a5bab2b773c
Sat, 14 Jan 2017 20:59:57 +0100 Andrew Shadura setup: bump babel version to <2.4
Sat, 14 Jan 2017 20:56:48 +0100 Andrew Shadura setup: don't constrain docutils version
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich setup: support latest Beaker version (1.8.1)
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich hg: support Mercurial 4.1
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich celery: upgrade to Celery 3
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich celeryd: move the celeryd paster command to the place where paster commands live
Wed, 03 Aug 2016 18:26:33 +0200 domruf setup: limit WebTest version to <2.0
Thu, 16 Jun 2016 18:40:26 +0200 domruf setup: support later waitress versions
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 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 setup: move test dependencies to dev_requirements.txt to make them optional
Fri, 15 Jul 2016 21:49:35 +0200 Søren Løvborg db: use consistent key/index/constraint names when creating database
Thu, 02 Jun 2016 13:21:59 +0200 Søren Løvborg db: add Alembic "migration environment"
Tue, 14 Jun 2016 12:02:22 +0200 Søren Løvborg paster: add informational/dummy "upgrade-db" command
Mon, 18 Jul 2016 14:08:43 +0200 Søren Løvborg db: remove SQLAlchemy Migrate support
Tue, 12 Jul 2016 21:47:14 +0200 Andrew Shadura setup: bump dulwich dependency to 0.14.1
Sun, 03 Jul 2016 12:21:00 +0200 Andrew Shadura setup: use modern bcrypt implementation instead of unsupported old one
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich setup: upgrade SQLAlchemy to 1.0.x series
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich setup: support Mercurial 3.8
Fri, 05 Feb 2016 21:19:44 +0100 Thomas De Schampheleire setup.py: enable pytest-sugar plugin
Mon, 07 Mar 2016 18:45:14 +0100 Søren Løvborg setup.py: remove unused package_data
Tue, 09 Feb 2016 17:46:36 +0100 Mads Kiilerich Merge stable
Tue, 09 Feb 2016 17:46:21 +0100 Mads Kiilerich hg: support Mercurial 3.7.x stable
Wed, 03 Feb 2016 22:32:28 +0100 Thomas De Schampheleire pytest migration: switch to pytest; remove nose support
Fri, 27 Nov 2015 01:34:47 +0100 Mads Kiilerich setup: support the Mercurial 3.6 series stable
Mon, 14 Sep 2015 23:06:28 +0200 Mads Kiilerich setup: monkey patch setuptools to make distutils set owner/group to root stable
Thu, 03 Sep 2015 17:41:05 +0200 Mads Kiilerich setup: drop pycrypto dependency - it has been unused since 31e119cb02ef
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich setup: reintroduce nosetests support that was removed in Pylons after 1.0.0
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich setup: drop unused simplejson dependency
Sun, 09 Aug 2015 02:17:14 +0200 Mads Kiilerich cleanup: consistently use 'except ... as ...:'
Wed, 05 Aug 2015 12:29:41 +0200 Mads Kiilerich mercurial: support Mercurial 3.5
Wed, 05 Aug 2015 12:29:41 +0200 Mads Kiilerich pylons: support Pylons 1.0.2
Sun, 12 Apr 2015 13:29:57 +0200 Andrew Shadura setup: bump mercurial requirement to 2.9
Tue, 31 Mar 2015 01:16:53 +0200 Mads Kiilerich setup: constrain dulwich to version 0.9.9
Wed, 25 Mar 2015 20:47:45 +0100 Mads Kiilerich setup: update dulwich requirement to >= 0.9.9 which fixes CVE-2015-0838
Mon, 23 Mar 2015 16:07:35 +0100 Andrew Shadura spelling: use correct Git capitalisation where appropriate
Tue, 03 Feb 2015 16:59:28 -0800 Sean Farley setup: increase mercurial support to 3.3
Sun, 02 Nov 2014 13:52:55 -0800 Sean Farley setup: remove duplicate logic for mercurial dependency
Fri, 03 Oct 2014 00:20:36 +0200 Mads Kiilerich cleanup-repos: reintroduce paster command
Sun, 14 Sep 2014 07:39:06 +0200 Henrik Stuart paster: add install-iis command to automate IIS handler generation
Wed, 24 Sep 2014 14:24:40 +0200 Mads Kiilerich setup: clarify that we only support 2.6 and 2.7
Sun, 31 Aug 2014 15:07:36 +0200 Jelmer Vernooij Only use newer versions of Dulwich on Python >= 2.7.
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich setup: support Mercurial versions up to 3.1.x
Wed, 16 Jul 2014 01:06:15 +0200 Jelmer Vernooij Support newer versions of bcrypt.
Wed, 16 Jul 2014 00:10:01 +0200 Jelmer Vernooij Support using newer versions of formencode.
Wed, 16 Jul 2014 00:09:49 +0200 Jelmer Vernooij Support using newer versions of babel.
Wed, 16 Jul 2014 00:09:33 +0200 Jelmer Vernooij Support build with newer versions of whoosh.
Wed, 16 Jul 2014 00:09:17 +0200 Jelmer Vernooij Loosen dependency on Mako to include mako 1.0.
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich minor fixes - mainly wording
Thu, 10 Jul 2014 15:20:43 +0100 Jelmer Vernooij Support building with newer docutils and pycrypto.
Wed, 09 Jul 2014 00:34:56 +0200 Jelmer Vernooij Support running with newer versions of Dulwich that are backwards compatible.
Fri, 04 Jul 2014 15:58:04 +0200 Mads Kiilerich Fixes for pypi - increment version to 0.0 0.0
Fri, 04 Jul 2014 09:40:56 -0400 Bradley M. Kuhn Use Conservancy's Kallithea Committee address as author_email.
Wed, 02 Jul 2014 19:06:01 -0400 Bradley M. Kuhn General renaming to Kallithea kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:39 -0400 Bradley M. Kuhn Rename helper tools (and fix inconsistent naming) kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:28 -0400 Bradley M. Kuhn First step in two-part process to rename directories to kallithea. kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:00 -0400 Bradley M. Kuhn Rename paster command setup-rhodecode to setup-db kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:03:13 -0400 Bradley M. Kuhn Imported some of the GPLv3'd changes from RhodeCode v2.2.5. rhodecode-2.2.5-gpl
Mon, 08 Jul 2013 20:56:13 +0200 Marcin Kuzminski bumped mercurial version
Tue, 18 Jun 2013 01:45:46 +0200 Marcin Kuzminski Added ini config maker with dynamic variable replacements.
Mon, 17 Jun 2013 15:58:20 +0200 Marcin Kuzminski Fixes some issues with keywords generation, and cleaned the code
Fri, 07 Jun 2013 00:31:11 +0200 Marcin Kuzminski Merged dev into stable/default/master branch
Mon, 03 Jun 2013 14:18:07 +0200 Marcin Kuzminski Bumped mercurial version beta
Thu, 30 May 2013 00:01:16 +0200 Marcin Kuzminski moved make-index command to paster_commands module beta
Sat, 25 May 2013 15:38:57 +0200 Marcin Kuzminski bumped waitress version beta
Fri, 24 May 2013 15:07:49 +0200 Marcin Kuzminski Bumped mercurial version beta
Wed, 22 May 2013 20:14:48 +0200 Marcin Kuzminski Fix check statements from () which had no effect really beta
Sat, 11 May 2013 20:24:02 +0200 Marcin Kuzminski Implemented simple gist functionality ref #530. beta
Fri, 03 May 2013 23:19:30 +0200 Marcin Kuzminski fix depracated PLATFORM_WIN var beta
Fri, 03 May 2013 17:10:11 +0200 Marcin Kuzminski bumped mercurial to 2.6 beta
Sun, 07 Apr 2013 18:37:22 +0200 Marcin Kuzminski merge with rc1
Fri, 05 Apr 2013 00:09:53 +0200 Marcin Kuzminski bumed mercurial version beta
Thu, 04 Apr 2013 02:13:43 +0200 Marcin Kuzminski ishell paster command beta
Wed, 27 Mar 2013 19:06:09 +0100 Marcin Kuzminski added super simple cache_key paster function for showing and cleaning cache keys beta
Tue, 26 Feb 2013 13:36:38 +0100 Marcin Kuzminski fix webtest dependency