Skip to content
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

Refactor and Enhance Compatibility of redmine_issue_field_visibility Plugin #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jcatrysse
Copy link

I've overhauled the redmine_issue_field_visibility plugin to utilize alias_method for improved stability - SystemStackError (stack level too deep), especially when integrated with multiple other plugins. In the process, I've also refactored parts of the code to enhance compliance with coding standards.

However, a note of caution: while most of the changes have been tested, one test did not pass. Despite the test failure, the functionality seemed to operate correctly during manual tests. It would be beneficial for this to be further verified by the team to ensure robustness.

Your feedback and thorough review would be highly appreciated.

Jan Catrysse added 3 commits August 7, 2023 21:03
    Converted all methods to use `alias_method`
* Removal of `setup` method
* Renamed `History.txt` to `CHANGELOG.md`
…ived a Project instance. We need to ensure that this method is only invoked with Issue objects.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant