Home
last modified time | relevance | path

Searched defs:Release (Results 1 – 25 of 7698) sorted by relevance

12345678910>>...308

/dports/sysutils/helm/helm-3.5.2/pkg/release/
H A Drelease.go22 type Release struct { struct
24 Name string `json:"name,omitempty"`
26 Info *Info `json:"info,omitempty"`
28 Chart *chart.Chart `json:"chart,omitempty"`
31 Config map[string]interface{} `json:"config,omitempty"`
33 Manifest string `json:"manifest,omitempty"`
35 Hooks []*Hook `json:"hooks,omitempty"`
37 Version int `json:"version,omitempty"`
39 Namespace string `json:"namespace,omitempty"`
42 Labels map[string]string `json:"-"`
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/gogs/go-gogs-client/
H A Drelease.go12 type Release struct { struct
13 ID int64 `json:"id"`
14 TagName string `json:"tag_name"`
15 TargetCommitish string `json:"target_commitish"`
16 Name string `json:"name"`
17 Body string `json:"body"`
18 Draft bool `json:"draft"`
19 Prerelease bool `json:"prerelease"`
20 Author *User `json:"author"`
21 Created time.Time `json:"created_at"`
/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/pkg/release/
H A Drelease.go22 type Release struct { struct
24 Name string `json:"name,omitempty"`
26 Info *Info `json:"info,omitempty"`
28 Chart *chart.Chart `json:"chart,omitempty"`
31 Config map[string]interface{} `json:"config,omitempty"`
33 Manifest string `json:"manifest,omitempty"`
35 Hooks []*Hook `json:"hooks,omitempty"`
37 Version int `json:"version,omitempty"`
39 Namespace string `json:"namespace,omitempty"`
43 func (r *Release) SetStatus(status Status, msg string) {
/dports/net/rclone/rclone-1.57.0/bin/
H A Dget-github-release.go56 type Release struct { struct
57 URL string `json:"url"`
60 HTMLURL string `json:"html_url"`
61 ID int `json:"id"`
62 TagName string `json:"tag_name"`
64 Name string `json:"name"`
65 Draft bool `json:"draft"`
66 Author struct {
88 Assets []struct {
120 TarballURL string `json:"tarball_url"`
[all …]
/dports/www/gitea/gitea-1.16.5/models/
H A Drelease.go27 type Release struct { struct
34 OriginalAuthor string
35 OriginalAuthorID int64 `xorm:"index"`
36 LowerTagName string
37 Target string
38 Title string
40 NumCommits int64
82 func (r *Release) APIURL() string {
87 func (r *Release) ZipURL() string {
92 func (r *Release) TarURL() string {
[all …]
/dports/www/gitea/gitea-1.16.5/modules/structs/
H A Drelease.go12 type Release struct { struct
13 ID int64 `json:"id"`
14 TagName string `json:"tag_name"`
16 Title string `json:"name"`
17 Note string `json:"body"`
18 URL string `json:"url"`
19 HTMLURL string `json:"html_url"`
20 TarURL string `json:"tarball_url"`
22 IsDraft bool `json:"draft"`
23 IsPrerelease bool `json:"prerelease"`
[all …]
/dports/devel/gh/cli-2.4.0/pkg/cmd/release/shared/
H A Dfetch.go37 type Release struct { struct
38 ID string `json:"node_id"`
40 Name string `json:"name"`
41 Body string `json:"body"`
42 IsDraft bool `json:"draft"`
49 APIURL string `json:"url"`
50 UploadURL string `json:"upload_url"`
51 TarballURL string `json:"tarball_url"`
53 URL string `json:"html_url"`
54 Assets []ReleaseAsset
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_opengl/
H A Dgl_resource_manager.cpp26 void OGLRenderbuffer::Release() { in Release() function in OpenGL::OGLRenderbuffer
43 void OGLTexture::Release() { in Release() function in OpenGL::OGLTexture
60 void OGLTextureView::Release() { in Release() function in OpenGL::OGLTextureView
77 void OGLSampler::Release() { in Release() function in OpenGL::OGLSampler
98 void OGLShader::Release() { in Release() function in OpenGL::OGLShader
122 void OGLProgram::Release() { in Release() function in OpenGL::OGLProgram
148 void OGLPipeline::Release() { in Release() function in OpenGL::OGLPipeline
165 void OGLBuffer::Release() { in Release() function in OpenGL::OGLBuffer
188 void OGLSync::Release() { in Release() function in OpenGL::OGLSync
205 void OGLFramebuffer::Release() { in Release() function in OpenGL::OGLFramebuffer
[all …]
/dports/www/gitea/gitea-1.16.5/modules/migration/
H A Drelease.go27 type Release struct { struct
28 TagName string `yaml:"tag_name"`
30 Name string
31 Body string
32 Draft bool
33 Prerelease bool
34 PublisherID int64 `yaml:"publisher_id"`
35 PublisherName string `yaml:"publisher_name"`
37 Assets []*ReleaseAsset
38 Created time.Time
[all …]
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/internal/repotools/changes/
H A Drelease.go11 type Release struct { struct
12 ID string
13 SchemaVersion int
14 VersionBumps map[string]VersionBump
15 Changes []Change
105 func (r *Release) RenderChangelog() (string, error) {
118 func (r *Release) AffectedModules() []string {
123 func (r *Release) wildcards() []Change {
176 func (r *Release) AnnouncementsSection() ([]string, error) {
182 func (r *Release) ServiceSection() ([]string, error) {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/internal/repotools/changes/
H A Drelease.go11 type Release struct { struct
12 ID string
13 SchemaVersion int
14 VersionBumps map[string]VersionBump
15 Changes []Change
105 func (r *Release) RenderChangelog() (string, error) {
118 func (r *Release) AffectedModules() []string {
123 func (r *Release) wildcards() []Change {
176 func (r *Release) AnnouncementsSection() ([]string, error) {
182 func (r *Release) ServiceSection() ([]string, error) {
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/internal/repotools/changes/
H A Drelease.go11 type Release struct { struct
12 ID string
13 SchemaVersion int
14 VersionBumps map[string]VersionBump
15 Changes []Change
105 func (r *Release) RenderChangelog() (string, error) {
118 func (r *Release) AffectedModules() []string {
123 func (r *Release) wildcards() []Change {
176 func (r *Release) AnnouncementsSection() ([]string, error) {
182 func (r *Release) ServiceSection() ([]string, error) {
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/internal/repotools/changes/
H A Drelease.go11 type Release struct { struct
12 ID string
13 SchemaVersion int
14 VersionBumps map[string]VersionBump
15 Changes []Change
105 func (r *Release) RenderChangelog() (string, error) {
118 func (r *Release) AffectedModules() []string {
123 func (r *Release) wildcards() []Change {
176 func (r *Release) AnnouncementsSection() ([]string, error) {
182 func (r *Release) ServiceSection() ([]string, error) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/internal/repotools/changes/
H A Drelease.go11 type Release struct { struct
12 ID string
13 SchemaVersion int
14 VersionBumps map[string]VersionBump
15 Changes []Change
105 func (r *Release) RenderChangelog() (string, error) {
118 func (r *Release) AffectedModules() []string {
123 func (r *Release) wildcards() []Change {
176 func (r *Release) AnnouncementsSection() ([]string, error) {
182 func (r *Release) ServiceSection() ([]string, error) {
[all …]
/dports/security/vault/aws-sdk-go-v2-1.5.0/internal/repotools/changes/
H A Drelease.go11 type Release struct { struct
12 ID string
13 SchemaVersion int
14 VersionBumps map[string]VersionBump
15 Changes []Change
105 func (r *Release) RenderChangelog() (string, error) {
118 func (r *Release) AffectedModules() []string {
123 func (r *Release) wildcards() []Change {
176 func (r *Release) AnnouncementsSection() ([]string, error) {
182 func (r *Release) ServiceSection() ([]string, error) {
[all …]
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/internal/repotools/changes/
H A Drelease.go11 type Release struct { struct
12 ID string
13 SchemaVersion int
14 VersionBumps map[string]VersionBump
15 Changes []Change
105 func (r *Release) RenderChangelog() (string, error) {
118 func (r *Release) AffectedModules() []string {
123 func (r *Release) wildcards() []Change {
176 func (r *Release) AnnouncementsSection() ([]string, error) {
182 func (r *Release) ServiceSection() ([]string, error) {
[all …]
/dports/security/totp-cli/totp-cli-1.1.17/vendor/github.com/yitsushi/github-release-check/
H A Dmain.go23 type Release struct { struct
24 ID int `json:"id"`
25 URL string `json:"url"`
26 AssetURL string `json:"asset_url"`
27 UploadURL string `json:"upload_url"`
28 HTMLURL string `json:"html_url"`
29 TagName string `json:"tag_name"`
30 Name string `json:"name"`
31 CreatedAt time.Time `json:"created_at"`
33 Prerelease bool `json:"prerelease"`
[all …]
/dports/devel/gh/cli-2.4.0/pkg/cmd/release/list/
H A Dhttp.go14 type Release struct { struct
15 Name string
16 TagName string
17 IsDraft bool
18 IsPrerelease bool
19 CreatedAt time.Time
20 PublishedAt time.Time
/dports/devel/py-pooch/pooch-1.5.2/
H A DMAINTENANCE.md85 ### Draft a new Zenodo release
105 ### Update the changelog
133 ### Check the README syntax
145 ### Release subsection
171 ### Archive on Zenodo
176 ### Update the conda package
/dports/security/gopass/gopass-1.13.0/internal/updater/
H A Dgithub.go33 type Release struct { struct
34 ID int `json:"id"`
35 Name string `json:"name"`
36 TagName string `json:"tag_name"`
37 Draft bool `json:"draft"`
38 Prerelease bool `json:"prerelease"`
39 PublishedAt time.Time `json:"published_at"`
40 Assets []Asset `json:"assets"`
41 Version semver.Version `json:"-"`
/dports/x11/polybar/polybar-3.5.7/doc/dev/
H A Drelease-workflow.rst42 Regular Releases (Major, Minor)
58 Hotfix Releases (Patch)
138 Release Commit
149 Changelog
164 After-Release Checklist
187 Deprecations
/dports/devel/git-town/git-town-7.6.0/vendor/code.gitea.io/sdk/gitea/
H A Drelease.go15 type Release struct { struct
16 ID int64 `json:"id"`
17 TagName string `json:"tag_name"`
19 Title string `json:"name"`
20 Note string `json:"body"`
21 URL string `json:"url"`
24 IsDraft bool `json:"draft"`
25 IsPrerelease bool `json:"prerelease"`
26 CreatedAt time.Time `json:"created_at"`
28 Publisher *User `json:"author"`
[all …]
/dports/misc/exercism/cli-3.0.13/cli/
H A Drelease.go6 type Release struct { struct
7 Location string `json:"html_url"`
8 TagName string `json:"tag_name"`
9 Assets []Asset `json:"assets"`
13 func (r *Release) Version() string {
/dports/emulators/citra/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_resource_manager.cpp27 void OGLRenderbuffer::Release() { in Release() function in OpenGL::OGLRenderbuffer
45 void OGLTexture::Release() { in Release() function in OpenGL::OGLTexture
118 void OGLSampler::Release() { in Release() function in OpenGL::OGLSampler
138 void OGLShader::Release() { in Release() function in OpenGL::OGLShader
164 void OGLProgram::Release() { in Release() function in OpenGL::OGLProgram
182 void OGLPipeline::Release() { in Release() function in OpenGL::OGLPipeline
200 void OGLBuffer::Release() { in Release() function in OpenGL::OGLBuffer
218 void OGLVertexArray::Release() { in Release() function in OpenGL::OGLVertexArray
236 void OGLFramebuffer::Release() { in Release() function in OpenGL::OGLFramebuffer
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_resource_manager.cpp27 void OGLRenderbuffer::Release() { in Release() function in OpenGL::OGLRenderbuffer
45 void OGLTexture::Release() { in Release() function in OpenGL::OGLTexture
118 void OGLSampler::Release() { in Release() function in OpenGL::OGLSampler
138 void OGLShader::Release() { in Release() function in OpenGL::OGLShader
164 void OGLProgram::Release() { in Release() function in OpenGL::OGLProgram
182 void OGLPipeline::Release() { in Release() function in OpenGL::OGLPipeline
200 void OGLBuffer::Release() { in Release() function in OpenGL::OGLBuffer
218 void OGLVertexArray::Release() { in Release() function in OpenGL::OGLVertexArray
236 void OGLFramebuffer::Release() { in Release() function in OpenGL::OGLFramebuffer

12345678910>>...308