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