[Buildbot-commits] [buildbot/buildbot] ed6df5: Buildrequest data api implementation

GitHub noreply at github.com
Fri Dec 13 19:06:25 UTC 2013


  Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: ed6df56dceae26a56b6fe59024bae159723f2230
      https://github.com/buildbot/buildbot/commit/ed6df56dceae26a56b6fe59024bae159723f2230
  Author: Olivier Monnier <olivier.monnier at intel.com>
  Date:   2013-12-10 (Tue, 10 Dec 2013)

  Changed paths:
    M master/buildbot/data/base.py
    A master/buildbot/data/buildrequests.py
    M master/buildbot/data/connector.py
    M master/buildbot/db/buildrequests.py
    M master/buildbot/test/fake/fakedata.py
    M master/buildbot/test/fake/fakedb.py
    A master/buildbot/test/unit/test_data_buildrequests.py
    M master/buildbot/test/unit/test_db_buildrequests.py
    M master/buildbot/test/unit/test_schedulers_triggerable.py
    M master/docs/developer/data.rst
    M master/docs/developer/db.rst
    A master/docs/developer/rtype-buildrequest.rst

  Log Message:
  -----------
  Buildrequest data api implementation

Updates:
- Add buildrequest data api (including documentation, unit tests,
fakedb and fakedata)
- Change buildrequest db api 'mine' parameter to 'claimed_by_masterid'
- Minor fixes and factorization in FakeBuildRequestsComponent

Signed-off-by: Olivier Monnier <olivier.monnier at intel.com>


  Commit: 0f81d02e368f6b84cc33dfd6136573657e250ecb
      https://github.com/buildbot/buildbot/commit/0f81d02e368f6b84cc33dfd6136573657e250ecb
  Author: Olivier Monnier <olivier.monnier at intel.com>
  Date:   2013-12-10 (Tue, 10 Dec 2013)

  Changed paths:
    M master/buildbot/data/buildrequests.py
    M master/buildbot/db/buildrequests.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/unit/test_data_buildrequests.py
    M master/buildbot/test/unit/test_db_buildrequests.py
    M master/docs/developer/db.rst
    M master/docs/developer/rtype-buildrequest.rst

  Log Message:
  -----------
  Data API: add filter options to buildrequest collection endpoints

Updates:
- adding filters to the BuildRequestsEndpoint.get() method
- replacing claimed='mine' option in buildrequest DB API, with
claimed=<master id>

Signed-off-by: Olivier Monnier <olivier.monnier at intel.com>


  Commit: cb099a899e033506ba2e2b1c5f5d000f8c77ef41
      https://github.com/buildbot/buildbot/commit/cb099a899e033506ba2e2b1c5f5d000f8c77ef41
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2013-12-13 (Fri, 13 Dec 2013)

  Changed paths:
    M master/buildbot/data/base.py
    A master/buildbot/data/buildrequests.py
    M master/buildbot/data/connector.py
    M master/buildbot/db/buildrequests.py
    M master/buildbot/test/fake/fakedata.py
    M master/buildbot/test/fake/fakedb.py
    A master/buildbot/test/unit/test_data_buildrequests.py
    M master/buildbot/test/unit/test_db_buildrequests.py
    M master/buildbot/test/unit/test_schedulers_triggerable.py
    M master/docs/developer/data.rst
    M master/docs/developer/db.rst
    A master/docs/developer/rtype-buildrequest.rst

  Log Message:
  -----------
  Merge branch 'buildrequest_data_api_doc' of https://github.com/omonnier/buildbot into events

Conflicts:
	master/buildbot/data/base.py


Compare: https://github.com/buildbot/buildbot/compare/37fbc7cc6bae...cb099a899e03


More information about the Commits mailing list