Build: #7 was successful

Job: Default Job was successful

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Code commits

Git

  • OTT SATHNGAM <ott.sathngam@gmail.com>

    OTT SATHNGAM <ott.sathngam@gmail.com> a3145355d97616c64175db1fe561fdc8fdfc83a6

    ATT-6: Thumbnails should not be generated for small images
    * ATT-6: Handling small thumbnail file.

        The original image dimensions should be checked
        before jumping into creating its thumbnail. If
        the image is small enough to be its own thumbnail
        already, then the same file should be used for both.

    * ran: mvn clean install

    * Clean up per mks-d's comments 12/6/2017 @ 11:54AM

    • api/src/main/java/org/openmrs/module/attachments/obs/AbstractAttachmentHandler.java (version a3145355d97616c64175db1fe561fdc8fdfc83a6)
    • api/src/main/java/org/openmrs/module/attachments/obs/ImageAttachmentHandler.java (version a3145355d97616c64175db1fe561fdc8fdfc83a6)
    • api/src/test/java/org/openmrs/module/attachments/obs/ImageAttachmentHandlerIT.java (version a3145355d97616c64175db1fe561fdc8fdfc83a6)