Logo
Explore Help
Register Sign In
Mirrors/dokku
1
0
Fork 0
You've already forked dokku
mirror of https://github.com/dokku/dokku.git synced 2026-02-24 04:00:36 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
master
dokku/plugins/apps/apps.go

16 lines
407 B
Go
Raw Permalink Normal View History

refactor: set deploy-source and metadata at deploy time This ensures the value is correct, where previously it was computed based on a file - and therefore did not distinguish between git:from-archive and git:from-image. Closes #4464
2021-10-09 23:37:53 -04:00
package apps
var (
docs: fix docblock entries for properties in plugins
2023-12-19 00:34:33 -05:00
// DefaultProperties is a map of all valid apps properties with corresponding default property values
refactor: set deploy-source and metadata at deploy time This ensures the value is correct, where previously it was computed based on a file - and therefore did not distinguish between git:from-archive and git:from-image. Closes #4464
2021-10-09 23:37:53 -04:00
DefaultProperties = map[string]string{
"deploy-source": "",
"deploy-source-metadata": "",
}
docs: fix docblock entries for properties in plugins
2023-12-19 00:34:33 -05:00
// GlobalProperties is a map of all valid global apps properties
refactor: set deploy-source and metadata at deploy time This ensures the value is correct, where previously it was computed based on a file - and therefore did not distinguish between git:from-archive and git:from-image. Closes #4464
2021-10-09 23:37:53 -04:00
GlobalProperties = map[string]bool{
"deploy-source": true,
"deploy-source-metadata": true,
}
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 113ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API