-
Notifications
You must be signed in to change notification settings - Fork 5
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
Make component field configurable #150
Merged
justaugustus
merged 25 commits into
uwu-tools:main
from
lgecse:feature/add_component_when_creating_issue
Sep 5, 2023
Merged
Changes from 22 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
b129165
feat: fill components field with the first project component
lgecse 2525200
feat: added configurable component #149
lgecse e1248c7
Using wrapped error instead of dynamic one.
lgecse 1d15764
Solving rangeValCopy gocritic.
lgecse b13ccaa
Shortening line.
lgecse 0042166
Added capability to set multiple components in config.
lgecse 761b079
Added a better example to the readme.
lgecse e04f887
Refactored getComponents.
lgecse d24a9d0
Missed pluralization added in readme.
lgecse 9529681
Updating component when it's not on the issue
lgecse 619d942
Added omitempty to the new config variable.
lgecse f4b1d64
Missed pluralizations fixed.
lgecse 967ed91
Formatting only.
lgecse c4926fa
Formatting only.
lgecse 0d58e86
Changed c shorthand to C for components.
lgecse 46ef7d1
Formatting only.
lgecse 2c0f029
Applying suggested return part.
lgecse c68c439
Applying suggested config reading part.
lgecse 8ec0626
Applying suggestions.
lgecse 6138b9e
Applying suggestions.
lgecse 76b802b
Merge branch 'main' into feature/add_component_when_creating_issue
justaugustus 00ef6d0
Merge branch 'main' into feature/add_component_when_creating_issue
justaugustus 3507d6a
Merge branch 'uwu-tools:main' into feature/add_component_when_creatin…
lgecse f0f5cce
config: Change jira-components type to string slice.
lgecse d60c7de
fix: linter errors.
lgecse File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
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.
(discussed in #150 (review))
This should be
[]string
.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.
OK, on it.
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.
Resolved, please review.