invirt/packages/invirt-database.git
2019-12-10  Ben SteffenRemove systemd dependency since the init files were... 2to3
2019-12-10  Ben SteffenRemove now unnecessary extra configuration
2019-12-10  Ben SteffenRemove extra newlines
2019-12-09  Ben SteffenRemove init script that updates config files and instea...
2019-12-09  Ben SteffenMake base of new rules file
2019-12-09  Ben SteffenUpdate control file to use specific version of postgres...
2019-12-09  Ben SteffenUpdate pg_hba.conf.mako to use template from postgres...
2019-12-09  Ben SteffenRemove workaround for slow postgres restart
2019-12-09  Ben SteffenUpdate invirt-quota to Python 3
2019-12-09  Ben SteffenRemove shebang from non-script file
2019-12-09  Ben SteffenUpdate to using new style for config info
2019-12-09  Ben SteffenUpdate invirt-database-tables to Python 3 and move...
2019-12-09  Ben SteffenUpdate control and compat files
2019-12-07  Ben SteffenNormalize setup.py
2019-11-28  Ben SteffenNormalize permissions
2018-05-18  Mitchell E... Add other_action column to nics table mitchb precise-dev precise-prod 0.2.13
2018-05-15  Mitchell E... Add columns for netmask, gateway, and an "other_" set...
2018-04-25  Mitchell E... Allow multiple noc servers 0.2.12
2013-08-01  Steven ValdezAdded nagios to hba 0.2.11
2013-07-27  Steven ValdezAdding model to NIC table 0.2.10
2013-07-20  Steven ValdezUpdating version for precise glasgall-dev 0.2.9
2013-05-07  Adam Glasgallyet more sqlalchemy api changes
2013-05-07  Adam Glasgallupdate config for pg 8.4
2013-05-07  Adam Glasgallmissed one
2013-05-07  Adam Glasgallupdate init scripts
2013-04-29  Adam GlasgallMORE sqlalchemy compatibility changes
2013-04-29  Adam Glasgallmore sqlalchemy api fixes
2013-04-27  Adam GlasgallSQLAlchemy renamed session.clear() to session.expunge_all()
2013-03-22  Adam Glasgallmore workaround for API breakage
2013-03-22  Adam Glasgallmore API updates
2013-03-22  Adam Glasgallwork around removal of deprecated SQLAlchemy APIs
2013-03-22  Adam Glasgalldrop references to sqlalchemy.ext.assignmapper
2013-03-22  Adam Glasgalldrop references to sqlalchemy.ext.sessioncontext
2013-03-22  Adam Glasgalladd python-sqlalchemy-ext to Depends
2013-03-22  Adam Glasgallupdate references to pg 8.3 -> 8.4
2013-03-22  Adam Glasgallbump postgres version dependency
2013-03-22  Adam Glasgallport packaging to dh_python2
2010-12-26  Quentin SmithUpdate changelog dev prod 0.2.7
2010-12-26  Quentin Smithpg_createcluster MAY already set ssl depending on the...
2010-12-26  Quentin SmithAllow all users to write to the postgres temp directory
2010-12-26  Quentin SmithAdd a new type of autoinstall - a preseeded Debian...
2010-07-11  Greg BrockmanBumped changelog
2010-07-06  Greg BrockmanMade the build table's succeeded field nullable
2010-02-17  Quentin SmithEnforce a unique constraint on the machine name column. 0.2.5
2009-12-28  Anders KaseorgGenerate postgresql.conf with LC_ALL=en_US.UTF-8 pg_cre...
2009-12-25  Greg BrockmanFixed style + debugging echo from r2781
2009-12-25  Greg BrockmanMake invirt-database-server.postinst check whether...
2009-12-08  Evan BroderStore AFS cell configuration at authz.afs.cells instead... 0.2.2
2009-12-05  Evan BroderApparently invirt-database-server is no longer Python...
2009-11-23  Evan BroderRe-arrange the authz configuration.
2009-11-17  Paul Weavervalidate.py is the new validation code for invirt-web...
2009-11-01  Evan BroderAdd a field to the builds table to store a Python trace...
2009-10-29  Evan BroderAdd builds and build_logs tables to invirt-database...
2009-02-28  Evan BroderDon't forget to export the new admin-related variables. 0.2.1
2009-02-28  Evan BroderAdd admins table.
2009-02-28  Evan BroderMerge invirt-database-server into invirt-database. 0.2.0
2009-02-27  Quentin SmithFix get*Quotas 0.1.9
2009-02-27  Quentin SmithAdd "reusable" column for nics, to avoid reusing addres... 0.1.8
2009-02-27  Greg Pricefix more imports EIBTI-style
2009-02-27  Greg Priceinvirt-quota: more style fixes
2009-02-27  Greg Priceinvirt-quota: fix imports EIBTI-style
2009-02-27  Greg Priceinvirt-quota: refactor; print full help
2009-02-27  Peter Iannuccicosmetic change
2009-02-27  Greg Pricefold FormattableRecord, NullableRecord into Record
2009-02-27  Greg Pricesmall fixes to Record
2009-02-25  Peter IannucciAdded Record superclass for models, handling __repr__...
2009-02-19  Peter IannucciFixed docstring in invirt-quota script to reflect new...
2009-02-17  Evan BroderBe explicit about units in invirt-setquota. 0.1.7
2009-02-17  Evan BroderRename invirt-setquotas to invirt-quota.
2009-02-17  Evan BroderDisk quotas are measured in gigabytes.
2009-02-17  Evan BroderDon't explicitly initialize each quota when creating... 0.1.6
2009-02-17  Evan BroderMove invirt-setquotas into invirt-database.
2009-02-17  Evan BroderMake the default values in the owners class explicit.
2009-02-17  Peter IannucciChangelogs 0.1.4
2009-02-17  Peter IannucciFixed yasb
2009-02-17  Peter IannucciFixed another stupid bug.
2009-02-17  Peter IannucciMade some changes requested by Broder. 0.1.3
2009-02-17  Peter IannucciAdded all the other quotas for great win.
2009-02-17  Peter IannucciBumped version number to force new owner table creation invirt-database-server/0.0.11
2009-02-17  Peter IannucciRAM quotas at remctl; RAM quota exception script, table...
2009-01-31  Evan BroderConditionalize populating the types table in invirt... invirt-database-server/0.0.10
2009-01-31  Greg Priceinvirt-database-tables: populate types table
2009-01-26  Evan BroderFix a typo from r1989. invirt-database-server/0.0.9
2009-01-26  Evan BroderFix-up several packages to include the correct Conflict...
2009-01-06  Evan BroderClean up invirt-database's .egg-info directory from... 0.1.2
2009-01-06  Evan BroderCorrect a lintian warning in invirt-database 0.1.1
2008-12-29  Greg Pricepg_hba.conf: remove password-auth localhost lines
2008-11-18  Evan BroderTurn on lazy loading for all tables 0.1.0
2008-11-17  Evan BroderDon't require administrator to be non-null 0.0.6
2008-11-17  Evan BroderAdd an architecture field to the autoinstaller table 0.0.5
2008-11-07  Evan BroderDon't depend on invirt-mail-config everywhere invirt-database-server/0.0.7
2008-11-07  Evan BroderDepend on invirt-mail-config on all servers invirt-database-server/0.0.6
2008-10-31  Evan BroderUse invoke-rc.d instead of calling init scripts directly in invirt-database-server/0.0.5
2008-10-28  Evan Brodersipb-xen-base -> invirt-base in dependency lists invirt-database-server/0.0.4
2008-10-28  Evan BroderAdd attributes to the ORM to link mirrors and cdroms 0.0.3
2008-10-28  Evan BroderExport mirrors_table and Mirrors in invirt.database... 0.0.2
2008-10-26  Evan BroderFix the port number of postgres.conf, because the chroo... invirt-database-server/0.0.3
2008-10-26  Evan BroderFix a typo on the postfix.conf.invirt transform script
2008-10-26  Evan BroderForgot to change invirt-database-common to invirt-database invirt-database-server/0.0.2
2008-10-26  Evan Brodersipb-xen-database-common -> invirt-database 0.0.1
next