WIP: Enhance issue linking functionality with remote regex support - #84
Draft
ipcjs wants to merge 2 commits into
Draft
WIP: Enhance issue linking functionality with remote regex support #84ipcjs wants to merge 2 commits into
ipcjs wants to merge 2 commits into
Conversation
- Added support for remote regex in issue linking configuration, allowing users to define how issue links are generated based on repository remotes. - Updated tests to cover new functionality, ensuring correct parsing and generation of issue links with remote URLs. - Modified GitGraphView to handle remote URLs and integrate them into the issue linking process. - Improved settings widget to allow users to configure remote regex alongside issue regex and URL. - Added validation for remote regex in issue linking configuration to ensure proper user input. - Enhanced error handling and user feedback for invalid configurations in the settings.
Owner
|
What is this Pull Request about? What feature/bug fix does it add? |
Author
|
Enhance Issue linking functionality with support for remote regular expressions. The code was written by AI. It works locally on my side, but I’d like to clean it up manually, so it’s still in draft for now. |
Owner
|
Linking issues to which platform? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue Number / Link: (If this is a minor change, then an issue does not need to be created and this line can be deleted.)
Summary of the issue:
Description outlining how this pull request resolves the issue: