0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add test for Yarn More... almost 5 years ago
Have the test reconfigure current env rather than make a new one. More... almost 5 years ago
Check against System.getenv() More... almost 5 years ago
Don't configure proxy if there's already proxy configuration. More... almost 5 years ago
Change automatic proxy to be http:// More... almost 5 years ago
Upgrade dependencies. More... almost 5 years ago
Add some documentation regarding the proxy autoconfiguration. More... almost 5 years ago
Add a release checklist document. More... almost 5 years ago
Prebuild only the required variants with Angular ngcc after npm install. More... almost 5 years ago
Upgrade Gradle to 6.6.1. More... almost 5 years ago
Upgrade Spring Boot Angular example to Spring Boot 2.3.3 and Angular 10. More... almost 5 years ago
Improve the changelog. More... almost 5 years ago
Upgrade the default Node.js. More... almost 5 years ago
Re-add mavenCoordinates to pluginBundle. #113 More... almost 5 years ago
Merge pull request #102 from node-gradle/javadoc-github-action More... almost 5 years ago
Upgrade Gradle to 6.6. Configure the wrapper task to avoid adding manually the version and distribution type each time we update it. More... almost 5 years ago
Merge branch 'proxy-tests' More... about 5 years ago
Upgrade Gradle to 6.5.1. More... about 5 years ago
Upgrade the default Node.js version to 12.18.1. This also upgrades the default npm version to 6.14.5. More... about 5 years ago
Upgrade Gradle to 6.5. More... about 5 years ago
Issue #106: improve the Yarn test case to get one step closer from the HTTPS proxy test that works but for now it is still broken. More... about 5 years ago
Issue #106: add proxy tests for Yarn. More... about 5 years ago
Issue #106: remove the port from the NO_PROXY environment variable since npm does not support ports at this place. More... about 5 years ago
Issue #106: fix an issue with the MockServer certificate authority declaration. More... about 5 years ago
Issue #106: use environment variable instead of CLI args to define the proxy configuration for npm and Yarn. More... about 5 years ago
Merge branch 'master' into proxy-tests More... about 5 years ago
Correct noproxy parameter #106 More... about 5 years ago
Issue #106: ensure that the proxy is used at least once. Hope this will make the test pass on GitHub Actions' macOS host. More... about 5 years ago
Issue #106: try to use another package in the proxy test. I don't know why it does not work in GitHub Actions, it works on my laptop. Maybe this is because of a cache issue coming from another test? More... about 5 years ago
Issue #106: add a test to ensure that NPM uses the HTTP proxy defined in the Gradle configuration. More... about 5 years ago