Changeset - 968f2d4214e8
[Not reviewed]
default
! ! !
Søren Løvborg - 9 years ago 2016-05-18 14:34:07
sorenl@unity3d.com
db: remove SQLAlchemy Migrate library and RhodeCode migration scripts

It is no longer used or referenced.
58 files changed:
Changeset was too big and was cut off... Show full diff anyway
0 comments (0 inline, 0 general)
LICENSE.md
Show inline comments
 
@@ -252,25 +252,12 @@ you may not use this file except in comp
 

	
 
A [copy of the Apache License 2.0](Apache-License-2.0.txt) is also included
 
in this distribution.
 

	
 

	
 

	
 
Migrate
 
-------
 

	
 
Kallithea incorporates in kallithea/lib/dbmigrate/migrate parts of the Python
 
system called [Migrate or sqlalchemy-migrate](https://github.com/stackforge/sqlalchemy-migrate),
 
which is:
 

	
 
Copyright (c) 2009 Evan Rosson, Jan Dittberner, Domen Kožar
 

	
 
and licensed under the MIT-permissive license, which is
 
[included in this distribution](MIT-Permissive-License.txt).
 

	
 

	
 
Icon fonts
 
----------
 

	
 
Kallithea incorporates subsets of both
 
[Font Awesome](http://fontawesome.io) and
 
[GitHub Octicons](https://octicons.github.com) for icons. Font Awesome is:
MANIFEST.in
Show inline comments
 
@@ -9,13 +9,12 @@ include           development.ini
 
recursive-include docs *
 
recursive-include init.d *
 
include           kallithea/bin/ldap_sync.conf
 
include           kallithea/bin/template.ini.mako
 
include           kallithea/config/deployment.ini_tmpl
 
recursive-include kallithea/i18n *
 
recursive-include kallithea/lib/dbmigrate *.py_tmpl README migrate.cfg
 
recursive-include kallithea/public *
 
recursive-include kallithea/templates *
 
recursive-include kallithea/tests/fixtures *
 
recursive-include kallithea/tests/scripts *
 
include           kallithea/tests/test.ini
 
include           kallithea/tests/vcs/aconfig
kallithea/lib/dbmigrate/__init__.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate.cfg
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/__init__.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/changeset/__init__.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/changeset/ansisql.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/changeset/constraint.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/changeset/databases/__init__.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/changeset/databases/firebird.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/changeset/databases/mysql.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/changeset/databases/oracle.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/changeset/databases/postgres.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/changeset/databases/sqlite.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/changeset/databases/visitor.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/changeset/schema.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/exceptions.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/__init__.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/api.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/cfgparse.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/config.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/genmodel.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/migrate_repository.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/pathed.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/repository.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/schema.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/schemadiff.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/script/__init__.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/script/base.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/script/py.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/script/sql.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/shell.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/template.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/templates/__init__.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/templates/manage.py_tmpl
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/templates/manage/default.py_tmpl
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/templates/manage/pylons.py_tmpl
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/templates/repository/__init__.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/README
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/__init__.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/migrate.cfg
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/versions/__init__.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/README
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/__init__.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/migrate.cfg
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/versions/__init__.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/templates/script/__init__.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/templates/script/default.py_tmpl
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/templates/script/pylons.py_tmpl
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/templates/sql_script/default.py_tmpl
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/templates/sql_script/pylons.py_tmpl
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/util/__init__.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/util/importpath.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/util/keyedinstance.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/migrate/versioning/version.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/schema/__init__.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/schema/db_1_1_0.py
Show inline comments
 
deleted file
kallithea/lib/dbmigrate/schema/db_1_2_0.py
Show inline comments
 
deleted file

Changeset was too big and was cut off... Show full diff anyway

0 comments (0 inline, 0 general)