[PR #85] [MERGED] fix: api change user to accountID #855

Closed
opened 2026-04-13 13:54:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pd4d10/git-touch/pull/85
Author: @shreyas1599
Created: 5/9/2020
Status: Merged
Merged: 5/11/2020
Merged by: @pd4d10

Base: masterHead: bitbucket-user-screen


📝 Commits (1)

  • 37ae24b fix: api change user to accountID

📊 Changes

6 files changed (+11 additions, -2 deletions)

View changed files

📝 lib/models/account.dart (+2 -0)
📝 lib/models/account.g.dart (+2 -0)
📝 lib/models/auth.dart (+1 -0)
📝 lib/models/bitbucket.dart (+1 -0)
📝 lib/models/bitbucket.g.dart (+3 -1)
📝 lib/screens/bb_user.dart (+2 -1)

📄 Description

Fixes #79

  • Added accountId field in account.dart.
  • change request to fetch using accountId instead of username as per this.

@pd4d10 Works for me now. Can you check at your end?


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pd4d10/git-touch/pull/85 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 5/9/2020 **Status:** ✅ Merged **Merged:** 5/11/2020 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `master` ← **Head:** `bitbucket-user-screen` --- ### 📝 Commits (1) - [`37ae24b`](https://github.com/pd4d10/git-touch/commit/37ae24b2ed3c29f36975df4f654ca5f3d0010e6e) fix: api change user to accountID ### 📊 Changes **6 files changed** (+11 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `lib/models/account.dart` (+2 -0) 📝 `lib/models/account.g.dart` (+2 -0) 📝 `lib/models/auth.dart` (+1 -0) 📝 `lib/models/bitbucket.dart` (+1 -0) 📝 `lib/models/bitbucket.g.dart` (+3 -1) 📝 `lib/screens/bb_user.dart` (+2 -1) </details> ### 📄 Description Fixes #79 - Added `accountId` field in `account.dart`. - change request to fetch using `accountId` instead of `username` as per [this](https://developer.atlassian.com/cloud/bitbucket/bitbucket-api-changes-gdpr/#removal-of-usernames-from-user-referencing-apis). @pd4d10 Works for me now. Can you check at your end? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 13:54:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/git-touch#855