0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix some integration tests that are broken on some Windows Powershell systems because the PATH environment variable is not defined. More... over 5 years ago
Change the npm package used to test environment variables overriding. More... over 5 years ago
Try to fix some broken tests on Github actions' macOS and Windows. More... over 5 years ago
Use -- after npm run to pass command arguments. More... over 5 years ago
Try to fix a broken test on Github actions' macOS and Windows. More... over 5 years ago
Try to fix an integration test broken on Github actions' Windows. More... over 5 years ago
Try to fix broken unit tests on Windows and macOS because an absolute path formatting issue. More... over 5 years ago
Improve documentation. More... over 5 years ago
Fix the build Github action on Windows to ensure it fails when the build fails. More... over 5 years ago
Try to fix a broken integration test on Windows. More... over 5 years ago
Fix some unit tests that are broken on Github actions' macOS host. More... over 5 years ago
Start writing 3.0 release notes. More... over 5 years ago
Upgrade default Node.js version to 12.16.1, the latest LTS release. More... over 5 years ago
Fix issue #82, make nodeDir property public in NodeSetupTask. More... over 5 years ago
Add a package-lock.json file that should have already been versioned. More... over 5 years ago
Add some tests for the nodeModulesOutputFilter properties with the Kotlin DSL. More... over 5 years ago
Issue #39: add a test to ensure that we can use the lazy configuration API with all tasks. More... over 5 years ago
Refactor the plugin code: - Change the packages layout - Clean and simplify some code - Change the way exec runner works. Use as many mutable data structures as possible - Remove all the unnecessary after project evaluation's hook usages in tasks (issue #39) More... over 5 years ago
Reformat Groovy files. More... over 5 years ago
Improve the compatibility with the Kotlin DSL regarding the execOverrides property. It still does not work with Gradle < 5.6 (like the Groovy DSL). More... over 5 years ago
Use JUnit 5 in non spock tests. Spock will use JUnit 5 but is not available yet. More... over 5 years ago
Merge branch 'speed-up-integration-tests' into execoverrides More... over 5 years ago
Add some tests to ensure that issue #72 is fixed. We can now use the execOverrides option in the Groovy DSL as expected but it is no longer the case with the Kotlin DSL. More... over 5 years ago
Issue #76: add some tests to ensure that GStrings work as expected when declaring environment variables. More... over 5 years ago
Improve the way we define some extra environment variables in Node.js, npm, npx and yarn tasks. Add an integration test using the Kotlin DSL to ensure it is correctly usable. More... over 5 years ago
Issue #52: document how to use Gulp or Grunt with the NpxTask. More... over 5 years ago
Issue #45: add the ability to skip integration tests execution on older Gradle versions. More... over 5 years ago
Build using Java 8 to ensure it works with Java 8. The build produces Java 8 compatible binaries. More... over 5 years ago
Issue #45: speed up integration tests. - Stop downloading Node.js for each integration test project. We only test it once with a specified version and with the default version. Same thing for npm and yarn. - This means we rely on the tools installed globally on the system (this is a new development prerequisite). - Add new tests to ensure that we correctly use those globally installed tools. - Remove some tests that are duplicates of other ones (mostly for npm rule integration tests what test npm related features already tested elsewhere). More... over 5 years ago
Upgrade the Gradle wrapper script and jar to 6.3. More... over 5 years ago