2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
Commit graph

6 commits

Author SHA1 Message Date
Christopher Baines e6effe7556 Fix how email dates are inserted in to PostgreSQL
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.
2019-05-16 00:03:06 +01:00
Christopher Baines b29178ff14 Don't enqueue jobs when branches are deleted 2019-05-05 20:23:55 +01:00
Christopher Baines 5028dfe706 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.
2019-05-05 20:06:28 +01:00
Christopher Baines ce4c3c6ed3 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.
2019-05-05 14:36:52 +01:00
Christopher Baines be6acf8e3b
Check the type of the header values in branch-updated-emails 2019-03-19 20:42:55 +00:00
Christopher Baines bdfb654233
Add support for processing branch updated emails 2019-03-19 20:21:54 +00:00