Changes between Version 14 and Version 15 of DevelopmentPlan
- Timestamp:
- 04/22/12 17:38:19 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentPlan
v14 v15 36 36 37 37 1. ro ("read only"), which allows reading any state and subscribing to any messages; 38 * getters - fetching data from the db API 39 * subscriptions - subscribing to messages from the mq layer 38 40 1. control, which allows state to be changed in specific ways by sending appropriate messages (e.g., stopping a build); and 39 41 1. rw ("read/write"), which allows direct updates to state while sending appropriate messages 40 42 41 43 The ro section is exposed everywhere. Access to the control section should be authenticated at higher levels, as the data layer does no authentication. The rw section is for use only by the process layer -- all external interaction with that layer should be done via the rw section. 44 45 See [wiki:DevelopmentPlan-DataApi] for more detail. 42 46 43 47 == status listeners ==
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)