#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 (3)
comment:1 Changed 9 years ago by dustin
- Milestone changed from undecided to 0.8.0
- Type changed from undecided to defect
comment:2 Changed 9 years ago by Dustin J. Mitchell
- Resolution set to fixed
- Status changed from new to closed
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 9 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.
This really should have been taken care of a while ago :(