Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use a more long lived store connection for loading data | Christopher Baines | 2020-02-13 |
| | | | | | As this will enable registering temporary roots, to avoid store items being garbage collected. | ||
* | Start storing channel instance derivations | Christopher Baines | 2020-02-11 |
| | | | | These are the ones that relate to Guix pull. | ||
* | Update the load-new-revision-job tests | Christopher Baines | 2020-02-11 |
| | |||
* | Insert channel news entries when loading new guix revisions | Christopher Baines | 2019-11-21 |
| | | | | If the channel-news-for-commit function is present. | ||
* | Refactor channel handling in the load-new-guix-revision module | Christopher Baines | 2019-11-21 |
| | | | | To allow for passing the channel to channel-news-for-commit. | ||
* | Avoid erroring when processing emails again | Christopher Baines | 2019-08-05 |
| | | | | | These changes allow processing emails again, and just creating job and branch entries where data is missing. | ||
* | Remove test data after the tests have ran | Christopher Baines | 2019-08-05 |
| | | | | | The load-new-guix-revision tests aren't transactional, so truncate some tables after running the tests. | ||
* | Switch to processing jobs in parallel | Christopher Baines | 2019-07-12 |
| | | | | | | This should speed up processing new revisions, reduce latency between finding out about new revisions and processing them, as well as help manage memory usage, by processing each job in a process that then exits. | ||
* | Fix the name for the jobs-load-new-guix-revision test module | Christopher Baines | 2019-07-12 |
| | |||
* | Associate a name with database connections | Christopher Baines | 2019-07-12 |
| | | | | This helps when working out which connection to the database is doing what. | ||
* | Add a new test to cover some of the loading new revisions code | Christopher Baines | 2019-06-02 |