[Buildbot-commits] [buildbot/buildbot] 3c5eee: GitPoller: Allow polling all branches, or a filter...
GitHub
noreply at github.com
Tue Jan 7 02:36:10 UTC 2014
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 3c5eeef5bc769fda503b28ffce8858eb046e21a7
https://github.com/buildbot/buildbot/commit/3c5eeef5bc769fda503b28ffce8858eb046e21a7
Author: John Carr <john.carr at isotoma.com>
Date: 2013-12-17 (Tue, 17 Dec 2013)
Changed paths:
M master/buildbot/changes/gitpoller.py
M master/buildbot/test/unit/test_changes_gitpoller.py
M master/docs/manual/cfg-changesources.rst
Log Message:
-----------
GitPoller: Allow polling all branches, or a filtered subset of branches.
The make the ``branches`` argument accept either ``True`` to poll all branches,
or a callable to filter the remote branches.
Commit: 26881145ff28b0e7265edcab5a407790ceee4e59
https://github.com/buildbot/buildbot/commit/26881145ff28b0e7265edcab5a407790ceee4e59
Author: Joel Holdsworth <joel.holdsworth at udptechnology.com>
Date: 2013-12-18 (Wed, 18 Dec 2013)
Changed paths:
M master/buildbot/changes/gitpoller.py
M master/buildbot/test/unit/test_changes_gitpoller.py
Log Message:
-----------
GitPoller: Tidied GitPoller work to fix PEP8 warnings
Commit: 2fa654236310d052ff0f8879e4c95c47a5747cc2
https://github.com/buildbot/buildbot/commit/2fa654236310d052ff0f8879e4c95c47a5747cc2
Author: Joel Holdsworth <joel.holdsworth at udptechnology.com>
Date: 2013-12-18 (Wed, 18 Dec 2013)
Changed paths:
M master/buildbot/changes/gitpoller.py
Log Message:
-----------
GitPoller: Fixed describe support for self.branches containing True or a Callable
Commit: 4cdd2f25e17c2c630340755bcc82db37de37e1b6
https://github.com/buildbot/buildbot/commit/4cdd2f25e17c2c630340755bcc82db37de37e1b6
Author: Joel Holdsworth <joel.holdsworth at udptechnology.com>
Date: 2013-12-18 (Wed, 18 Dec 2013)
Changed paths:
M master/buildbot/test/unit/test_changes_gitpoller.py
Log Message:
-----------
GitPoller: Added TestGitPoller.test_poll_callableFilteredBranches
Commit: d3bf4d84483070ef276c615f17f4336435667be9
https://github.com/buildbot/buildbot/commit/d3bf4d84483070ef276c615f17f4336435667be9
Author: Joel Holdsworth <joel.holdsworth at udptechnology.com>
Date: 2013-12-18 (Wed, 18 Dec 2013)
Changed paths:
M master/buildbot/changes/gitpoller.py
M master/buildbot/test/unit/test_changes_gitpoller.py
Log Message:
-----------
GitPoller: Store lastRevs branches with the non-bare names.
Commit: 34e0dd3fce7763cb9cc3dc695402a33f3ee9f86d
https://github.com/buildbot/buildbot/commit/34e0dd3fce7763cb9cc3dc695402a33f3ee9f86d
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2014-01-06 (Mon, 06 Jan 2014)
Changed paths:
M master/buildbot/changes/gitpoller.py
M master/buildbot/test/unit/test_changes_gitpoller.py
M master/docs/manual/cfg-changesources.rst
Log Message:
-----------
Merge branch 'git-poll-3' of git://github.com/jhol/buildbot (PR #1010)
Compare: https://github.com/buildbot/buildbot/compare/609c6d7653ff...34e0dd3fce77
More information about the Commits
mailing list