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

deploy existing but undeployed proxies in the org #142

Merged
merged 2 commits into from
Jan 5, 2021
Merged

Conversation

rockspore
Copy link
Contributor

close #141

@codecov
Copy link

codecov bot commented Dec 29, 2020

Codecov Report

Merging #142 (aec4276) into master (87355e0) will increase coverage by 0.06%.
The diff coverage is 84.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #142      +/-   ##
==========================================
+ Coverage   79.49%   79.55%   +0.06%     
==========================================
  Files          16       16              
  Lines        1892     1898       +6     
==========================================
+ Hits         1504     1510       +6     
  Misses        203      203              
  Partials      185      185              
Impacted Files Coverage Δ
cmd/provision/proxy.go 63.51% <84.00%> (+1.54%) ⬆️

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 87355e0...aec4276. Read the comment docs.

noDebugClient, err = apigee.NewEdgeClient(&opts)
if err != nil {
return err
if newRev > latestRev { // only import if newRev is larger than the latest revision, 0 if not present, in the organitzation
Copy link
Member

Choose a reason for hiding this comment

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

typo in comment

@rockspore rockspore merged commit 60dc389 into master Jan 5, 2021
@rockspore rockspore deleted the issue-141 branch January 5, 2021 17:59
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.

remote-service proxy deployment on multiple environments of the same organization
2 participants