Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
go-gitlab
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
go-gitlab
Commits
e77473c6
Unverified
Commit
e77473c6
authored
Apr 10, 2019
by
Chris W. Gerber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moves projects.ResolveOutdatedDiffDiscussions to position mimicing API call format
parent
2c70cf5d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
projects.go
projects.go
+1
-1
No files found.
projects.go
View file @
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"`
...
...
@@ -87,7 +88,6 @@ type Project struct {
MirrorTriggerBuilds
bool
`json:"mirror_trigger_builds"`
OnlyMirrorProtectedBranches
bool
`json:"only_mirror_protected_branches"`
MirrorOverwritesDivergedBranches
bool
`json:"mirror_overwrites_diverged_branches"`
ResolveOutdatedDiffDiscussions
bool
`json:"resolve_outdated_diff_discussions"`
SharedWithGroups
[]
struct
{
GroupID
int
`json:"group_id"`
GroupName
string
`json:"group_name"`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment