Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source
8
buildgrid/server/execution/service.py: Catch CancelledError.
· 2b182aff
Finn
authored
Nov 22, 2018
2b182aff
buildgrid/server/operations/service.py: Removed NotImplemented catch.
· 31d511e8
Finn
authored
Nov 22, 2018
31d511e8
Implement cancelletion methods in job class.
· f9f5c4da
Finn
authored
Oct 25, 2018
f9f5c4da
Added cancellation method to scheduler.
· 6336a84f
Finn
authored
Oct 25, 2018
6336a84f
Added cancellation to operations instance.
· 9faa383c
Finn
authored
Oct 25, 2018
9faa383c
Message queue now queues the job.
· 594525fe
Finn
authored
Nov 02, 2018
Check for operation status when streaming operations. Allows client to catch a cancelled job.
594525fe
Added cancel command to app.
· 26b470bf
Finn
authored
Oct 25, 2018
26b470bf
tests/integration/operations_service.py: Ammended for cancellation.
· a384cba9
Finn
authored
Nov 22, 2018
a384cba9
Loading