GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
archive/proj/packages-3.git
master
old-master
packages.gentoo.org (2007-2015, obsolete)
Robin H. Johnson <robbat2@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dbgenerator
/
database.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make add_versions return the IDs of the new items, for deletion work.
Robin H. Johnson
2007-11-07
1
-6
/
+9
*
Provide DELETE functions for database cleanups.
Robin H. Johnson
2007-11-07
1
-4
/
+34
*
Add functions to select CP/CPV ids for deletion detection.
Robin H. Johnson
2007-11-07
1
-0
/
+46
*
Fix slight bug with replacement stuff.
Robin H. Johnson
2007-11-04
1
-2
/
+2
*
SQLite should not use INDEX in table creation.
Robin H. Johnson
2007-11-05
1
-0
/
+9
*
Accessor function for the changelog metadata.
Robin H. Johnson
2007-10-24
1
-0
/
+17
*
Store the SHA1 and mtime for each ebuild and the package ChangeLog. ebuild mt...
Robin H. Johnson
2007-10-24
1
-25
/
+33
*
ignore -* in db generator
Markus Ullmann
2007-10-23
1
-0
/
+2
*
Whitespace fixes
Markus Ullmann
2007-10-23
1
-4
/
+4
*
Pylintian cleanup again, adds some more error checking.
Robin H. Johnson
2007-10-21
1
-14
/
+31
*
Add indexes on tables for key columns. find_or_create_foo functions now retur...
Robin H. Johnson
2007-10-21
1
-22
/
+47
*
Add /verbump/ feature. Need to document limitations later.
Robin H. Johnson
2007-10-20
1
-3
/
+20
*
Pylint cleanup.
Robin H. Johnson
2007-10-20
1
-3
/
+7
*
find_cpv returns both columns now. refactor find_cpv_mtime to use find_cpv. a...
Robin H. Johnson
2007-10-20
1
-23
/
+39
*
Fix whitespace.
Robin H. Johnson
2007-10-20
1
-36
/
+36
*
Massive backend SQL cleanup, pass #1, proper prepared statements, to avoid al...
Robin H. Johnson
2007-10-19
1
-109
/
+291
*
Avoid duplicating the arches list.
Robin H. Johnson
2007-10-18
1
-1
/
+2
*
Remove debug statements.
Robin H. Johnson
2007-10-18
1
-3
/
+0
*
Add vim modelines to ensure editors do not mess with the Feng Shui of the pyt...
Robin H. Johnson
2007-10-18
1
-0
/
+2
*
check for difference in timestamps only if db is not built from scratch
Markus Ullmann
2007-10-18
1
-7
/
+7
*
whitespace cleanups in dbgenerator
Markus Ullmann
2007-10-16
1
-9
/
+9
*
More whitespace fix.
Robin H. Johnson
2007-10-13
1
-1
/
+1
*
Fix code to support a proper external config and have proper MySQL support.
Robin H. Johnson
2007-10-13
1
-51
/
+61
*
Drop ppc-macos keyword.
Robin H. Johnson
2007-10-12
1
-1
/
+1
*
Improve naming of columns.
Robin H. Johnson
2007-10-11
1
-20
/
+22
*
Fix tuple usage.
Robin H. Johnson
2007-10-11
1
-7
/
+7
*
Fix the architecture list and use LRUCache instead of too-full dictionaries t...
Robin H. Johnson
2007-10-11
1
-36
/
+61
*
Add schema versioning a-la Rails for usage with MySQL and SQLite.
Robin H. Johnson
2007-10-10
1
-5
/
+28
*
Only track keywords that exist per package, not all of them. Reduces database...
Robin H. Johnson
2007-10-10
1
-3
/
+1
*
Move to arches as a seperate table.
Robin H. Johnson
2007-10-10
1
-9
/
+45
*
Break out the versions, another 4mb saved.
Robin H. Johnson
2007-10-10
1
-20
/
+29
*
Split out category and packages tables. Halves database size and provides spe...
Robin H. Johnson
2007-10-10
1
-28
/
+70
*
Avoid rebuilding data when it has not changed by tracking timestamps.
Robin H. Johnson
2007-10-10
1
-0
/
+8
*
strip unneeded definition of commit functions
Markus Ullmann
2007-10-08
1
-3
/
+0
*
Make sure MySQL is used in unicode
Markus Ullmann
2007-10-08
1
-1
/
+1
*
Make website MySQL ready
Markus Ullmann
2007-10-07
1
-1
/
+1
*
MySQL prefers %s over ? as placeholder
Markus Ullmann
2007-10-07
1
-2
/
+5
*
Create MySQL based PackageDB with generator
Markus Ullmann
2007-10-07
1
-8
/
+31
*
fix some column in width
Markus Ullmann
2007-10-05
1
-4
/
+4
*
fallback to pysqlite2 might come in handy
Markus Ullmann
2007-09-19
1
-2
/
+9
*
transfer into subdir
Markus Ullmann
2007-09-19
1
-0
/
+80