Commit graph

1003 commits

Author SHA1 Message Date
Steve Kamerman 40afb58ff7 Added support for interpolation 2013-05-22 14:17:33 -04:00
Dan Cryer c5b20b4891 Adding Shell plugin, but with the requirement that ENABLE_SHELL_PLUGIN must be defined and true, to give sysadmins some control. Closes #45. 2013-05-22 17:23:35 +01:00
Dan Cryer 822aad753c Merge branch 'feature/shell-plugin' of https://github.com/kinncj/PHPCI into feature/shell_plugin 2013-05-22 17:21:26 +01:00
Dan Cryer acb58ff5e0 Adding project overview to dashboard, closes #55 2013-05-22 17:15:02 +01:00
Dan Cryer 75816c50e7 Fix for login screen appearing within layout, closes #51. 2013-05-22 16:46:59 +01:00
Dan Cryer ced7e15e0e Merge branch 'master' of github.com:Block8/PHPCI 2013-05-22 16:37:15 +01:00
Dan Cryer 67386df9ef Refactoring to support updated b8framework. 2013-05-22 16:36:55 +01:00
a.cianfarani 66be81722a Merge remote-tracking branch 'upstream/master' 2013-05-22 11:00:28 +02:00
a.cianfarani b8e932cb76 Some coding style corrections 2013-05-22 09:58:04 +02:00
a.cianfarani c41ab549b4 Add format controls on url and email value during installation 2013-05-21 17:57:24 +02:00
Dan Cryer 42e032dcce Merge pull request #56 from c2is/master
Complete the Pre-requisites section about open ssl
2013-05-21 02:51:09 -07:00
Dan Cryer b0db1317d4 Merge pull request #54 from kamermans/bugfix_file_with_spaces
Sanitize filenames before executing shell_exec
2013-05-21 02:50:45 -07:00
André Cianfarani c38b2c7268 Add info in Pre-requisites section
Php-openssl must be available because of file_get_contents("https:...") calls during the install.
2013-05-21 10:42:02 +02:00
Steve Kamerman 68d62e670f Sanitize filenames before executing shell_exec 2013-05-20 22:46:14 -04:00
Dan Cryer aff5b1886e Merge branch 'master' of github.com:Block8/PHPCI 2013-05-20 14:07:11 +01:00
Dan Cryer fa0cfc3614 Make copy_build copy dot files, also fix comments in new build plugins. Closes #50. 2013-05-20 14:06:53 +01:00
Dan Cryer 005c6225da Merge pull request #48 from kamermans/feature_env
Implemented environment plugin
2013-05-20 05:56:53 -07:00
Steve Kamerman e04e49bb32 Added support for standard YAML key/value pairs 2013-05-19 16:54:35 -04:00
Dan Cryer 78ff184d54 Merge pull request #47 from kamermans/mysql_enhanced
MySQL import file feature
2013-05-19 12:24:54 -07:00
Steve Kamerman 3b72e12491 Removed unused local var 2013-05-19 11:28:27 -04:00
Steve Kamerman 7245b351a0 Implemented environment plugin 2013-05-19 01:47:41 -04:00
Steve Kamerman 5f66ff6199 Fixed file path problem 2013-05-18 23:46:26 -04:00
Steve Kamerman c03d5f3af3 Fixed file path problem 2013-05-18 23:40:30 -04:00
Steve Kamerman 60894db8dc Syntax changes 2013-05-18 23:33:39 -04:00
Steve Kamerman dda472f96d Implemented MySQL file imports 2013-05-18 23:25:14 -04:00
Dan Cryer 4505517093 Removing mistakenly retained copy_build plugin from phpci.yml 2013-05-17 23:22:29 +01:00
Dan Cryer 29541ac1fe Adding Clean Build and Package Build, Closes #38, Closes #37. 2013-05-17 23:19:38 +01:00
Dan Cryer c5c699b92d Merge pull request #46 from Block8/feature/copy_build
Copy build deployment plugin. Closes #36
2013-05-17 14:20:09 -07:00
Dan Cryer 705c432272 Fixing the copy_build plugin, issue #36 2013-05-17 22:16:37 +01:00
Dan Cryer b74a7070a7 Fixing Github sign-in 2013-05-17 21:42:29 +01:00
Dan Cryer 7b70fe3c69 Fixing Github sign-in 2013-05-17 21:39:32 +01:00
Dan Cryer ff02a52a6a Fix 2013-05-17 19:17:51 +01:00
Dan Cryer ecd051a2eb Copy build plugin. 2013-05-17 17:50:27 +01:00
Dan Cryer 3e846a69a0 Merge branch 'master' of github.com:Block8/PHPCI 2013-05-17 17:36:28 +01:00
Dan Cryer f256db237b Fixing PHPCI so that it'll work in a subdirectory. 2013-05-17 17:34:31 +01:00
Dan Cryer 6473ee90a3 Adding build status from PHPCI to the README. 2013-05-17 17:39:44 +02:00
Dan Cryer b9415316d4 Merging fixes for strict standards errors. Closes #44 2013-05-17 16:24:17 +01:00
Dan Cryer 71a01425cb Merge branch 'master' of https://github.com/kinncj/PHPCI into fix/standards_errors 2013-05-17 16:14:08 +01:00
Dan Cryer 709dd9171c Merge branch 'master' of github.com:Block8/PHPCI 2013-05-17 16:11:10 +01:00
Dan Cryer 653f4cb620 Adding build status images, both to the dashboard and as an external facing feature. Closes #43 2013-05-17 16:10:54 +01:00
Kinn Coelho Julião 623bb18dd4 Added a Shell Plugin 2013-05-17 10:10:48 -04:00
Kinn Coelho Julião 3de71b2155 Removed from view once it's loaded by AJAX request 2013-05-17 10:08:15 -04:00
Kinn Coelho Julião e037f063aa Added missing $plugins to the view
added $view->plugins
2013-05-16 18:21:51 -04:00
Kinn Coelho Julião 3b18f477a0 Merge branch 'master' of github.com:kinncj/PHPCI 2013-05-16 18:06:44 -04:00
Kinn Coelho Julião 3f9b678d2b Validate if github_token exists
Validate if the github_token session key exists before call it
2013-05-16 18:06:01 -04:00
Kinn Coelho Julião a071ef19ab Fixed Strict Standards notices
Fixed Strict Standard notice for PHPCI/Command/GenerateCommand.php
Fixed Strict Standard notice for PHPCI/Command/InstallCommand.php
2013-05-16 15:43:17 -04:00
Dan Cryer 3b196a3072 Merge pull request #40 from kamermans/master
Fixed GitHub remote build of private repo via SSH
2013-05-16 11:33:37 -07:00
Steve Kamerman abcc5f13d8 Fixed GitHub Remote SSH build authentication errors 2013-05-16 14:20:40 -04:00
Steve Kamerman 6ad3c0894e Merge branch 'master' of https://github.com/Block8/PHPCI 2013-05-16 13:40:22 -04:00
Dan Cryer 14841477a6 Improved commenting throughout the project. Fixes #18 2013-05-16 17:17:29 +01:00