aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/branch-updated-emails.scm
Commit message (Collapse)AuthorAge
* Fix how email dates are inserted in to PostgreSQLChristopher Baines2019-05-16
| | | | | Previously, the timezone was stripped off, so the timestamps were off. This commit changes the code to use a Unix timestamp, which avoids this issue.
* Don't enqueue jobs when branches are deletedChristopher Baines2019-05-05
|
* Start to handle information about Git branchesChristopher Baines2019-05-05
| | | | | | 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.
* Switch to storing Git repositories in a tableChristopher Baines2019-05-05
| | | | | | 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.
* Check the type of the header values in branch-updated-emailsChristopher Baines2019-03-19
|
* Add support for processing branch updated emailsChristopher Baines2019-03-19