Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-11 | autoimport: don't fork for readyaml | Helmut Grohne | |
This appears to be a huge performance boost. | |||
2013-06-11 | autoimport: support processing individual files | Helmut Grohne | |
This gets back the original functionality of importpkg.py. | |||
2013-06-10 | split the import phase to a yaml stream | Helmut Grohne | |
importpkg.py now emits a yaml stream instead of updating the database. The acutual updating now happens in readyaml.py. In this process autoimport.py was significantly reworked to import packages in parallel. | |||
2013-03-07 | use "ON DELETE CASCADE" clauses | Helmut Grohne | |
2013-03-07 | enable enforcing foreign keys | Helmut Grohne | |
2013-02-25 | autoimport: this is not how foreign key constraints work | Helmut Grohne | |
2013-02-23 | autoimport: log which packages are dropped | Helmut Grohne | |
2013-02-22 | autoimport: fix version check to actually work | Helmut Grohne | |
Don't fail on new packages and skip versions already processed again. | |||
2013-02-22 | autoimport: skip old versions entirely | Helmut Grohne | |
Presumably this is responsible for the blocking curl processes, since importpkg will terminate early when processing an old version. | |||
2013-02-22 | autoimport: first wait on the import | Helmut Grohne | |
Otherwise the import zombifies and curl blocks. | |||
2013-02-21 | rename test.py to importpkg.py | Helmut Grohne | |
2013-02-20 | reduce memory usage of autoimport | Helmut Grohne | |
2013-02-20 | implement autoimport | Helmut Grohne | |