prod-releaser.php/config/modules.json

25 lines
578 B
JSON
Raw Normal View History

{
"authentification": {
"renew": {
"description": "Renewal of the cyclic hashing system.",
2016-11-08 09:17:15 +00:00
"permission": ["cyclic-hash-system"],
"parameters": {
"hash": { "description": "new hash to store.", "type": "hash" }
}
}
},
2016-11-07 07:15:16 +00:00
"release": {
"pull": {
"description": "Pulls project from git branch.",
2016-11-08 09:05:08 +00:00
"permissions": ["cyclic-hash-system"],
2016-11-07 07:15:16 +00:00
"parameters": {
"project": { "description": "Project's name.", "type": "varchar(2,30,alphanumeric)" },
"branch": { "description": "Git release branch.", "type": "varchar(2,30,alphanumeric)" }
}
}
}
}