[Buildbot-commits] [buildbot/buildbot] 9a4e42: Don't call _ref_key from put() -- matches previous...
GitHub
noreply at github.com
Thu Mar 29 03:37:29 UTC 2012
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 9a4e42fd06917bfdbbd8e0eeffa086cd22a8e06c
https://github.com/buildbot/buildbot/commit/9a4e42fd06917bfdbbd8e0eeffa086cd22a8e06c
Author: Stefan Zager <szager at google.com>
Date: 2012-03-28 (Wed, 28 Mar 2012)
Changed paths:
M master/buildbot/status/builder.py
M master/buildbot/util/lru.py
Log Message:
-----------
Don't call _ref_key from put() -- matches previous behavior.
In builder.py, use miss_fn_kwargs to pass a new value through to
the buildCache.
Commit: 72a3afcfabb691f6458deebfec3b049d1cd33278
https://github.com/buildbot/buildbot/commit/72a3afcfabb691f6458deebfec3b049d1cd33278
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-03-28 (Wed, 28 Mar 2012)
Changed paths:
M master/buildbot/process/builder.py
M master/buildbot/status/builder.py
A master/buildbot/test/unit/test_status_builder_cache.py
M master/buildbot/test/unit/test_util_lru.py
M master/buildbot/util/lru.py
M master/docs/developer/utils.rst
Log Message:
-----------
Merge branch 'sync-lru2' of git://github.com/szager/buildbot into synclru
* 'sync-lru2' of git://github.com/szager/buildbot:
Don't call _ref_key from put() -- matches previous behavior.
No tab characters in docs.
Moved pydoc stuff into the manual, added comments for non-public methods.
Add a syncronous LRU cache implementation, and use it for the build cache in buildbot.status.builder.BuilderStatus.
Commit: dd60a5906fccbe57f17c3c1245e580c3eac0731e
https://github.com/buildbot/buildbot/commit/dd60a5906fccbe57f17c3c1245e580c3eac0731e
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-03-28 (Wed, 28 Mar 2012)
Changed paths:
M master/buildbot/test/unit/test_util_lru.py
Log Message:
-----------
add test from comments on pull request 367
Commit: 1d82ec9c45d5481d71f025498a437cb7af061842
https://github.com/buildbot/buildbot/commit/1d82ec9c45d5481d71f025498a437cb7af061842
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-03-28 (Wed, 28 Mar 2012)
Changed paths:
M master/buildbot/status/builder.py
M master/buildbot/test/unit/test_status_builder_cache.py
Log Message:
-----------
fix pyflakes
Commit: 93c1437647890c432fba931307b1c29792055f7a
https://github.com/buildbot/buildbot/commit/93c1437647890c432fba931307b1c29792055f7a
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-03-28 (Wed, 28 Mar 2012)
Changed paths:
M master/buildbot/status/builder.py
M master/buildbot/test/unit/test_status_builder_cache.py
M master/buildbot/test/unit/test_util_lru.py
Log Message:
-----------
Merge branch 'synclru'
* synclru:
fix pyflakes
add test from comments on pull request 367
Compare: https://github.com/buildbot/buildbot/compare/6a3cbd9...93c1437
More information about the Commits
mailing list