Closed ashnashahgrover closed 1 month ago
Did you verify if the test cases requiring this piece of code clearly specifies
test
as the password?
@jagpreetsinghsasan There are no test cases in the repo using this code/function
@ashnashahgrover Please fix the commit lint issues and document that it's a breaking change in the commit message (which then will get recognized by the change log and put in the release notes). You can find the expected format for breaking changes in the conventional commit messages standard.
@petermetz I have addressed these requests.
@ashnashahgrover The breaking change is that you made a previously optional parameter of the function mandatory. It doesn't refer to line breaks in text (although those can be important too because the commit linter will fail that as well). Please refactor the PR description/commit message accordingly.
Have adjusted both the commit message and PR description accordingly.
@ashnashahgrover The breaking change is that you made a previously optional parameter of the function mandatory. It doesn't refer to line breaks in text (although those can be important too because the commit linter will fail that as well). Please refactor the PR description/commit message accordingly.
Have adjusted both the commit message and PR description accordingly.
No it isn't updated @ashnashahgrover
CURRENT PR BODY
(Breaking changes going out of the primary changes section)
CURRENT COMMIT MESSAGE
(Breaking changes are after the fixes tag)
Currently this one is stuck because of a pending change request from @jagpreetsinghsasan
@ashnashahgrover In case you didn't re-request review from @jagpreetsinghsasan , please do that. @jagpreetsinghsasan If there was a re-request review then please re-review when you get the chance so that we can move this along.
I'm not sure either way where did this one get stuck, but either which way let's get in moving!
Commit to be reviewed
fix(test-tooling): use of hardcoded password
Fixes #2766
Pull Request Requirements
upstream/main
branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.-s
flag when usinggit commit
command. You may refer to this link for more information.Character Limit
A Must Read for Beginners For rebasing and squashing, here's a must read guide for beginners.