FreePBX
  1. FreePBX

devtools

Public
AuthorCommitMessageCommit dateNotesIssues
Matt BrooksMatt Brooks
7d439189108MMerge pull request #9 in FREEPBX/devtools from make-unit-tests-optional-for-package to master* commit '42b6cdf5fdb99e4b8305f400fc1d8a9ccfeeb578': Make unit tests optional
Matt BrooksMatt Brooks
42b6cdf5fdbMake unit tests optionalThere isn't always a reason to run unit tests when packaging a module, this commit makes it so they can be optionally run if the --test flag is set.
Matt BrooksMatt Brooks
26942bd4190MMerge pull request #8 in FREEPBX/devtools from exit-with-phpunit-result-code to master* commit '76ec4227915fa8d949e981a256c1d4d168170898': Exit with the result code from phpunit
Matt BrooksMatt Brooks
76ec4227915Exit with the result code from phpunitThe phpunit.php script is a wrapper on top of the phpunit application. Previously, we weren't passing the result code from the wrapped application, so when tests would fail, our wrapper script would pretend everything is ok and return an exit code of 0. This is particularly bad when you're trying to unsure unit tests are passing when using an application like Jenkins. To fix this, we now relay ...
Jason ParkerJason Parker
e1386962fd2Add GPG key changes
Jason ParkerJason Parker
9dc3eba6498Let --mode=http work
Jason ParkerJason Parker
4966393096fAdd user/pass config checking in another code path.
Kapil GuptaKapil Gupta
603fd844a26Adding redirect url option while fetching license from portal
Kapil GuptaKapil Gupta
13da4e1a4c9MMerge pull request #5 in FREEPBX/devtools from phpunit-args to master* commit 'f74dd96887bb03b5ff7163d4be7e6a62fb4565bb': Pass CLI args off to PHPUnit
Kapil GuptaKapil Gupta
d9a3d4607faMMerge pull request #6 in FREEPBX/devtools from devtools-tweaks to master* commit '30cee077c557a83b5712767611db144b50b65702': Add script that attempts to fix broken modules Added option to answer all questions with a 'yes'.
Matt BrooksMatt Brooks
30cee077c55Add script that attempts to fix broken modulesThis script attempts to detect when modules are broken in FreePBX and resolve the issues. It's good to note that before running this script, the FreePBX username and password should be defined in the ~/.freepbxconfig file.
Matt BrooksMatt Brooks
f9c6b40b9e5Added option to answer all questions with a 'yes'.It's not easy to make capturing required user input from another script. This commit adds an option to just automatically select 'yes' instead by setting the '-y' flag in the freepbx_git.php scirpt.
leedm777leedm777
f74dd96887bPass CLI args off to PHPUnit
Kapil GuptaKapil Gupta
363d1e0bba2MMerge pull request #4 in FREEPBX/devtools from bugfix/fix-option-r to master* commit 'e6351d659ce7e1a6410d562283e8f0e51b8d1a1a': Fix -r option when cloning new module
Jason ParkerJason Parker
e6351d659ceFix -r option when cloning new module
AndrewAndrew
67e59bdcbfffix no freepbx bootstrapping
Kapil GuptaKapil Gupta
319512ed2baMMerge pull request #3 in FREEPBX/devtools from dev-update-all to master* commit 'c414e96f29d46defb3cc5f18323887d3702f5545': Add dev_update_all script
leedm777leedm777
c414e96f29dAdd dev_update_all scriptSharing the script I've started using to get all the modules on my dev machine updated with the least amount of headache.
AndrewAndrew
6f2a6ea1c84add ability to refresh...HARD
James FinstromJames Finstrom
7e5488f1561Add function to update the commercial license link
James FinstromJames Finstrom
21dedf4cb8aMMerge branch 'master' of http://git.freepbx.org/scm/freepbx/devtools
James FinstromJames Finstrom
c782bd9dcdeAdd module generator phar to standard toolset
AndrewAndrew
bb3a97288d6fix
AndrewAndrew
68f86d80095package all script
AndrewAndrew
c023fe405c2MMerge branch 'master' of ssh://git.freepbx.org/freepbx/devtoolsConflicts: package.php
AndrewAndrew
92714fc7942MMerge branch 'master' of ssh://git.freepbx.org/freepbx/devtools
AndrewAndrew
06edb3b4dfcfix 5.3 bug
AndrewAndrew
8adefeed2fdMMerge branch 'master' of ssh://git.freepbx.org/freepbx/devtools
Rob ThomasRob Thomas
796ffa48266New format of --list-keys uses second col.
AndrewAndrew
c5d2ceba4ebdont abort on gitlog just continue
AndrewAndrew
d7bfc7f7e35prevent publishing without a supported tag
AndrewAndrew
9f7ace89083didnt work out
AndrewAndrew
f14a3a13038update lang
AndrewAndrew
956afe6b84dupdates
AndrewAndrew
7240268e885remove broken option
AndrewAndrew
04ef6e35976remove setup lang
AndrewAndrew
fe6cc5cba3eupdate merge.php
AndrewAndrew
c6b88060527add php-mock
AndrewAndrew
8d3f43af323delete coverage folder when packaging
AndrewAndrew
cb59660526buse our scripted phpunit
AndrewAndrew
d76f78632a0bump
AndrewAndrew
040c82355b0update
AndrewAndrew
b63aa91b6f6MMerge branch 'master' of ssh://git.freepbx.org/freepbx/devtools
AndrewAndrew
6820522eea8-A
AndrewAndrew
060a96b7166add pseudo
Luis AbarcaLuis Abarca
8d93082dfaaautoloader
AndrewAndrew
affee4f8298and the file
AndrewAndrew
c822272138eability to disable loading freepbx boostrap in phpunit
AndrewAndrew
668c2b3dc7fmake sure commands have required values not optional
AndrewAndrew
61f5eb1b407read cli before defaults