Home
last modified time | relevance | path

Searched defs:BranchProtection (Results 1 – 21 of 21) sorted by relevance

/dports/www/gitea/gitea-1.16.5/modules/structs/
H A Drepo_branch.go25 type BranchProtection struct { struct
26 BranchName string `json:"branch_name"`
27 EnablePush bool `json:"enable_push"`
28 EnablePushWhitelist bool `json:"enable_push_whitelist"`
30 PushWhitelistTeams []string `json:"push_whitelist_teams"`
34 MergeWhitelistTeams []string `json:"merge_whitelist_teams"`
35 EnableStatusCheck bool `json:"enable_status_check"`
36 StatusCheckContexts []string `json:"status_check_contexts"`
37 RequiredApprovals int64 `json:"required_approvals"`
49 Created time.Time `json:"created_at"`
[all …]
/dports/devel/git-town/git-town-7.6.0/vendor/code.gitea.io/sdk/gitea/
H A Drepo_branch_protection.go16 type BranchProtection struct { struct
17 BranchName string `json:"branch_name"`
18 EnablePush bool `json:"enable_push"`
19 EnablePushWhitelist bool `json:"enable_push_whitelist"`
21 PushWhitelistTeams []string `json:"push_whitelist_teams"`
23 EnableMergeWhitelist bool `json:"enable_merge_whitelist"`
25 MergeWhitelistTeams []string `json:"merge_whitelist_teams"`
26 EnableStatusCheck bool `json:"enable_status_check"`
28 RequiredApprovals int64 `json:"required_approvals"`
38 Created time.Time `json:"created_at"`
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/code.gitea.io/sdk/gitea/
H A Drepo_branch_protection.go16 type BranchProtection struct { struct
17 BranchName string `json:"branch_name"`
18 EnablePush bool `json:"enable_push"`
19 EnablePushWhitelist bool `json:"enable_push_whitelist"`
21 PushWhitelistTeams []string `json:"push_whitelist_teams"`
23 EnableMergeWhitelist bool `json:"enable_merge_whitelist"`
25 MergeWhitelistTeams []string `json:"merge_whitelist_teams"`
26 EnableStatusCheck bool `json:"enable_status_check"`
28 RequiredApprovals int64 `json:"required_approvals"`
38 Created time.Time `json:"created_at"`
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/access/
H A Dbranch_protection.rb21 class BranchProtection class
/dports/devel/py-pygithub/PyGithub-1.54/github/
H A DBranchProtection.py32 class BranchProtection(github.GithubObject.CompletableGithubObject): class
/dports/www/gitea/gitea-1.16.5/integrations/
H A Dapi_branch_test.go62 func testAPIEditBranchProtection(t *testing.T, branchName string, body *api.BranchProtection, expec…
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DAttr.h337 StringRef BranchProtection; member
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DAttr.h337 StringRef BranchProtection; member
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DAttr.h336 StringRef BranchProtection; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DAttr.h338 StringRef BranchProtection; member
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DAttr.h336 StringRef BranchProtection; member
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DAttr.h360 StringRef BranchProtection; member
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DAttr.h356 StringRef BranchProtection; member
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DAttr.h358 StringRef BranchProtection; member
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DAttr.h358 StringRef BranchProtection; member
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DAttr.h358 StringRef BranchProtection; member
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DAttr.h356 StringRef BranchProtection; member
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DAttr.h358 StringRef BranchProtection; member
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DAttr.h358 StringRef BranchProtection; member
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp1471 SmallVector<StringRef, 4> BranchProtection; in ParseAArch64BranchProtection() local
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp1524 SmallVector<StringRef, 4> BranchProtection; in ParseAArch64BranchProtection() local