-
Notifications
You must be signed in to change notification settings - Fork 8
Allow control over default branch #318
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
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
r-ash
left a comment
There was a problem hiding this 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
| 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
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...