Skip to content

Conversation

pavse
Copy link
Contributor

@pavse pavse commented Aug 17, 2025

Issue being resolved: #340

Solution description

Improve handling of field milestone_id in the request body

Changes

Add milestone_id to the body only if it is not None, instead of always including it

Potential impacts

Should be none

Steps to test

pytest -v -p no:warnings -k test_post_run
tests/test_api_data_provider.py::TestApiDataProvider::test_post_run PASSED  [ 50%]
tests/test_api_data_provider.py::TestApiDataProvider::test_post_run_all_args PASSED  [100%]
=================== 2 passed, 215 deselected in 1.02s ===================

PR Tasks

  • PR reference added to issue
  • README updated
  • Unit tests added/updated

@acuanico-tr-galt acuanico-tr-galt added the Bug Something isn't working label Aug 18, 2025
@acuanico-tr-galt
Copy link
Collaborator

Hi @pavse The changes you made looks good. Can you point this PR merge to release/1.12.0? Thank you.

@pavse pavse changed the base branch from main to release/1.12.0 August 22, 2025 11:39
@pavse
Copy link
Contributor Author

pavse commented Aug 22, 2025

hi @acuanico-tr-galt
point this PR merge to release/1.12.0 - done ✅

@acuanico-tr-galt acuanico-tr-galt merged commit a03cdb4 into gurock:release/1.12.0 Sep 11, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Updating a Test Run without --milestone-id clears its connection to Milestone
2 participants