openlmis-stockmanagement

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
OLMIS-4706: clarify edge case

    • -1
    • +1
    /src/main/resources/api-definition.yaml
OLMIS-4706: Design API for retrieving Stock out Days

    • -0
    • +55
    /src/main/resources/api-definition.yaml
    • -0
    • +18
    /src/main/resources/schemas/stockOutDays.json
    • -0
    • +25
    /src/main/resources/schemas/stockOutDaysPage.json
OLMIS-4598: added unit tests for error handler

OLMIS-4597: Added tags to demo data

    • -0
    • +108
    /demo-data/stockmanagement.stock_card_line_item_reason_tags.json
OLMIS-4597: Move endpoint path to class definition

OLMIS-4597: Add endpoint to retrieve all reason tags

    • -0
    • +35
    /performance/tests/stockCardLineItemReasonTag.yml
    • -0
    • +19
    /src/main/resources/api-definition.yaml
OLMIS-4598 FEOLMIS-2872: Fixed error message

OLMIS-4598 FEOLMIS-2872: Added missed message, removed unnecessary method and other fixed after review

    • -1
    • +1
    /src/main/resources/schemas/reason.json
OLMIS-4598: Added tag list to the StockCardLineItemReason

    • -0
    • +6
    /src/main/resources/schemas/reason.json
OLMIS-4599: Added missing test to verify 404 response for get reason endpoint

    • -0
    • +4
    /src/main/resources/api-definition.yaml
OLMIS-4599: Added tests

OLMIS-4599: Added missing license header

OLMIS-4599: Added profiler to endpoints

OLMIS-4599: Added perftests for stockCardLineItemReason endpoints

    • -0
    • +102
    /performance/tests/stockCardLineItemReason.yml
OLMIS-4599: Convert StockCardLineItemReasonControllerIT to use RestAssured

    • -0
    • +9
    /src/main/resources/api-definition.yaml
    • -2
    • +5
    /src/main/resources/schemas/reason.json
OLMIS-4599: Add dto for StockCardLineItemReason

OLMIS-4599: Add ability to retrieve a stock card reason by id

OLMIS-4599: use repository to find reasons instead of service

The StockCardLineItemReasonService.findReasons only executes method from

the related repository. This method is unnecessary.

Bump version to 3.0.1-SNAPSHOT

3.0.0 release

Bump version back to SNAPSHOT

Release 3.0.0-RC1

OLMIS-3708: Introduced API Console

OLMIS-4407: fix link to Bin Card in Stockout Notification email

OLMIS-4496, fix send stock event perf test

The test had stopped working as the return type of a facilities full supply products had evolved to being paged, and this test hadn't yet caught up.

OLMIS-4384: changed supervisory node service to reflect refactored endpoint

OLMIS-3513: Move encodeQueryParam from RequestParameters to RequestHelper

OLMIS-4335: Fixed sonar issues

OLMIS-4281: update changelog

OLMIS-4335: Added missing javadoc