Skip to content

Stage to main - #92

Open
sujata-m wants to merge 17 commits into
mainfrom
stage
Open

Stage to main#92
sujata-m wants to merge 17 commits into
mainfrom
stage

Conversation

@sujata-m

Copy link
Copy Markdown
Collaborator

Dev Board Ticket

Changes

  • Upgraded osm-osw-reformatter to 0.3.6
  • Updated formatter service compatibility for python-ms-core==0.0.26
  • Updated Azure storage upload call to use `create_file(name=...)``
  • Added callback execution environment settings before initializing Core
  • Added conditional shutdown behavior for unlimited max_receivable_messages
  • Added README badges for unit tests, coverage, and dynamic package versions from requirements.txt

Testing

python -m coverage run --source=src -m unittest discover -s tests/unit_tests
.................
.........
Ran 72 tests in 7.685s

OK

sujata-m and others added 8 commits May 21, 2026 13:15
Fix OSM→OSW zone _w_id references missing from nodes
## Dev Board Ticket

- https://dev.azure.com/TDEI-UW/TDEI/_workitems/edit/3726

## Changes
- Upgraded `osm-osw-reformatter` to `0.3.6`
- Updated formatter service compatibility for `python-ms-core==0.0.26`
- Updated Azure storage upload call to use `create_file(name=...)``
- Added callback execution environment settings before initializing Core
- Added conditional shutdown behavior for unlimited `max_receivable_messages`
- Added README badges for unit tests, coverage, and dynamic package versions from `requirements.txt`

## Testing
```
python -m coverage run --source=src -m unittest discover -s tests/unit_tests
.................
.........
Ran 72 tests in 7.685s

OK
```
Upgrade osm-osw-reformatter to 0.3.6
@sujata-m
sujata-m requested review from MashB and susrisha June 10, 2026 16:19
sujata-m and others added 9 commits June 10, 2026 21:51
## Dev Board Ticket

- https://dev.azure.com/TDEI-UW/TDEI/_workitems/edit/4066
- https://dev.azure.com/TDEI-UW/TDEI/_workitems/edit/4069
- https://dev.azure.com/TDEI-UW/TDEI/_workitems/edit/4070

## Changes
- Upgraded `osm-osw-reformatter` to `0.3.7`
- Added formatter warnings to standard formatter response payloads
- Added formatter warnings to on-demand formatter response payloads
- Added `warnings` support to `ValidationResult`, `OSWValidationData`, and on-demand `ResponseData`
- Updated README and sample response config to document `warnings`
- Added unit coverage for warning propagation and response serialization

## Testing
```
.venv/bin/python -m pytest tests/unit_tests
.........................................................................
Ran 73 tests

OK
```
Upgrade osm-osw-reformatter to 0.3.7
### Summary

- Upgraded `osm-osw-reformatter` from `0.3.7` to `0.4.0`.
- Removed the deprecated `warnings` field from service responses and data models.
- Updated API examples, fixtures, and unit tests accordingly.
- Verified all 73 unit tests pass.
Upgrade `osm-osw-reformatter` to 0.4.0 and remove warnings field
- Upgraded `osm-osw-reformatter` from `0.4.0` to `0.4.1`.
Upgrade `osm-osw-reformatter` to 0.4.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant