tz-equipment

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
TZUP-263 : Modify equipment inventory API to allow search by equipmentTypeIds

    • -0
    • +30
    /src/main/resources/api-definition.yaml
TZUP-83:Fixed test issues

TZUP-83:updated resolved flag to true

TZUP-83:updated resolved flag to true

    • -0
    • +29
    /src/main/resources/api-definition.yaml
TZUP-83:Added equipment resolved flag

TZUP-85 : Fail when the identifier is not unique

TZUP-83:Removed no Lob from an entity

TZUP-85 : Replaced @Lob with @Column(columnDefinition = TEXT) for defining columns holding large text

set CI/CD build job to be manually triggered

set CI/CD build job to be manually triggered

TZUP-83:Added vendor view functionality based on user

TZUP-83:Fix migration script issue

TZUP-83:Fix migration script issue

TZUP-83: updated migration scripts

TZUP-83: updated migration scripts

TZUP-83: updated migration scripts

TZUP-83: update contract table version

Merge remote-tracking branch 'origin/master'

TZUP-83: Fixed migration checksum mismatch issue

TZUP-85 : Fixing code formatting issues

TZUP-85 : Implemented test for the logic and API for contracts management

    • -0
    • +5
    /src/main/resources/api-definition.yaml
TZUP-85 : Added API definition for contracts management

    • -0
    • +139
    /src/main/resources/api-definition.yaml
    • -0
    • +78
    /src/main/resources/schemas/contract.json
    • -0
    • +60
    /src/main/resources/schemas/contractPage.json
TZUP-85 :implemented the logic for contract management

    • -0
    • +178
    /src/main/java/org/openlmis/equipment/domain/Contract.java
    • -0
    • +117
    /src/main/java/org/openlmis/equipment/dto/ContractDto.java
Merge remote-tracking branch 'origin/master'

TZUP-83: added API to view equipment requests sent by HFs

    • -0
    • +23
    /src/main/resources/api-definition.yaml
ignore idea datasource files

TZUP-348 : Code formatting for service type related logic