Commits
User selector
Commit History
Commits on Jul 6, 2021
Build/Test Tools: Add assertions to ensure version-controlled files are not modified during CI, and fix the `grunt clean` command.
Show description for ef09cd8committedBuild/Test Tools: Use caching built into `actions/setup-node`.
Show description for 0c25dcacommitted
Commits on Jun 30, 2021
Build/Test Tools: Add the 5.8 branch to the workflow for testing branches.
Show description for c7d2846committed
Commits on May 19, 2021
Build/Test Tools: Use the new `concurrency` setting for GitHub Actions.
Show description for 8624529committed
Commits on Apr 28, 2021
Build/Test Tools: Correctly test `grunt clean` when built to run from `src`.
Show description for bcd6503committed
Commits on Apr 16, 2021
Build/Test Tools: Make adjustments to how often old branches are tested.
Show description for bf17761committed
Commits on Apr 13, 2021
Build/Test Tools: Remove an extra space in the job name for PHPUnit tests.
Show description for 396bb29committed
Commits on Apr 6, 2021
Build/Test Tools: Prevent PHPUnit tests on `push` for forks/private mirrors.
Show description for 4286a87committed
Commits on Apr 2, 2021
Build/Test Tools: Prevent the workflow for testing old branches from running on forks.
Show description for 2d8ba7bcommitted
Commits on Mar 26, 2021
Build/Test Tools: Run code coverage workflow when the file is updated.
Show description for 5e85c8fcommittedBuild/Test Tools: Run code coverage workflow using parallel jobs.
Show description for 0f636b8committedBuild/Test Tools: Do not checkout the Importer plugin in the Code Coverage workflow.
Show description for 1c293bccommittedBuild/Test Tools: Fix code coverage reporting to generate report from `src`.
Show description for 6113803committedBuild/Test Tools: Run test workflows on old branches on a schedule.
Show description for 003ebb5committed
Commits on Mar 25, 2021
Build/Test Tools: Disable `fail-fast` for the NPM testing workflow.
Show description for 85907dacommitted
Commits on Mar 3, 2021
Build/Test Tools: Pin SHA versions to the remaining 3rd party actions.
Show description for 137b305committedBuild/Test Tools: Generalize the NPM test workflow.
Show description for cca6459committed
Commits on Mar 2, 2021
Build/Test Tools: Add path detection when running GitHub Actions on `pull_request`.
Show description for 481bdeecommittedBuild/Test Tools: Change the `cancel-workflow-action` version to a SHA value.
Show description for 780e0ffcommittedBuild/Test Tools: Pin the `welcome-action` to a specific commit SHA.
Show description for bb046b0committedBuild/Test Tools: Run automated testing workflows for `trunk` branch.
Show description for 1ca0e68committed
Commits on Mar 1, 2021
Disable comments from codecov.
Show description for 51548e1committed
Commits on Feb 26, 2021
Build/Test Tools: Switch away from `npx install-changed` in GitHub Actions to increase the cache performance.
Show description for 6f89bd0committedBuild/Test Tools: Split the PHPUnit tests for PHP versions below 7.0 in half, allowing them to run in parallel and reduce the overall test run duration on GitHub Actions.
Show description for d59c227committedBuild/Test Tools: Avoid attempting to redeclare the `origin` remote prior to sending the test results to the test reporting API.
Show description for 58b33eccommittedBuild/Test Tools: Switch back to running the PHPUnit test suite against the `src` directory instead of `build`.
Show description for 4ab922dcommitted
Commits on Feb 25, 2021
Build/Test Tools: Prevent the NPM/Composer caches in GitHub Actions from snowballing.
Show description for 33af393committedBuild/Test Tools: Disable `fail-fast` for PHPUnit testing.
Show description for f2b5688committed
Commits on Feb 24, 2021
Build/Test Tools: Limit when GitHub Action workflows run on `pull_request`.
Show description for 4a09e7dcommitted
Commits on Feb 23, 2021
Build/Test Tools: Stop running the `restapi-jsclient` tests separately.
Show description for da710d8committed
Commits on Feb 18, 2021
Build/Test Tools: Update actions within test workflows to the latest versions.
Show description for 4935d34committed
Commits on Feb 17, 2021
Build/Test Tools: Split the single site and Multisite PHPUnit test runs on CI into separate jobs so they run in parallel.
Show description for 4f25e74committed
Commits on Feb 12, 2021
Build/Test Tools: Run xDebug tests on PHP 8.0.
Show description for 4e080becommittedBuild/Test Tools: Run automated testing when tags are created.
Show description for 14c3fb1committed
Commits on Feb 10, 2021
Build/Test Tools: Install WordPress Importer plugin when installing the Docker-based local environment.
Show description for 6e49ac2committed