Proposal for Limited Scope RefApp 2.13 & request for Release Manager

,

@jwnasambu it looks like you are not able to log on that mysql instance. Were you assuming that you would just connect without a password?

At first I logged into mysql instance without a password but things changed when @raff restored the DB. That is when the password issue come in. Waaah! Kindly how do I get the password please?

@dkayiwa and @ibacher Kindly help please! Am stack with a maven build error on this PR Update Metadata Packages for ReferenceMetadata module by jwnasambu · Pull Request #69 · openmrs/openmrs-module-referencemetadata · GitHub. I have gone through the logs over and over but am unable to tell the cause of the build failure. I therefore request for your guidance on how to go about it.

oops @jwnasambu could there be an issue at ReferenceMetadataActivatorComponentTest.testEverything ?

Yes and its that issue that am trying to spot.

okkk let’s see

@jwnasambu do you mind sharing full error report with

mvn -X clean compile

sorry for asking too much as we wait for the big boys.

This is the output Last login: Tue Feb 7 08:44:49 on consoleDeniss-Air:~ juliet$ cd /Users/julie - Pastebin.com

1 Like

@jwnasambu look at the datasets you added

NULL not allowed for column "NAME"; SQL statement: insert into CONCEPT_NAME (CONCEPT_ID, NAME, LOCALE, CREATOR, DATE_CREATED, CONCEPT_NAME_ID, VOIDED, VOIDED_BY, UUID, CONCEPT_NAME_TYPE, LOCALE_PREFERRED, CHANGED_BY, DATE_VOIDED, VOID_REASON) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23502-197]

there could be a missing value for the column NAME

1 Like

@jwnasambu i have left a comment at the pr, see if it helps

Thanks for the sync! Still getting an error :smile:

I have got a hint somewhere hopefully it will work as I wait for more help

Its fixed! thanks @ibacher for your guidance.

Kindly help me delete the 2.13.0 tag on referencemetadata because the release has no current changes which were merged yesterday.

@dkayiwa, @ibacher, @mozzy

@dkayiwa Do you mind helping me delete 2.13.0 tag on this repo please!

I have just deleted it.

kind clarification on this point please!
Remove zip packages containing concepts (if any) from https://github.com/openmrs/openmrs-module-referencemetadata/tree/master/api/src/main/resources and their declarations in https://github.com/openmrs/openmrs-module-referencemetadata/blob/master/api/src/main/resources/packages.xml in this guide OpenMRS Reference Application Release Process - Documentation - OpenMRS Wiki does it refer to any zip package or only the ones I was fixing i.e Reference Application Concepts, Reference Application Diagnoses, Reference Application Order Entry and Allergies Concepts ) where I was exporting concepts? This is how my project explorer look like with some packages having zip file though not sure if they have concepts because on the release steps they are not mentioned. Screenshot 2023-02-10 at 4.37.54 PM

cc @dkayiwa @ibacher

@jwnasambu you already did it in this pull request: Update Metadata Packages for ReferenceMetadata module by jwnasambu · Pull Request #69 · openmrs/openmrs-module-referencemetadata · GitHub

By:

  1. Deleting: Reference_Application_Numeric_Concepts-26-2.x.xml
  2. Deleting: Reference_Application_Numeric_Concepts-26-pre2.x.xml
  3. Deleting: Reference_Application_Order_Entry_and_Allergies_Concepts-20.xml
  4. Deleting: Reference_Application_Diagnoses-13.xml
  5. Deleting: Reference_Application_Concepts-26.xml

I have tried releasing the Reference Metadata Module but am getting a CI build failure on this link Reference Metadata module - Reference Metadata module - Release to maven 3083: Build log - OpenMRS Bamboo. On github, the new version tag is created successfully as reflected here but the module Version on the Add ons still reflects the deleted version. Which I suspect is the cause of the build failure and I humbly request the tag to be deleted on both the github and Add ons so that I can release the module a fresh.

cc @dkayiwa and @ibacher

@dkayiwa and @ibacher kindly help on the above issue please!