aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make add_versions return the IDs of the new items, for deletion work.Robin H. Johnson2007-11-071-6/+9
* Provide DELETE functions for database cleanups.Robin H. Johnson2007-11-071-4/+34
* Add functions to select CP/CPV ids for deletion detection.Robin H. Johnson2007-11-071-0/+46
* Fix slight bug with replacement stuff.Robin H. Johnson2007-11-041-2/+2
* SQLite should not use INDEX in table creation.Robin H. Johnson2007-11-051-0/+9
* Accessor function for the changelog metadata.Robin H. Johnson2007-10-241-0/+17
* Store the SHA1 and mtime for each ebuild and the package ChangeLog. ebuild mt...Robin H. Johnson2007-10-241-25/+33
* ignore -* in db generatorMarkus Ullmann2007-10-231-0/+2
* Whitespace fixesMarkus Ullmann2007-10-231-4/+4
* Pylintian cleanup again, adds some more error checking.Robin H. Johnson2007-10-211-14/+31
* Add indexes on tables for key columns. find_or_create_foo functions now retur...Robin H. Johnson2007-10-211-22/+47
* Add /verbump/ feature. Need to document limitations later.Robin H. Johnson2007-10-201-3/+20
* Pylint cleanup.Robin H. Johnson2007-10-201-3/+7
* find_cpv returns both columns now. refactor find_cpv_mtime to use find_cpv. a...Robin H. Johnson2007-10-201-23/+39
* Fix whitespace.Robin H. Johnson2007-10-201-36/+36
* Massive backend SQL cleanup, pass #1, proper prepared statements, to avoid al...Robin H. Johnson2007-10-191-109/+291
* Avoid duplicating the arches list.Robin H. Johnson2007-10-181-1/+2
* Remove debug statements.Robin H. Johnson2007-10-181-3/+0
* Add vim modelines to ensure editors do not mess with the Feng Shui of the pyt...Robin H. Johnson2007-10-181-0/+2
* check for difference in timestamps only if db is not built from scratchMarkus Ullmann2007-10-181-7/+7
* whitespace cleanups in dbgeneratorMarkus Ullmann2007-10-161-9/+9
* More whitespace fix.Robin H. Johnson2007-10-131-1/+1
* Fix code to support a proper external config and have proper MySQL support.Robin H. Johnson2007-10-131-51/+61
* Drop ppc-macos keyword.Robin H. Johnson2007-10-121-1/+1
* Improve naming of columns.Robin H. Johnson2007-10-111-20/+22
* Fix tuple usage.Robin H. Johnson2007-10-111-7/+7
* Fix the architecture list and use LRUCache instead of too-full dictionaries t...Robin H. Johnson2007-10-111-36/+61
* Add schema versioning a-la Rails for usage with MySQL and SQLite.Robin H. Johnson2007-10-101-5/+28
* Only track keywords that exist per package, not all of them. Reduces database...Robin H. Johnson2007-10-101-3/+1
* Move to arches as a seperate table.Robin H. Johnson2007-10-101-9/+45
* Break out the versions, another 4mb saved.Robin H. Johnson2007-10-101-20/+29
* Split out category and packages tables. Halves database size and provides spe...Robin H. Johnson2007-10-101-28/+70
* Avoid rebuilding data when it has not changed by tracking timestamps.Robin H. Johnson2007-10-101-0/+8
* strip unneeded definition of commit functionsMarkus Ullmann2007-10-081-3/+0
* Make sure MySQL is used in unicodeMarkus Ullmann2007-10-081-1/+1
* Make website MySQL readyMarkus Ullmann2007-10-071-1/+1
* MySQL prefers %s over ? as placeholderMarkus Ullmann2007-10-071-2/+5
* Create MySQL based PackageDB with generatorMarkus Ullmann2007-10-071-8/+31
* fix some column in widthMarkus Ullmann2007-10-051-4/+4
* fallback to pysqlite2 might come in handyMarkus Ullmann2007-09-191-2/+9
* transfer into subdirMarkus Ullmann2007-09-191-0/+80