8000 Tags · harryzcy/retry · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: harryzcy/retry

Tags

v2.8.0

Toggle v2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use spawn not exec to run commands (nick-fields#88)

* minor: use spawn to stream larger output rather than exec which buffers it

* test: verify distinct error code is returned from large output test

* test: breakout additional integration tests to run in parallel

* test: dont pass/fail PRs for coverage yet

v2.7.1

Toggle v2.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Snyk] Upgrade @actions/core from 1.8.2 to 1.9.0 (nick-fields#81)

* fix: upgrade @actions/core from 1.8.2 to 1.9.0

Snyk has created this PR to upgrade @actions/core from 1.8.2 to 1.9.0.

See this package in npm:
https://www.npmjs.com/package/@actions/core

See this project in Snyk:
https://app.snyk.io/org/nick-invision/project/b960b937-66a3-4aae-9cb2-321f49c8750b?utm_source=github&utm_medium=referral&page=upgrade-pr

* patch: regenerate dist

Co-authored-by: Nick Fields <46869826+nick-fields@users.noreply.github.com>

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request nick-fields#60 from nick-fields/dependabot/npm_and…

…_yarn/trim-off-newlines-1.0.3

build(deps): bump trim-off-newlines from 1.0.1 to 1.0.3

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request nick-fields#50 from asnewman/new-command-on-retry-…

…feature

Add new_command_on_retry

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request nick-fields#49 from lwhiteley/patch-1

fix: incorrect option for continue_on_error

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request nick-fields#48 from nick-invision/nrf/continue-on-…

…error

Add continue_on_error action input

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request nick-fields#42 from nick-invision/nrf/add-multilin…

…e-example

Add multi-line example, consolidate dependabot maintenance bumps

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add on_retry_command input to optionally run cmd before a retry (nick…

…-fields#33)

* minor: add on_retry_command input to optionally run cmd before a retry

* test: add test for on-retry-command failure

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
More doc cleanup

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request nick-fields#26 from nick-invision/issues-24-25

Add option to suppress warning on retry and fix timeout bug
0