-
Notifications
You must be signed in to change notification settings - Fork 455
Comparing changes
Open a pull request
base repository: actions/github-script
base: v6.4.0
head repository: actions/github-script
compare: v6.4.1
- 10 commits
- 15 files changed
- 3 contributors
Commits on Mar 30, 2023
-
Add @octokit/plugin-request-log, to produce debug output for requests
Without this plugin, the debug setting is, effectively, meaningless as none of the existing plugins produce log output. The plugin writes the request options to octokit.log.debug, and response times as *method path - status in ...ms* to octokit.log.info.
Configuration menu - View commit details
-
Copy full SHA for 78f623b - Browse repository at this point
Copy the full SHA 78f623bView commit details
Commits on Apr 4, 2023
-
Merge pull request #358 from mjpieters/request-log-plugin
Add @octokit/plugin-request-log, to produce debug output for requests
1Configuration menu - View commit details
-
Copy full SHA for 8d76c9a - Browse repository at this point
Copy the full SHA 8d76c9aView commit details -
Clean and spruce up the integration tests a bit
- Use test-specific step ids - Remove unused input parameters - Provide clear output on what passed or failed, including a step summary for each passed test.
Configuration menu - View commit details
-
Copy full SHA for 806be26 - Browse repository at this point
Copy the full SHA 806be26View commit details -
The @octokit/plugin- references are not actually (directly) used by @action/github-script and so only serve to confuse about what exact version of these is included in the action. The actual versions of these plugins are set by @action/github. Ignoring newlines, the dist/index.js file is exactly the same without listing these dependencies in package.json.
Configuration menu - View commit details
-
Copy full SHA for a4f398e - Browse repository at this point
Copy the full SHA a4f398eView commit details -
Fix null handling, covered by integration tests
`core.getInput()` always returns a string, so testing for 'not null' is always true. This then leads to previews set to an array with a single empty string, breaking accept-header output. Updated eslint rules should help avoid this issue in future, and new integration tests verify that the github client configuration now reflects the intended configuration options.
Configuration menu - View commit details
-
Copy full SHA for 8d9f8fc - Browse repository at this point
Copy the full SHA 8d9f8fcView commit details -
Merge pull request #357 from mjpieters/fix_input_handling
fix input handling
1Configuration menu - View commit details
-
Copy full SHA for f1ab577 - Browse repository at this point
Copy the full SHA f1ab577View commit details -
Configuration menu - View commit details
-
Copy full SHA for eae7dc1 - Browse repository at this point
Copy the full SHA eae7dc1View commit details -
Merge pull request #356 from mjpieters/clean_deps
Remove unused dependencies
1Configuration menu - View commit details
-
Copy full SHA for 57c10d4 - Browse repository at this point
Copy the full SHA 57c10d4View commit details
Commits on Apr 5, 2023
-
Default debug to current runner debug state
When the action 'debug' input is not set, default to the current runner debug state. This ensures that the Octokit client request logs are included automatically when you re-run a job with debug enabled.
Configuration menu - View commit details
-
Copy full SHA for ea954ff - Browse repository at this point
Copy the full SHA ea954ffView commit details -
Merge pull request #363 from mjpieters/auto_debug
Default debug to current runner debug state
1Configuration menu - View commit details
-
Copy full SHA for d7906e4 - Browse repository at this point
Copy the full SHA d7906e4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.4.0...v6.4.1