Skip to content

Releases: octodemo-resources/github-demo-payload-action

v1.1.0

06 Jan 12:45
Compare
Choose a tag to compare

Note

This is just a documentation release. The functionality for this actually lives in the branch v1.0.0

What's Changed

  • Logging: Added logging to all API calls to enhance debugging experience in #1
  • Testing: Added a bunch of Unit tests and supporting code (like a mock-factory for octokit) for easier maintenance moving forward * test: Lay baseline for more unit tests by @davelosert in #2
  • Changes to the DeploymentReview * Fix: Reduce cadence and number of api calls for Demo-Reviews by @davelosert in #3:
    • Deployment-Queries are now serialized to avoid hitting GitHub's secondary REST API rate-limits when there are too many open demos
    • Fixed demos not being moved back to "warning" once they are marked for termination (this caused demos to not be closed at all anymore)

Full Changelog: https://github.com/octodemo-resources/github-demo-payload-action/commits/v1.0.0