-
Notifications
You must be signed in to change notification settings - Fork 53
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
wizard: add user name validation (HMS-5285) #2716
Conversation
d3d3c2d
to
ccc9774
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #2716 +/- ##
==========================================
+ Coverage 84.67% 84.69% +0.02%
==========================================
Files 186 186
Lines 21168 21199 +31
Branches 2069 2075 +6
==========================================
+ Hits 17924 17955 +31
Misses 3222 3222
Partials 22 22
Continue to review full report in Codecov by Sentry.
|
79e39b7
to
7b8f6cb
Compare
7b8f6cb
to
6dc10b7
Compare
/jira-epic HMS-4181 |
6dc10b7
to
5d2940d
Compare
/jira-epic HMS-4181 |
/jira-epic HMS-4181 |
ee76643
to
20f717f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm it seems you pushed another commit to the PR? Could you edit the commit message to conform to the usual standards?
060fd9a
to
f9a3bc9
Compare
@croissanne removed the other commit to different pr, becuase it seems a different work, sorry for that |
f9a3bc9
to
8f56cb0
Compare
d702287
to
49c1d8d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! ❤️
49c1d8d
to
567749f
Compare
/retest |
changes should be fine, regex can be fine tuned in a follow up if needed
this commit add validation to name field in Users step
JIRA: HMS-5285