Skip to content

Commit

Permalink
add a few README.md items
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Mar 9, 2013
1 parent a8a4e11 commit c524031
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -68,7 +68,7 @@ Each of these status displays will need to be rewritten based on the Data API.

## Process ##

The "process" part of Buildbot is the part that coordinates all of the other parts - the master, botmaster, etc.
The "process" part of Buildbot is the part that coordinates all of the other parts - the master, botmaster, etc. Tasks in the Buildbot process code include:

* Request collapsing - see https://plus.google.com/105883044168332773236/posts/TG8DHus4L4D
Builds for merged requests currently only refer to one of the merged requests.
Expand Down Expand Up @@ -139,6 +139,7 @@ Tasks:

### Misc Data API Work ###

* Make sure that the arguments to `addChange` are flexible and compatible: http://trac.buildbot.net/ticket/2378 :runner:
* addBuildset should take a list of builder IDs (involves integrating IDs into process Builder objects)
* Paging, filtering, and so on of data API results.
* Parsing of endpoint options is currently left to the endpoint, which will lead to inconsistencies.
Expand Down

0 comments on commit c524031

Please sign in to comment.