Initial implementation CI environments
This commit is contained in:
parent
7f8b0234b9
commit
047cedaab3
21 changed files with 850 additions and 42 deletions
|
|
@ -48,6 +48,7 @@ PHP Censor',
|
|||
'branch_x' => 'Branch: %s',
|
||||
'created_x' => 'Created: %s',
|
||||
'started_x' => 'Started: %s',
|
||||
'environment_x' => 'Environment: %s',
|
||||
|
||||
// Sidebar
|
||||
'hello_name' => 'Hello, %s',
|
||||
|
|
@ -117,6 +118,7 @@ PHP Censor',
|
|||
'archived' => 'Archived',
|
||||
'archived_menu' => 'Archived',
|
||||
'save_project' => 'Save Project',
|
||||
'environments_label' => 'Environments (yaml)',
|
||||
|
||||
'error_mercurial' => 'Mercurial repository URL must be start with http:// or https://',
|
||||
'error_remote' => 'Repository URL must be start with git://, http:// or https://',
|
||||
|
|
@ -127,12 +129,14 @@ PHP Censor',
|
|||
|
||||
// View Project:
|
||||
'all_branches' => 'All Branches',
|
||||
'all' => 'All',
|
||||
'builds' => 'Builds',
|
||||
'id' => 'ID',
|
||||
'date' => 'Date',
|
||||
'project' => 'Project',
|
||||
'commit' => 'Commit',
|
||||
'branch' => 'Branch',
|
||||
'environment' => 'Environment',
|
||||
'status' => 'Status',
|
||||
'prev_link' => '« Prev',
|
||||
'next_link' => 'Next »',
|
||||
|
|
@ -194,6 +198,7 @@ PHP Censor',
|
|||
'phpcpd_warnings' => 'PHP Copy/Paste Detector warnings',
|
||||
'phpdoccheck_warnings' => 'Missing docblocks',
|
||||
'issues' => 'Issues',
|
||||
'merged_branches' => 'Merged branches',
|
||||
|
||||
'phpcpd' => 'PHP Copy/Paste Detector',
|
||||
'phpcs' => 'PHP Code Sniffer',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue