-
Notifications
You must be signed in to change notification settings - Fork 286
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
Feature/update jira plugin #142
base: dev
Are you sure you want to change the base?
Feature/update jira plugin #142
Conversation
…rs in the current implementation fixed
Thank you for another contribution, I am really happy to see a big org pick up the project and start contributing. Unfortunately your IDE seems to have other indentation settings, which marks a lot of unchanged lines as changed and breaks GIT history in many places. While 4 space indentation is standard and I use it in other projects as well, for this project I would like to maintain proper diff detection. Also I don't agree with declaring the |
I'm sorry that we have different IDE settings and that you have additional effort. Which IDEs or exact settings do you use? The reason for the recording was that the JiraConfiguration was not available in the Jira controller. Although the variable was accessed there, it was never "imported". That's why my idea was there in the base controller that config is imported and all controllers from there inherit according to their integration. If you have a better idea, I would be happy :) |
Today I use VSCode with 4 space indentation and for new files I wouldn't mind. For existing and renamed files I would prefer avoiding indentation changes, if it's not too much trouble. |
No subject, then I know for the next PR. Should I finish the indentations so that you can release the PR? |
Yes please, there is also a conflict from my recent activities. As you might have noticed I found time up here in Denmark to work on a couple of older issues. |
…eature/update_jira_plugin # Conflicts: # src/templates/jira_source.html
Conflicts are solved. Ready for merging |
Jira functionality changed to Lib(php-jira-rest-client) and some errors in the current implementation fixed