pasqal-io / pasqal-cloud

Apache License 2.0
17 stars 1 forks source link

[FEAT] Cancel batches #146

Open Mildophin opened 1 month ago

Mildophin commented 1 month ago

Description

This PR adds the feature of cancelling a group of batches.

Filters were refactored as they are the same for getting and cancelling jobs and the same too for getting and cancelling batches. Rebatch filters stay different though.

Also it was the opportunity to spot a missing feature of cancelling jobs by job status on the cancel jobs method, it is now fixed.

Breaking changes

Now the CancelJobFilters does not exist anymore, use JobFilters instead.

Checklist

Versioning (PASQAL developers only)

Documentation

Tests

Internal tests pipeline (PASQAL developers only)

After updating the version (PASQAL developers only)