Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdb9bbf6

Browse files
committed
Adding newProjectHook attributes:
* `build_events`* `enable_ssl_verification`See the two links below:*https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/projects.md#add-project-hook*pyapi-gitlab/pyapi-gitlab#173
1 parent368017c commitdb9bbf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎gitlab/objects.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,8 @@ class ProjectHook(GitlabObject):
851851
requiredUrlAttrs= ['project_id']
852852
requiredCreateAttrs= ['url']
853853
optionalCreateAttrs= ['push_events','issues_events',
854-
'merge_requests_events','tag_push_events']
854+
'merge_requests_events','tag_push_events'
855+
'build_events','enable_ssl_verification']
855856
shortPrintAttr='url'
856857

857858

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp