Initial implementation CI environments

This commit is contained in:
Stepan Strelets 2017-03-23 15:53:24 +03:00 committed by Dmitry Khomutov
commit 047cedaab3
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
21 changed files with 850 additions and 42 deletions

View file

@ -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',