Confirmed users
4,467
edits
| Line 33: | Line 33: | ||
* returns a list of bugs, each being a hash of data needed by the AutoLand polling server | * returns a list of bugs, each being a hash of data needed by the AutoLand polling server | ||
* [ { bug_id => $bug_id1, attachments => [ $attach_id1, $attach_id2 ] }, branches => $branchListFromTextField ... ] | * [ { bug_id => $bug_id1, attachments => [ $attach_id1, $attach_id2 ] }, branches => $branchListFromTextField ... ] | ||
* anything else needed by the server | * anything else needed by the server? | ||
AutoLand.landUpdate({ bug_id => $bug_id, attach_id => $attach_id, status => $status }): | AutoLand.landUpdate({ bug_id => $bug_id, attach_id => $attach_id, status => $status }): | ||