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

fix: segment in path template can contain wildcard #849

Merged
merged 3 commits into from
Jun 8, 2020

Conversation

xiaozhenliu-gg5
Copy link
Contributor

monitoring now fails for this.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 5, 2020
@@ -122,6 +122,8 @@ export class PathTemplate {
* parsed
*/
render(bindings: Bindings): string {
console.warn('bindings: ', bindings);
Copy link
Contributor

Choose a reason for hiding this comment

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

no debug logs please :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sure, I'm using this branch to test monitoring now. Will remove this once the samples-test in monitoring passes! Thanks!

Copy link
Contributor

@alexander-fenster alexander-fenster left a comment

Choose a reason for hiding this comment

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

Thank you! LGTM but please remove console.warn.

@xiaozhenliu-gg5 xiaozhenliu-gg5 added the automerge Merge the pull request once unit tests and other checks pass. label Jun 6, 2020
@gcf-merge-on-green
Copy link
Contributor

Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR

1 similar comment
@gcf-merge-on-green
Copy link
Contributor

Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR

@gcf-merge-on-green
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, or one of your required reviews was not approved. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@bcoe bcoe added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 8, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 8, 2020
@xiaozhenliu-gg5 xiaozhenliu-gg5 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 8, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 8, 2020
@codecov
Copy link

codecov bot commented Jun 8, 2020

Codecov Report

Merging #849 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #849      +/-   ##
==========================================
+ Coverage   88.99%   89.00%   +0.01%     
==========================================
  Files          38       38              
  Lines        6360     6368       +8     
  Branches      556      558       +2     
==========================================
+ Hits         5660     5668       +8     
  Misses        697      697              
  Partials        3        3              
Impacted Files Coverage Δ
src/pathTemplate.ts 89.96% <100.00%> (+0.30%) ⬆️

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 ff241de...58fc6f6. Read the comment docs.

@xiaozhenliu-gg5 xiaozhenliu-gg5 merged commit 225be6e into master Jun 8, 2020
@xiaozhenliu-gg5 xiaozhenliu-gg5 deleted the fix-path-template branch June 8, 2020 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants