Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLATFORM-9035 Fix login/email change #104

Merged
merged 7 commits into from
Feb 22, 2024

Conversation

adpaste
Copy link
Member

@adpaste adpaste commented Feb 20, 2024

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Feb 20, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

❗ No coverage uploaded for pull request base (fandom_master_1_0_0@c512a70). Click here to learn what that means.

❗ Current head 90192e5 differs from pull request most recent head cb1ea01. Consider uploading reports for the commit cb1ea01 to get more accurate results

Files Patch % Lines
selfservice/hook/web_hook.go 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@                  Coverage Diff                   @@
##             fandom_master_1_0_0     #104   +/-   ##
======================================================
  Coverage                       ?   76.77%           
======================================================
  Files                          ?      330           
  Lines                          ?    21975           
  Branches                       ?        0           
======================================================
  Hits                           ?    16872           
  Misses                         ?     3811           
  Partials                       ?     1292           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@adpaste adpaste force-pushed the PLATFORM-9035_rename_fix branch from 31a1b67 to 59b1409 Compare February 20, 2024 09:58
@adpaste adpaste force-pushed the PLATFORM-9035_rename_fix branch from 59b1409 to 8a6056d Compare February 20, 2024 12:54
Copy link

@mmeller-wikia mmeller-wikia left a comment

Choose a reason for hiding this comment

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

Looks good

selfservice/hook/web_hook.go Outdated Show resolved Hide resolved
selfservice/hook/web_hook.go Outdated Show resolved Hide resolved
validationErrs = append(validationErrs, schema.NewHookValidationError(msg.InstancePtr, "a webhook target returned an error", messages))
}
} else {
for _, msg := range hookResponseFallback.Messages {

Choose a reason for hiding this comment

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

Nitpick: This for could be extracted to function.
IMO: It might be not worth the effort, because we would change this code soon after migration

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I kept it simple, because it'll be deleted soon.

@adpaste adpaste marked this pull request as ready for review February 21, 2024 10:03
@adpaste adpaste merged commit 004fa74 into fandom_master_1_0_0 Feb 22, 2024
15 checks passed
@adpaste adpaste deleted the PLATFORM-9035_rename_fix branch February 22, 2024 09:09
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