Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    1. [ FINCN-25 ] One Process Local Deployment
    2. [ FINCN-24 ] Test initialize-setup.bat Script
    3. [ FINCN-28 ] Adjust Permittables To Make Permission Versioning Possible

C. Optimize Continuous Integration Processes Needing An Artifactory

Our current process of validating Pull Requests is quite cumbersome and our Continuous Integration/Continuous Delivery needs automation. To ensure that our CI/CD process more becomes more efficient and there's seamless merging of Pull Requests, it's important for us to onboard artifactory as well as enable automated testing and checks for adherence to our coding standards when new Pull Requests are submitted.

    1. Introduce An Artifactory Into Build Process

    2. Add checks for coding standards to unit tests

    3. Add Java signature checking of API to unit tests

    4. Run build and unit tests automatically when a PR is submitted

    5. Change Other Builds ( libraries and services ) to refer to artifactory

D. Deployment Of Apache Fineract CN

...