Total number of changed sets: 1
Total commits: 2
Total number of files changed: 3
Timestamp | Author | Details |
---|---|---|
2023-12-03 13:20:30 | Jegors Čemisovs <jegors_cemisovs@epam.com> | diffblue-cover/diffblue-roman/pom.xml v 5d41f493a8e33363078706825f558a376a5876b0 Update Maven configurations and add README Updated the Maven POM files to include more accurate project descriptions, better security checks, and improved report plugins. README.md was added, providing an overview of this project. Changes made to maven configurations include: - `pom.xml`: Incorporating OWASP dependency-check plugin for better security; also rearranged the reporting plugins sections. - `diffblue-cover`, `github-copilot`, and `diffblue-roman` pom files: Corrected the project description and URL for a clearer understanding of the application. - `epam-ai-dial` pom file: Removed the extra line. These updates provide better project clarity and enhance the security levels of our code base. @coderabbitai ignore |
2023-12-02 18:17:54 | Jegors Čemisovs <jegors_cemisovs@epam.com> | diffblue-cover/diffblue-roman/pom.xml v 8e3afabb9fadbb70ad2d7aba661f9a94b80dcbf3 diffblue-cover/diffblue-roman/src/main/java/diffblue/roman/RomanToArabicConverter.java v 8e3afabb9fadbb70ad2d7aba661f9a94b80dcbf3 diffblue-cover/diffblue-roman/src/test/java/diffblue/roman/RomanToArabicConverterDiffblueTest.java v 8e3afabb9fadbb70ad2d7aba661f9a94b80dcbf3 Reorganized project structure and renamed modules Deleted files and directories related to the 'diffblue' and 'roman-to-integer' modules. These modules are part of a larger restructuring of the project. 'diffblue' and 'roman-to-integer' renamed to 'diffblue-cover' and 'diffblue-roman' respectively for better understanding of the role each module plays. The 'github-copilot' module created to introduce GitHub Copilot samples. Unit tests were also reorganised in accordance to the new hierarchy. Necessary changes in pom.xml were done to reflect the changes. @coderabbitai ignore |