summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Replace bespoke parser for masks with an AdHoc LexerDan Goodliffe2016-10-15
|
* Only dump DB when asked forDan Goodliffe2016-10-15
|
* Use file utils and lexer now in libadhocutilgentoobrowse-api-0.5Dan Goodliffe2016-10-15
|
* Set cxxflags specifically, not cflagsDan Goodliffe2016-10-07
|
* Behave more like a normal compiler (write whole file, not append existing one)Dan Goodliffe2016-10-07
|
* Add basics of user serviceDan Goodliffe2016-10-04
|
* Add method for getting package use flag optionsDan Goodliffe2016-10-04
|
* Add methods for getting repo detailsDan Goodliffe2016-10-04
|
* Filter out partial blocks and set blocks flag only on full ones in all kinds ↵Dan Goodliffe2016-10-04
| | | | dependency
* Add slicer collection element metadataDan Goodliffe2016-10-04
|
* Add methods for getting dependencies and masksDan Goodliffe2016-10-03
|
* Template PqArrayDan Goodliffe2016-10-03
|
* Add method for getting ebuilds with details (archs and uses)Dan Goodliffe2016-09-26
|
* Use a custom model part to read string lists in bulk from the DBDan Goodliffe2016-09-25
|
* Throw and transport ICE exceptions when things aren't foundDan Goodliffe2016-09-24
|
* Remove unused util functionsDan Goodliffe2016-09-19
|
* Tidy overview categories and add test for unhyphenated category nameDan Goodliffe2016-09-19
|
* File event functions can be pureDan Goodliffe2016-09-19
|
* Extends API with functions to support websiteDan Goodliffe2016-09-19
|
* Fix race condition in building related mapsDan Goodliffe2016-08-09
|
* Update string literals in regex to behave predictably regardless of ↵Dan Goodliffe2016-08-08
| | | | standard_conforming_strings
* Fix format string for file sizegentoobrowse-api-0.4.5.1Dan Goodliffe2016-08-07
|
* Move model support code in domain libgentoobrowse-api-0.4.5Dan Goodliffe2016-06-27
|
* Include headersDan Goodliffe2016-06-27
|
* Allow control of --dll-export and --iceDan Goodliffe2016-06-26
|
* Set storage type on commitidDan Goodliffe2016-06-17
|
* Import all commits regardless of ageDan Goodliffe2016-06-13
|
* Dedupe the change log file listDan Goodliffe2016-06-13
|
* commitid can be a straight char(40), it won't varygentoobrowse-api-0.4.4Dan Goodliffe2016-06-12
|
* Remove the need to associate bugs and packages with functional indexDan Goodliffe2016-06-12
|
* Provide package change log from changelog, drop package_changelogsDan Goodliffe2016-06-12
|
* Set permissions on changelogDan Goodliffe2016-06-12
|
* Index changelog by packageDan Goodliffe2016-06-12
|
* Fix changelogfts type in commentDan Goodliffe2016-06-11
|
* WIP import git change logsDan Goodliffe2016-06-11
|
* Add missing drop tmp table in refresh bugsgentoobrowse-api-0.4.3.2Dan Goodliffe2016-06-11
|
* Add a test case that scans all dependencies in the official treeDan Goodliffe2016-06-05
|
* Use covering unique indexes for ebuild use and arch mergeDan Goodliffe2016-06-03
|
* Use entity where filter's entity ids directlyDan Goodliffe2016-06-03
|
* Bulk merge ebuild archsDan Goodliffe2016-06-03
|
* Bulk merge ebuild use flagsDan Goodliffe2016-06-03
|
* Only parse and insert non-null depsDan Goodliffe2016-06-03
|
* 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 tablegentoobrowse-api-0.4.3.1Dan Goodliffe2016-06-01
|
* packageManifestProcessor isn't implemented yet, so just delete the stubgentoobrowse-api-0.4.3Dan 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