Highlights
- Arctic Code Vault Contributor
- GitHub Star
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
4,227 contributions in the last year
Contribution activity
October 2020
Created a pull request in googleapis/google-cloud-dotnet that received 7 comments
Release Google.Cloud.BigQuery.Connection.V1 version 1.1.0
Changes in this release: Commit 34b71e8: feat: Add AWS connection support Commit 0790924: fix: Add gRPC compatibility constructors Commit 0ca05f5:…
- Use GitHub actions badge instead of Travis
- Remove unnecessary netcoreapp1.0 dependency
- Clean output directories for desktop frameworks when running on Linux
- Testing disk space
- Release Google.Cloud.Billing.Budgets.V1 version 1.0.0-beta01
- GitHub actions
- GitHub actions
- Release Google.Cloud.Recommender.V1 version 2.2.0
- Release Google.Cloud.RecaptchaEnterprise.V1 version 1.1.0
- Release Google.Cloud.OsConfig.V1 version 1.1.0
- Release Google.Cloud.OsConfig.V1 version 1.1.0
- Release Google.Cloud.OsConfig.V1 version 1.1.0
- Release Google.Cloud.Monitoring.V3 version 2.2.0
- Release Google.Cloud.ManagedIdentities.V1 version 2.1.0
- Release Google.Cloud.Logging.V2 version 3.1.0
- Release Google.Cloud.Logging.Type version 3.1.0
- Prototype of passing server-provided fields to custom type converters
- Release Google.Cloud.Language.V1 version 2.1.0
- Show the updated history section when doing the updating
- Release Google.Cloud.Kms.V1 version 2.1.0
- Release Google.Cloud.Gaming.V1 version 1.0.0
- Update "internal" package dependencies as well as "external" ones
- Release Google.Cloud.Iam.V1 version 2.1.0
- Release Google.LongRunning version 2.1.0
- Release Google.Cloud.Functions.V1 version 1.0.0
- Some pull requests not shown.
- Release Functions Framework .NET packages version 1.0.0-beta02
- Multifunction example
- Revisit functions startups again
- Add badges for NuGet packages
- Add a test-oriented attribute for functions startups.
- Update the README now that anyone can use the dotnet3 runtime
- Release Functions Framework .NET packages version 1.0.0-beta01
- Add release instructions and a helpful script
- Fix autorelease build to use tags
- Release Google.Cloud.Functions.Framework version 1.0.0-alpha13
- Create release scripts for use with internal Kokoro
- [apis/Google.Cloud.Bigtable.Admin.V2] feat:Update BigtableTableAdmin GetIamPolicy to include the additional binding for Backup. feat:Change DeleteAppProfileRequest.ignore_warnings to REQUIRED.
- [CHANGE ME] Re-generated apis/ServiceDirectory to pick up changes in the API or client library generator.
- [apis/Google.Cloud.Recommender.V1] fix: updating the v1 retry params name for ListInsights, GetInsight, and MarkInsightAccepted.
- [apis/Google.Cloud.Billing.Budgets.V1] feat: Add support for credit type filter field.
- [apis/ServiceDirectory] feat: BigQuery Write API V1Beta2 public interface.
- [apis/Google.Analytics.Admin.V1Alpha] docs: renamed App + Web to Google Analytics 4 (GA4) in public documentation
- [apis/ServiceDirectory] feat: create the client for artifactregistry API.
- feat: add support for CommitStats
- Re-generated apis/ServiceDirectory with Visual Inspection API
- [apis/Google.Analytics.Data.V1Alpha] feat: added GetMetadata method for metadata including custom dimensions and metrics.
- [apis/ServiceDirectory] chore: debrand 'Stackdriver' in favor of 'Cloud' in Error Reporting GAPIC libraries
- [apis/Google.Cloud.Firestore.V1] fix: retry PartitionQuery for INTERNAL and DEADLINE_EXCEEDED
- [apis/ServiceDirectory] Update Retail namespaces
- Re-generated apis/ServiceDirectory to pick up changes in the API or client library generator.
- [apis/ServiceDirectory] feat!: added ListAccountSummaries method
- [apis/Google.Analytics.Admin.V1Alpha] feat!: added ListAccountSummaries method
- [apis/Google.Cloud.Security.PrivateCA.V1Beta1] chore(privateca): Fix Ruby and PHP namespaces
- [apis/Google.Cloud.Dlp.V2] Fix: retrieve job config for risk analysis jobs. Docs: clarify timespan config for BigQuery and Datastore.
- Makes change detector work with netcoreapp3.1.
- Release Google.Cloud.Diagnostics packages.
- [Diagnostics]: Skips outgoing trace tests in Windows only.
- [apis/Google.Cloud.Dialogflow.V2] docs: fixed link from SentimentAnalysisResult
- [Diagnostics]: Diagnostics.AspNetCore3 for supporting ASP.NET Core 3.1
- [apis/Google.Cloud.Retail.V2] Sync the public proto up-to-date with the recent changes
- [apis/Google.Cloud.Language.V1] feat: Fix proto comments for language API inorder for docs parsing to work correctly.
- Some pull request reviews not shown.
- Minor fix to comment, and remove obsolete comment and TODO
- Paginated method generation; not yet generating tests
- Add license and generated-code headers
- Generate descriptor_config resource file
- Complete LRO non-exceptional test
- Fix var naming in tests
- Improved fake messages for testing
- Add proto fields, which become rpc args, to test
- Add correct LRO example code in PhpDoc
- Fix LRO return type in PhpDoc
- Generate LRO helper methods in client class
- Add exceptional test case
- Easier way to chain instance calls.
- Initial execution of generated test
- Release PR: release-2020-10-26.08-00-02
- Adds README.md to Google.Apis.Auth.AspNetCore3.IntegrationTests.
- Release PR: release-2020-10-22.08-00-02
- Cleans ASP.NET Core 2 dependencies from Google.Apis.Auth.AspNetCore3 .csproj.
- Cleans up and makes Google.Apis.Auth.AspNetCore3.IntegrationTests clearer.
- Release PR: release-2020-10-19.08-00-02
- Release PR: release-2020-10-12.08-00-02
- Release PR: release-2020-10-08.08-00-02
- Release PR: release-2020-10-05.08-00-02
- Use the GCE_METADATA_HOST environment variable for all metadata access
- Release PR: release-2020-10-01.08-00-02
Created an issue in GoogleCloudPlatform/functions-framework-dotnet that received 4 comments
Silly idea: make an entry point of "auto" be equivalent to "detect the single function"
If we could write --entry-point=auto on the gcloud deployment command line, that would simplify things. It would be nicer not to have to do it at a…