-
Notifications
You must be signed in to change notification settings - Fork 86
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
[bugfix] Fix Github Branch Commit Checks Bug #391
base: master
Are you sure you want to change the base?
Conversation
- Fixed an issue where the job configuration was broken when saving after activating the Commit Message pattern option. - Fixed an issue where the job was not triggered even if it matched the Commit Message Pattern.
@KostyaSha Hello. I mentioned you because I know you are the maintainer of the repository. I would appreciate it if you could check the PR. Thank you. 😀 |
would be good to make some test... |
@KostyaSha you're right. I have already checked the relevant functional tests and provided a PR. Is it possible to attach a test image for confirmation? |
I already apply this commit and use github branches commit check feature. I am using it well without any issues so far. |
I mean for |
@KostyaSha Oh, I see. It would be a good idea to test it in your own environment before and after applying the commit. It seems difficult to show the functional test results before and after modification in this PR. What is certain is that if the current commit is not reflected, the commit message is compared well, but when it passes after comparison, the job is not triggered. |
Usually it's done with mocks, you initialise only MessageCheck and pass mocked objects that contains commit pattern and check that it return expected cause |
@KostyaSha thank you. Test execution may have been skipped in the master branch, so I thought the test had passed. Related test code was modified and reflected in additional commits. |
@KostyaSha Hello. :) Two weeks have passed since the test was performed and the normal results were attached. Is there anything additional that needs to be checked for the PR to be reflected? Or is the related commit still under review? |
@kvanzuijlen Can you check the PR? I feel like KostyaSha can't confirm. |
sorry, too busy atm, we look as soon as find free time |
This is a PR fixing an issue related to Commit Check in the Github Branch section of the build trigger.
We would appreciate your positive review.
Thank you.
This change is