Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
GetBudgetByID function for enterprise budgets
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4565 +/- ##
=======================================
Coverage 98.59% 98.59%
=======================================
Files 197 197
Lines 18326 18335 +9
=======================================
+ Hits 18068 18077 +9
Misses 258 258 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@gmlewis: I'm assisting @wtneff with this PR. We've each reviewed the CCLA documentation and can confirm we've completed the steps required for passing the CLA checks (we have a signed CCLA in place, @wtneff is a member of the assigned Google Group, etc.). Could you let us know who we can contact for help getting this resolved? I have been sending support requests to the address listed in the documentation ( |
Hi @semioticrobotic - Did you visit the URL: https://cla.developers.google.com/clas with the logged-in user account that signed the commit in this PR (wt...@outlook.com)? Unfortunately, I no longer have contacts in the Google Open Source team. Please let me know and/or give me screenshots as to what those pages look like or exactly what error messages you are seeing on those web pages, and I will try to help. |
|
Thanks, @gmlewis, for providing the help you're able to. We're working under an organizational CLA, and I am the designated point of contact. @wtneff is part of our authorized contributor group. Here's what I see when I'm logged in.
We signed a new CCLA earlier this week after attempts to recover the organization's former group failed (could not receive support, as per above). In your experience, how much time must pass before a signed CCLA is deposited and members of the authorized contributor group are able to begin committing successfully? |
Ah, OK. Usually group CCLAs are handled within approximately a week, or at least they used to be. Just make sure to double-check that the "wt...ff@outlook.com" email address matches the one in your Google Group. Meanwhile, the only remaining contact I have is via @google-admin - can you please look into this CCLA issue? |
|
Thanks, @gmlewis. We'll keep our fingers crossed that this is still in processing and hope to see some progress next Week. Thanks again for your support. |

This PR adds a function to match the getbudgetbyid endpoint in the API for Enterprise Budgets.
Resolves #4408