david dansby
david dansby
Update existing GCP icons using updated official GCP icons: see https://cloud.google.com/icons. Note, generic icons are updated with the corresponding new generic icon, except "ai-platform-data-labeling-service.png" since it now has its own...
Currently the GCP icons in master are no an exhaustive list with respect to the updated GCP icons list. Can we add them? It may be good to add them...
This PR closes #154. It specifically adds the DeleteBranch and DeleteTag methods. **_Note this PR should not be merged until https://github.com/ktrysmt/go-bitbucket/pull/155 is merged since it uses the code from that...
Currently Branches and Tags have separate Options structs although they are essentially the same endpoint. RepoBranchesOptions is only different from RepoTagsOptions in that it possess a `BranchName` field as shown...
I noticed that `go-bitbucket` doesn't have functions/methods for Deleting Tags and Branches. I wanted to work on adding these functions after the PR for [issue 153](https://github.com/ktrysmt/go-bitbucket/issues/153) is complete. If you...
hey @ktrysmt I took a further look at https://github.com/ktrysmt/go-bitbucket/issues/144 and it seems like the BranchRestrictions Create and Get methods need a little work as well. I got rid of the...
Hello, I work on the the Bitbucket Cloud team. We have recently removed the ability to use Atlassian account passwords for Basic authentication with Git over HTTPS and the Bitbucket...
Add Pagination to GetConsistentTenants endpoint Updated GetConsistentTenants endpoint with `after` and `limit` vars in to implement pagination for th endpoint. This required the following: the implementation of QueryTenantRequest by the...
## Installation information PyCharm 2024.1.1 (Professional Edition) Build #PY-241.15989.155, built on April 29, 2024 Licensed to David Dansby Subscription is active until April 1, 2025. Runtime version: 17.0.10+1-b1207.14 aarch64 VM:...
Updated GetConsistentTenants endpoint with `after` and `limit` vars in order to implement pagination for th endpoint. This required refactoring the following: the implementation of QueryTenantRequest by adding the `after` and...