Home
last modified time | relevance | path

Searched defs:ProtectedTag (Results 1 – 8 of 8) sorted by relevance

/dports/www/gitea/gitea-1.16.5/models/
H A Dprotected_tag.go19 type ProtectedTag struct { struct
20 ID int64 `xorm:"pk autoincr"`
21 RepoID int64
22 NamePattern string
23 RegexPattern *regexp.Regexp `xorm:"-"`
24 GlobPattern glob.Glob `xorm:"-"`
25 AllowlistUserIDs []int64 `xorm:"JSON TEXT"`
26 AllowlistTeamIDs []int64 `xorm:"JSON TEXT"`
28 CreatedUnix timeutil.TimeStamp `xorm:"created"`
29 UpdatedUnix timeutil.TimeStamp `xorm:"updated"`
[all …]
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/xanzy/go-gitlab/
H A Dprotected_tags.go37 type ProtectedTag struct { struct
38 Name string `json:"name"`
39 CreateAccessLevels []*TagAccessDescription `json:"create_access_levels"`
/dports/www/gitea/gitea-1.16.5/vendor/github.com/xanzy/go-gitlab/
H A Dprotected_tags.go37 type ProtectedTag struct { struct
38 Name string `json:"name"`
39 CreateAccessLevels []*TagAccessDescription `json:"create_access_levels"`
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/go-gitlab-0.18.0/
H A Dprotected_tags.go20 type ProtectedTag struct { struct
21 Name string `json:"name"`
22 CreateAccessLevels []*TagAccessDescription `json:"create_access_levels"`
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/
H A Dprotected_tags.go20 type ProtectedTag struct { struct
21 Name string `json:"name"`
22 CreateAccessLevels []*TagAccessDescription `json:"create_access_levels"`
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/models/
H A Dprotected_tag_spec.rb5 RSpec.describe ProtectedTag do describe
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/entities/
H A Dprotected_tag.rb5 class ProtectedTag < Grape::Entity class
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Dprotected_tag.rb3 class ProtectedTag < ApplicationRecord class