Releases: Automattic/vip-go-ci
Releases · Automattic/vip-go-ci
1.3.3
What's Changed
- Apply constant for WordPress.org API by @gudmdharalds in #313
- Use constants for content-type headers by @gudmdharalds in #311
- New exit status for HTTP API errors, update log message by @gudmdharalds in #310
- Update two constants related to HTTP API by @gudmdharalds in #316
- Update HTTP API request functions by @gudmdharalds in #318
- IRC API update: Replace cURL functionality with vipgoci_http_api_post_url() by @gudmdharalds in #319
- Replace GitHub rate limit functionality with HTTP API rate limit functionality by @gudmdharalds in #315
- Update GitHub Actions dependencies by @gudmdharalds in #323
- Update Pixel API implementation by @gudmdharalds in #321
- Increment counter when request limit is reached by @gudmdharalds in #322
- Update phpcs-variable-analysis to version 2.11.9 by @gudmdharalds in #317
- Update PHPCompatibilityWP and PHPCompatibilityParagonie dependencies by @gudmdharalds in #324
- Rename test class, update function name in comments by @gudmdharalds in #326
- Do not display "No issues were found...." when maximum number of comments is reached by @gudmdharalds in #325
- Introduce custom file extensions with scanners by @gudmdharalds in #320
- Update shivammathur/setup-php dependency to use @v2 by @gudmdharalds in #328
- WPScan API: Add function to determine "local" slug by @gudmdharalds in #314
- WPScan API: Ensure comments are only submitted for changed add-ons by @gudmdharalds in #327
- Updating references to build management software by @gudmdharalds in #330
- Update tests/integration/WpscanScanDirsAlteredTest.php due to new fields from API by @gudmdharalds in #331
- Changelog for version 1.3.3 by @gudmdharalds in #312
Full Changelog: 1.3.2...1.3.3
1.3.2
What's Changed
- Update PULL_REQUEST_TEMPLATE by @gudmdharalds in #307
- WPScan API: Update x-ratelimit-remaining header functionality by @gudmdharalds in #304
- Add checks to WPScan API reporting logic, ensure CVSS outputted includes precision by @gudmdharalds in #308
- Remove OAuth 1.0a functions by @gudmdharalds in #303
- WPScan API integration: Add URL to commit in IRC log by @gudmdharalds in #309
- Changelog for version 1.3.2 by @gudmdharalds in #305
Full Changelog: 1.3.1...1.3.2
1.3.1
What's Changed
- Fix: Do not report latest plugin/theme as obsolete by @gudmdharalds in #299
- Update statistics logic by @gudmdharalds in #301
- Fix WPScan test by @gudmdharalds in #302
- Changelog for version 1.3.1 by @gudmdharalds in #300
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- Small updates: Use new functions introduced in #273; update HTTP wait function; update URL in README.md; update tests by @gudmdharalds in #281
- Rename test class to match file name by @gudmdharalds in #292
- Use local git repository when running integration tests using GitHub Actions by @gudmdharalds in #295
- Fix re-posted comments that contain "/**" by @gudmdharalds in #293
- Fix two problems with local git diffs by @gudmdharalds in #291
- Use vipgoci_cached_indication_str() function by @gudmdharalds in #296
- Call htmlentities() with PHP 8.1 defaults by @gudmdharalds in #298
- Fix bug when filtering results array by @gudmdharalds in #297
- Add support for WPScan API scanning by @gudmdharalds in #273
- Changelog for version 1.3.0 by @gudmdharalds in #286
Full Changelog: 1.2.6...1.3.0
1.2.6
What's Changed
- Add allow list for file filtering function by @ingeniumed in #289
- Changelog for version 1.2.6 by @gudmdharalds in #290
New Contributors
- @ingeniumed made their first contribution in #289
Full Changelog: 1.2.5...1.2.6
1.2.5
What's Changed
- Fix problem with removed files in non-functional auto-approvals and add sanity checks elsewhere by @gudmdharalds in #287
- Changelog for version 1.2.5 by @gudmdharalds in #288
Full Changelog: 1.2.4...1.2.5
1.2.4
What's Changed
- Update files to reflect that "main" branch is now named "trunk" by @gudmdharalds in #274
- Update phpcs-variable-analysis to version 2.11.3 by @gudmdharalds in #276
- Switch to GitHub Actions by @sjinks in #278
- Utilize 'latest' branch in documentation and in scripts by @gudmdharalds in #279
- Apply WP CS and variable types to final files by @gudmdharalds in #272
- Re-enable auto-approval of removed SVG files by @gudmdharalds in #280
- Remove Hashes API support by @gudmdharalds in #282
- Update PHPCS, update PHPCompatibility and add PHPCSUtils, restructure tools-init.sh by @gudmdharalds in #283
- Add support for ignoring PHPCS standards during startup by @gudmdharalds in #285
- Remove support level label feature by @gudmdharalds in #284
- Changelog for version 1.2.4 by @gudmdharalds in #275
New Contributors
Full Changelog: 1.2.3...1.2.4
1.2.3
What's Changed
- Move generic HTTP functions from github-api.php and to http-functions.php by @gudmdharalds in #260
- Apply WP CS to tests and other updates: GitHubPrGenericSupportCommentTest.php, PhpcsScanValidateSniffsInOptionAndReportTest.php, Skeleton.php by @gudmdharalds in #261
- Improve GitHub API error handling by @gudmdharalds in #263
- Configuring debug mode in test-suite via environmental variables by @gudmdharalds in #265
- HTTP API: Better logging, add retry mechanism, better error detection by @gudmdharalds in #266
- Update two integration tests relating to git functionality by @gudmdharalds in #267
- Use exec() instead of shell_exec(), use result code by @gudmdharalds in #264
- Filter IRC log messages, removing strings to ignore by @gudmdharalds in #268
- Verify commit and access to repository on start up by @gudmdharalds in #269
- Update PULL_REQUEST_TEMPLATE: Mention checking and updating all test types by @gudmdharalds in #270
- Set exit code for vipgoci_sysexit() in vipgoci_runtime_measure_exec_with_retry() by @gudmdharalds in #271
- Changelog for version 1.2.3 by @gudmdharalds in #262
Full Changelog: 1.2.2...1.2.3
1.2.2
What's Changed
- Update logging & memory management, retry certain HTTP requests, catch out of memory situations by @gudmdharalds in #258
- Changelog for version 1.2.2 by @gudmdharalds in #259
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- Extend vipgoci_runtime_measure_shell_exec() with retry capabilities, and rename function by @gudmdharalds in #253
- PHP lint using multiple PHP versions by @gudmdharalds in #255
- Remove PHPCS retry logic, add more reporting by @gudmdharalds in #256
- Setting PHPCS memory limit by @gudmdharalds in #257
- Changelog for version 1.2.1 by @gudmdharalds in #254
Full Changelog: 1.2.0...1.2.1