Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set default --refresh-backoff-period to zero #2323

Merged
merged 1 commit into from
Nov 1, 2021

Conversation

fthomas
Copy link
Member

@fthomas fthomas commented Oct 31, 2021

This sets the default --refresh-backoff-period to 0 days which means
that Scala Steward will not skip repos where running the build failed
previously. It effectively disables the RefreshErrorAlg. I
think this is a better default for most Scala Steward users since most
have control over the repositories that Scala Steward tracks and can fix
any issues with failing repos. Skipping repos is mostly interesting for
public instances where the Scala Steward operator cannot fix all issues.

This sets the default `--refresh-backoff-period` to 0 days which means
that Scala Steward will not skip repos where running the build failed
previously. It effectively disables the `RefreshErrorAlg`. I
think this is a better default for most Scala Steward users since most
have control over the repositories that Scala Steward tracks and can fix
any issues with failing repos. Skipping repos is mostly interesting for
public instances where the Scala Steward operator cannot fix all issues.
@fthomas fthomas added this to the 0.13.0 milestone Oct 31, 2021
@fthomas fthomas added the enhancement New feature or request label Oct 31, 2021
@codecov
Copy link

codecov bot commented Oct 31, 2021

Codecov Report

Merging #2323 (887d5d4) into master (8599b27) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2323   +/-   ##
=======================================
  Coverage   78.45%   78.45%           
=======================================
  Files         136      136           
  Lines        2349     2349           
  Branches       58       58           
=======================================
  Hits         1843     1843           
  Misses        506      506           
Impacted Files Coverage Δ
.../scala/org/scalasteward/core/application/Cli.scala 96.15% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8599b27...887d5d4. Read the comment docs.

@fthomas fthomas merged commit 6c935a5 into master Nov 1, 2021
@fthomas fthomas deleted the topic/zero-refresh-backoff-period branch November 1, 2021 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant