Skip to content
Tagged release v3.25.0

628f41d fix(test): add `wait_indexes` fixture to ensure MongoDB indexes are ready in integration tests
        - Updated all tests requiring database operations to include the `wait_indexes` fixture.
        - Replaced `create_task` with direct `receive_json` calls in WebSocket integration tests to resolve potential race conditions.
        - Updated timeout handling for WebSocket receive functions.

b233e43 feat(helm): update chart dependencies and add contribution guidelines
        - Updated `prozorro-helm-template-chart` dependency to version 0.16.0.
        - Added `CONTRIBUTING.md`, `CODE_OF_CONDUCT.md`, and `SECURITY.md` for repository contribution, conduct, and security policies.
        - Removed unused `tag: latest` from image configuration in values.yaml.
        - Linked repository guidelines in `README.md` for improved clarity.

        issue: prozorro-sale/procedure#2579