<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/f973b866fffc1cacbaa840641b1f7d8491a19bb5" style="text-decoration: none; font-weight: bold; color: #573;">Turbogears2 migration: use sqlalchemy.url iso sqlalchemy.db1.url  In Turbogears2, much of the application initialization is handled by the framework, whereas...</a></h1>
<div id="body">
patrickdp committed on 2016-08-22 15:50:51<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/f973b866fffc1cacbaa840641b1f7d8491a19bb5">f973b866</a><pre>Turbogears2 migration: use sqlalchemy.url iso sqlalchemy.db1.url

In Turbogears2, much of the application initialization is handled by the
framework, whereas in Pylons the application was responsible for it.
Initializing SQLAlchemy is one such part of initialization which is handled
by Turbogears2.

Turbogears2 expects the configuration file to refer to the database using
'sqlalchemy.url' rather than the current 'sqlalchemy.db1.url'. While the
exact name is not really important, not following this approach means we'll
need to override the sqlalchemy initialization method.

Therefore, as a preparation to the Turbogears2 migration, already change the
database reference string under Pylons.
When upgrading to a version of Kallithea containing this commit, the .ini
file will manually need to be adapted to remove the .db1 strings.

 M development.ini (5 lines added, 5 lines removed)
 M docs/upgrade.rst (1 lines added, 1 lines removed)
 M kallithea/alembic/env.py (1 lines added, 1 lines removed)
 M kallithea/bin/template.ini.mako (5 lines added, 5 lines removed)
 M kallithea/config/deployment.ini_tmpl (5 lines added, 5 lines removed)
 M kallithea/config/environment.py (3 lines added, 3 lines removed)
 M kallithea/lib/celerylib/__init__.py (1 lines added, 1 lines removed)
 M kallithea/lib/hooks.py (1 lines added, 1 lines removed)
 M kallithea/lib/paster_commands/common.py (1 lines added, 1 lines removed)
 M kallithea/lib/utils.py (1 lines added, 1 lines removed)
 M kallithea/tests/scripts/manual_test_concurrency.py (1 lines added, 1 lines removed)
 M kallithea/tests/test.ini (6 lines added, 6 lines removed)
 M kallithea/websetup.py (1 lines added, 1 lines removed)
 M scripts/dbmigrate-test (1 lines added, 1 lines removed)
 M scripts/generate-ini.py (1 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/5eec79420ce3706e28f670addb7caa66ed004b2a" style="text-decoration: none; font-weight: bold; color: #573;">Turbogears2 migration: remove some references to Pylons in comments  In order to minimize the diff of the actual Turbogears2 migration, this commit already r...</a></h1>
<div id="body">
patrickdp committed on 2016-09-13 16:01:19<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/5eec79420ce3706e28f670addb7caa66ed004b2a">5eec7942</a><pre>Turbogears2 migration: remove some references to Pylons in comments

In order to minimize the diff of the actual Turbogears2 migration, this
commit already removes certain unnecessary references to Pylons from the
Kallithea source base.
Places where the reference to Pylons is important are still kept for now, as
well as references in kallithea/config where many changes are made for
Turbogears2 anyway.

 M kallithea/__init__.py (3 lines added, 3 lines removed)
 M kallithea/controllers/admin/user_groups.py (1 lines added, 1 lines removed)
 M kallithea/controllers/admin/users.py (1 lines added, 1 lines removed)
 M kallithea/controllers/changeset.py (1 lines added, 2 lines removed)
 M kallithea/controllers/compare.py (1 lines added, 1 lines removed)
 M kallithea/controllers/journal.py (1 lines added, 1 lines removed)
 M kallithea/lib/auth.py (2 lines added, 2 lines removed)
 M kallithea/lib/hooks.py (2 lines added, 2 lines removed)
 M kallithea/lib/paster_commands/common.py (1 lines added, 1 lines removed)
 M kallithea/lib/utils.py (1 lines added, 1 lines removed)
 M kallithea/tests/__init__.py (1 lines added, 6 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>