Add support for pull credentials on builds and build triggers
This commit is contained in:
parent
1fc3c922a9
commit
2006917e03
17 changed files with 355 additions and 37 deletions
|
@ -176,6 +176,7 @@ class RepositoryBuildTrigger(BaseModel):
|
|||
auth_token = CharField()
|
||||
config = TextField(default='{}')
|
||||
write_token = ForeignKeyField(AccessToken, null=True)
|
||||
pull_user = ForeignKeyField(User, null=True, related_name='pulluser')
|
||||
|
||||
|
||||
class EmailConfirmation(BaseModel):
|
||||
|
|
Reference in a new issue