You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tighten branch time helpers to require Timestamp inputs (#7608)
* Tighten branch query helpers to Timestamp inputs and is related to issue #63. API tightening on get_branches_and_times_to_query[_global], with tests adjusted accordingly.
* refactor: require Timestamp inputs for branch range filters. This captures that both get_query_filter_range and get_query_filter_relationships_range now enforce Timestamp arguments only.
* refactor: make Branch.get_query_filter_relationships Timestamp-only
* Altered spacing and added towncrier notes as well
This refactors timestamp handling across query and relationship functions to accept only Timestamp types, updates all dependent code and tests accordingly, refreshes development environment files, and includes no user-facing changes.
0 commit comments