adoroszlai commented on PR #4822: URL: https://github.com/apache/ozone/pull/4822#issuecomment-1578152475
@sumitagrawl please remove unnecessary details from the commit message when merging PRs. Compare: ``` commit 9e44b503af1256f3f9a3ca91bce9d20331d2acf1 Author: devmadhuu <[email protected]> AuthorDate: Tue Jun 6 13:18:41 2023 +0530 Commit: GitHub <[email protected]> CommitDate: Tue Jun 6 13:18:41 2023 +0530 HDDS-8743. Recon - Expose API for hide/show flag for heatmap feature on Recon UI. (#4822) ``` to: ``` commit 9e44b503af1256f3f9a3ca91bce9d20331d2acf1 Author: devmadhuu <[email protected]> AuthorDate: Tue Jun 6 13:18:41 2023 +0530 Commit: GitHub <[email protected]> CommitDate: Tue Jun 6 13:18:41 2023 +0530 HDDS-8743. Recon - Expose API for hide/show flag for heatmap feature on Recon UI. (#4822) * HDDS-8743. Recon - Expose API for hide/show flag for heatmap feature on Recon UI. * HDDS-8743. Recon - Expose API for hide/show flag for heatmap feature on Recon UI. * HDDS-8743. Added ASF License header in Feature.java. * HDDS-8743. Added heatmap provider config doc in Recon.md file. * HDDS-8743. Fixed review comments. * HDDS-8743. Fixed review comments. * HDDS-8743. Fixed review comments. * HDDS-8743. Fixed review comments. * HDDS-8743. Fixed review comments. --------- Co-authored-by: deveshsingh <devmadhu@[email protected]> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
