-
Notifications
You must be signed in to change notification settings - Fork 45
Some Fixes (#48 and #48) and a new extension point #49
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
Open
kuhmuh
wants to merge
13
commits into
ljader:master
Choose a base branch
from
kuhmuh:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
- added extension point providing means to add 3rd party logic after task model changes
- added extension point providing means to add 3rd party logic after task model changes
Łukasz Jąder » redmine-mylyn-plugin #37 SUCCESS |
Conflicts: pom.xml
- removed dependency to equinox logging bundle
Łukasz Jąder » redmine-mylyn-plugin #46 SUCCESS |
- set version number to 0.4.1
Łukasz Jąder » redmine-mylyn-plugin #47 FAILURE |
- removed project.version property, because it is not working with buildhive
Łukasz Jąder » redmine-mylyn-plugin #48 SUCCESS |
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.
Hi,
as you saw I added also the above mentioned issues ( #47 and #48 ) and kindly ask you to pull them into master branch.
Additionally I added an extension point to react on model changes in an issue, such that I can reflect some 3rd party logic with an external Eclipse Plug-In not polluting the central code. This 3rd party logic is in our company i.e. to set the assignee to the current user if the state changes to "IN PROGRESS" or if a bug is changed to "SOLVED" the solving user must set an Resolution Attribute. In almost all cases it would be set to "fixed" (amongst other solutions as "Can not reproduce", "Won't fix" or such) and exactly this is what I want to do automatically by a 3rd party Plug-In!
It would be nice to integrate this fixes and feature into the your master branch.
Best regards
Stefan