[Buildbot-commits] [buildbot/buildbot] cf0a8c: Fixed style based changes
GitHub
noreply at github.com
Thu Jul 23 16:05:58 UTC 2015
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: cf0a8c186210c3ef691c33c74eb07f2740a0b96c
https://github.com/buildbot/buildbot/commit/cf0a8c186210c3ef691c33c74eb07f2740a0b96c
Author: Prasoon Shukla <prasoon92.iitr at gmail.com>
Date: 2015-07-17 (Fri, 17 Jul 2015)
Changed paths:
M master/buildbot/plugins/__init__.py
M master/buildbot/process/build.py
M master/buildbot/statistics/capture.py
M master/buildbot/statistics/stats_service.py
R master/buildbot/statistics/storage_backends.py
A master/buildbot/statistics/storage_backends/__init__.py
A master/buildbot/statistics/storage_backends/base.py
A master/buildbot/statistics/storage_backends/influxdb_client.py
M master/buildbot/test/fake/fakestats.py
M master/buildbot/test/unit/test_stats_service.py
M master/buildbot/util/service.py
Log Message:
-----------
Fixed style based changes
Commit: ca49d8eb8e3baa74eec8334a990174994293702d
https://github.com/buildbot/buildbot/commit/ca49d8eb8e3baa74eec8334a990174994293702d
Author: Prasoon Shukla <prasoon92.iitr at gmail.com>
Date: 2015-07-17 (Fri, 17 Jul 2015)
Changed paths:
M master/buildbot/statistics/capture.py
M master/buildbot/test/unit/test_stats_service.py
Log Message:
-----------
Added tests for error catching. Fixed style based errors.
Commit: 5165779ada398bc158ef43ebf0f438f501531e8d
https://github.com/buildbot/buildbot/commit/5165779ada398bc158ef43ebf0f438f501531e8d
Author: Prasoon Shukla <prasoon92.iitr at gmail.com>
Date: 2015-07-20 (Mon, 20 Jul 2015)
Changed paths:
M master/buildbot/statistics/capture.py
M master/buildbot/statistics/storage_backends/influxdb_client.py
M master/buildbot/test/unit/test_stats_service.py
Log Message:
-----------
Changed 'name' to 'measurement' in InfluxDB client for InfluDB 0.9.1.
Used self.__class__.__name__ in CaptureBuild* classes.
Commit: ae9c80e38bcf337cf09fec5f39db0c60b343d83a
https://github.com/buildbot/buildbot/commit/ae9c80e38bcf337cf09fec5f39db0c60b343d83a
Author: Prasoon Shukla <prasoon92.iitr at gmail.com>
Date: 2015-07-22 (Wed, 22 Jul 2015)
Changed paths:
M master/buildbot/statistics/__init__.py
M master/buildbot/statistics/capture.py
M master/buildbot/statistics/stats_service.py
M master/buildbot/statistics/storage_backends/__init__.py
M master/buildbot/statistics/storage_backends/influxdb_client.py
M master/buildbot/test/fake/fakestats.py
M master/buildbot/test/unit/test_stats_service.py
Log Message:
-----------
Removed code from storage_backends/__init__.py
Commit: 3e4a47e0cd12701f0e3cdd4cb3d011fac3b25986
https://github.com/buildbot/buildbot/commit/3e4a47e0cd12701f0e3cdd4cb3d011fac3b25986
Author: Prasoon Shukla <prasoon92.iitr at gmail.com>
Date: 2015-07-23 (Thu, 23 Jul 2015)
Changed paths:
M master/buildbot/statistics/storage_backends/influxdb_client.py
M master/buildbot/test/unit/test_stats_service.py
Log Message:
-----------
Changed public inited to _inited
Commit: c06bc0d8a5462cdfc75376705e8155ec1f1eb007
https://github.com/buildbot/buildbot/commit/c06bc0d8a5462cdfc75376705e8155ec1f1eb007
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-07-23 (Thu, 23 Jul 2015)
Changed paths:
M master/buildbot/plugins/__init__.py
M master/buildbot/process/build.py
M master/buildbot/statistics/__init__.py
M master/buildbot/statistics/capture.py
M master/buildbot/statistics/stats_service.py
R master/buildbot/statistics/storage_backends.py
A master/buildbot/statistics/storage_backends/__init__.py
A master/buildbot/statistics/storage_backends/base.py
A master/buildbot/statistics/storage_backends/influxdb_client.py
M master/buildbot/test/fake/fakestats.py
M master/buildbot/test/unit/test_stats_service.py
M master/buildbot/util/service.py
Log Message:
-----------
Merge pull request #1774 from prasoon2211/todo-pr-1
Added style based changes to the PR # 1725
Compare: https://github.com/buildbot/buildbot/compare/9e7aa2415959...c06bc0d8a546
More information about the Commits
mailing list