Skip to content

TMA-819: requests to the profile/email@addr API always use downcase#1114

Merged
kubamahnert merged 1 commit intogooddata:developfrom
kubamahnert:TMA-819
Mar 9, 2018
Merged

TMA-819: requests to the profile/email@addr API always use downcase#1114
kubamahnert merged 1 commit intogooddata:developfrom
kubamahnert:TMA-819

Conversation

@kubamahnert
Copy link
Copy Markdown
Contributor

No description provided.

@kubamahnert kubamahnert requested review from Hahihula and panjan March 8, 2018 12:36
project_user = project_users.find { |u| u.login == login }

project_user.nil? ? ('/gdc/account/profile/' + login) : project_user.profile_url
project_user.nil? ? ('/gdc/account/profile/' + safe_login) : project_user.profile_url
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Performs a nil-check (NilCheck)

@ghost
Copy link
Copy Markdown

ghost commented Mar 8, 2018

@ghost
Copy link
Copy Markdown

ghost commented Mar 8, 2018

Copy link
Copy Markdown
Contributor

@panjan panjan left a comment

Choose a reason for hiding this comment

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

GJ!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants