Tony Murray
839dd31093
feature: Added pre-commit git script to support failing fast
2017-01-24 21:37:49 +00:00
Tony Murray
e20a242785
refactor: use Composer to manage php dependencies ( #5216 )
2017-01-01 09:37:15 +00:00
Neil Lathwood
f5a16be0e3
refactor: Move OS definitions into yaml files ( #5189 )
2016-12-23 17:53:19 +00:00
Tony Murray
cab2597807
Remove some debug output.
...
Don't call terminate on null (it will be called automatically anyway)
2016-09-23 15:24:24 -05:00
Tony Murray
c31b3c0301
feature: use snmpsim for testing
...
fallback feature so we don't have to run snmpsim on devel computers, should be adequate for now
./scripts/pre-commit.php -u -snmpsim will start an snmpsimd.py process automatically
2016-09-23 14:57:31 -05:00
Tony Murray
a6ed7cc888
feature: pre-commit script: allow test order based on command line option order ( #4393 )
2016-09-10 17:42:27 +01:00
Neil Lathwood
6e8e00e204
fix: Added config.php to be excluded in psr2 pre-commit check ( #4260 )
2016-08-29 15:09:21 -05:00
Tony Murray
883a0e6fd3
Check that commands are available for pre-commit.php. ( #4257 )
...
If not install them with composer, If composer isn't available, spit out an error message and direct them to the documentation.
2016-08-29 20:18:52 +01:00
Tony Murray
abc6a5b799
PSR-2 Final cleanup ( #4247 )
...
refactor: Final PSR2 cleanup
2016-08-28 23:32:55 +01:00
Tony Murray
b7d0b97c64
More pre-commit.php improvements ( #4224 )
...
* more pre-commit.php improvements
do not check influx-db on hhvm
Use parallel-lint to increase lint check speed and improve output
Add option to print out the commands that would be executed, makes it easier to modify them and run by hand
Fixed a couple of bugs
* Integrate the environment check
Flip it so we don't interfere with command line users
2016-08-28 21:44:36 +01:00
Tony Murray
9284bc60ff
Update code in includes to be PSR-2 compliant ( #4220 )
...
refactor: Update code in /includes to be psr2 compliant #4220
2016-08-28 18:32:58 +01:00
Tony Murray
f042f9aa56
Use pre-commit.php in for travis-ci tests ( #4212 )
2016-08-26 10:30:43 +01:00
Neil Lathwood
9f1930a81e
More more docs ( #4197 )
...
* Updated docs + some small code changes
* Added validating code doc for developers
* Doc updates
* Updates and improvements
2016-08-25 18:40:11 -05:00