[Buildbot-commits] [buildbot/buildbot] b00846: P4 source changes:

GitHub noreply at github.com
Wed Jun 11 22:31:39 UTC 2014


  Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: b008464cd11588b1f5178fe39769f6c661f9952d
      https://github.com/buildbot/buildbot/commit/b008464cd11588b1f5178fe39769f6c661f9952d
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2013-09-04 (Wed, 04 Sep 2013)

  Changed paths:
    M master/buildbot/steps/source/p4.py

  Log Message:
  -----------
  P4 source changes:

* Made `mode` parameter support property interpolation
* Added ticket-based authentication


  Commit: 625ffb36ea0f8215d7a2854fabcaaab524a6c257
      https://github.com/buildbot/buildbot/commit/625ffb36ea0f8215d7a2854fabcaaab524a6c257
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2013-09-17 (Tue, 17 Sep 2013)

  Changed paths:
    M master/buildbot/changes/p4poller.py

  Log Message:
  -----------
  Added support for ticket-based authentication to P4Poller.


  Commit: f7f38dc7c663af389a79a55326090f6be434fcf7
      https://github.com/buildbot/buildbot/commit/f7f38dc7c663af389a79a55326090f6be434fcf7
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
    M master/buildbot/changes/p4poller.py

  Log Message:
  -----------
  Added ticket login interval to P4Poller.
Some code cleanup.


  Commit: acd37e798ee9f40d1d374beb08d41ef59cac8398
      https://github.com/buildbot/buildbot/commit/acd37e798ee9f40d1d374beb08d41ef59cac8398
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2014-04-08 (Tue, 08 Apr 2014)

  Changed paths:
    M master/buildbot/changes/p4poller.py

  Log Message:
  -----------
  P4Poller: fix ticket-based authentication, add optional debug logging.


  Commit: 252cb40ad596228dde560481669c0b61a78227d0
      https://github.com/buildbot/buildbot/commit/252cb40ad596228dde560481669c0b61a78227d0
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M master/buildbot/changes/p4poller.py

  Log Message:
  -----------
  Default P4Poller's ticket fetching interval to 24 hours.


  Commit: 2a896fe0f779b6a0236e618b1b6db09077cbc344
      https://github.com/buildbot/buildbot/commit/2a896fe0f779b6a0236e618b1b6db09077cbc344
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/cfg-changesources.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Updated documentation and release notes about support for Perforce ticket-based authentication.


  Commit: ab4e40d2deea8b350206f7269fe40712c72b6c10
      https://github.com/buildbot/buildbot/commit/ab4e40d2deea8b350206f7269fe40712c72b6c10
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2014-06-06 (Fri, 06 Jun 2014)

  Changed paths:
    M master/buildbot/steps/source/p4.py
    M master/buildbot/test/unit/test_steps_source_p4.py

  Log Message:
  -----------
  Added unit test for ticket auth in P4 source step.


  Commit: 99c4921c3beead7ce623574ca23bc8c56e268d14
      https://github.com/buildbot/buildbot/commit/99c4921c3beead7ce623574ca23bc8c56e268d14
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2014-06-06 (Fri, 06 Jun 2014)

  Changed paths:
    M master/buildbot/test/unit/test_changes_p4poller.py

  Log Message:
  -----------
  Add a unit test for ticket auth in P4 poller.


  Commit: 416d5774bfc6fb2b7109b209ce16f19c692a7527
      https://github.com/buildbot/buildbot/commit/416d5774bfc6fb2b7109b209ce16f19c692a7527
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-06-11 (Wed, 11 Jun 2014)

  Changed paths:
    M master/buildbot/changes/p4poller.py
    M master/buildbot/steps/source/p4.py
    M master/buildbot/test/unit/test_changes_p4poller.py
    M master/buildbot/test/unit/test_steps_source_p4.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/cfg-changesources.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge ludovicchabant/buildbot:perforce (PR #1128)

Conflicts:
	master/buildbot/changes/p4poller.py
	master/buildbot/test/unit/test_changes_p4poller.py
	master/buildbot/test/unit/test_steps_source_p4.py
	master/docs/relnotes/index.rst

+ autopep8
+ substantial merging in tests


  Commit: f636b80cb19fa756e5b4895a82e60452a7257230
      https://github.com/buildbot/buildbot/commit/f636b80cb19fa756e5b4895a82e60452a7257230
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-06-11 (Wed, 11 Jun 2014)

  Changed paths:
    M master/buildbot/changes/p4poller.py
    M master/buildbot/steps/source/p4.py
    M master/buildbot/test/unit/test_changes_p4poller.py
    M master/buildbot/test/unit/test_steps_source_p4.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/cfg-changesources.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'master' into nine

Conflicts:
	master/buildbot/changes/p4poller.py
	master/buildbot/test/unit/test_changes_p4poller.py


Compare: https://github.com/buildbot/buildbot/compare/3bc2dfb7fedd...f636b80cb19f


More information about the Commits mailing list