{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":704170777,"defaultBranch":"main","name":"wpunit-helpers","ownerLogin":"pantheon-systems","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-10-12T17:24:59.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/513357?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1707859176.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"8f77f209060fbb9178952d0265f53af0ed2517df","ref":"refs/heads/v2","pushedAt":"2024-02-13T21:19:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[major] Refactor WP install scripts to use WP-CLI (#3)\n\n* add helpers.sh to provide functions to other scripts\r\n\r\n* add composer diff\r\n\r\n* address shellcheck feedback\r\n\r\n* use our helpers and tweak the local test install\r\n\r\n* remove functions sourced in helpers\r\n\r\n* tweak the test script and run against nightly on single and multisite\r\n\r\n* test for helpers, too\r\n\r\n* output wp version\r\n\r\n* update download function\r\n\r\n* remove extra linebreak\r\n\r\n* add a comment\r\n\r\n* fix grep\r\n\r\n* remove comment\r\n\r\n* bump checkout to v4\r\n\r\n* turn debugging on\r\nso we can debug this in the mu-plugin\r\n\r\n* allow a version to be passed to install-local-tests\r\n\r\n* add a download wp function\r\n\r\n* add a setup_wp function\r\n\r\n* remove set -e since this will only be sourced\r\n\r\n* fix spacing\r\n\r\n* remove the install_wp function\r\nreplacing with our own using wpcli\r\n\r\n* setup_wp_nightly uses setup_wp\r\n\r\n* install_db needs some params\r\n\r\n* add a cleanup\r\n\r\n* also reset the db in the cleanup\r\n\r\n* default to no db pass\r\nfor local install\r\n\r\n* Refactor install-wp-tests.sh script\r\n\r\n* use phpunit instead of test for consistency\r\n\r\n* use flags instead of args\r\n\r\n* check if the json file exists before removing it\r\n\r\n* use --version\r\n\r\n* allow tmpdir to be passed, too\r\n\r\n* remove the question\r\n\r\n* fix spacing\r\n\r\n* update usage\r\n\r\n* set SKIP_DB to the value we pass along to install-wp-tests\r\n\r\n* fix the syntax\r\n\r\n* fix the syntax\r\n\r\n* shellcheck all the things\r\n\r\n* add an empty phpunit script\r\nthis lets us run the tests ourselves\r\nin the future we could add some files to run tests on but for now this doesn't do anything\r\n\r\n* run through the scripts\r\n\r\n* remove unused var\r\n\r\n* fix the passed args\r\n\r\n* there's no skip_db in this function\r\n\r\n* turn on debugging\r\n\r\n* set the tmpdir to install into\r\n\r\n* change the test name\r\n\r\n* be more specific about the phpunit test\r\n\r\n* fix the skip db bit\r\n\r\n* install wp-cli\r\n\r\n* fix wp-cli install\r\n\r\n* echo where we're installing WordPress\r\n\r\n* add the rest of the vars to the install script\r\n\r\n* turn debugging on for the install wp script, too\r\n\r\n* pass all the params to setup_wp\r\n\r\n* create the database before installing wp\r\n\r\n* debug helpers\r\n\r\n* match the order to what we're passing\r\n\r\n* echo what we're doing with the database\r\n\r\n* fix the conditional to install the db\r\n\r\n* actually add a database to connect to\r\n\r\n* try the test without a db pass\r\n\r\n* fix db pass in install_db function\r\n\r\n* we actually want word splitting here\r\n\r\n* add root password back\r\n\r\n* some tests to mysql to make sure it's running and we have the right un/pw\r\n\r\n* move the shellcheck ignore\r\n\r\n* we actually do need to get the version from the json file\r\n\r\n* pass the wp version into install_test_suite\r\n\r\n* use flags for wp version and tmp dir\r\n\r\n* we need to also pass the tmpdir\r\n\r\n* we also need wp tests dir and db info in install_test_suite\r\n\r\n* pass those values in\r\n\r\n* fix the paths\r\n\r\n* remove debugging\r\n\r\n* print the working directory\r\nwanna see where we are so we know where to run composer script from\r\n\r\n* don't cd into the test directory\r\n\r\n* bash the script\r\n\r\n* can we set the shell to bash and remove the bash command?\r\n\r\n* give the robot permission to read\r\n\r\n* switch back\r\n\r\n* turn on debugging for nightly test\r\n\r\n* remove the shifts\r\n\r\n* remove unused usage function\r\n\r\n* remove all shifts\r\n\r\n* remove moar shifts\r\n\r\n* debug the actual command\r\n\r\n* replace --no-db with --skip-db\r\n\r\n* add right param to composer includes\r\n\r\n* echo the passed args for debugging\r\n\r\n* move the passed args debugging line higher so we can see it for both runs\r\n\r\n* move local tests to a script\r\n\r\n* remove the bash\r\n\r\n* run chmod in the script\r\n\r\n* add permissions\r\n\r\n* bail if the script doesn't exist\r\n\r\n* change the shebang in all the things\r\n\r\n* handle line ending conversions appropriately\r\n\r\n* ls the bin folder after the chmod and chmod the right thing\r\n\r\n* don't bash the script\r\n\r\n* ignore problemmatic things\r\n\r\n* remove quotes\r\n\r\n* force the wp download\r\n\r\n* don't create the wp-config if it exists\r\n\r\n* remove debug code and cleanup when the test is done\r\n\r\n* move setup stuff to the top\r\n\r\n* cleanup on the right thing\r\n\r\n* add db values as env variables to reset the db\r\n\r\n* drop the database\r\n\r\n* remove debug code\r\n\r\n* move test file validation to a script\r\n\r\n* add comments to helpers\r\n\r\n* [major] Update readme\r\n\r\n* shellcheck the test scripts, too\r\n\r\n* fix nightly setup\r\nneeds to mirror setup_wp because we pass the same parameters along\r\n\r\n* run the nightly install if that's what was requested\r\n\r\n* remove passed args debug code\r\n\r\n* remove setup_wp_nightly in phpunit-test.sh\r\nit's run in install-wp-tests.sh\r\n\r\n* remove gitattributes\r\nwe probably don't need it\r\n\r\n* remove debug\r\n\r\nCo-authored-by: Phil Tyler \r\n\r\n* fix dumb comment thing\r\n\r\nCo-authored-by: Phil Tyler \r\n\r\n* add missing :\r\n\r\nCo-authored-by: Phil Tyler \r\n\r\n* loop over the files to check\r\n\r\n* set variables to local\r\nso we don't run into global clashes\r\n\r\n* make the file check test a loop\r\n\r\n* use string manipulation instead of parsing the string parts before/after the colon\r\n\r\n* better handling of EXTRA using an array\r\n\r\n* add to the EXTRA array\r\nrather than overwriting it\r\n\r\n* apply the same logic to bash wp install args\r\n\r\n* allow variables to be overridden with env variables\r\n\r\n* remove local\r\n\r\n* add some logging\r\nnot sure where things are failing exactly\r\n\r\n* turn on debugging so we can see what values were passed in\r\n\r\n* remove defaults\r\n\r\n* move debugging to install_db step\r\n\r\n* revert string manipulation\r\n\r\n* move the debugging\r\n\r\n* remove debugging\r\n\r\n* remove --version from SETUP_ARGS\r\nit's only needed for non-nightly runs\r\n\r\n* remove test in loop\r\n\r\nCo-authored-by: Phil Tyler \r\n\r\n* wrap install-local-tests and install-wp-tests in a function\r\n\r\n* use local variables in all helper functions\r\n\r\n* let's put the phpunit-test script in a function, too\r\nwe don't need to pass args into it because we don't pass args into the script\r\n\r\n* fix local DIRNAME for shellcheck\r\n\r\n---------\r\n\r\nCo-authored-by: Phil Tyler ","shortMessageHtmlLink":"[major] Refactor WP install scripts to use WP-CLI (#3)"}},{"before":"3c8fa1a42b964dfb070eb4044ecc2d1ec3c1f0bb","after":null,"ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T21:19:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"}},{"before":"683c9eb83a76c5229a40eef2ec1b19162f162a50","after":"8f77f209060fbb9178952d0265f53af0ed2517df","ref":"refs/heads/main","pushedAt":"2024-02-13T21:19:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"[major] Refactor WP install scripts to use WP-CLI (#3)\n\n* add helpers.sh to provide functions to other scripts\r\n\r\n* add composer diff\r\n\r\n* address shellcheck feedback\r\n\r\n* use our helpers and tweak the local test install\r\n\r\n* remove functions sourced in helpers\r\n\r\n* tweak the test script and run against nightly on single and multisite\r\n\r\n* test for helpers, too\r\n\r\n* output wp version\r\n\r\n* update download function\r\n\r\n* remove extra linebreak\r\n\r\n* add a comment\r\n\r\n* fix grep\r\n\r\n* remove comment\r\n\r\n* bump checkout to v4\r\n\r\n* turn debugging on\r\nso we can debug this in the mu-plugin\r\n\r\n* allow a version to be passed to install-local-tests\r\n\r\n* add a download wp function\r\n\r\n* add a setup_wp function\r\n\r\n* remove set -e since this will only be sourced\r\n\r\n* fix spacing\r\n\r\n* remove the install_wp function\r\nreplacing with our own using wpcli\r\n\r\n* setup_wp_nightly uses setup_wp\r\n\r\n* install_db needs some params\r\n\r\n* add a cleanup\r\n\r\n* also reset the db in the cleanup\r\n\r\n* default to no db pass\r\nfor local install\r\n\r\n* Refactor install-wp-tests.sh script\r\n\r\n* use phpunit instead of test for consistency\r\n\r\n* use flags instead of args\r\n\r\n* check if the json file exists before removing it\r\n\r\n* use --version\r\n\r\n* allow tmpdir to be passed, too\r\n\r\n* remove the question\r\n\r\n* fix spacing\r\n\r\n* update usage\r\n\r\n* set SKIP_DB to the value we pass along to install-wp-tests\r\n\r\n* fix the syntax\r\n\r\n* fix the syntax\r\n\r\n* shellcheck all the things\r\n\r\n* add an empty phpunit script\r\nthis lets us run the tests ourselves\r\nin the future we could add some files to run tests on but for now this doesn't do anything\r\n\r\n* run through the scripts\r\n\r\n* remove unused var\r\n\r\n* fix the passed args\r\n\r\n* there's no skip_db in this function\r\n\r\n* turn on debugging\r\n\r\n* set the tmpdir to install into\r\n\r\n* change the test name\r\n\r\n* be more specific about the phpunit test\r\n\r\n* fix the skip db bit\r\n\r\n* install wp-cli\r\n\r\n* fix wp-cli install\r\n\r\n* echo where we're installing WordPress\r\n\r\n* add the rest of the vars to the install script\r\n\r\n* turn debugging on for the install wp script, too\r\n\r\n* pass all the params to setup_wp\r\n\r\n* create the database before installing wp\r\n\r\n* debug helpers\r\n\r\n* match the order to what we're passing\r\n\r\n* echo what we're doing with the database\r\n\r\n* fix the conditional to install the db\r\n\r\n* actually add a database to connect to\r\n\r\n* try the test without a db pass\r\n\r\n* fix db pass in install_db function\r\n\r\n* we actually want word splitting here\r\n\r\n* add root password back\r\n\r\n* some tests to mysql to make sure it's running and we have the right un/pw\r\n\r\n* move the shellcheck ignore\r\n\r\n* we actually do need to get the version from the json file\r\n\r\n* pass the wp version into install_test_suite\r\n\r\n* use flags for wp version and tmp dir\r\n\r\n* we need to also pass the tmpdir\r\n\r\n* we also need wp tests dir and db info in install_test_suite\r\n\r\n* pass those values in\r\n\r\n* fix the paths\r\n\r\n* remove debugging\r\n\r\n* print the working directory\r\nwanna see where we are so we know where to run composer script from\r\n\r\n* don't cd into the test directory\r\n\r\n* bash the script\r\n\r\n* can we set the shell to bash and remove the bash command?\r\n\r\n* give the robot permission to read\r\n\r\n* switch back\r\n\r\n* turn on debugging for nightly test\r\n\r\n* remove the shifts\r\n\r\n* remove unused usage function\r\n\r\n* remove all shifts\r\n\r\n* remove moar shifts\r\n\r\n* debug the actual command\r\n\r\n* replace --no-db with --skip-db\r\n\r\n* add right param to composer includes\r\n\r\n* echo the passed args for debugging\r\n\r\n* move the passed args debugging line higher so we can see it for both runs\r\n\r\n* move local tests to a script\r\n\r\n* remove the bash\r\n\r\n* run chmod in the script\r\n\r\n* add permissions\r\n\r\n* bail if the script doesn't exist\r\n\r\n* change the shebang in all the things\r\n\r\n* handle line ending conversions appropriately\r\n\r\n* ls the bin folder after the chmod and chmod the right thing\r\n\r\n* don't bash the script\r\n\r\n* ignore problemmatic things\r\n\r\n* remove quotes\r\n\r\n* force the wp download\r\n\r\n* don't create the wp-config if it exists\r\n\r\n* remove debug code and cleanup when the test is done\r\n\r\n* move setup stuff to the top\r\n\r\n* cleanup on the right thing\r\n\r\n* add db values as env variables to reset the db\r\n\r\n* drop the database\r\n\r\n* remove debug code\r\n\r\n* move test file validation to a script\r\n\r\n* add comments to helpers\r\n\r\n* [major] Update readme\r\n\r\n* shellcheck the test scripts, too\r\n\r\n* fix nightly setup\r\nneeds to mirror setup_wp because we pass the same parameters along\r\n\r\n* run the nightly install if that's what was requested\r\n\r\n* remove passed args debug code\r\n\r\n* remove setup_wp_nightly in phpunit-test.sh\r\nit's run in install-wp-tests.sh\r\n\r\n* remove gitattributes\r\nwe probably don't need it\r\n\r\n* remove debug\r\n\r\nCo-authored-by: Phil Tyler \r\n\r\n* fix dumb comment thing\r\n\r\nCo-authored-by: Phil Tyler \r\n\r\n* add missing :\r\n\r\nCo-authored-by: Phil Tyler \r\n\r\n* loop over the files to check\r\n\r\n* set variables to local\r\nso we don't run into global clashes\r\n\r\n* make the file check test a loop\r\n\r\n* use string manipulation instead of parsing the string parts before/after the colon\r\n\r\n* better handling of EXTRA using an array\r\n\r\n* add to the EXTRA array\r\nrather than overwriting it\r\n\r\n* apply the same logic to bash wp install args\r\n\r\n* allow variables to be overridden with env variables\r\n\r\n* remove local\r\n\r\n* add some logging\r\nnot sure where things are failing exactly\r\n\r\n* turn on debugging so we can see what values were passed in\r\n\r\n* remove defaults\r\n\r\n* move debugging to install_db step\r\n\r\n* revert string manipulation\r\n\r\n* move the debugging\r\n\r\n* remove debugging\r\n\r\n* remove --version from SETUP_ARGS\r\nit's only needed for non-nightly runs\r\n\r\n* remove test in loop\r\n\r\nCo-authored-by: Phil Tyler \r\n\r\n* wrap install-local-tests and install-wp-tests in a function\r\n\r\n* use local variables in all helper functions\r\n\r\n* let's put the phpunit-test script in a function, too\r\nwe don't need to pass args into it because we don't pass args into the script\r\n\r\n* fix local DIRNAME for shellcheck\r\n\r\n---------\r\n\r\nCo-authored-by: Phil Tyler ","shortMessageHtmlLink":"[major] Refactor WP install scripts to use WP-CLI (#3)"}},{"before":"1df496ad7e1e48e565d2133c01daad9cce20329e","after":"3c8fa1a42b964dfb070eb4044ecc2d1ec3c1f0bb","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T21:11:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"fix local DIRNAME for shellcheck","shortMessageHtmlLink":"fix local DIRNAME for shellcheck"}},{"before":"f0f1f3c2ccfedb8747501604228b7c802ba47c96","after":"1df496ad7e1e48e565d2133c01daad9cce20329e","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T21:10:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"let's put the phpunit-test script in a function, too\nwe don't need to pass args into it because we don't pass args into the script","shortMessageHtmlLink":"let's put the phpunit-test script in a function, too"}},{"before":"75ac98a3d9f5d34b9e3bfa6518ca3f453853fbc0","after":"f0f1f3c2ccfedb8747501604228b7c802ba47c96","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T21:05:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"use local variables in all helper functions","shortMessageHtmlLink":"use local variables in all helper functions"}},{"before":"c8c99d759f96079d2be53b97a5a7baff0f92be1b","after":"75ac98a3d9f5d34b9e3bfa6518ca3f453853fbc0","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T20:58:46.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"Merge branch 'add-more-helpers' of github.com:pantheon-systems/wpunit-helpers into add-more-helpers","shortMessageHtmlLink":"Merge branch 'add-more-helpers' of github.com:pantheon-systems/wpunit…"}},{"before":"ffc8079076dc59dd04d92ab2f8894c1e0df07ef0","after":"c8c99d759f96079d2be53b97a5a7baff0f92be1b","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T20:40:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"remove test in loop\n\nCo-authored-by: Phil Tyler ","shortMessageHtmlLink":"remove test in loop"}},{"before":"aa84ed9f8282846b46ffb8a0f957e71d53a22ac0","after":"ffc8079076dc59dd04d92ab2f8894c1e0df07ef0","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T16:38:25.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"remove --version from SETUP_ARGS\nit's only needed for non-nightly runs","shortMessageHtmlLink":"remove --version from SETUP_ARGS"}},{"before":"6da408fb3df70fc78bb9254a0a733a550039168e","after":"aa84ed9f8282846b46ffb8a0f957e71d53a22ac0","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T16:33:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"move the debugging","shortMessageHtmlLink":"move the debugging"}},{"before":"a6ad13b4631f2d99664b6fe1067519dedb1248b3","after":"6da408fb3df70fc78bb9254a0a733a550039168e","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T16:30:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"revert string manipulation","shortMessageHtmlLink":"revert string manipulation"}},{"before":"b06ab34f68e25e9b8a99ef852d4821db7704e767","after":"a6ad13b4631f2d99664b6fe1067519dedb1248b3","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T16:21:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"move debugging to install_db step","shortMessageHtmlLink":"move debugging to install_db step"}},{"before":"6687e1ba6b01611c22cfad21f471dc6f2f3c1528","after":"b06ab34f68e25e9b8a99ef852d4821db7704e767","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T16:18:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"remove defaults","shortMessageHtmlLink":"remove defaults"}},{"before":"961b48116d2d71567a8d48ae4f8524df9a66a844","after":"6687e1ba6b01611c22cfad21f471dc6f2f3c1528","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T16:14:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"turn on debugging so we can see what values were passed in","shortMessageHtmlLink":"turn on debugging so we can see what values were passed in"}},{"before":"bdb2251c02f6e7869b76ae192f8b676576665a56","after":"961b48116d2d71567a8d48ae4f8524df9a66a844","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T16:09:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"add some logging\nnot sure where things are failing exactly","shortMessageHtmlLink":"add some logging"}},{"before":"fbebdda5c4e14077b1d9bc7d653659f271385d53","after":"bdb2251c02f6e7869b76ae192f8b676576665a56","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T16:02:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"remove local","shortMessageHtmlLink":"remove local"}},{"before":"9488b342109ed76bb24089b1216bd919310093ca","after":"fbebdda5c4e14077b1d9bc7d653659f271385d53","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T16:00:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"allow variables to be overridden with env variables","shortMessageHtmlLink":"allow variables to be overridden with env variables"}},{"before":"ac256c44939d13a34bf1a8e958d7e79ee3517dd9","after":"9488b342109ed76bb24089b1216bd919310093ca","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T15:57:35.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"apply the same logic to bash wp install args","shortMessageHtmlLink":"apply the same logic to bash wp install args"}},{"before":"ae54b816a376fd7fa151513f630c46ea755b6325","after":"ac256c44939d13a34bf1a8e958d7e79ee3517dd9","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T15:53:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"better handling of EXTRA using an array","shortMessageHtmlLink":"better handling of EXTRA using an array"}},{"before":"2922922a0f6cba5237edeb1f660c6af1ce061567","after":"ae54b816a376fd7fa151513f630c46ea755b6325","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T15:49:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"use string manipulation instead of parsing the string parts before/after the colon","shortMessageHtmlLink":"use string manipulation instead of parsing the string parts before/af…"}},{"before":"32c4371757f46f295aea63504413a5e295adb1b4","after":"2922922a0f6cba5237edeb1f660c6af1ce061567","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T15:45:12.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"make the file check test a loop","shortMessageHtmlLink":"make the file check test a loop"}},{"before":"45b6d75817b6e7895ff9b4dad0bace9537b5f1d4","after":"32c4371757f46f295aea63504413a5e295adb1b4","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-13T15:34:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"loop over the files to check","shortMessageHtmlLink":"loop over the files to check"}},{"before":"9f6bb3ffb7e8f60cd5dcf7931efa01d4508bb844","after":"45b6d75817b6e7895ff9b4dad0bace9537b5f1d4","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-12T22:33:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"add missing :\n\nCo-authored-by: Phil Tyler ","shortMessageHtmlLink":"add missing :"}},{"before":"6e37732446c6913502b0b6d353a7791600b0e4ac","after":"9f6bb3ffb7e8f60cd5dcf7931efa01d4508bb844","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-12T22:30:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"fix dumb comment thing\n\nCo-authored-by: Phil Tyler ","shortMessageHtmlLink":"fix dumb comment thing"}},{"before":"c120b211d1e36698b5275e595f138972e9757b06","after":"6e37732446c6913502b0b6d353a7791600b0e4ac","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-12T22:27:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"remove debug\n\nCo-authored-by: Phil Tyler ","shortMessageHtmlLink":"remove debug"}},{"before":"e036b756b5483fa35556c51dcf0739116b5815b8","after":"c120b211d1e36698b5275e595f138972e9757b06","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-09T22:47:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"remove gitattributes\nwe probably don't need it","shortMessageHtmlLink":"remove gitattributes"}},{"before":"bdfd96eb04cad8e5b34461ad92a42aa67fbc1c30","after":"e036b756b5483fa35556c51dcf0739116b5815b8","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-09T22:46:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"remove setup_wp_nightly in phpunit-test.sh\nit's run in install-wp-tests.sh","shortMessageHtmlLink":"remove setup_wp_nightly in phpunit-test.sh"}},{"before":"f0736fe8358e0cbf3a698c0c53fb50f1df11969e","after":"bdfd96eb04cad8e5b34461ad92a42aa67fbc1c30","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-09T22:44:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"remove passed args debug code","shortMessageHtmlLink":"remove passed args debug code"}},{"before":"aa87381b13127ccdeb3346db2430115767b7321b","after":"f0736fe8358e0cbf3a698c0c53fb50f1df11969e","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-09T22:01:38.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"run the nightly install if that's what was requested","shortMessageHtmlLink":"run the nightly install if that's what was requested"}},{"before":"aabd8f67d6acf3433d06ef2aeaf8ce4d7a5357a4","after":"aa87381b13127ccdeb3346db2430115767b7321b","ref":"refs/heads/add-more-helpers","pushedAt":"2024-02-09T21:42:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jazzsequence","name":"Chris Reynolds","path":"/jazzsequence","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/991511?s=80&v=4"},"commit":{"message":"shellcheck the test scripts, too","shortMessageHtmlLink":"shellcheck the test scripts, too"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD-e0nOQA","startCursor":null,"endCursor":null}},"title":"Activity · pantheon-systems/wpunit-helpers"}