Runs unit test and deploys artifacts to maven repo. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #2866 was successful Changes by Daniel Kayiwa

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 second
Duration
3 minutes
Labels
None
Revisions
Git
73b8e2eb253ce70dc4e8acf3d591137af4eac067 73b8e2eb253ce70dc4e8acf3d591137af4eac067
Release scripts
c56cad8f5570dd7670aa2b5f8fec893ae4606be9 c56cad8f5570dd7670aa2b5f8fec893ae4606be9
Total tests
47
Successful since
#2753 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Git
Author Commit Message Commit date
Daniel Kayiwa Daniel Kayiwa 73b8e2eb253ce70dc4e8acf3d591137af4eac067 73b8e2eb253ce70dc4e8acf3d591137af4eac067 Merge pull request #38 from mekomsolutions/1.11.2_RA-1250
RA-1250: Add multiple extension points in the Patient Header
mksrom <romain@mekomsolutions.com> mksrom <romain@mekomsolutions.com> 543e5fa7288c2352c6ec80323ace04b344151896 m 543e5fa7288c2352c6ec80323ace04b344151896 RA-1250: Add multiple extension points in the Patient Header
Create 2 extension points in the Patient Header for easier customization
Extract the current Active Visit status bar and include it using one of the new extension points instead ('secondLineFragment')

Modify the Patient Header fragment controller to load the new extensions
        modified:   omod/src/main/java/org/openmrs/module/coreapps/fragment/controller/PatientHeaderFragmentController.java
Add CSS declaration for the new extensions layout
Move the Active Visit status bar style to an uppper level for extensions to use it
        modified:   omod/src/main/compass/sass/patientHeader.scss
Insert the Groovy code to load the extension points with appropriate config parameters
Extract the current patient header's Active Visit status bar to an extension with its own controller
        modified:   omod/src/main/webapp/fragments/patientHeader.gsp
        new file:   omod/src/main/resources/apps/patientHeader_extension.json
        new file:   omod/src/main/java/org/openmrs/module/coreapps/fragment/controller/patientheader/ActiveVisitStatusFragmentController.java
        new file:   omod/src/main/webapp/fragments/patientheader/activeVisitStatus.gsp

Jira issues

IssueDescriptionStatus
Unknown Issue TypeRA-1250Could not obtain issue details from Jira