Conversation
@@ -0,0 +1,2 @@ | |||
releaseType: java-yoshi | |||
bumpMinorPreMajor: true |
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.
Add newline at end of file
env_vars: { | ||
key: "JOB_TYPE" | ||
value: "lint" | ||
} |
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.
same here.
env_vars: { | ||
key: "JOB_TYPE" | ||
value: "lint" | ||
} |
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.
same here.
env_vars: { | ||
key: "JOB_TYPE" | ||
value: "clirr" | ||
} |
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.
same here.
env_vars: { | ||
key: "TRAMPOLINE_BUILD_FILE" | ||
value: "/java-storage/.kokoro/linkage-monitor.sh" | ||
} |
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.
same here.
env_vars: { | ||
key: "TRAMPOLINE_BUILD_FILE" | ||
value: "/java-storage/.kokoro/release/snapshot.sh" | ||
} |
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.
same here.
mvn nexus-staging:release -B \ | ||
-DperformRelease=true \ | ||
--settings=settings.xml | ||
fi |
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.
same here.
"repo": "googleapis/google-cloud-java", | ||
"repo_short": "google-cloud-java", | ||
"repo": "googleapis/java-storage", | ||
"repo_short": "java-storage", | ||
"distribution_name": "com.google.cloud:google-cloud-storage", | ||
"api_id": "storage.googleapis.com" | ||
} |
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.
same here.
</modules> | ||
</profile> | ||
</profiles> | ||
</project> |
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.
same here
"path": "__pycache__/synth.cpython-36.pyc" | ||
} | ||
] | ||
} |
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.
same here.
Codecov Report
@@ Coverage Diff @@
## master #3 +/- ##
=========================================
Coverage ? 63.29%
Complexity ? 528
=========================================
Files ? 30
Lines ? 4719
Branches ? 450
=========================================
Hits ? 2987
Misses ? 1571
Partials ? 161 Continue to review full report at Codecov.
|
@athakor These are common templates and should be addressed globally. I opened googleapis/synthtool#357 to track |
# This is the 1st commit message: # This is a combination of 2 commits. # This is the 1st commit message: # This is a combination of 2 commits. # This is the 1st commit message: wip: first stab at trying to corral all {to,from}Pb methods from model classes # This is the commit message #2: wip: refactor all access of ApiaryConversions to use their intermediary `codec` method # This is the commit message #2: wip: add clirr rule to allow removing accidental public hmacKeyMetadata#toPb # This is the commit message #2: wip: add enum ApiaryConversions#Codecs # This is the commit message #3: wip: fix lifecycle rule tests # This is the commit message #4: wip: fix blob metadata encoding # This is the commit message #5: wip: replace Blob#fromPb and Bucket#fromPb with BlobInfo#asBlob and BucketInfo#asBucket The old fromPb method were conflating creating an instance of an "Info" model with create an instance of an "Info" model and binding it together with a Storage instance. Now, an instance of Info model can be decoded (where/whenever) and then turned into a Blob/Bucket as necessary. # This is the commit message #6: tersify conversions
No description provided.