Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service request update #871

Closed
wants to merge 124 commits into from
Closed

Service request update #871

wants to merge 124 commits into from

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    d080035 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    c8c4a5f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    b6f2a51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01b8d76 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    2c7e49a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    a4c9abf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e185c4b View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    b55cffe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b53877a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afa0ee5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    088ae72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a20eb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    2eda751 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6325466 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d96a892 View commit details
    Browse the repository at this point in the history
  4. HLM-3372: typo fix

    kanishq-egov committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    76c71d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e56cb45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1e4418 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    297a028 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efc7cae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    251dcd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0295a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1dc788f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3c2ee3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Merge pull request #534 from egovernments/hlm-4062-count-api

    HLM-4062: count api changes
    kavi-egov authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2a1f191 View commit details
    Browse the repository at this point in the history
  2. Hlm 3376 reviewcomments (#524)

    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-3376: added comments as per review comments
    
    * HLM-3376 : added changes as per code review comments, each column's name included in query
    
    * HLM-3376: query column names
    kanishq-egov authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    5c9dc1c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Hlm 4062 count api (#547)

    * hlm-4062: updated household
    
    * HLM-4062: added  count api support using cte for household
    
    * HLM-4062: updated HouseholdRepository.java
    
    * updated householdrowmapper.java
    
    * HLM-4062:code refactor, removed useCTE parameter
    kanishq-egov authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    e258087 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Project beneficiary tag cherrypick (#539)

    * added downsync dummy api
    
    * added downsync dummy api with res
    
    * HLM-4062: added count api changes for household
    
    * HLM-4062: Updated findbyid references
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-4062: Updated pom.xml of household
    
    * Hlm 3376 reviewcomments (#524)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-3376: added comments as per review comments
    
    * HLM-3376 : added changes as per code review comments, each column's name included in query
    
    * HLM-3376: query column names
    
    * Dev (#537)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-4062: added count api changes for household
    
    * HLM-4062: Updated findbyid references
    
    * HLM-4062: Updated pom.xml of household
    
    * Hlm 3376 reviewcomments (#524)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-3376: added comments as per review comments
    
    * HLM-3376 : added changes as per code review comments, each column's name included in query
    
    * HLM-3376: query column names
    
    ---------
    
    Co-authored-by: kanishq-egov <[email protected]>
    Co-authored-by: kanishq-egov <[email protected]>
    
    * Added project beneficiary tag field
    
    * renamed project beneficiary tag to voucher tag
    
    * Added project beneficiary tag field
    
    * renamed project beneficiary tag to voucher tag
    
    * rebased project-persister.yml from configs
    
    * updated pom.xml: update common model version to 1.0.10
    
    * updated db script, added unique constraint to tag column
    
    * updated referral-management.yml
    
    * updated db script
    
    * project beneficiary voucher tag uniqueness validator and search support
    
    * updated PbVoucherTagUniqueValidator.java
    
    * Added and updated for unique field voucher tag create and update scenario
    
    * project beneficiary bug fix
    
    * removed unused import
    
    * project beneficiary : voucherTag renamed to tag
    
    * Hlm 4062 count api (#547) (#548)
    
    * hlm-4062: updated household
    
    * HLM-4062: added  count api support using cte for household
    
    * HLM-4062: updated HouseholdRepository.java
    
    * updated householdrowmapper.java
    
    * HLM-4062:code refactor, removed useCTE parameter
    
    Co-authored-by: kanishq-egov <[email protected]>
    
    * referral management project beneficiary validation fix
    
    * deleted persister and indexer file from project module resource folder
    
    ---------
    
    Co-authored-by: kavi_elrey <[email protected]>
    Co-authored-by: Vishal <[email protected]>
    3 people authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    75e3d31 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. HH member clientrefid (#551)

    * adding clientRefId, Models version change, migration file
    
    * adding clientRefId for HouseholdMemberSearch as List
    
    * updated migration
    
    * adding Notnull for clientrefId
    
    ---------
    
    Co-authored-by: Vishal <[email protected]>
    bhanuprakash-egov and vishal-egov authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    da7365b View commit details
    Browse the repository at this point in the history
  2. Downsync smc referral module (#556)

    * added downsync dummy api
    
    * added downsync dummy api with res
    
    * HLM-4062: added count api changes for household
    
    * HLM-4062: Updated findbyid references
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-4062: Updated pom.xml of household
    
    * Hlm 3376 reviewcomments (#524)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-3376: added comments as per review comments
    
    * HLM-3376 : added changes as per code review comments, each column's name included in query
    
    * HLM-3376: query column names
    
    * Dev (#537)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-4062: added count api changes for household
    
    * HLM-4062: Updated findbyid references
    
    * HLM-4062: Updated pom.xml of household
    
    * Hlm 3376 reviewcomments (#524)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-3376: added comments as per review comments
    
    * HLM-3376 : added changes as per code review comments, each column's name included in query
    
    * HLM-3376: query column names
    
    ---------
    
    Co-authored-by: kanishq-egov <[email protected]>
    Co-authored-by: kanishq-egov <[email protected]>
    
    * Added project beneficiary tag field
    
    * renamed project beneficiary tag to voucher tag
    
    * Hlm 4062 count api (#547) (#548)
    
    * hlm-4062: updated household
    
    * HLM-4062: added  count api support using cte for household
    
    * HLM-4062: updated HouseholdRepository.java
    
    * updated householdrowmapper.java
    
    * HLM-4062:code refactor, removed useCTE parameter
    
    Co-authored-by: kanishq-egov <[email protected]>
    
    * Project beneficiary tag cherrypick (#549)
    
    * Added project beneficiary tag field
    
    * renamed project beneficiary tag to voucher tag
    
    * rebased project-persister.yml from configs
    
    * updated pom.xml: update common model version to 1.0.10
    
    * updated db script, added unique constraint to tag column
    
    * updated referral-management.yml
    
    * updated db script
    
    * project beneficiary voucher tag uniqueness validator and search support
    
    * updated PbVoucherTagUniqueValidator.java
    
    * Added and updated for unique field voucher tag create and update scenario
    
    * project beneficiary bug fix
    
    * removed unused import
    
    * project beneficiary : voucherTag renamed to tag
    
    * referral management project beneficiary validation fix
    
    ---------
    
    Co-authored-by: kanishq-egov <[email protected]>
    Co-authored-by: Vishal <[email protected]>
    
    * dummy api with same pagination response
    
    * dummy api with same pagination response
    
    * dummy api with same pagination response
    
    * downsync data test
    
    * data integrated till beneficiary
    
    * Update CHANGELOG.md
    
    * Delete health-services/project/src/main/resources/project-persistor.yml
    
    * skip on empty result added
    
    * skip on empty result added
    
    * beneficary searhc based on individual clientref id added
    
    * sideeffetc, ref, task fetch added
    
    * tasks earch fix
    
    * referral search fix
    
    ---------
    
    Co-authored-by: kavi_elrey <[email protected]>
    Co-authored-by: Vishal <[email protected]>
    3 people authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    3944c78 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Dev downsync fix smc (#561)

    * household model reverse
    
    * Update CHANGELOG.md
    
    * Added changes for includeDeleted for downsync
    
    * not null added
    
    ---------
    
    Co-authored-by: kavi_elrey <[email protected]>
    Co-authored-by: kanishq-egov <[email protected]>
    3 people authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3832dfd View commit details
    Browse the repository at this point in the history
  2. Dev master conflict fix (#562)

    * HLM-3069: updated build.config.yml
    
    * HLM-3069: updated build-config.yml renamed adrm to referralmanagement
    
    * HLM-3372: increased stock version from 1.1.0 to 1.1.1-beta and project version from 1.1.0 to 1.1.1-beta
    
    * referralmanagement version 1.0.0-beta, added changelog, localsetup
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * HLM-3069: null project beneficiary validation error fix
    
    * HLM-3069: added comments and splitted validation condition
    
    * Dev to master (#550)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-4062: added count api changes for household
    
    * HLM-4062: Updated findbyid references
    
    * HLM-4062: Updated pom.xml of household
    
    * Hlm 3376 reviewcomments (#524)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-3376: added comments as per review comments
    
    * HLM-3376 : added changes as per code review comments, each column's name included in query
    
    * HLM-3376: query column names
    
    * Hlm 4062 count api (#547)
    
    * hlm-4062: updated household
    
    * HLM-4062: added  count api support using cte for household
    
    * HLM-4062: updated HouseholdRepository.java
    
    * updated householdrowmapper.java
    
    * HLM-4062:code refactor, removed useCTE parameter
    
    ---------
    
    Co-authored-by: kavi_elrey@1993 <[email protected]>
    
    ---------
    
    Co-authored-by: kanishq-egov <[email protected]>
    Co-authored-by: kanishq-egov <[email protected]>
    3 people authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    aefcf01 View commit details
    Browse the repository at this point in the history
  3. Dev downsync fix smc (#563)

    * household model reverse
    
    * Update CHANGELOG.md
    
    * Added changes for includeDeleted for downsync
    
    * not null added
    
    ---------
    
    Co-authored-by: kanishq-egov <[email protected]>
    kavi-egov and kanishq-egov authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    47deb88 View commit details
    Browse the repository at this point in the history
  4. Dev master conflict fix (#565)

    * HLM-3069: updated build.config.yml
    
    * HLM-3069: updated build-config.yml renamed adrm to referralmanagement
    
    * HLM-3372: increased stock version from 1.1.0 to 1.1.1-beta and project version from 1.1.0 to 1.1.1-beta
    
    * referralmanagement version 1.0.0-beta, added changelog, localsetup
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * HLM-3069: null project beneficiary validation error fix
    
    * HLM-3069: added comments and splitted validation condition
    
    * Dev to master (#550)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-4062: added count api changes for household
    
    * HLM-4062: Updated findbyid references
    
    * HLM-4062: Updated pom.xml of household
    
    * Hlm 3376 reviewcomments (#524)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-3376: added comments as per review comments
    
    * HLM-3376 : added changes as per code review comments, each column's name included in query
    
    * HLM-3376: query column names
    
    * Hlm 4062 count api (#547)
    
    * hlm-4062: updated household
    
    * HLM-4062: added  count api support using cte for household
    
    * HLM-4062: updated HouseholdRepository.java
    
    * updated householdrowmapper.java
    
    * HLM-4062:code refactor, removed useCTE parameter
    
    ---------
    
    Co-authored-by: kavi_elrey@1993 <[email protected]>
    
    ---------
    
    Co-authored-by: kanishq-egov <[email protected]>
    Co-authored-by: kanishq-egov <[email protected]>
    3 people authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    7dca43f View commit details
    Browse the repository at this point in the history
  5. Dev downsync fix smc (#566)

    * household model reverse
    
    * Update CHANGELOG.md
    
    * Added changes for includeDeleted for downsync
    
    * not null added
    
    ---------
    
    Co-authored-by: kanishq-egov <[email protected]>
    kavi-egov and kanishq-egov authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c4c8a5e View commit details
    Browse the repository at this point in the history
  6. Added fix for testcases for householdmember (#570)

    Co-authored-by: kanishq-egov <[email protected]>
    kavi-egov and kanishq-egov authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c6a9e22 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. updated the version, and added the changelog (#571)

    * updated the version, and added the changelog
    
    * updated ReferralManagement CHANGELOG
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: kavi_elrey@1993 <[email protected]>
    kanishq-egov and kavi-egov authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    93bb5c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ca4be5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb16f3a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #573 from egovernments/hlm-4062-downsync-paginatio…

    …n-patch
    
    HLM-4062: removed pagination from fields excluding household api call
    talele08 authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    abed236 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. HLM-4062: missed in implementation (#574)

    * HLM-4062: missed in implementation
    
    * HLM-4062: default max is set to 1000 for not null limit value and 0 for offset value
    
    * project beneficiary tag update failed fix HLM-4444
    
    * HLM-4444: added code review comments
    
    * sownsync bug fix for limit
    
    ---------
    
    Co-authored-by: kavi_elrey <[email protected]>
    kanishq-egov and kavi-egov authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    765f63e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05138b0 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    kavi-egov authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    77d4122 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9917ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    809570e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce0c5ca View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. HLM-4481: Added changes for task resource quantity validation and dat…

    …a type to double, db migration script added
    kanishq-egov committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    ed4e26f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    843b59a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34fd824 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79e0c59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26ccafb View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Hlm 4501 smc referral flow (#602)

    * HLM-4501: Added changes for HFReferral flow
    
    * updated comments for common models
    
    * updated comments for common models removed ini file
    
    This reverts commit c1e226f.
    
    * HLM-4501: updated topics and hfreferal constants
    
    * HLM-4501: updated HFReferralService.java
    
    * HLM-4501: Added changes in project id validator
    
    * HLM-4501: updated HFReferralService.java
    
    * HLM-4501: fixed hfreferral changes
    
    * HLM-4501: added project facility id validator for hf_referral
    
    * HLM-4501: missing link for validator added
    
    * HLM-4501: updated HfrProjectFacilityIdValidator for NPE
    
    * HLM-4501 : updated hf referral symtoms character length to 256
    
    * HLM-4501: updated additionalFields field value size from 2 to 1
    kanishq-egov authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    dee30a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Implementation of row version validator for referral and side effect

    Implemented the row version validator for side effect under validator/sideeffect
    and similarly for referral under validator. The implemented validators were added
    to their respective service classes.
    syed-egov committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    7a1a291 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Revert "Implementation of row version validator for referral and side…

    … effect"
    
    This reverts commit 7a1a291.
    syed-egov committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8c3fccc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6263664 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc5945f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    11e25b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    d3b1714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02db402 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76d5b2c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    dbc0c97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adb7987 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Hlm 3372 enhance inventory flow backend fixes (#623)

    * HLM-3372: added changes required to fix quantity, Sender Receiver enum
    
    * HLM-3372: Sender and Receiver id validator
    
    * HLM-3372: updated all reference for SenderType and Receiver Type enum
    
    * HLM-3372: stock model updated, removed size annotations from referenceidtype enum field
    
    * HLM-3372: Min validation added for integer type of quantity
    
    * HLM-3372: test cases updated
    
    * HLM-5004 Added max value and decimal condition for quantity in stock, added component and order annotation for SSenderIdReceiverIdEqualsValidator
    
    * HLM-5004 Custom JsonDeserializer validator IntegerValidator added in health-services-models
    
    * hlm-5004 added custom exception and a custom exception handler to handle the integer validator exception
    
    * hlm-5004 optimized imports and added code comments
    
    * hlm-5004 CustomIntegerSerializer added and unnecessary validators removed
    
    * hlm-5004 Registered the CustomIntegerDeserializer with objectMapper for Integer class
    
    * hlm-5004 Removed line of code that was removing all the invalid entities from the list in SSenderIdReceiverIdEqualsValidator
    
    * hlm-5004 changes in test configurations and optimized imports
    
    * hlm-5004 added row version validator for stock delete
    
    * hlm-5004 dateOfEntry field was handled in StockRowMapper to return null if no value is present and description was added to stock contact for transactionReason
    
    * updated pom.xml for health campaign models
    
    * Revert "updated pom.xml for health campaign models"
    
    This reverts commit 035c787.
    
    ---------
    
    Co-authored-by: syed-egov <[email protected]>
    kanishq-egov and syed-egov authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    fe8c32b View commit details
    Browse the repository at this point in the history
  2. Hlm 4501 smc referral flow code comments (#636)

    * Dev to master : beneficiary tag bug fix, downsync pagination fix (#576)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-4062: added count api changes for household
    
    * HLM-4062: Updated findbyid references
    
    * HLM-4062: Updated pom.xml of household
    
    * Hlm 3376 reviewcomments (#524)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-3376: added comments as per review comments
    
    * HLM-3376 : added changes as per code review comments, each column's name included in query
    
    * HLM-3376: query column names
    
    * Hlm 4062 count api (#547)
    
    * hlm-4062: updated household
    
    * HLM-4062: added  count api support using cte for household
    
    * HLM-4062: updated HouseholdRepository.java
    
    * updated householdrowmapper.java
    
    * HLM-4062:code refactor, removed useCTE parameter
    
    * Project beneficiary tag cherrypick (#539)
    
    * added downsync dummy api
    
    * added downsync dummy api with res
    
    * HLM-4062: added count api changes for household
    
    * HLM-4062: Updated findbyid references
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-4062: Updated pom.xml of household
    
    * Hlm 3376 reviewcomments (#524)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-3376: added comments as per review comments
    
    * HLM-3376 : added changes as per code review comments, each column's name included in query
    
    * HLM-3376: query column names
    
    * Dev (#537)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-4062: added count api changes for household
    
    * HLM-4062: Updated findbyid references
    
    * HLM-4062: Updated pom.xml of household
    
    * Hlm 3376 reviewcomments (#524)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-3376: added comments as per review comments
    
    * HLM-3376 : added changes as per code review comments, each column's name included in query
    
    * HLM-3376: query column names
    
    ---------
    
    Co-authored-by: kanishq-egov <[email protected]>
    Co-authored-by: kanishq-egov <[email protected]>
    
    * Added project beneficiary tag field
    
    * renamed project beneficiary tag to voucher tag
    
    * Added project beneficiary tag field
    
    * renamed project beneficiary tag to voucher tag
    
    * rebased project-persister.yml from configs
    
    * updated pom.xml: update common model version to 1.0.10
    
    * updated db script, added unique constraint to tag column
    
    * updated referral-management.yml
    
    * updated db script
    
    * project beneficiary voucher tag uniqueness validator and search support
    
    * updated PbVoucherTagUniqueValidator.java
    
    * Added and updated for unique field voucher tag create and update scenario
    
    * project beneficiary bug fix
    
    * removed unused import
    
    * project beneficiary : voucherTag renamed to tag
    
    * Hlm 4062 count api (#547) (#548)
    
    * hlm-4062: updated household
    
    * HLM-4062: added  count api support using cte for household
    
    * HLM-4062: updated HouseholdRepository.java
    
    * updated householdrowmapper.java
    
    * HLM-4062:code refactor, removed useCTE parameter
    
    Co-authored-by: kanishq-egov <[email protected]>
    
    * referral management project beneficiary validation fix
    
    * deleted persister and indexer file from project module resource folder
    
    ---------
    
    Co-authored-by: kavi_elrey <[email protected]>
    Co-authored-by: Vishal <[email protected]>
    
    * HH member clientrefid (#551)
    
    * adding clientRefId, Models version change, migration file
    
    * adding clientRefId for HouseholdMemberSearch as List
    
    * updated migration
    
    * adding Notnull for clientrefId
    
    ---------
    
    Co-authored-by: Vishal <[email protected]>
    
    * Downsync smc referral module (#556)
    
    * added downsync dummy api
    
    * added downsync dummy api with res
    
    * HLM-4062: added count api changes for household
    
    * HLM-4062: Updated findbyid references
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-4062: Updated pom.xml of household
    
    * Hlm 3376 reviewcomments (#524)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-3376: added comments as per review comments
    
    * HLM-3376 : added changes as per code review comments, each column's name included in query
    
    * HLM-3376: query column names
    
    * Dev (#537)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-4062: added count api changes for household
    
    * HLM-4062: Updated findbyid references
    
    * HLM-4062: Updated pom.xml of household
    
    * Hlm 3376 reviewcomments (#524)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-3376: added comments as per review comments
    
    * HLM-3376 : added changes as per code review comments, each column's name included in query
    
    * HLM-3376: query column names
    
    ---------
    
    Co-authored-by: kanishq-egov <[email protected]>
    Co-authored-by: kanishq-egov <[email protected]>
    
    * Added project beneficiary tag field
    
    * renamed project beneficiary tag to voucher tag
    
    * Hlm 4062 count api (#547) (#548)
    
    * hlm-4062: updated household
    
    * HLM-4062: added  count api support using cte for household
    
    * HLM-4062: updated HouseholdRepository.java
    
    * updated householdrowmapper.java
    
    * HLM-4062:code refactor, removed useCTE parameter
    
    Co-authored-by: kanishq-egov <[email protected]>
    
    * Project beneficiary tag cherrypick (#549)
    
    * Added project beneficiary tag field
    
    * renamed project beneficiary tag to voucher tag
    
    * rebased project-persister.yml from configs
    
    * updated pom.xml: update common model version to 1.0.10
    
    * updated db script, added unique constraint to tag column
    
    * updated referral-management.yml
    
    * updated db script
    
    * project beneficiary voucher tag uniqueness validator and search support
    
    * updated PbVoucherTagUniqueValidator.java
    
    * Added and updated for unique field voucher tag create and update scenario
    
    * project beneficiary bug fix
    
    * removed unused import
    
    * project beneficiary : voucherTag renamed to tag
    
    * referral management project beneficiary validation fix
    
    ---------
    
    Co-authored-by: kanishq-egov <[email protected]>
    Co-authored-by: Vishal <[email protected]>
    
    * dummy api with same pagination response
    
    * dummy api with same pagination response
    
    * dummy api with same pagination response
    
    * downsync data test
    
    * data integrated till beneficiary
    
    * Update CHANGELOG.md
    
    * Delete health-services/project/src/main/resources/project-persistor.yml
    
    * skip on empty result added
    
    * skip on empty result added
    
    * beneficary searhc based on individual clientref id added
    
    * sideeffetc, ref, task fetch added
    
    * tasks earch fix
    
    * referral search fix
    
    ---------
    
    Co-authored-by: kavi_elrey <[email protected]>
    Co-authored-by: Vishal <[email protected]>
    
    * Dev downsync fix smc (#561)
    
    * household model reverse
    
    * Update CHANGELOG.md
    
    * Added changes for includeDeleted for downsync
    
    * not null added
    
    ---------
    
    Co-authored-by: kavi_elrey <[email protected]>
    Co-authored-by: kanishq-egov <[email protected]>
    
    * Dev master conflict fix (#562)
    
    * HLM-3069: updated build.config.yml
    
    * HLM-3069: updated build-config.yml renamed adrm to referralmanagement
    
    * HLM-3372: increased stock version from 1.1.0 to 1.1.1-beta and project version from 1.1.0 to 1.1.1-beta
    
    * referralmanagement version 1.0.0-beta, added changelog, localsetup
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * HLM-3069: null project beneficiary validation error fix
    
    * HLM-3069: added comments and splitted validation condition
    
    * Dev to master (#550)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-4062: added count api changes for household
    
    * HLM-4062: Updated findbyid references
    
    * HLM-4062: Updated pom.xml of household
    
    * Hlm 3376 reviewcomments (#524)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-3376: added comments as per review comments
    
    * HLM-3376 : added changes as per code review comments, each column's name included in query
    
    * HLM-3376: query column names
    
    * Hlm 4062 count api (#547)
    
    * hlm-4062: updated household
    
    * HLM-4062: added  count api support using cte for household
    
    * HLM-4062: updated HouseholdRepository.java
    
    * updated householdrowmapper.java
    
    * HLM-4062:code refactor, removed useCTE parameter
    
    ---------
    
    Co-authored-by: kavi_elrey@1993 <[email protected]>
    
    ---------
    
    Co-authored-by: kanishq-egov <[email protected]>
    Co-authored-by: kanishq-egov <[email protected]>
    
    * Dev downsync fix smc (#563)
    
    * household model reverse
    
    * Update CHANGELOG.md
    
    * Added changes for includeDeleted for downsync
    
    * not null added
    
    ---------
    
    Co-authored-by: kanishq-egov <[email protected]>
    
    * Dev master conflict fix (#565)
    
    * HLM-3069: updated build.config.yml
    
    * HLM-3069: updated build-config.yml renamed adrm to referralmanagement
    
    * HLM-3372: increased stock version from 1.1.0 to 1.1.1-beta and project version from 1.1.0 to 1.1.1-beta
    
    * referralmanagement version 1.0.0-beta, added changelog, localsetup
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * HLM-3069: null project beneficiary validation error fix
    
    * HLM-3069: added comments and splitted validation condition
    
    * Dev to master (#550)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-4062: added count api changes for household
    
    * HLM-4062: Updated findbyid references
    
    * HLM-4062: Updated pom.xml of household
    
    * Hlm 3376 reviewcomments (#524)
    
    * HLM-3376: review comments commit
    
    * HLM-3069: side effect code comments, code refactor
    
    * HLM-3376: code review comments and code refactoring
    
    * updated the common-models version to 1.0.10, and updated in dependent service
    
    * HLM-3376 : Added additional field in side effect, referral.
    
    * HLM-3376: missing column fix
    
    * HLM-3372: constants type changed
    
    * HLM-3376: removed not used validators
    
    * code refactor and code comments
    
    * hlm-3376: added test cases
    
    * hlm-3376: referralmanagement context in test cases
    
    * hlm-3376: changed parameters for find by id
    
    * HLM-3372: typo fix
    
    * hlm-3376: persister changes, removed invalid parameters
    
    * hlm-3372: added changes as per code review, removed unused properties
    
    * hlm-3376: recipient validator for faciliy not working fix
    
    * HLM-3376: throwing exception on invalid recipient type
    
    * HLM-3376: added comments as per review comments
    
    * HLM-3376 : added changes as per code review comments, each column's name included in query
    
    * HLM-3376: query column names
    
    * Hlm 4062 count api (#547)
    
    * hlm-4062: updated household
    
    * HLM-4062: added  count api support using cte for household
    
    * HLM-4062: updated HouseholdRepository.java
    
    * updated householdrowmapper.java
    
    * HLM-4062:code refactor, removed useCTE parameter
    
    ---------
    
    Co-authored-by: kavi_elrey@1993 <[email protected]>
    
    ---------
    
    Co-authored-by: kanishq-egov <[email protected]>
    Co-authored-by: kanishq-egov <[email protected]>
    
    * Dev downsync fix smc (#566)
    
    * household model reverse
    
    * Update CHANGELOG.md
    
    * Added changes for includeDeleted for downsync
    
    * not null added
    
    ---------
    
    Co-authored-by: kanishq-egov <[email protected]>
    
    * Added fix for testcases for householdmember (#570)
    
    Co-authored-by: kanishq-egov <[email protected]>
    
    * updated the version, and added the changelog (#571)
    
    * updated the version, and added the changelog
    
    * updated ReferralManagement CHANGELOG
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: kavi_elrey@1993 <[email protected]>
    
    * HLM-4062: removed pagination from fields excluding household api call
    
    * HLM-4062: missed in implementation (#574)
    
    * HLM-4062: missed in implementation
    
    * HLM-4062: default max is set to 1000 for not null limit value and 0 for offset value
    
    * project beneficiary tag update failed fix HLM-4444
    
    * HLM-4444: added code review comments
    
    * sownsync bug fix for limit
    
    ---------
    
    Co-authored-by: kavi_elrey <[email protected]>
    
    * HLM-4444: project beneficiary update fix (#575)
    
    * Update CHANGELOG.md
    
    * updated changelog with dates (#577)
    
    * updated stock module changelog (#578)
    
    ---------
    
    Co-authored-by: kavi_elrey@1993 <[email protected]>
    Co-authored-by: Vishal <[email protected]>
    Co-authored-by: bhanu prakash <[email protected]>
    Co-authored-by: Naveen J <[email protected]>
    Co-authored-by: talele08 <[email protected]>
    
    * Referral and Side effect sequence diagram
    
    * HLM-4501: Added changes for HFReferral flow
    
    * updated comments for common models
    
    * updated comments for common models removed ini file
    
    This reverts commit c1e226f.
    
    * HLM-4501: updated topics and hfreferal constants
    
    * HLM-4501: updated HFReferralService.java
    
    * HLM-4501: Added changes in project id validator
    
    * HLM-4501: updated HFReferralService.java
    
    * HLM-4501: fixed hfreferral changes
    
    * HLM-4501: added project facility id validator for hf_referral
    
    * HLM-4501: missing link for validator added
    
    * HLM-4501: updated HfrProjectFacilityIdValidator for NPE
    
    * HLM-4501 : updated hf referral symtoms character length to 256
    
    * HLM-4501: updated additionalFields field value size from 2 to 1
    
    * HLM-4501: added code comments for all hf referral related classes
    
    * HLM-4501: hf-referral sequence diagram
    
    ---------
    
    Co-authored-by: kavi_elrey@1993 <[email protected]>
    Co-authored-by: Vishal <[email protected]>
    Co-authored-by: bhanu prakash <[email protected]>
    Co-authored-by: Naveen J <[email protected]>
    Co-authored-by: talele08 <[email protected]>
    6 people authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    00ac1a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. HLM-4496, HLM-4207 attendance module (#616)

    * HLM-4496: Added attendance module in HCM
    
    * HLM-4496: updated attendance directory, removed target folder and imi file
    
    * buil config added for hlm-4496 in feature branch
    
    * HLM-4207: offline enablement in attendance log
    
    * HLM-4207: added db migration script
    
    * HLM-4207: updated db migration script
    
    * HLM-4207: updated incorrect statements
    
    * HLM-4207: bulk api support, without redis cache
    
    * HLM-4207: updated Attendancelog consumer for bulk api
    
    * HLM-4207: consumer fix
    
    * HLM-4207: cache support added for attendance log create and update
    
    * HLM-4207: added health-individual endpoint
    
    * HLM-4207: added radis host
    
    * HLM-4207: updated qualified for objectmapper in attendance module
    
    * HLM-4496,HLM-4207: updated application.properties for redis config
    
    * HLM-4207: updated kafka listener topics
    
    * HLM-4207: changed kafka config
    
    * HLM-4894 adding hrms related flag to Individual object, adding another ApiOperation
    
    * HLM-4894 adding hrms related flag to Individual object, adding another ApiOperation
    
    * HLM-4207, HLM-4986, HLM-4987 : bug fix
    
    * HLM-4894 adding changes related to linking of HRMS Employee with Individual
    
    * HLM-4894 adding changes related to linking of HRMS Employee with Individual
    
    * HLM-4207: added clientreferenceid search, null check for document id
    
    * HLM-4894 reverting changes related to linking of HRMS Employee with Individual
    
    * HLM-4894 reverting changes related to linking of HRMS Employee with Individual from libraries, common-models
    
    * HLM-4207: code re-format
    
    * HLM-4894 adding changes for managing attendees while enrollment
    
    * HLM-4207: updated attendance search, register id or clientreference id are mandatory
    
    * hlm-5009 staffId in ProjectStaffSearch changed to list from string
    
    * HLM-4894 updating build config
    
    * HLM-4207: clientReferenceIds is changed to clientReferenceId for Attendance Log search criteria
    
    * HLM-4207: removed staff validation for search without register id
    
    * HLM-4894 adding changes for project staff validation
    
    * HLM-4894 adding @qualifier annotation for object mapper
    
    * HLM-4894 fixing hrms url
    
    * HLM-4771: added changes for updating the registers on project date update
    
    * HLM-4771: project update changes
    
    * HLM-4771: updated the project start date update validation, can not update start date if it is already started
    
    * HLM-4771: updated attendance register consumer and service with comments
    
    * HLM-4771: updated the tenant id
    
    * HLM-4894 updating environment variables.
    
    * HLM-4894 updating code changes
    
    * HLM-4894 adding code changes
    
    * HLM-4894 adding code changes
    
    * HLM-4894 adding code changes
    
    * HLM-4771: updated the project validators, validation for start and end date of project
    
    * HLM-4894 adding useruuid as search param in individual search
    
    * HLM-4894 adding useruuid as search param in individual search
    
    * HLM-4894 adding useruuid as search param in individual search
    
    * HLM-4894 adding changes for registry creation when supervisor enrolls
    
    * HLM-4496, HLM-4894: first staff enrollment on attendance register creation is optional
    
    * HLM-4894 adding changes attendee enrollment
    
    * HLM-4894 adding changes for making staffId as list of staffId in ProjectStaffSearch
    
    * HLM-4894 adding changes for making staffId as list of staffId in ProjectStaffSearch
    
    * HLM-4894 adding changes for making staffId as list of staffId in ProjectStaffSearch
    
    * HLM-4894 removing staff-bulk-create-topic
    
    * HLM-4894 removing staff-bulk-create-topic
    
    * HLM-4894 removing staff-bulk-create-topic
    
    * HLM-4894 removing staff-bulk-create-topic
    
    * HLM-4894 changing health-attendance consumer group-id
    
    * HLM-4894 adding changes for projectstaff consumer
    
    * HLM-4894 adding changes for projectstaff consumer
    
    * HLM-4894 adding changes for projectstaff consumer
    
    * HLM-4894 adding changes for projectstaff consumer
    
    * HLM-4894 adding changes for projectstaff consumer
    
    * HLM-5045: added changes, project start date and end date difference should at least be 1 day.
    
    * HLM-4894 adding comments
    
    * HLM-4894 adding additional Details during attendance register creation
    
    * HLM-4894 adding additional Details during attendance register creation
    
    * hlm-4496 : bug fix on adding staff on updation of register
    
    * HLM-4894 increasing limit to 1000
    
    * Added changelog for individual, health-services-models, project, stock
    
    * HLM-4496 : remove attendance module as it is moved to DIGIT-Works repository.
    
    * HLM-5076: added changes related to project module
    
    * updated individual user uuid search field for hlm-4496, hlm-4207
    
    * changed common models build to 1.0.19-SNAPSHOT
    
    ---------
    
    Co-authored-by: Priyanka-eGov <[email protected]>
    Co-authored-by: syed-egov <[email protected]>
    Co-authored-by: kavi_elrey@1993 <[email protected]>
    4 people authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9a489b0 View commit details
    Browse the repository at this point in the history
  2. Hlm 4496 individual UUID search (#656)

    * HLM-4496: updated changedlog for individual, health-services-models, project, referralmanagement
    
    * HLM-4496: Added size annotations on individual search userUuid field
    
    * hlm-4496: Revert of application.properties changes
    kanishq-egov authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    f5e2aa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc1d189 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ddb18a View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Health hrms (#660)

    * updated pom.xml version for individual, project, referralmanagement, stock
    
    * Added health-hrms
    kanishq-egov authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8391530 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Hlm health hrms changes (#650)

    * HLM-4496: Added attendance module in HCM
    
    * HLM-4496: updated attendance directory, removed target folder and imi file
    
    * buil config added for hlm-4496 in feature branch
    
    * HLM-4207: offline enablement in attendance log
    
    * HLM-4207: added db migration script
    
    * HLM-4207: updated db migration script
    
    * HLM-4207: updated incorrect statements
    
    * HLM-4207: bulk api support, without redis cache
    
    * HLM-4207: updated Attendancelog consumer for bulk api
    
    * HLM-4207: consumer fix
    
    * HLM-4207: cache support added for attendance log create and update
    
    * HLM-4207: added health-individual endpoint
    
    * HLM-4207: added radis host
    
    * HLM-4207: updated qualified for objectmapper in attendance module
    
    * HLM-4496,HLM-4207: updated application.properties for redis config
    
    * HLM-4207: updated kafka listener topics
    
    * HLM-4207: changed kafka config
    
    * HLM-4207, HLM-4986, HLM-4987 : bug fix
    
    * HLM-4207: added clientreferenceid search, null check for document id
    
    * HLM-4894 moving hrms code from DIGIT-Dev branc health-moz-dev
    
    * HLM-4894 moving hrms code from DIGIT-Dev branc health-moz-dev
    
    * HLM-4894 updating build config for health-hrms
    
    * HLM-4894 adding clientreferenceID while creating individuals
    
    * HLM-4894 adding clientreferenceID while creating individuals
    
    * HLM-4894 adding clientreferenceID while creating individuals
    
    * HLM-4894 adding clientAuditDetails while creating individuals
    
    * Adding mdmsLegacyHost
    
    * Adding mdmsLegacyHost
    
    ---------
    
    Co-authored-by: kanishq-egov <[email protected]>
    Co-authored-by: kavi_elrey@1993 <[email protected]>
    3 people authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    db786ac View commit details
    Browse the repository at this point in the history
  2. Revert "Hlm health hrms changes (#650)" (#663)

    This reverts commit db786ac.
    kanishq-egov authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2c75a42 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    ab68988 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. hlm-5051 added method to validate task resource quantity based on pro…

    …duct variant id which will be used to fetch the regex and error message from mdms
    syed-egov committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7d4da80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f9aa1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3e5c74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48f4ae1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41d028c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. hlm-5051 removed the regex patterns and error messages from applictio…

    …n.properties and al removed the properties from cofigurations
    syed-egov committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1dc9d91 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. flyway base image updated

    kavi-egov committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    17be18f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    6553166 View commit details
    Browse the repository at this point in the history
  2. flyway version update

    kavi-egov committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    90caabe View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    ab9c7bc View commit details
    Browse the repository at this point in the history
  2. flyway update

    kavi-egov committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    b2deb8f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    1355a91 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. HLM-6196: Search failing, updated GenericQueryBuilder.java, added cha…

    …nges to get all … (#769)
    
    * HLM Health-HRMS bug fix, user was set to null in hrms update as the t… (#761)
    
    * HLM Health-HRMS bug fix, user was set to null in hrms update as the tenantid was not provided during internal search
    
    * HLM updated hrms user type
    
    * updated type from individual create
    
    * Addressed code review comments
    
    * Added code comments and fixme todo as per code review comments
    
    * HLM updated flyway migration docker version
    
    * Revert "HLM updated flyway migration docker version"
    
    This reverts commit 1f1167e.
    
    * Updated code comments on EmployeeService update method
    
    * Update EmployeeService.java
    
    * Updated code comments on EmployeeService, added changes for NPE handling
    
    ---------
    
    Co-authored-by: kavi_elrey@1993 <[email protected]>
    
    * HLM-6196: updated GenericQueryBuilder.java, added changes to get all the fields except Object class
    
    * hlm-6196: update common library reference for dev testing"
    
    * HLM-6196: updated health-service-common version to 1.0.17-SNAPSHOT and added default for included deleted
    
    * HLM-6196: updated genericrepository
    
    * HLM-6196: fixed testcases
    
    * HLM-6196: fixed individual search query error
    
    * taskresource additional fields column added
    
    * HLM-6196: updated health services models TaskResource, added AdditionalField
    
    * HLM-6196: hfreferral, referral, sideeffect - edge case fix
    
    * HLM-6196: removed todo from urlparams
    
    ---------
    
    Co-authored-by: kavi_elrey@1993 <[email protected]>
    Co-authored-by: Vishal <[email protected]>
    3 people authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e9c0367 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Hlm 6196 hrms employee search by names fix (#785)

    * HLM-6196: updated @component in validators for client reference id validation
    
    * HLM-6196: fixed testcases for stock and individual
    
    * HLM-6196: added missing migration file
    
    * HLM-6196: updated IndividualSearch model, added exclude annotation on individual name
    
    * HLM-6196: rectifying egov-hrms individual search object commit
    
    * HLM-6196: updated health services common for model exclude field fix
    
    * Revert "HLM-6196: updated @component in validators for client reference id validation"
    
    This reverts commit 6e915a0.
    
    * Revert "HLM-6196: fixed testcases for stock and individual"
    
    This reverts commit ce90104.
    
    * HLM-6196: added comments as per code review
    
    * Update IndividualSearch.java
    
    ---------
    
    Co-authored-by: kavi_elrey@1993 <[email protected]>
    kanishq-egov and kavi-egov authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    bbdfa8e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. HLM-6196: updated @component in validators for client reference id va… (

    #781)
    
    * HLM-6196: updated @component in validators for client reference id validation
    
    * HLM-6196: fixed testcases for stock and individual
    
    * HLM-6196: added missing migration file
    
    * HLM-6196: updated IndividualSearch model, added exclude annotation on individual name
    
    * HLM-6196: rectifying egov-hrms individual search object commit
    
    * HLM-6196: updated health services common for model exclude field fix
    
    * Revert "HLM-6196: updated @component in validators for client reference id validation"
    
    This reverts commit 6e915a0.
    
    * Revert "HLM-6196: fixed testcases for stock and individual"
    
    This reverts commit ce90104.
    
    * Revert "Revert "HLM-6196: updated @component in validators for client reference id validation""
    
    This reverts commit 2218ad3.
    
    * Revert "Revert "HLM-6196: fixed testcases for stock and individual""
    
    This reverts commit 083c516.
    
    * HLM-6196: replaced RuntimeException with CustomException
    
    * HLM-6196: updated to get only message from exception
    
    * HLM-6196: updated individual search as it was with exclude annotation
    kanishq-egov authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    44f7540 View commit details
    Browse the repository at this point in the history
  2. Update core-services/egov-hrms/src/main/java/org/egov/hrms/web/valida…

    …tor/EmployeeValidator.java
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    kavi-egov and coderabbitai[bot] authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0a71b1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60353d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88cc79e View commit details
    Browse the repository at this point in the history
  5. Update health-services/product/CHANGELOG.md

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    kavi-egov and coderabbitai[bot] authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0cb84c3 View commit details
    Browse the repository at this point in the history
  6. Update health-services/libraries/health-services-models/src/main/java…

    …/org/egov/common/models/project/TaskResource.java
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    kavi-egov and coderabbitai[bot] authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9bca481 View commit details
    Browse the repository at this point in the history
  7. HLM added error stack strace whenever custom exception is thrown whil…

    …e validation duplicate entry
    kanishq-egov committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f9e5187 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f9dbe4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    ee169be View commit details
    Browse the repository at this point in the history
  2. merging master to master-flyway-imageupdate (#800)

    * HLM Health-HRMS bug fix, user was set to null in hrms update as the t… (#761)
    
    * HLM Health-HRMS bug fix, user was set to null in hrms update as the tenantid was not provided during internal search
    
    * HLM updated hrms user type
    
    * updated type from individual create
    
    * Addressed code review comments
    
    * Added code comments and fixme todo as per code review comments
    
    * HLM updated flyway migration docker version
    
    * Revert "HLM updated flyway migration docker version"
    
    This reverts commit 1f1167e.
    
    * Updated code comments on EmployeeService update method
    
    * Update EmployeeService.java
    
    * Updated code comments on EmployeeService, added changes for NPE handling
    
    ---------
    
    Co-authored-by: kavi_elrey@1993 <[email protected]>
    
    * HLM-6185: Added null check for the project task resources list (#767)
    
    * HLM-6185: Added null check for the project task resources list
    
    * HLM-6185: updated transformer logic for project task with beneficiary task and status population
    
    * microplan-ui (#782)
    
    * microplan-ui
    
    * adding HLM-6172 changes
    
    * hiding unique identifier column
    
    * Update build-config.yml
    
    * Update Dockerfile
    
    * Update Dockerfile
    
    * Update Dockerfile
    
    * Update Dockerfile
    
    * Update Dockerfile
    
    * Update Dockerfile
    
    * adding digti frontend pr 934 changes
    
    * Update build-config.yml
    
    * removing pl tl and template files
    
    * removed unnecessary code
    
    * Delete frontend/microplan-ui/Jenkinsfile
    
    * updating operation to match api changes
    
    * updating operation to match api changes
    
    * Update README.md
    
    * Update README.md
    
    * microplan-ui adding uploadguidelines and removing unnecessary files
    
    ---------
    
    Co-authored-by: Jagankumar <[email protected]>
    Co-authored-by: SriPadma8997-egov <[email protected]>
    
    * Admin console Improved performance, sheets freezed, implemented caching, delivery type integarted (#790)
    
    * Update campaignValidators.ts (#655)
    
    * fixes-> cyclenumber issue, hover issue, dropdown height issue,
    
    * css
    
    * fixes-> cyclenumber issue, hover issue, dropdown height issue, (#656)
    
    * fixes-> cyclenumber issue, hover issue, dropdown height issue,
    
    * css
    
    ---------
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * Update campaignUtils.ts
    
    * fixed HLM-5970
    
    * Feat : added boundary validation at data level
    
    * fixes
    
    * local add
    
    * Added boundary validation
    
    * Refactor
    
    * fixed HLM-5935 and HLM-5749
    
    * Refactor
    
    * Feat : updated table
    
    * change campaignid in payload
    
    * Feat : added campaignId
    
    * Update campaignApis.ts
    
    * Update campaignValidators.ts
    
    * refactored
    
    * Refactor
    
    * assigned campaignId
    
    * Refactor
    
    * updated createRequest Schema
    
    * Feat : invalid Status Persist
    
    * status fix
    
    * version-fix
    
    * Update CODEOWNERS
    
    * core version updated and css fix for language dropdown
    
    * refactor (#676)
    
    * Uat signoff (#678)
    
    * change in filter recursive
    
    * lowest level
    
    * added validation related to target sheet headers
    
    * HLM-5916
    
    * download button fixes in summary (#682)
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * Hlm 5927 (#687)
    
    * change in filter recursive
    
    * lowest level
    
    * added validation for boundary codes to be invalid other than that selected from UI in target upload
    
    * Added Delivery and cycle config for LLIN and SMC both (#688)
    
    * no of cycle and deivery drafted changes
    
    * fixes
    
    * add localisation code for boundaries
    
    * fixes
    
    * fixes
    
    * Value localise in summary screen, api error change
    
    * fixes
    
    * genarate api call fix
    
    * font size change for summary
    
    * login css change
    
    * HLM-5718: SMC delivery config enhancement
    
    * config update
    
    * added config for in between
    
    * fix config for llin
    
    * added mdms integration
    
    ---------
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * Fixed HLM-5988_warning message (#689)
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * download filename fixes (#693)
    
    * download button fixes in summary
    
    * download filename with custom name changes added
    
    ---------
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * download filename fixes (#694)
    
    * download button fixes in summary
    
    * download filename with custom name changes added
    
    * config fix for llin
    
    ---------
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * successful toast message is fixed (#695)
    
    * successful toast message is fixed
    
    * Update UploadData.js
    
    * HLM-5991: Alert Pop UP CR (#696)
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * HLM-5718 changes (#703)
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * Localization cache (#706)
    
    * change in filter recursive
    
    * lowest level
    
    * refactored  localization cache logic
    
    * Update README.md (#707)
    
    * Update README.md
    
    * Update README.md
    
    * Update utilities/project-factory/README.md
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update README.md
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * HLM-5985_made lowest level changes (#708)
    
    * HLM-5985_made lowest level changes
    
    * resolved codeRabbit comments
    
    * Create LOCALSETUP.md (#709)
    
    * Create LOCALSETUP.md
    
    * Refactored config
    
    * Update LOCALSETUP.md
    
    * Update utilities/project-factory/LOCALSETUP.md
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update utilities/project-factory/LOCALSETUP.md
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update utilities/project-factory/LOCALSETUP.md
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update utilities/project-factory/LOCALSETUP.md
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update LOCALSETUP.md
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * updated the localisation module config
    
    * Refactor config (#713)
    
    * Refactor config
    
    * Update utilities/project-factory/src/server/validators/campaignValidators.ts
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update utilities/project-factory/src/server/validators/campaignValidators.ts
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update utilities/project-factory/src/server/validators/campaignValidators.ts
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update postman_collection.json (#714)
    
    * Update postman_collection.json
    
    * Update postman_collection.json
    
    * Delete utilities/project-factory/project_factory_swagger.yml (#715)
    
    * Feat : removed campaignId validation for boundary upload (#718)
    
    * updated the delay for boundary relationship
    
    * added logger for request TODO TEST
    
    will be reverted
    
    * Revert "added logger for request TODO TEST"
    
    This reverts commit d5c2bf5.
    
    * Schema validation (#719)
    
    * Feat : removed campaignId validation for boundary upload
    
    * Feat : added schema validation
    
    * Fixed mdms host
    
    * updated the logger messages
    
    * updated the loggers
    
    * delivery new changes, toast fix, error fix (#716)
    
    * delivery new changes, toast fix, error fix
    
    * new fixes
    
    * fixes
    
    * change text component to field component
    
    * added hierarchy
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * passing hierarchy from props
    
    ---------
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * Schema validation2 (#721)
    
    * Feat : removed campaignId validation for boundary upload
    
    * Feat : added schema validation
    
    * Fixed mdms host
    
    * Feat : added boundary validation
    
    * Feat : optimized product search
    
    * Fix : project mapping fixed (#722)
    
    * Fixed project search (#723)
    
    * smc fixes (#724)
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * Feat : added boundary confirmation (#727)
    
    * Fix: fixed processing boundary
    
    * Refactor
    
    * fixed HLM-6109 (#729)
    
    * gate fixes validation, ui ux (#731)
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * integrated panelcard component (#732)
    
    * integrated panelcard component
    
    * Update micro-ui/web/micro-ui-internals/packages/modules/campaign-manager/src/pages/employee/Response.js
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Jagankumar <[email protected]>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update genericUtils.ts (#733)
    
    * updated the folder structure
    
    * Create CHANGELOG.md (#717)
    
    * updated the versions
    
    * Update .gitignore
    
    * Update request.ts (#735)
    
    * fixed generate api issue (#734)
    
    Co-authored-by: Jagankumar <[email protected]>
    
    * Create CHANGELOG.md
    
    * gate fixes (#736)
    
    * gate fixes validation, ui ux
    
    * gate fix
    
    ---------
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * added loader in the selecting boundaries (#737)
    
    * Update createAndSearch.ts (#738)
    
    * fix (#739)
    
    * fix
    
    * fix
    
    ---------
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * Patch 3 (#740)
    
    * change in filter recursive
    
    * lowest level
    
    * trimmed underscore and empty spaces
    
    * boundary fix (#742)
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * Update genericUtils.ts (#746)
    
    * fixed the delivery products issue
    
    * Fixed delivery conditions issue
    
    * Update campaignApis.ts (#747)
    
    * fixed warning toast (#748)
    
    * fixed warning toast
    
    * Update UploadData.js
    
    * fix (#749)
    
    * fix
    
    * fx
    
    * fix
    
    ---------
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * core -update (#751)
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * fixed stepper issue (#752)
    
    * fixed stepper issue
    
    * Update index.html
    
    * Feat : added user validation via individual (#753)
    
    * fixes (#754)
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * code fix nabeel (#756)
    
    * fixes
    
    * fix
    
    ---------
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * Updated few loggers (#759)
    
    * updated few loggers flow
    
    * Update utilities/project-factory/src/server/api/campaignApis.ts
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update utilities/project-factory/src/server/utils/campaignMappingUtils.ts
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update utilities/project-factory/src/server/utils/campaignUtils.ts
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update utilities/project-factory/src/server/validators/campaignValidators.ts
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update utilities/project-factory/src/server/api/campaignApis.ts
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update utilities/project-factory/src/server/utils/campaignMappingUtils.ts
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update utilities/project-factory/src/server/utils/genericUtils.ts
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Updated the user Password generation logic #761
    
    * Update Listener.ts (#730)
    
    * Update Listener.ts
    
    * added try catch logic in producer
    
    * Feat : added parallel batch execution (#767)
    
    * Feat : added parallel batch execution
    
    * Refactor
    
    * Update utilities/project-factory/src/server/validators/campaignValidators.ts
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * fixed the stepper (#765)
    
    * changes config (#769)
    
    * Project type config and added loggers for process of campaign (#772)
    
    * Feat : added themes in generate template (#773)
    
    * fixed the ajv package version for build issue
    
    * Feat : removed xlsx (#776)
    
    * HLM-6177: PARALLEL SEARCH IMPLEMENT, DELIVERY TYPE IMPLEMENT (#778)
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * css update (#780)
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * HLM-6179 and HLM-6180 (#777)
    
    * HLM-6179 and HLM-6180
    
    * campaign name changes
    
    ---------
    
    Co-authored-by: Jagankumar <[email protected]>
    
    * Feat : fixed target generation (#781)
    
    * fixed tenantId issue (#784)
    
    * fix: resolved AJV-related Jenkins build issue reference #783 #786 (#787)
    
    * module ui fix
    
    * updated all the package version for build fixes
    
    * fixed kafka-error at target generation (#789)
    
    * updated core version (#791)
    
    * updated core version
    
    * updated css also
    
    * Update campaignValidators.ts (#794)
    
    * Updated the excel generation logic and files
    
    * added changes for configurable column in target sheet (#779)
    
    * change in filter recursive
    
    * lowest level
    
    * made target headers  genearte through mdms schema
    
    * changed config index.ts
    
    * changed config index.ts
    
    * changes for now
    
    * added configurable column logic from schema HLM-6169
    
    * updated validate of target columns through schema
    
    * added masterForColumnSchema in index.ts
    
    * formatted dataManageService
    
    * refactored lock TargetFields func
    
    * removed console.log
    
    * User creation performance improved (#800)
    
    * Feat : Improved user creation performance
    
    * Change status color
    
    * Update utilities/project-factory/src/server/utils/campaignUtils.ts
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Jagankumar <[email protected]>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update genericUtils.ts (#801)
    
    * Hlm 6170 (#802)
    
    * change in filter recursive
    
    * lowest level
    
    * HLM -6170 added logic for only village level data in target sheet and some refactoring
    
    * updated css (#804)
    
    * fixed button issue (#805)
    
    * HLM 6177: Error card implementation in summary screen (#806)
    
    * HLM-6177: PARALLEL SEARCH IMPLEMENT, DELIVERY TYPE IMPLEMENT
    
    * Added Error Cards in summary screen and redirection
    
    ---------
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * added error button styles (#807)
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * updated popUp css (#808)
    
    * HLM 6178: Implementing New Pop up screen in boundaries (#809)
    
    * added error button styles
    
    * Implementing New Pop up screen in boundaries
    
    ---------
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * Facility changes (#812)
    
    * Feat : changed facility Template
    
    * Feat : locked target templates
    
    * fixed colour issue (#813)
    
    * Updated the project type conversion logic for the             "deliveryType" dont1 and n config
    
    * Unique field added (#814)
    
    * Feat : changed facility Template
    
    * Feat : locked target templates
    
    * Feat : added unique check logic
    
    * Target schema update (#815)
    
    * change in filter recursive
    
    * lowest level
    
    * updated shcema of target columns to be configurable
    
    * removed empty spaces from config index.ts
    
    * Active mapping (#817)
    
    * Feat : changed facility Template
    
    * Feat : locked target templates
    
    * Feat : added unique check logic
    
    * Feat : added mapping via active field
    
    * changes in the schema validation (#816)
    
    * Updated the workbench and css module version
    
    * Feat : added active inactive boundary check (#818)
    
    * Update campaignValidators.ts (#819)
    
    * added active inactive validation (#820)
    
    * changed api call time (#826)
    
    * Feat : added target sum mapping (#825)
    
    * added campaign type as filter (#827)
    
    * Update genericApis.ts (#828)
    
    * Update excelUtils.ts (#829)
    
    * UI issue fixes, icon fix in summary error (#831)
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * Target columns (#830)
    
    * change in filter recursive
    
    * lowest level
    
    * commit
    
    * Feat : target flow fixed for LLIN-mz
    
    * uat to dev
    
    ---------
    
    Co-authored-by: admin1 <[email protected]>
    
    * Feat : freezed target columns (#833)
    
    * Target mr dn (#834)
    
    * change in filter recursive
    
    * lowest level
    
    * Feat : skipped validation temporarily
    
    * changes in the target validation (#835)
    
    * fixed error info (#837)
    
    * Added roboto font (#840)
    
    * Feat : added roboto font
    
    * Fixed config
    
    * target validation based on diff campaign types (#843)
    
    * change in filter recursive
    
    * lowest level
    
    * updated validation of target based on campaign type
    
    * fixed validation issue (#844)
    
    * Updated the workbench package version
    
    * fixed validation logic (#846)
    
    * fixed validation logic
    
    * Update micro-ui/web/micro-ui-internals/packages/modules/campaign-manager/src/components/UploadData.js
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Jagankumar <[email protected]>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Error messages improved (#848)
    
    * Feat : imporved error messages and initilised utils for tracking process
    
    * Fix ; unused variables fixed
    
    * Feat : improved error messages
    
    * Fix : download error fix (#850)
    
    * Update campaignUtils.ts (#851)
    
    * Update campaignUtils.ts
    
    * Update utilities/project-factory/src/server/utils/campaignUtils.ts
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update campaignValidators.ts (#853)
    
    * HLM 6210: Toast, error focus fix and project type reset delivery data fix  (#854)
    
    * HLM-6210: campaign type change reset delivery data fix, summary error focus fix
    
    * summary error focus fix
    
    ---------
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * HLM-6225_added time out according to data (#855)
    
    * Update campaignValidators.ts (#859)
    
    * HLM 6210 (#858)
    
    * HLM-6210: campaign type change reset delivery data fix, summary error focus fix
    
    * summary error focus fix
    
    * parallel search fixes
    
    ---------
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * Remove validation (#852)
    
    * change in filter recursive
    
    * lowest level
    
    * removed unnecessary validation for target
    
    * spacing refactor
    
    * Update campaignValidators.ts (#863)
    
    * Header validation (#861)
    
    * change in filter recursive
    
    * lowest level
    
    * removed unnecessary validation for target
    
    * changed the logic of header validation
    
    * space refactor
    
    * Update campaignUtils.ts (#864)
    
    * fixed ui error (#865)
    
    * Read me (#867)
    
    * change in filter recursive
    
    * lowest level
    
    * removed unnecessary validation for target
    
    * changed the logic of header validation
    
    * fixed portugese language error
    
    * space refactoring
    
    * Update Dockerfile
    
    * Update Dockerfile
    
    * Update migrate.sh
    
    * Update Dockerfile
    
    * Update campaignValidators.ts (#868)
    
    * HLM 6210:campaign type change reset fix (#869)
    
    * HLM-6210: campaign type change reset delivery data fix, summary error focus fix
    
    * summary error focus fix
    
    * parallel search fixes
    
    * campaign type change reset fix
    
    ---------
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * Update excelUtils.ts for sheetHeaders wraping (#870)
    
    * Update package.json
    
    * updated error messages (#871)
    
    * feat : added jaeger-client tracing (#872)
    
    * updated the table config
    
    * Update campaignApis.ts (#875)
    
    * removed the schema and updated the db name
    
    * fixing generate API call, file auto delete, date error (#877)
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * Trim resource (#878)
    
    * Feat : trimmed resource persist message
    
    * Refactor
    
    * Removed reject error in produce message
    
    * fixed min time, draft logic (#879)
    
    * Update index.ts (#880)
    
    * added min ui error and facility usage (#883)
    
    * added min ui error and facility usage
    
    * changes
    
    * Update campaignUtils.ts (#884)
    
    * HLM 6007 (#885)
    
    * fixing generate API call, file auto delete, date error
    
    * generate api fix
    
    ---------
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * Update Dockerfile
    
    * Feat : docker config update (#886)
    
    * Update Dockerfile (#887)
    
    * Create buildWorkbenchUI.yml
    
    * Update README.md (#917)
    
    * Update buildWorkbenchUI.yml
    
    * Update README.md
    
    * Updated the DB Schema issue of Project-factory
    
    * fixed hierarchy order (#919)
    
    * User flag hcm (#920)
    
    * Feat : docker config update
    
    * Feat : added user create flag
    
    * Refactored
    
    * Update campaignUtils.ts
    
    * Update campaignMappingUtils.ts (#922)
    
    * Ashish egov patch 2 (#921)
    
    * Update index.ts
    
    * Update campaignApis.ts
    
    * Fixed the project type conversion and product duplicate issue
    
    * Update campaignApis.ts (#924)
    
    * Update campaignMappingUtils.ts (#925)
    
    * Update campaignMappingUtils.ts
    
    * Refactored
    
    * Update publishProjectFactory.yml
    
    * Update buildWorkbenchUI.yml
    
    * Update campaignMappingUtils.ts (#926)
    
    * Update request.ts (#928)
    
    * Update request.ts
    
    * Feat : updated httprequest
    
    * Feat : warning response added
    
    * Refactor
    
    * added start and enddate in cycles
    
    * Update campaignApis.ts (#930)
    
    * Update request.ts (#932)
    
    * fixed generate issue (#933)
    
    * Fixed project-type resources duplication
    
    * updated target error messages (#936)
    
    * fixed stepper from draft (#937)
    
    * Update Listener.ts
    
    * delivery type disable fix, product sku name change (#939)
    
    Co-authored-by: nabeelmd-eGov <[email protected]>
    
    * fixed error message issue (#941)
    
    * Redis integration (#940)
    
    * Feat : added redis
    
    * Feat : added redis retry
    
    * updated migration
    
    * fixed
    
    * updated migration
    
    * Delete .vscode/launch.json
    
    * Delete .vscode/settings.json
    
    ---------
    
    Co-authored-by: ashish-egov <[email protected]>
    Co-authored-by: nabeelmd-eGov <[email protected]>
    Co-authored-by: nabeelmd-eGov <[email protected]>
    Co-authored-by: Bhavya-egov <[email protected]>
    Co-authored-by: ashish-egov <[email protected]>
    Co-authored-by: nitish-egov <[email protected]>
    Co-authored-by: Bhavya-egov <[email protected]>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    Co-authored-by: Swathi-eGov <[email protected]>
    Co-authored-by: admin1 <[email protected]>
    
    * Master flyway imageupdate (#794)
    
    * flyway base image updated
    
    * reverted product changes and removed duplicate attendance code (#768)
    
    * flyway version update
    
    * updated psql version for core services and facility
    
    * flyway update
    
    * HLM throwing custom exception when boundary service call throw an error (#775)
    
    * HLM-6196: Search failing, updated GenericQueryBuilder.java, added changes to get all … (#769)
    
    * HLM Health-HRMS bug fix, user was set to null in hrms update as the t… (#761)
    
    * HLM Health-HRMS bug fix, user was set to null in hrms update as the tenantid was not provided during internal search
    
    * HLM updated hrms user type
    
    * updated type from individual create
    
    * Addressed code review comments
    
    * Added code comments and fixme todo as per code review comments
    
    * HLM updated flyway migration docker version
    
    * Revert "HLM updated flyway migration docker version"
    
    This reverts commit 1f1167e.
    
    * Updated code comments on EmployeeService update method
    
    * Update EmployeeService.java
    
    * Updated code comments on EmployeeService, added changes for NPE handling
    
    ---------
    
    Co-authored-by: kavi_elrey@1993 <[email protected]>
    
    * HLM-6196: updated GenericQueryBuilder.java, added changes to get all the fields except Object class
    
    * hlm-6196: update common library reference for dev testing"
    
    * HLM-6196: updated health-service-common version to 1.0.17-SNAPSHOT and added default for included deleted
    
    * HLM-6196: updated genericrepository
    
    * HLM-6196: fixed testcases
    
    * HLM-6196: fixed individual search query error
    
    * taskresource additional fields column added
    
    * HLM-6196: updated health services models TaskResource, added AdditionalField
    
    * HLM-6196: hfreferral, referral, sideeffect - edge case fix
    
    * HLM-6196: removed todo from urlparams
    
    ---------
    
    Co-authored-by: kavi_elrey@1993 <[email protected]>
    Co-authored-by: Vishal <[email protected]>
    
    * Hlm 6196 hrms employee search by names fix (#785)
    
    * HLM-6196: updated @component in validators for client reference id validation
    
    * HLM-6196: fixed testcases for stock and individual
    
    * HLM-6196: added missing migration file
    
    * HLM-6196: updated IndividualSearch model, added exclude annotation on individual name
    
    * HLM-6196: rectifying egov-hrms individual search object commit
    
    * HLM-6196: updated health services common for model exclude field fix
    
    * Revert "HLM-6196: updated @component in validators for client reference id validation"
    
    This reverts commit 6e915a0.
    
    * Revert "HLM-6196: fixed testcases for stock and individual"
    
    This reverts commit ce90104.
    
    * HLM-6196: added comments as per code review
    
    * Update IndividualSearch.java
    
    ---------
    
    Co-authored-by: kavi_elrey@1993 <[email protected]>
    
    * HLM-6196: updated @component in validators for client reference id va… (#781)
    
    * HLM-6196: updated @component in validators for client reference id validation
    
    * HLM-6196: fixed testcases for stock and individual
    
    * HLM-6196: added missing migration file
    
    * HLM-6196: updated IndividualSearch model, added exclude annotation on individual name
    
    * HLM-6196: rectifying egov-hrms individual search object commit
    
    * HLM-6196: updated health services common for model exclude field fix
    
    * Revert "HLM-6196: updated @component in validators for client reference id validation"
    
    This reverts commit 6e915a0.
    
    * Revert "HLM-6196: fixed testcases for stock and individual"
    
    This reverts commit ce90104.
    
    * Revert "Revert "HLM-6196: updated @component in validators for client reference id validation""
    
    This reverts commit 2218ad3.
    
    * Revert "Revert "HLM-6196: fixed testcases for stock and individual""
    
    This reverts commit 083c516.
    
    * HLM-6196: replaced RuntimeException with CustomException
    
    * HLM-6196: updated to get only message from exception
    
    * HLM-6196: updated individual search as it was with exclude annotation
    
    * Update core-services/egov-hrms/src/main/java/org/egov/hrms/web/validator/EmployeeValidator.java
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * updated changelog for HCM v1.4 release
    
    * updated changelog for HCM v1.4 release
    
    * Update health-services/product/CHANGELOG.md
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update health-services/libraries/health-services-models/src/main/java/org/egov/common/models/project/TaskResource.java
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * HLM added error stack strace whenever custom exception is thrown while validation duplicate entry
    
    ---------
    
    Co-authored-by: kavi_elrey <[email protected]>
    Co-authored-by: Vishal <[email protected]>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Adding plan-service folder for master merge (#783)
    
    * Adding plan-service folder for master merge
    
    * code review comment.
    
    ---------
    
    Co-authored-by: devdatta-egov <[email protected]>
    
    * Microplan UI (#793)
    
    * microplan-ui
    
    * adding HLM-6172 changes
    
    * hiding unique identifier column
    
    * Update build-config.yml
    
    * Update Dockerfile
    
    * Update Dockerfile
    
    * Update Dockerfile
    
    * Update Dockerfile
    
    * Update Dockerfile
    
    * Update Dockerfile
    
    * adding digti frontend pr 934 changes
    
    * Update build-config.yml
    
    * removing pl tl and template files
    
    * removed unnecessary code
    
    * Delete frontend/microplan-ui/Jenkinsfile
    
    * updating operation to match api changes
    
    * updating operation to match api changes
    
    * Update README.md
    
    * Update README.md
    
    * microplan-ui adding uploadguidelines and removing unnecessary files
    
    * adding microplan to micro-ui
    
    * adding microplan folder in microui/web
    
    * Update setupProxy.js
    
    * review changes
    
    * adding review changes
    
    * review changes
    
    * Update Mapping.js
    
    * Update Upload.js
    
    * Update geojsonValidations.js
    
    * Update CreateMicroplan.js
    
    * Update MicroplanPreview.js
    
    * Update MicroplanPreview.js
    
    * Update CreateMicroplan.js
    
    * adding review comments, updage campaign service, removed hardcoded tenent and removed logout util
    
    * removing microplan-ui folder
    
    * Update index.js
    
    * adding review changes, reducing functional complexcity
    
    * updaing microplan css pkg version
    
    * Update jsonToExcelBlob.js
    
    * Update MicroplanCreatedScreen.js
    
    * Update UICustomizations.js
    
    * Update uploadUtils.js
    
    * Update build-config.yml
    
    ---------
    
    Co-authored-by: Jagankumar <[email protected]>
    Co-authored-by: SriPadma8997-egov <[email protected]>
    
    ---------
    
    Co-authored-by: kavi_elrey@1993 <[email protected]>
    Co-authored-by: siddhant-nawale-egov <[email protected]>
    Co-authored-by: Jagankumar <[email protected]>
    Co-authored-by: SriPadma8997-egov <[email protected]>
    Co-authored-by: ashish-egov <[email protected]>
    Co-authored-by: nabeelmd-eGov <[email protected]>
    Co-authored-by: nabeelmd-eGov <[email protected]>
    Co-authored-by: Bhavya-egov <[email protected]>
    Co-authored-by: ashish-egov <[email protected]>
    Co-authored-by: nitish-egov <[email protected]>
    Co-authored-by: Bhavya-egov <[email protected]>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    Co-authored-by: Swathi-eGov <[email protected]>
    Co-authored-by: admin1 <[email protected]>
    Co-authored-by: Vishal <[email protected]>
    Co-authored-by: Priyanka-eGov <[email protected]>
    Co-authored-by: devdatta-egov <[email protected]>
    18 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    37ec1da View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    50a6c17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e487b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5212a47 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    fc30b4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69cc444 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4ba451 View commit details
    Browse the repository at this point in the history
  4. [hlm-4053] search fix for facility, household. Fixed individual ident…

    …ifier clientrefId enrichment
    vishal-egov authored and kanishq-egov committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a8ab007 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d15246c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    009c012 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61029c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    705ff42 View commit details
    Browse the repository at this point in the history
  9. HLM-6289: findInCache fix for individual repository, project benefici…

    …ary repository, referral managment service repositories
    kanishq-egov committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    159d908 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    80de4b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    afda6a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #802 from egovernments/master-impel-changes

    Master impel changes
    kanishq-egov authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2eee190 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master-flyway-imageupdate' into HLM-5051-type-based-res…

    …ource-quantity-validation
    kanishq-egov committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    82a2d12 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'refs/heads/master-flyway-imageupdate' into hlm-4989-row…

    …-version-validator
    
    # Conflicts:
    #	health-services/household/CHANGELOG.md
    #	health-services/libraries/health-services-models/CHANGELOG.md
    #	health-services/libraries/health-services-models/pom.xml
    #	health-services/libraries/health-services-models/src/main/java/org/egov/common/models/household/Field.java
    #	health-services/libraries/health-services-models/src/main/java/org/egov/common/models/household/HouseholdSearch.java
    #	health-services/libraries/health-services-models/src/main/java/org/egov/common/models/individual/Field.java
    #	health-services/libraries/health-services-models/src/main/java/org/egov/common/models/product/Field.java
    #	health-services/libraries/health-services-models/src/main/java/org/egov/common/models/project/Field.java
    #	health-services/libraries/health-services-models/src/main/java/org/egov/common/models/referralmanagement/hfreferral/HFReferral.java
    #	health-services/libraries/health-services-models/src/main/java/org/egov/common/models/referralmanagement/hfreferral/HFReferralBulkRequest.java
    #	health-services/libraries/health-services-models/src/main/java/org/egov/common/models/referralmanagement/hfreferral/HFReferralBulkResponse.java
    #	health-services/libraries/health-services-models/src/main/java/org/egov/common/models/referralmanagement/hfreferral/HFReferralRequest.java
    #	health-services/libraries/health-services-models/src/main/java/org/egov/common/models/referralmanagement/hfreferral/HFReferralResponse.java
    #	health-services/libraries/health-services-models/src/main/java/org/egov/common/models/referralmanagement/hfreferral/HFReferralSearch.java
    #	health-services/libraries/health-services-models/src/main/java/org/egov/common/models/referralmanagement/hfreferral/HFReferralSearchRequest.java
    #	health-services/libraries/health-services-models/src/main/java/org/egov/common/models/stock/Field.java
    #	health-services/project/CHANGELOG.md
    #	health-services/referralmanagement/CHANGELOG.md
    #	health-services/referralmanagement/pom.xml
    #	health-services/referralmanagement/src/main/java/org/egov/referralmanagement/consumer/HFReferralConsumer.java
    #	health-services/referralmanagement/src/main/java/org/egov/referralmanagement/repository/HFReferralRepository.java
    #	health-services/referralmanagement/src/main/java/org/egov/referralmanagement/repository/rowmapper/HFReferralRowMapper.java
    #	health-services/referralmanagement/src/main/java/org/egov/referralmanagement/service/DownsyncService.java
    #	health-services/referralmanagement/src/main/java/org/egov/referralmanagement/service/HFReferralService.java
    #	health-services/referralmanagement/src/main/java/org/egov/referralmanagement/service/ReferralManagementService.java
    #	health-services/referralmanagement/src/main/java/org/egov/referralmanagement/service/SideEffectService.java
    #	health-services/referralmanagement/src/main/java/org/egov/referralmanagement/validator/hfreferral/HfrIsDeletedValidator.java
    #	health-services/referralmanagement/src/main/java/org/egov/referralmanagement/validator/hfreferral/HfrNonExistentEntityValidator.java
    #	health-services/referralmanagement/src/main/java/org/egov/referralmanagement/validator/hfreferral/HfrNullIdValidator.java
    #	health-services/referralmanagement/src/main/java/org/egov/referralmanagement/validator/hfreferral/HfrProjectFacilityIdValidator.java
    #	health-services/referralmanagement/src/main/java/org/egov/referralmanagement/validator/hfreferral/HfrProjectIdValidator.java
    #	health-services/referralmanagement/src/main/java/org/egov/referralmanagement/validator/hfreferral/HfrRowVersionValidator.java
    #	health-services/referralmanagement/src/main/java/org/egov/referralmanagement/validator/hfreferral/HfrUniqueEntityValidator.java
    #	health-services/referralmanagement/src/main/java/org/egov/referralmanagement/web/controllers/HFReferralApiController.java
    #	health-services/stock/CHANGELOG.md
    sivajiganesh-egov committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a142d47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bcc929 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #677 from egovernments/HLM-5051-type-based-resourc…

    …e-quantity-validation
    
    Hlm 5051 type based resource quantity validation
    kanishq-egov authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5c32460 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b3fbdb View commit details
    Browse the repository at this point in the history
  8. Merge pull request #625 from egovernments/hlm-4989-row-version-validator

    HLM-4989 Implementation of row version validator for referral and side effect
    kanishq-egov authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3c61cf7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a4719eb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    199b1b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    782fb2b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    201158e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    4a55a36 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    7d9ac1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8568bac View commit details
    Browse the repository at this point in the history