Skip to content

Conversation

@richfitz
Copy link
Member

@richfitz richfitz commented May 24, 2022

This will be used by orderly.server to control a few hard-coded "master" places

Failure on windows is due to new version of openssl not being compiled yet...

@codecov
Copy link

codecov bot commented May 24, 2022

Codecov Report

Merging #318 (7c5eab3) into master (4ccd6eb) will decrease coverage by 0.04%.
The diff coverage is 93.10%.

❗ Current head 7c5eab3 differs from pull request most recent head f4c7284. Consider uploading reports for the commit f4c7284 to get more accurate results

@@             Coverage Diff             @@
##            master     #318      +/-   ##
===========================================
- Coverage   100.00%   99.95%   -0.05%     
===========================================
  Files           41       41              
  Lines         4508     4531      +23     
===========================================
+ Hits          4508     4529      +21     
- Misses           0        2       +2     
Impacted Files Coverage Δ
R/remote.R 100.00% <ø> (ø)
R/testing.R 98.71% <60.00%> (-1.29%) ⬇️
R/config.R 100.00% <100.00%> (ø)

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 4ccd6eb...f4c7284. Read the comment docs.

@richfitz richfitz marked this pull request as ready for review May 25, 2022 08:29
Copy link
Contributor

@r-ash r-ash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Will leave open until we can see working on some deployed version

Comment on lines +330 to +337
msg <- c("The 'master_only' field (used in",
sprintf("%s:remote:%s", filename, name),
"is deprecated and replaced with 'default_branch_only'",
"and will be dropped in a future version of",
"orderly. Please rename it in your orderly_config.yml")
orderly_warning(flow_text(msg))
d$default_branch_only <- d$master_only
d$master_only <- NULL
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@richfitz richfitz merged commit 7b1f48c into master Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants