Commit graph

1608 commits

Author SHA1 Message Date
Dan Cryer 273857ca82 Updating README 2016-04-27 14:13:42 +01:00
Dan Cryer 5ebf920ea8 Removing Test from README 2016-04-27 14:08:01 +01:00
Dan Cryer 03c8f376bc Merge branch 'master' of github.com:Block8/PHPCI 2016-04-27 12:35:17 +01:00
Dan Cryer 329b2bb6b8 Fixing duplicate error listing in builds.
Closes #1130
2016-04-27 12:33:07 +01:00
David Valdez 89eb53d34a now take in account the errors in the codeception plugin (#1206) 2016-04-27 12:10:46 +01:00
Dan Cryer 937397d49a Fixing PHPCS errors 2016-04-27 12:02:13 +01:00
Dan Cryer 4fbc6c8021 Updating dependencies 2016-04-27 11:43:57 +01:00
Dan Cryer 98432866e8 Merge remote-tracking branch 'origin/master' into v/1.7 2016-04-27 11:32:50 +01:00
Dan Cryer 5d7b03be3e Contributing guidelines, issue template and PR template. 2016-04-27 11:29:03 +01:00
Dan Cryer c4ed243faf Fixing MySQL strict-mode install error.
Fixes #977
Fixes #818
2016-04-27 11:06:32 +01:00
Mike Bronner a5133e1e81 Remove whitespace from empty lines, reformatted inline comments 2016-02-08 12:59:15 +01:00
Michael Schramm a440f9e574 remove whitespace 2016-02-08 12:59:15 +01:00
Michael Schramm c972a06384 implement bitbucket webhooks
this fixes issue https://github.com/Block8/PHPCI/issues/1015 and adds support for the new bitbucket webhooks
2016-02-08 12:59:15 +01:00
Dan Cryer 996bee25c0 Update README.md 2016-02-08 11:44:35 +00:00
Dan Cryer 145d89abd0 Merge pull request #1154 from staudenmeir/update-german-translation
Update German translation.
2016-01-08 11:04:54 +00:00
Dan Cryer 24bb5ecd68 Merge pull request #1157 from Lechus/patch-2
Update Polish translation
2016-01-08 11:03:35 +00:00
Leszek efc053a46b Update Polish translation
Contribution Type: improvement
Primary Area: front-end

Description of change: Updated Polish translation.
2016-01-06 22:01:38 +00:00
Jonas Staudenmeir 9dae30c235 Updated German translation. 2016-01-06 00:24:42 +01:00
Jonas Staudenmeir b194ea0356 Added default value in settings language select (current language). 2016-01-05 16:21:21 +01:00
Dan Cryer 9ad26c8336 Merge pull request #1128 from Block8/Deployer_branch_update
Added branch and update_only parameters
2015-11-24 11:37:16 +00:00
Stephen Ball 76c6fef9c6 Added branch and update_only parameters
Fixes #1127
2015-11-14 23:08:22 +00:00
Dan Cryer 5612c2827d Merge pull request #1124 from Block8/REBELinBLUE-patch-1
Fixes a issue with a double slash in the path meaning ignore doesn't …
2015-11-12 17:47:16 +00:00
Stephen Ball 736b898a9b Fixes a issue with a double slash in the path meaning ignore doesn't work 2015-11-12 17:42:00 +00:00
Dan Cryer 8083e652eb Fixing tests on install command 2015-11-07 12:47:39 +00:00
Dan Cryer 5e226f539a Update installer to support new worker functionality. Closes #1094 2015-11-07 12:25:01 +00:00
Dan Cryer a1bcccf108 Adding rebuild queue option 2015-11-03 20:42:47 +00:00
Dan Cryer af029a95d3 Fix for warnings chart, courtesy of @Henk8 closes #1098 2015-11-03 11:58:22 +00:00
Dan Cryer 9df1e1febd Making the lines of code chart hide if no data available. Closes #1103 2015-11-03 11:51:45 +00:00
Dan Cryer 5d9dd6fd24 Allow more errors. Fixes #1104 2015-11-03 11:44:08 +00:00
Dan Cryer 3a9c60b83b Fixing error duplication bug. Closes #1112 2015-11-03 11:42:28 +00:00
Stephen Ball e2fb5a36c5 Merge pull request #1111 from SQweb-team/img_optim
ImageOptim'ed assets/
2015-10-27 10:46:13 +00:00
Pierre Lavaux 39024c0bd3 ImageOptim'ed assets/ 2015-10-27 02:17:26 +01:00
Andreus Timm 6eb69789d6 Adding slash in path
Fix / for DIRECTORY_SEPARATOR

Closed #1109
2015-10-26 16:26:47 +01:00
Dan Cryer a734f4fa1d Merge pull request #1091 from andreustimm/master
Improvement with rtrim
2015-10-15 14:49:54 +01:00
Dan Cryer 79fa06fc20 Fixes 2015-10-15 14:23:55 +01:00
Dan Cryer 5966908df7 Switching charts to use Chart.js instead of Google Charts 2015-10-15 12:34:58 +01:00
Dan Cryer be3843ec99 Merge branch 'master' of github.com:Block8/PHPCI 2015-10-15 10:41:42 +01:00
Dan Cryer f471e6ef2b Fixing login pages 2015-10-15 10:41:35 +01:00
Stephen Ball 256713c6b5 Merge pull request #1093 from REBELinBLUE/missing_composer_dependencies
Added missing dependencies to require
2015-10-15 10:30:33 +01:00
Stephen Ball 896124be5b Merge branch 'master' into missing_composer_dependencies 2015-10-15 10:26:35 +01:00
Dan Cryer 6917e569c9 Fixing PHPMD error 2015-10-15 10:26:13 +01:00
Stephen Ball b47c00923e Merge branch 'master' into missing_composer_dependencies 2015-10-15 10:21:00 +01:00
Dan Cryer bda4e22315 Fixing PHPCI errors 2015-10-15 10:17:22 +01:00
Stephen Ball 254b3adee1 Added missing dependencies to require 2015-10-15 10:11:21 +01:00
Dan Cryer 28ad88cff9 Big update: New way of storing build errors, updated UI, AdminLTE 2, fixes, etc. 2015-10-15 10:07:54 +01:00
Andreus Timm 582857792f Improvement with rtrim 2015-10-14 14:24:18 -03:00
Dan Cryer 529711fdaf Merge pull request #1085 from corpsee/feature-ru-update-2
Updated russian translation for Summary plugin section
2015-10-14 09:24:55 +01:00
Stephen Ball e7f45e40fa Merge pull request #1086 from Block8/REBELinBLUE-patch-1
Adding missing closing bracket
2015-10-13 22:23:32 +01:00
Stephen Ball a1c0e32a50 Adding missing closing bracket 2015-10-13 22:02:05 +01:00
Dmitry Khomutov 0c8dc21e49 Updated russian translation for Summary plugin section 2015-10-13 22:33:07 +06:00