Refactor VideoModal to ES-module initializer; use object mapping#2176
Open
aman-arabzadeh wants to merge 1 commit intojakartaee:srcfrom
Open
Refactor VideoModal to ES-module initializer; use object mapping#2176aman-arabzadeh wants to merge 1 commit intojakartaee:srcfrom
aman-arabzadeh wants to merge 1 commit intojakartaee:srcfrom
Conversation
✅ Deploy Preview for jakartaee ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Member
|
Thanks for submitting the PR @aman-arabzadeh! A few things to note:
Aside from those three points, the refactor looks good! We appreciate your support. |
Author
|
Hi Olivier,
I attempted to create an account as a contributor, but the email validator
on the form is rejecting my email address because it contains a dot before
the "@" symbol. This was frustrating, especially since this is a standard,
valid email format.
Initially, I also ran into an issue with quotes—my IDE automatically
changed single quotes to double quotes. I've since updated the settings,
and it now respects single quotes as required.
I’ve sent an email to ***@***.*** but haven’t received a response
yet. Here's the message I sent:" Hello Eclipse Team,
I'm trying to create an account for the Eclipse Contributor Agreement (ECA)
to support a GitHub pull request, but your web form is rejecting my primary
email address due to what appears to be a validation issue—possibly a regex
mismatch.
Email: ***@***.***
The form reports:
"Your email address must not include plus signs (+) or dots (.)"
However, this is the same address used in my GitHub commits, and it's fully
active.
Due to this validation bug, I’m unable to complete the ECA process. On the
pull request, I’m getting the following error:
"Author Eclipse account cannot be found. Email: ***@***.****il DOT
com, GitHub ID: aman-arabzadeh"
As you can see, the email is being incorrectly obfuscated, and I’m not sure
why. I’ve double-checked my local, global, and GitHub settings, and
everything is correct. Here's the output from my local config test:" git
show -s --format='Commit: %h
> Author: %ae
> Committer: %ce' e2d8e27
>
Commit: e2d8e27
Author: ***@***.***
Committer: ***@***.***"
Could you please manually confirm my ECA under the email
***@***.*** so that my pull request can pass the
eclipsefdn/eca check? or help me create an account.
The PR is here:
#2176
Thank you very much for your help!
Best regards,
Aman
***@***.***)"
Den ons 28 maj 2025 kl 14:51 skrev Olivier Goulet ***@***.***
…:
*oliviergoulet5* left a comment (jakartaee/jakarta.ee#2176)
<#2176 (comment)>
Thanks for submitting the PR @aman-arabzadeh
<https://github.com/aman-arabzadeh>!
A few things to note:
1. You will need to create an Eclipse account and sign the Eclipse
Contributor Agreement <https://accounts.eclipse.org/user/eca> before
we can merge this into the codebase. You can see that there is a status
check for this, and it is currently failing.
2. This code is no longer running. The VideoModal function is no
longer being invoked in your patch. It used to be an IIFE
<https://developer.mozilla.org/en-US/docs/Glossary/IIFE>.
3. You swapped the strings from single quotes to double quotes. Our
codebase uses single quotes.
Aside from those three points, the refactor looks good! We appreciate your
support.
—
Reply to this email directly, view it on GitHub
<#2176 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOOA5EWF3D7O5AWGZ7GU7NL3AWWLZAVCNFSM6AAAAAB6BP2E6WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDSMJWGE4TKMRYGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
…clude args Signed-off-by: Koray Aman Arabzadeh <aman.arabzadeh98@gmail.com>
e2d8e27 to
942c301
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.