summaryrefslogtreecommitdiff
path: root/portato/backend (follow)
Commit message (Expand)AuthorAgeFilesLines
* Build new ebuild-windownecoro2007-02-111-1/+1
* Added method which checks, whether a use flag is enablednecoro2007-02-111-0/+22
* bug fix in update_worldnecoro2007-02-061-5/+1
* bug in find_system_packages and find_world_packagesnecoro2007-02-061-2/+2
* fixed some bugs pyChecker foundnecoro2007-01-313-6/+8
* Small enhancementsnecoro2007-01-242-7/+13
* Bug fixesnecoro2007-01-161-1/+1
* Updatesnecoro2007-01-113-25/+38
* Fixed typo in dependency-calculationnecoro2007-01-081-1/+1
* enhancement for the settings-handling (better reloading-support, moving into ...necoro2006-12-293-92/+121
* fixed small bug #3necoro2006-12-121-4/+4
* used sets for flags; make newuse work completlynecoro2006-12-102-22/+22
* made slots work for update_worldnecoro2006-12-102-64/+76
* added handling of masked packages during an update-world; small changes in ge...necoro2006-12-062-25/+24
* removed gentoolkit-dependencynecoro2006-12-023-44/+223
* Added portage.db wherever it wants tree ... not the final solution, but it do...necoro2006-11-292-1/+2
* Renamed to portatonecoro2006-11-245-0/+1371
peewee import to allow import on global levelRené 'Necoro' Neumann2-2/+6 2017-03-04Prefixes, Tags, and ImplicationsRené 'Necoro' Neumann2-12/+74 2017-03-04Allow to add implications for tagsRené 'Necoro' Neumann1-12/+30 2017-03-04FixesRené 'Necoro' Neumann1-8/+5 2017-03-04Fix Peewee Model.get() (cf. PR #1202)René 'Necoro' Neumann1-1/+25 2017-03-04Remove "builtin" and "pseudo" columns; use "virtual" insteadRené 'Necoro' Neumann3-10/+4 2017-02-27Inserting DocumentsRené 'Necoro' Neumann4-16/+91 2017-02-26Refined the EnumFieldRené 'Necoro' Neumann2-24/+34 2017-02-26Introduce enum fieldsRené 'Necoro' Neumann1-2/+31 2017-02-26Introduce the closureRené 'Necoro' Neumann2-3/+102 2017-02-26Some repr and str improvements on the modelRené 'Necoro' Neumann1-3/+25 2017-02-26Move logging to extra functionRené 'Necoro' Neumann1-5/+7 2017-02-26Include sqllite closure extension in build processRené 'Necoro' Neumann4-2/+1001 2017-02-26More tag handlingRené 'Necoro' Neumann2-3/+82 2017-02-25More prefix workRené 'Necoro' Neumann3-9/+96 2017-02-25Use Peewee instead of SQLAlchemyRené 'Necoro' Neumann5-121/+96 2016-08-16FixRené 'Necoro' Neumann1-1/+1 2016-08-16Use current setuputils flowRené 'Necoro' Neumann2-0/+17 2016-08-16Basic CLIRené 'Necoro' Neumann3-0/+33 2016-08-15Initial model and sqlalchemy setupRené 'Necoro' Neumann3-0/+104