| Commit message (Expand) | Author | Age |
* | Remove the sha1_hash from the package_metadata table•••I'm thinking about adding more fields to this table, and the sha1_hash values
will make this tricker.
Therefore, remove the value, and adjust the existing code to cope. This commit
also adds a new test which coveres some of the changed functionality.
| Christopher Baines | 2019-05-12 |
* | Start to handle information about Git branches•••Add some new pages /branches and /branch/... as well as a new git_branches
table. Also extend the email processing to enter the branch information in to
the database.
| Christopher Baines | 2019-05-05 |
* | Switch to storing Git repositories in a table•••Rather than just storing the URL in the guix_revisions and
load_new_guix_revision_jobs tables. This will help when storing more
information like tags and branches in the future.
| Christopher Baines | 2019-05-05 |
* | Add some initial Sqitch migrations•••These are based on the state of the current manually managed database.
| Christopher Baines | 2019-04-14 |