summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Support character range input to dependency scannerDan Goodliffe2016-06-03
|
* Copy-free getRange in ebuild cache parserDan Goodliffe2016-06-03
|
* Simplify the regex used match package names in dependencies.Dan Goodliffe2016-06-02
| | | | | Uses non-greedy matching for a wider scope of things and anchors the match to whitespace or end of string... adds yet another test case.
* Support enabling/disabling various parts of the update process.Dan Goodliffe2016-06-02
| | | | | Add a generic handler for collecting results of jobs. Count the failures of jobs and use it as the return value.
* No need to expose stuff publically for testing if we just compile them into ↵Dan Goodliffe2016-06-02
| | | | the test
* Add missing drop tableDan Goodliffe2016-06-01
|
* packageManifestProcessor isn't implemented yet, so just delete the stubDan Goodliffe2016-06-01
|
* Don't delete packages and categories immediately when deleting ebuilds (they ↵Dan Goodliffe2016-06-01
| | | | might come back), do them in apply
* Import package tree newsDan Goodliffe2016-06-01
|
* Fix date only conversions in news model.Dan Goodliffe2016-06-01
| | | | Impement packPqTextArray
* Include parser state on lexer match failureDan Goodliffe2016-06-01
|
* Parallel extract and lookupDan Goodliffe2016-06-01
|
* Don't require processOrder on file typesDan Goodliffe2016-05-31
|
* Remove debug and bind correct fields of bug dataDan Goodliffe2016-05-31
|
* Merge branch 'gentoobrowse-api-maint2'Dan Goodliffe2016-05-30
|\
| * Ignore .ebuild files, lots of them and we don't use themDan Goodliffe2016-05-30
| |
| * gbdbupdate does bugs too and background optionDan Goodliffe2016-05-30
| |
| * Associate bugs with packagesDan Goodliffe2016-05-29
| |
| * Import bug list htmlsDan Goodliffe2016-05-29
| |
| * Move maintenanceimpl.cpp so parts can be separateDan Goodliffe2016-05-27
| |
| * Clean tmp folder at exit, not instantlyDan Goodliffe2016-05-27
| |
| * Apply ebuild masks after importDan Goodliffe2016-05-27
| |
| * Empty the right table on masks removalDan Goodliffe2016-05-27
| |
| * Add an update util for triggering database updatesDan Goodliffe2016-05-26
| |
| * Use SQL copy to upload file list fasterDan Goodliffe2016-05-26
| |
| * Improve file list merging with second temp tableDan Goodliffe2016-05-26
| |
| * Always remove tmp dir after scan regardless of successfulnessDan Goodliffe2016-05-26
| |
| * Updates to dependency scanner based on real world dataDan Goodliffe2016-05-26
| |
| * RepoId isn't part of the primary keyDan Goodliffe2016-05-26
| |
| * Dump a copy of files tooDan Goodliffe2016-05-26
| |
| * Phony current.sql is in binDan Goodliffe2016-05-26
| |
| * Add make file for updating schemaDan Goodliffe2016-05-25
| |
| * Fix order of properties on firstseenDan Goodliffe2016-05-25
| |
| * Commit check function bodies on importDan Goodliffe2016-05-25
| |
| * Bulk merge ebuild dependencies (accidentally fixes bug where dependencies ↵Dan Goodliffe2016-05-24
| | | | | | | | weren't found if a package didn't yet exist)
| * Extend EntityWhereFilter to operate on a set of IdsDan Goodliffe2016-05-24
| |
| * Add count tests for depsDan Goodliffe2016-05-24
| |
| * Non-const processor methods and prepare, apply and tidy eventsDan Goodliffe2016-05-23
| |
| * Create file processors per run maintenance runDan Goodliffe2016-05-22
| |
| * Add support for merging dependenciesDan Goodliffe2016-05-22
| |
| * Precompile regexen for dependenciesDan Goodliffe2016-05-03
| |
| * Add a dependency scanner/extracterDan Goodliffe2016-05-02
| |
| * Add a flexible extensible lexerDan Goodliffe2016-05-02
| |
| * Process masksDan Goodliffe2016-04-30
| |
| * Add atomspec column to DB and test dataDan Goodliffe2016-04-30
| |
| * Remove ebuild update debugDan Goodliffe2016-04-30
| |
| * IceTray compat fixDan Goodliffe2016-04-30
| |
| * Rename badly named SQL expressionDan Goodliffe2016-04-27
| |
| * Ingest grouped use flagsDan Goodliffe2016-04-27
| |
| * Remove unrequired wrapper functionsDan Goodliffe2016-04-26
| |