phpci/PHPCI
Claus Due 1f8a18d113 Cross-platform safe copy in Plugin.CopyBuild
Rather than using `xargs` which behaves differently on BSD and Linux, it's safer to use the straight `cp`. We lose the output of which files were copied - but I'd be more than happy to add this as a separate command to list which files were copied and which were ignored.
2014-04-18 15:46:46 +02:00
..
build updated 2013-09-18 09:59:53 +01:00
Command Fixes for feedback in #341. 2014-04-16 09:29:01 +01:00
Controller Fixing issues when adding a gitlab project 2014-04-16 10:14:06 +00:00
Helper Windows fixes 2014-03-15 13:01:41 +07:00
Logging Merge pull request #307 from meadsteve/feature/pluginfactoryconfig 2014-03-25 14:20:02 +00:00
Model Updating RemoteGitBuild to support a Git SSH wrapper. See #114 2014-04-16 16:38:19 +00:00
Plugin Cross-platform safe copy in Plugin.CopyBuild 2014-04-18 15:46:46 +02:00
Store Genereted models by console phpci:generate command 2014-04-10 23:52:21 +07:00
View Removing commented code from the installer 2014-04-10 16:31:10 +01:00
Application.php Inlining the validateSession functionality in Application, fixes #312 2014-04-16 12:37:32 +01:00
Builder.php Adding global try/catch in Builder, in hope of fixing forever-hanging. Closes #354, Closes #304 2014-04-16 09:05:48 +01:00
BuildFactory.php Making commit links work throughout the UI 2014-02-25 17:00:05 +00:00
Controller.php Updating PHPCI to support new b8framework release 2014-02-24 15:30:44 +00:00
Model.php fix code sniff violations. 2014-02-26 14:35:14 +00:00
Plugin.php Remove __constructor from plugin interface to increase flexibility. 2013-11-17 17:22:31 +00:00
Store.php fix code sniff violations. 2014-02-26 14:35:14 +00:00