Unverified Commit 8e773904 authored by Sander van Harmelen's avatar Sander van Harmelen Committed by GitHub

Merge pull request #606 from ThatGerber/projectResolveOutdatedDiffDiscussions

Adds ResolveOutdatedDiffDiscussions to Project struct
parents 0fcbf75b e77473c6
......@@ -61,6 +61,7 @@ type Project struct {
JobsEnabled bool `json:"jobs_enabled"`
WikiEnabled bool `json:"wiki_enabled"`
SnippetsEnabled bool `json:"snippets_enabled"`
ResolveOutdatedDiffDiscussions bool `json:"resolve_outdated_diff_discussions"`
ContainerRegistryEnabled bool `json:"container_registry_enabled"`
CreatedAt *time.Time `json:"created_at,omitempty"`
LastActivityAt *time.Time `json:"last_activity_at,omitempty"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment