openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
G
gradle-node-plugin
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 10 hours
ago. based on code collected
about 10 hours
ago.
Jul 20, 2024 — Jul 20, 2025
Showing page 13 of 30
Search / Filter on:
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.
Benoit Sautel
More...
over 5 years ago
Change the npm package used to test environment variables overriding.
Benoit Sautel
More...
over 5 years ago
Try to fix some broken tests on Github actions' macOS and Windows.
Benoit Sautel
More...
over 5 years ago
Use -- after npm run to pass command arguments.
Benoit Sautel
More...
over 5 years ago
Try to fix a broken test on Github actions' macOS and Windows.
Benoit Sautel
More...
over 5 years ago
Try to fix an integration test broken on Github actions' Windows.
Benoit Sautel
More...
over 5 years ago
Try to fix broken unit tests on Windows and macOS because an absolute path formatting issue.
Benoit Sautel
More...
over 5 years ago
Improve documentation.
Benoit Sautel
More...
over 5 years ago
Fix the build Github action on Windows to ensure it fails when the build fails.
Benoit Sautel
More...
over 5 years ago
Try to fix a broken integration test on Windows.
Benoit Sautel
More...
over 5 years ago
Fix some unit tests that are broken on Github actions' macOS host.
Benoit Sautel
More...
over 5 years ago
Start writing 3.0 release notes.
Benoit Sautel
More...
over 5 years ago
Upgrade default Node.js version to 12.16.1, the latest LTS release.
Benoit Sautel
More...
over 5 years ago
Fix issue #82, make nodeDir property public in NodeSetupTask.
Benoit Sautel
More...
over 5 years ago
Add a package-lock.json file that should have already been versioned.
Benoit Sautel
More...
over 5 years ago
Add some tests for the nodeModulesOutputFilter properties with the Kotlin DSL.
Benoit Sautel
More...
over 5 years ago
Issue #39: add a test to ensure that we can use the lazy configuration API with all tasks.
Benoit Sautel
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)
Benoit Sautel
More...
over 5 years ago
Reformat Groovy files.
Benoit Sautel
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).
Benoit Sautel
More...
over 5 years ago
Use JUnit 5 in non spock tests. Spock will use JUnit 5 but is not available yet.
Benoit Sautel
More...
over 5 years ago
Merge branch 'speed-up-integration-tests' into execoverrides
Benoit Sautel
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.
Benoit Sautel
More...
over 5 years ago
Issue #76: add some tests to ensure that GStrings work as expected when declaring environment variables.
Benoit Sautel
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.
Benoit Sautel
More...
over 5 years ago
Issue #52: document how to use Gulp or Grunt with the NpxTask.
Benoit Sautel
More...
over 5 years ago
Issue #45: add the ability to skip integration tests execution on older Gradle versions.
Benoit Sautel
More...
over 5 years ago
Build using Java 8 to ensure it works with Java 8. The build produces Java 8 compatible binaries.
Benoit Sautel
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).
Benoit Sautel
More...
over 5 years ago
Upgrade the Gradle wrapper script and jar to 6.3.
Benoit Sautel
More...
over 5 years ago
←
1
2
…
9
10
11
12
13
14
15
16
17
…
29
30
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree