-
Notifications
You must be signed in to change notification settings - Fork 32
Harden the regex for space admins query #385
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
base: main
Are you sure you want to change the base?
Harden the regex for space admins query #385
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #385 +/- ##
=======================================
Coverage 97.29% 97.29%
=======================================
Files 146 146
Lines 3735 3735
=======================================
Hits 3634 3634
Misses 101 101 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Would you mind to explain why this is necessary?
@microstudi Hi :) Aren’t the details provided in the issue sufficient? I’m not sure what more I can add / say more. |
I that issue you say that this addition to the regex solves the problem. However you also say that you just asked chatgpt, I don't have anything against it but it indicates that you don't know what this regex addition exactly does. I would like a clarification to ensure there are no more cases that can arise due this addition. Also, this PR does not have a test to check that effectively it solves the bug., You thing you could add one? |
Thanks for the answer @microstudi As you can see in the commit, the part Unfortunately, I'm not a ruby / RoR developer. I only contribute, in the Decidim ecosystem, with very small fixes which involve general programming knowledge. I'm open to learn though ! :) |
Fixes #383