Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix!: update WorkspaceOwnerName to use user.name instead of user.username#18025

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
BrunoQuaresma merged 8 commits intomainfrombq/fix-username
May 27, 2025

Conversation

BrunoQuaresma
Copy link
Collaborator

We have been using the user.username instead of user.name in wrong places, making it very confusing for the UI.

@BrunoQuaresmaBrunoQuaresma requested review fromEmyrk anda teamMay 24, 2025 20:49
@BrunoQuaresmaBrunoQuaresma self-assigned thisMay 24, 2025
@BrunoQuaresmaBrunoQuaresma changed the titlefix: WorkspaceOwnerName to use user.name instead of user.usernamefix: update WorkspaceOwnerName to use user.name instead of user.usernameMay 24, 2025
Copy link
Member

@EmyrkEmyrk left a comment

Choose a reason for hiding this comment

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

We should go ahead and just addname to all the views imo. 👍

Comment on lines 36 to 43
COALESCE(
visible_users.avatar_url,
''::text
) AS initiator_by_avatar_url,
COALESCE(
visible_users.username,
''::text
) AS initiator_by_username
Copy link
Member

Choose a reason for hiding this comment

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

Should we include thename here too now?

Comment on lines +87 to +94
COALESCE(
visible_users.avatar_url,
''::text
) AS created_by_avatar_url,
COALESCE(
visible_users.username,
''::text
) AS created_by_username,
Copy link
Member

Choose a reason for hiding this comment

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

Name here too now?

Comment on lines 135 to 142
COALESCE(
visible_users.avatar_url,
''::text
) AS created_by_avatar_url,
COALESCE(
visible_users.username,
''::text
) AS created_by_username
Copy link
Member

Choose a reason for hiding this comment

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

Name here too now?

@BrunoQuaresma
Copy link
CollaboratorAuthor

@Emyrk good catches!

@BrunoQuaresmaBrunoQuaresma requested a review fromEmyrkMay 27, 2025 13:59
@BrunoQuaresmaBrunoQuaresma merged commitd63417b intomainMay 27, 2025
39 checks passed
@BrunoQuaresmaBrunoQuaresma deleted the bq/fix-username branchMay 27, 2025 14:42
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsMay 27, 2025
@BrunoQuaresmaBrunoQuaresma changed the titlefix: update WorkspaceOwnerName to use user.name instead of user.usernamefix!: update WorkspaceOwnerName to use user.name instead of user.usernameMay 29, 2025
@github-actionsgithub-actionsbot added the release/breakingThis label is applied to PRs to detect breaking changes as part of the release process labelMay 29, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@EmyrkEmyrkAwaiting requested review from Emyrk

Assignees

@BrunoQuaresmaBrunoQuaresma

Labels
release/breakingThis label is applied to PRs to detect breaking changes as part of the release process
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@BrunoQuaresma@Emyrk

[8]ページ先頭

©2009-2025 Movatter.jp