[Buildbot-commits] [buildbot/buildbot] 742650: Replace check for not None with check fot not ''
GitHub
noreply at github.com
Wed Jul 25 15:49:49 UTC 2012
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 742650621d33dc61679efc63532b622f1cf86020
https://github.com/buildbot/buildbot/commit/742650621d33dc61679efc63532b622f1cf86020
Author: Marius Rieder <marius.rieder at durchmesser.ch>
Date: 2012-07-22 (Sun, 22 Jul 2012)
Changed paths:
M master/buildbot/status/web/authz.py
Log Message:
-----------
Replace check for not None with check fot not ''
request.getUser() return the empty string if no user was supplied.
http://twistedmatrix.com/documents/12.0.0/api/twisted.web.http.Request.html#getUser
Commit: 47fded37e84ebe37e11902d7c8a7af1fde2aded2
https://github.com/buildbot/buildbot/commit/47fded37e84ebe37e11902d7c8a7af1fde2aded2
Author: Marius Rieder <marius.rieder at durchmesser.ch>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M master/buildbot/status/web/authz.py
M master/buildbot/status/web/templates/layout.html
Log Message:
-----------
Add httpLoginUrl argument to Authz. And login link to Template.
Allow to specifie a login url to render a login link in case of
useHttpHeader Authentication.
Commit: 89dc69248bab8cfe0e4c9f18c99cbe880801c096
https://github.com/buildbot/buildbot/commit/89dc69248bab8cfe0e4c9f18c99cbe880801c096
Author: Marius Rieder <marius.rieder at durchmesser.ch>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M master/docs/manual/cfg-statustargets.rst
Log Message:
-----------
Last but not least some documentation.
Commit: 128d546669153ccc5889504aea54ee794013bbca
https://github.com/buildbot/buildbot/commit/128d546669153ccc5889504aea54ee794013bbca
Author: Marius Rieder <marius.rieder at durchmesser.ch>
Date: 2012-07-24 (Tue, 24 Jul 2012)
Changed paths:
M master/docs/manual/cfg-statustargets.rst
Log Message:
-----------
Remove newlines.
Commit: 63d9e221890dd1748aba5b3ad02f05ea59e04a0c
https://github.com/buildbot/buildbot/commit/63d9e221890dd1748aba5b3ad02f05ea59e04a0c
Author: Marius Rieder <marius.rieder at durchmesser.ch>
Date: 2012-07-25 (Wed, 25 Jul 2012)
Changed paths:
M master/docs/release-notes.rst
Log Message:
-----------
Add entry to release-notes.rst
Commit: 35ade7866fab159d600910f3c472a5830ae8d93e
https://github.com/buildbot/buildbot/commit/35ade7866fab159d600910f3c472a5830ae8d93e
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-07-25 (Wed, 25 Jul 2012)
Changed paths:
M master/buildbot/test/unit/test_status_web_authz_Authz.py
Log Message:
-----------
fix tests for getUser() returning '' as documented
Commit: fb313d5444457c79367eb7379c6cc563d75b5b88
https://github.com/buildbot/buildbot/commit/fb313d5444457c79367eb7379c6cc563d75b5b88
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-07-25 (Wed, 25 Jul 2012)
Changed paths:
M master/buildbot/status/web/authz.py
M master/buildbot/status/web/templates/layout.html
M master/buildbot/test/unit/test_status_web_authz_Authz.py
M master/docs/manual/cfg-statustargets.rst
M master/docs/release-notes.rst
Log Message:
-----------
Merge branch 'pull476'
Compare: https://github.com/buildbot/buildbot/compare/999e5668cf38...fb313d544445
More information about the Commits
mailing list