Skip to content

FINERACT-1241-elastic-web-hook-update#1488

Merged
avikganguly01 merged 1 commit intoapache:developfrom
fynmanoj:dev-hook
Nov 9, 2020
Merged

FINERACT-1241-elastic-web-hook-update#1488
avikganguly01 merged 1 commit intoapache:developfrom
fynmanoj:dev-hook

Conversation

@fynmanoj
Copy link
Contributor

@fynmanoj fynmanoj commented Nov 2, 2020

FINERACT-1241

Description

Describe the changes made and why they were made.

Ignore if these details are present on the associated Apache Fineract JIRA ticket.

Checklist

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Write the commit message as per https://github.com/apache/fineract/#pull-requests

  • Acknowledge that we will not review PRs that are not passing the build ("green") - it is your responsibility to get a proposed PR to pass the build, not primarily the project's maintainers.

  • Create/update unit or integration tests for verifying the changes made.

  • Follow coding conventions at https://cwiki.apache.org/confluence/display/FINERACT/Coding+Conventions.

  • Add required Swagger annotation and update API documentation at fineract-provider/src/main/resources/static/api-docs/apiLive.htm with details of any API changes

  • Submission is not a "code dump". (Large changes can be made "in repository" via a branch. Ask on the developer mailing list for guidance, if required.)

FYI our guidelines for code reviews are at https://cwiki.apache.org/confluence/display/FINERACT/Code+Review+Guide.

Copy link
Member

@vorburger vorburger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fynmanoj nice! This will "conflict" with my #1486 from yesterday.. would you be willing to review that PR and if you are OK with it have @avikganguly01 who is a committer first merge that one for me (if it looks good to both of you) and then rebase this on it and make the required retrofit => retrofit2 etc. adaptations here after #1486 is merged?

@fynmanoj
Copy link
Contributor Author

fynmanoj commented Nov 3, 2020

@vorburger, sure. kindly drop me a comment here once #1486 is merged. I shall re work on this PR

@avikganguly01
Copy link
Contributor

@fynmanoj : Michael's PR merged.

@vorburger
Copy link
Member

/rebase

@vorburger
Copy link
Member

@fynmanoj you can rework this PR now... we would love to merge it for you when conflicts are resolved and it passes the build.

Copy link
Member

@vorburger vorburger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

feedback re Gradle dependency needs to be addressed before we can merge

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fynmanoj sorry I keep being a PITA here, but this retrofit2:converter-gson:2.1.0 here is not good - you shouldn't fix the version here - because we already fixed a version in the root fineract/build.gradle (not fineract-provider/ - but there we currently have 2.9.0 instead of your old 2.1.0.. would you be able to just drop the version number here (it should work, and get "inherited", or was there a reason why you NEED 2.1.0 specifically?

Suggested change
'com.squareup.retrofit2:converter-gson:2.1.0'
'com.squareup.retrofit2:converter-gson'

Comment on lines 146 to 145
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just removing such lines entirely instead of leaving them commented out like this is less "cluttered" (there is always git, for history):

Suggested change
// publishEvent(wrapper.entityName(), wrapper.actionName(), result);
publishEvent(wrapper.entityName(), wrapper.actionName(), command, result);
publishEvent(wrapper.entityName(), wrapper.actionName(), command, result);

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

corrected!

@fynmanoj fynmanoj force-pushed the dev-hook branch 2 times, most recently from 45375cc to 55b60c7 Compare November 9, 2020 10:10
@fynmanoj
Copy link
Contributor Author

fynmanoj commented Nov 9, 2020

@vorburger, the changes metioned are added

@avikganguly01 avikganguly01 merged commit 169b01d into apache:develop Nov 9, 2020
francisguchie pushed a commit to francisguchie/fineract that referenced this pull request Jan 29, 2021
xurror pushed a commit to xurror/fineract that referenced this pull request Feb 7, 2021
rrpawar96 pushed a commit to rrpawar96/fineract that referenced this pull request Feb 7, 2021
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.

3 participants