Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Add enforce_auth_checks_on_uploads field#1559

Merged
svanharmelen merged 2 commits intoxanzy:masterfrom
epropulsion-dev:master
Oct 29, 2022
Merged

Add enforce_auth_checks_on_uploads field#1559
svanharmelen merged 2 commits intoxanzy:masterfrom
epropulsion-dev:master

Conversation

@epropulsion-dev
Copy link
Copy Markdown

No description provided.

Comment thread projects.go
DefaultBranch *string `url:"default_branch,omitempty" json:"default_branch,omitempty"`
Description *string `url:"description,omitempty" json:"description,omitempty"`
EmailsDisabled *bool `url:"emails_disabled,omitempty" json:"emails_disabled,omitempty"`
EnforceAuthChecksOnUploads *bool `url:"enforce_auth_checks_on_uploads,omitempty" json:"enforce_auth_checks_on_uploads,omitempty"`
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only adding it here is not enough. It should also be a field in the Projects struct and it's also a valid option that you can set when creating a project. So if you can add it there as well that would be great!

Copy link
Copy Markdown
Member

@svanharmelen svanharmelen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added the missing fields...

@svanharmelen svanharmelen merged commit 24edab0 into xanzy:master Oct 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants