Wikum Weerakutti

Results 18 issues of Wikum Weerakutti

## Description of what I changed The host.url global property is inconsistent with usage in password reset API. This renames host.url to security.passwordResetUrl . ## Issue I worked on see...

## Description of what I changed Jave field `Diagnosis.rank` is marked as not nullable via the JPA annotations but `encounter_diagnosis.dx_rank` column is missing the not null constraint in the database....

## Description of what I changed Migrated VisitRoomDAO to kotlin. ## Issue I worked on JIRA Issue: https://issues.openmrs.org/browse/AC-1009 ## Checklist: I completed these to help reviewers :) - [x] My...

## Description of what I changed This adds Hibernate Envers to the OpenMRS to enable audit logging. Added `hibernate.integration.envers.enabled=false` property to disable audit logging by default. We should enable it...

## Description of what I changed Adding @Authorized(PrivilegeConstants.GET_GLOBAL_PROPERTIES) annotation to throw an authentication exception if a user is not authenticated when requesting a global property. Added a separate method #getPublicGlobalProperty...

## Description of what I changed Adding `@Authorized(PrivilegeConstants.GET_GLOBAL_PROPERTIES) ` annotation to throw an authentication exception if a user is not authenticated when requesting a global property. Used `Context.addProxyPrivilege("Get Global Properties")`...

## Description of what I changed ## Issue I worked on see https://issues.openmrs.org/browse/TRUNK- ## Checklist: I completed these to help reviewers :) - [x] My IDE is configured to follow...

## Description of what I changed This introduces caching for the getUnrunDatabaseChanges method to improve performance. ## Issue I worked on see https://openmrs.atlassian.net/browse/TRUNK-6162 ## Checklist: I completed these to help...

## Description of what I changed Migrated the following entities from Hibernate mapping XML to JPA annotations: - DrugIngredient - FieldAnswer - AlertRecipient ## Issue I worked on see https://openmrs.atlassian.net/browse/TRUNK-6231...

## Description of what I changed Migrating from Hibernate mapping to JPA annotations for Alert Recipient entity. ## Issue I worked on see https://openmrs.atlassian.net/browse/TRUNK-6239 ## Checklist: I completed these to...