-
Notifications
You must be signed in to change notification settings - Fork 98
Comparing changes
Open a pull request
base repository: temporalio/sdk-python
base: 1.6.0
head repository: temporalio/sdk-python
compare: main
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f96679b - Browse repository at this point
Copy the full SHA f96679bView commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a52f25d - Browse repository at this point
Copy the full SHA a52f25dView commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 11a97d1 - Browse repository at this point
Copy the full SHA 11a97d1View commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aa26503 - Browse repository at this point
Copy the full SHA aa26503View commit details -
Configuration menu - View commit details
-
Copy full SHA for afadc15 - Browse repository at this point
Copy the full SHA afadc15View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 365cead - Browse repository at this point
Copy the full SHA 365ceadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2061835 - Browse repository at this point
Copy the full SHA 2061835View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5aeac47 - Browse repository at this point
Copy the full SHA 5aeac47View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d65d82 - Browse repository at this point
Copy the full SHA 2d65d82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58d6951 - Browse repository at this point
Copy the full SHA 58d6951View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 927415a - Browse repository at this point
Copy the full SHA 927415aView commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18b890e - Browse repository at this point
Copy the full SHA 18b890eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bb211e - Browse repository at this point
Copy the full SHA 2bb211eView commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f646c2 - Browse repository at this point
Copy the full SHA 4f646c2View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2331aa4 - Browse repository at this point
Copy the full SHA 2331aa4View commit details
Commits on Jun 26, 2024
-
New API to wait for handler executions to complete and warnings on un…
…finished handler executions (#556) * Implement warning on unfinished signals and updates * Implement all_handlers_finished
Configuration menu - View commit details
-
Copy full SHA for 2c1ac54 - Browse repository at this point
Copy the full SHA 2c1ac54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ac4445 - Browse repository at this point
Copy the full SHA 7ac4445View commit details
Commits on Jul 1, 2024
-
Use ruff to auto-format code and sort imports. (#566)
* Use ruff to format and sort imports
Configuration menu - View commit details
-
Copy full SHA for 38d9eef - Browse repository at this point
Copy the full SHA 38d9eefView commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 530cadf - Browse repository at this point
Copy the full SHA 530cadfView commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bcbacc2 - Browse repository at this point
Copy the full SHA bcbacc2View commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c57df81 - Browse repository at this point
Copy the full SHA c57df81View commit details
Commits on Jul 17, 2024
-
Use minimal scope with pytest.raises (#582)
* Fix indentation bug in test * Use pytest.raises() with minimal scope This is a style fix; none of these are incorrect AFAICS * Fix assertions about client-side cancellation / failure errors
Configuration menu - View commit details
-
Copy full SHA for e409d32 - Browse repository at this point
Copy the full SHA e409d32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 913b4b6 - Browse repository at this point
Copy the full SHA 913b4b6View commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3796ec3 - Browse repository at this point
Copy the full SHA 3796ec3View commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4b1a01 - Browse repository at this point
Copy the full SHA c4b1a01View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a839196 - Browse repository at this point
Copy the full SHA a839196View commit details
Commits on Aug 5, 2024
-
Honor all non-completion commands (#569)
* Honor commands generated after the first completion command
Configuration menu - View commit details
-
Copy full SHA for 50914c4 - Browse repository at this point
Copy the full SHA 50914c4View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9142cdd - Browse repository at this point
Copy the full SHA 9142cddView commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b93d1a - Browse repository at this point
Copy the full SHA 4b93d1aView commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a5b9661 - Browse repository at this point
Copy the full SHA a5b9661View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 73a1673 - Browse repository at this point
Copy the full SHA 73a1673View commit details -
Unfinished handlers: add rule to warning message; test CAN, dynamic, …
…and late-registered handlers (#612)
Configuration menu - View commit details
-
Copy full SHA for 97688cc - Browse repository at this point
Copy the full SHA 97688ccView commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 185ce8c - Browse repository at this point
Copy the full SHA 185ce8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed9112a - Browse repository at this point
Copy the full SHA ed9112aView commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 927abdc - Browse repository at this point
Copy the full SHA 927abdcView commit details -
Create and upload junit-xml artifacts (#617)
With this PR we start storing junit-xml output from test runs, in order to allow tools to be used to display and query test data. Given appropriate tools, this should have some advantages, e.g. - understanding patterns of flakiness in tests across matrix builds within a run, and across runs - easier understanding of how one particular build has failed
Configuration menu - View commit details
-
Copy full SHA for 4e97841 - Browse repository at this point
Copy the full SHA 4e97841View commit details
Commits on Aug 27, 2024
-
Fix exception-swallowing code path (#623)
* Failing test * Fix exception-swallowing code path
Configuration menu - View commit details
-
Copy full SHA for 7af99d0 - Browse repository at this point
Copy the full SHA 7af99d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aef4bf - Browse repository at this point
Copy the full SHA 4aef4bfView commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a18140f - Browse repository at this point
Copy the full SHA a18140fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59d04a6 - Browse repository at this point
Copy the full SHA 59d04a6View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 09ac120 - Browse repository at this point
Copy the full SHA 09ac120View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0995ae0 - Browse repository at this point
Copy the full SHA 0995ae0View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3cf1b85 - Browse repository at this point
Copy the full SHA 3cf1b85View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1b5d65 - Browse repository at this point
Copy the full SHA a1b5d65View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2e6d742 - Browse repository at this point
Copy the full SHA 2e6d742View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for badbb9e - Browse repository at this point
Copy the full SHA badbb9eView commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c7516d - Browse repository at this point
Copy the full SHA 7c7516dView commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b162151 - Browse repository at this point
Copy the full SHA b162151View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b327b0 - Browse repository at this point
Copy the full SHA 0b327b0View commit details
Commits on Nov 6, 2024
-
Include update info in logging output (#664)
* Make LoggerAdapter behavior identical to merge_extra=True * Add update info to logging `extra`
Configuration menu - View commit details
-
Copy full SHA for 723d234 - Browse repository at this point
Copy the full SHA 723d234View commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.