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.
This commit is contained in:
parent
ce4c3c6ed3
commit
5028dfe706
11 changed files with 382 additions and 19 deletions
|
|
@ -42,6 +42,7 @@ SOURCES = \
|
|||
guix-data-service/model/build-status.scm \
|
||||
guix-data-service/model/build.scm \
|
||||
guix-data-service/model/derivation.scm \
|
||||
guix-data-service/model/git-branch.scm \
|
||||
guix-data-service/model/git-repository.scm \
|
||||
guix-data-service/model/guix-revision-package-derivation.scm \
|
||||
guix-data-service/model/guix-revision.scm \
|
||||
|
|
@ -60,7 +61,9 @@ TEST_EXTENSIONS = .scm
|
|||
|
||||
TESTS = \
|
||||
tests/model-derivation.scm \
|
||||
tests/model-git-repository.scm
|
||||
tests/model-git-branch.scm \
|
||||
tests/model-git-repository.scm \
|
||||
tests/branch-updated-emails.scm
|
||||
|
||||
AM_TESTS_ENVIRONMENT = abs_top_srcdir="$(abs_top_srcdir)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue