Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ff_user_commit_files_structured_errors.go « featureflag « metadata « internal - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56b2bd224c2db0acb8422f17a207e312615f4abe (plain)
1
2
3
4
5
6
7
8
9
10
package featureflag

// UserCommitFilesStructuredErrors will enable the use of structured errors in the UserCommitFiles
// RPC.
var UserCommitFilesStructuredErrors = NewFeatureFlag(
	"user_commit_files_structured_errors",
	"v15.6.0",
	"https://gitlab.com/gitlab-org/gitaly/-/issues/4472",
	false,
)