Ticket #701 (closed defect: fixed)
Slave shutdown and build forcing should be configurable separately
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.8.0 |
| Version: | 0.7.12 | Keywords: | |
| Cc: |
Description
WebStatus allows both of these things to be disabled by specifying forceBuild=False. It would be great if they could be disabled separately.
Also, bhearsum suggested forceBuild should be renamed to readOnlyWebStatus
Change History
comment:1 Changed 3 years ago by dustin
- Type changed from undecided to defect
- Milestone changed from undecided to 0.8.0
comment:2 Changed 3 years ago by Dustin J. Mitchell
- Status changed from new to closed
- Resolution set to fixed
allow individual control of all web-based actions
This replaces allowForce=.. and auth=.. with an Authz object, which can specify how to handle:
- gracefulShutdown
- forceBuild
- forceAllBuilds
- stopBuild
- stopAllBuilds
- pingBuilder
- cancelPendingBuild
fixes #701
Changeset: 7572c5bdad4a09393b665fff2939e605df58deb1
comment:3 Changed 3 years ago by Dustin J. Mitchell
allow individual control of all web-based actions
This replaces allowForce=.. and auth=.. with an Authz object, which can specify how to handle:
- gracefulShutdown
- forceBuild
- forceAllBuilds
- stopBuild
- stopAllBuilds
- pingBuilder
- cancelPendingBuild
fixes #701
Changeset: 7572c5bdad4a09393b665fff2939e605df58deb1
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
This really should have been taken care of a while ago :(