1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 19 hours ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding .htaccess to the root directory's .gitignore file, as per #21. More... over 12 years ago
Replacing .gitkeep with .gitignore, so that artifacts created in the build directories are properly ignored, and don't end up being committed to the repo on accident. More... over 12 years ago
Merge pull request #31 from meadsteve/unit-testing More... over 12 years ago
Added a unit test case for the PHPUnit plugin. It's not fully comprehensive but good to get these started. More... over 12 years ago
Merge pull request #30 from meadsteve/phpunit-comment-tweak More... over 12 years ago
Updated the comments in the PHPUnit plugin to relfect the fact that directory and config file can also be arrays of strings. More... over 12 years ago
Merge branch 'master' of https://github.com/Block8/PHPCI More... over 12 years ago
Merge pull request #27 from kamermans/master More... over 12 years ago
Added comments More... over 12 years ago
Getting to the bottom of the logging issue More... over 12 years ago
Added phpunit flag to allow running tests from an alternate working directory More... over 12 years ago
Initial work on PSR2 compliance for issue #18 More... over 12 years ago
Add class-level docblock to every file. More... over 12 years ago
Add file-level docblock to every file. More... over 12 years ago
Separate JS and CSS into external files. See #18 More... over 12 years ago
Merge branch 'master' of github.com:Block8/PHPCI More... over 12 years ago
Fix for signing in with Github when adding a new project. More... over 12 years ago
Fixed error about using $this outside of object context More... over 12 years ago
Updating README to cover new MySQL settings. More... over 12 years ago
Adding PgSQL plugin, powered by PDO. Accepts connection parameters from build_settings.pgsql More... over 12 years ago
Updating MySQL plugin to use PDO, and accept connection parameters from build_settings.mysql More... over 12 years ago
Fixing LocalBuild, it was in the wrong namespace. More... over 12 years ago
Fixing the add / edit project form to make the reference field validation more intelligent. Fixes #19 More... over 12 years ago
Merge branch 'master' of github.com:Block8/PHPCI More... over 12 years ago
Switching executeCommand() to use sprintf for parameters, and all the plugins to pass params separately. See #12, closes #24 More... over 12 years ago
Refactoring builds out into separate model types (Github, Bitbucket, Local) and builder to use build->createWorkingCopy() to make build directory. Fixes #29 More... over 12 years ago
Fixing the console app so that it installs and runs composer if not present. More... over 12 years ago
Merge branch 'master' of https://github.com/Block8/PHPCI More... over 12 years ago
Merge pull request #26 from gabriel403/hotfix/symlinkcheck More... over 12 years ago
Include build dir by default More... over 12 years ago