Skip to content
Tagged release v3.50.0

775bfdd refactoring(JSC): move validation from scenarios to separate class

f72f43f documentation(JSC): add how_to and update main readme
        Issue: #167

a1203a9 fix(JSC): fix legalnames
        Issue: #172

0cb85e4 feat(JSC): add min max items validation for extraSpecs array
        Issue: #168

b729365 feat(JSC): add update object endpoint with with specific logic for extraSpecs update only for not started scenarios
        Issue: #157

c375f41 fix(JSC): remove title and description from scheme
        Issue: #156

2688472 refactor(JSC): add polymodel to extraspecs periods and move auctionPeriod validation into model
        Issue: #156

e650038 refactor(watcher): add base watcher client
        Issue: #160

5ddfd3d refactor(JSC): split common scenario for non init procedures and make it for each separately
        Issue: #157

11a9e04 feat(JSC): fixes and review corrections
        Issue: #156

921afc5 tests(JSC): add integration tests
        Issue: #165

bc19df1 feat(sanctioned): update mapping logic
        Issue: #157

abc85d1 feat(JSC): add sanctioned auction chain get update_status endpoints
        Issue: #163

0f1a937 feat(JSC): add legalnames
        Issue: #162

8269a3d feat(JSC): add watcher
        Issue: #160

6b44615 feat(JSC): add routes Issue: #161

7fe0ba4 feat(JSC): add states
        Issue: #159

ba1e0b4 feat(JSC): add missed scenarios
        Issue: #157

21a74ed feat(JSC): add specs
        Issue: #158

2789ee7 feat(JSC): add scenarios and mapping
        Issue: #157

9917f2d feat(jobber): add sanctionedAuctionChain schemes and models
        Issue: #156

6afbdda build(ci/cd): remove before script on build stage to use default behavior
        - update build-swagger makefile command to check swagger already generated
        - add build-swagger as prescript to docker-build makefile cmd
        - remove before_script from build-new-image stage in gitlab ci file to use default docker login before script

        ref: prozorro-sale/prozorro-deployment#292