[Buildbot] #3071: /builds/:id/changes returns error

Buildbot trac trac at buildbot.net
Sun Nov 30 16:43:03 UTC 2014


#3071: /builds/:id/changes returns error
-------------------+--------------------
Reporter:  Ben     |       Owner:
    Type:  defect  |      Status:  new
Priority:  major   |   Milestone:  0.9.0
 Version:  master  |  Resolution:
Keywords:  data    |
-------------------+--------------------

Comment (by dustin):

 Nope, that worked for me, too:
 {{{
 #!javascript
 {
   "changes": [
     {
       "author": "change",
       "branch": "master",
       "category": null,
       "changeid": 1,
       "codebase": "",
       "comments": "",
       "files": [],
       "parent_changeids": [],
       "project": "",
       "properties": {},
       "repository": "",
       "revision": "1332",
       "revlink": "",
       "sourcestamp": {
         "branch": "master",
         "codebase": "",
         "created_at": 1417365722,
         "patch": null,
         "project": "",
         "repository": "",
         "revision": "1332",
         "ssid": 2
       },
       "when_timestamp": 1417365722
     }
   ],
   "meta": {
     "total": 1
   }
 }
 }}}
 Any idea how to reproduce, then?

--
Ticket URL: <http://trac.buildbot.net/ticket/3071#comment:4>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list