[Buildbot-commits] [buildbot/buildbot] e59093: buildset properties
GitHub
noreply at github.com
Wed Mar 12 08:45:02 UTC 2014
Branch: refs/heads/nine
Home: https://github.com/buildbot/buildbot
Commit: e59093f724d05f788e66851a392e845975cd2f57
https://github.com/buildbot/buildbot/commit/e59093f724d05f788e66851a392e845975cd2f57
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-03-07 (Fri, 07 Mar 2014)
Changed paths:
M master/buildbot/data/buildsets.py
M master/buildbot/data/connector.py
A master/buildbot/data/properties.py
A master/buildbot/test/unit/test_data_properties.py
A master/docs/developer/rtype-properties.rst
Log Message:
-----------
buildset properties
This is a new resource for buildset properties.
There is also a placeholder for build properties, but this first needs a db change
Commit: 0d503e8f9f621f6156badd68401606fd95b6d5a5
https://github.com/buildbot/buildbot/commit/0d503e8f9f621f6156badd68401606fd95b6d5a5
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-03-07 (Fri, 07 Mar 2014)
Changed paths:
M master/buildbot/data/steps.py
M master/buildbot/db/steps.py
M master/buildbot/process/buildstep.py
M master/buildbot/test/fake/fakedata.py
M master/buildbot/test/fake/fakedb.py
M master/buildbot/test/unit/test_data_steps.py
M master/buildbot/test/unit/test_db_steps.py
Log Message:
-----------
implement addURL
This adds url to the db, with all the tests, and race condition handling
Commit: 83a0392bcd6fa0f9951883e7cc23123e6866a542
https://github.com/buildbot/buildbot/commit/83a0392bcd6fa0f9951883e7cc23123e6866a542
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-03-07 (Fri, 07 Mar 2014)
Changed paths:
M master/buildbot/process/buildstep.py
M master/buildbot/test/fake/fakedata.py
Log Message:
-----------
implement setStepStateString
Commit: 67c0967f36163c4f0b488343f253afa6067e829d
https://github.com/buildbot/buildbot/commit/67c0967f36163c4f0b488343f253afa6067e829d
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-03-08 (Sat, 08 Mar 2014)
Changed paths:
M master/buildbot/data/properties.py
M master/buildbot/data/steps.py
M master/buildbot/db/steps.py
M master/buildbot/process/buildstep.py
M master/docs/developer/database.rst
M master/docs/developer/rtype-step.rst
Log Message:
-----------
fix review comments, and last unit test issues
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 4ae431b8c620b05829405e7e5f50d685949d135e
https://github.com/buildbot/buildbot/commit/4ae431b8c620b05829405e7e5f50d685949d135e
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-03-08 (Sat, 08 Mar 2014)
Changed paths:
M master/buildbot/process/buildstep.py
M master/buildbot/process/properties.py
M master/buildbot/test/unit/test_process_properties.py
M master/buildbot/test/unit/test_steps_shell.py
Log Message:
-----------
add some more tests for FlattenList
and supprt _add__ operator for it, so that description and descriptionSuffix
can be concatenated unrendered yet
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: a0d780306a2b99102432bc2532411d9e57e0a3df
https://github.com/buildbot/buildbot/commit/a0d780306a2b99102432bc2532411d9e57e0a3df
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-03-08 (Sat, 08 Mar 2014)
Changed paths:
M master/buildbot/test/fake/fakebuild.py
M master/buildbot/test/unit/test_data_steps.py
M master/buildbot/test/unit/test_process_build.py
Log Message:
-----------
more test fixes
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 3bd39f2c43791bf3ee71fe13d2fe9c4bcd177670
https://github.com/buildbot/buildbot/commit/3bd39f2c43791bf3ee71fe13d2fe9c4bcd177670
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-03-08 (Sat, 08 Mar 2014)
Changed paths:
M master/buildbot/db/steps.py
M master/buildbot/test/unit/test_data_properties.py
Log Message:
-----------
pep8 fixes
Commit: 3a9ef60b0c758295d4da73bdc397e526e946182d
https://github.com/buildbot/buildbot/commit/3a9ef60b0c758295d4da73bdc397e526e946182d
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-03-08 (Sat, 08 Mar 2014)
Changed paths:
M master/buildbot/data/buildrequests.py
Log Message:
-----------
add generic update events for buildrequests
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 4440ab05f342517eb77a5b97a718eea436fbf58b
https://github.com/buildbot/buildbot/commit/4440ab05f342517eb77a5b97a718eea436fbf58b
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-03-08 (Sat, 08 Mar 2014)
Changed paths:
M master/docs/developer/data.rst
Log Message:
-----------
include property documentation in the index
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 93daeb0283a8ccbe994ddd2b1cfdaaf4234e7edc
https://github.com/buildbot/buildbot/commit/93daeb0283a8ccbe994ddd2b1cfdaaf4234e7edc
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-03-08 (Sat, 08 Mar 2014)
Changed paths:
M master/buildbot/data/masters.py
M master/buildbot/db/builds.py
M master/buildbot/master.py
M master/buildbot/test/fake/fakedb.py
M master/buildbot/test/unit/test_data_masters.py
M master/buildbot/test/unit/test_db_builds.py
M master/docs/developer/database.rst
Log Message:
-----------
Do basic master housekeeping
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 83157ae24f4483b9746dd6ea047a716b19036db6
https://github.com/buildbot/buildbot/commit/83157ae24f4483b9746dd6ea047a716b19036db6
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-03-08 (Sat, 08 Mar 2014)
Changed paths:
M master/buildbot/db/__init__.py
M master/buildbot/db/buildrequests.py
M master/buildbot/db/builds.py
M master/buildbot/db/buildsets.py
M master/buildbot/db/changesources.py
M master/buildbot/db/migrate/versions/011_add_buildrequest_claims.py
M master/buildbot/db/schedulers.py
M master/docs/developer/database.rst
M master/docs/manual/cfg-schedulers.rst
Log Message:
-----------
remove remaining == None
sa does not allow is None in the whereclauses,
we create a simple null constant for usage inside the db apis
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 825ed7d2f19cea124b9c8bb59d297dd7ba7df683
https://github.com/buildbot/buildbot/commit/825ed7d2f19cea124b9c8bb59d297dd7ba7df683
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M www/codeparameter/setup.py
Log Message:
-----------
fix codeparameter setup.py
so that the sdist does not need node
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: f242dc4d75e2e1264fac8581fafdb68d26f3246f
https://github.com/buildbot/buildbot/commit/f242dc4d75e2e1264fac8581fafdb68d26f3246f
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M master/buildbot/test/unit/test_db_builds.py
Log Message:
-----------
fix make pep8
Commit: 9d27b7bca0e4f258ac890f7dc482a48749c30302
https://github.com/buildbot/buildbot/commit/9d27b7bca0e4f258ac890f7dc482a48749c30302
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M master/buildbot/db/__init__.py
M master/buildbot/db/buildrequests.py
M master/buildbot/db/builds.py
M master/buildbot/db/buildsets.py
M master/buildbot/db/changesources.py
M master/buildbot/db/migrate/versions/011_add_buildrequest_claims.py
M master/buildbot/db/schedulers.py
M master/docs/developer/database.rst
Log Message:
-----------
use NULL as constant instead of null
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 672c2378ef1d26db57fdf233f177543729e670ef
https://github.com/buildbot/buildbot/commit/672c2378ef1d26db57fdf233f177543729e670ef
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M master/buildbot/data/steps.py
M master/buildbot/process/buildstep.py
M master/buildbot/test/unit/test_process_buildstep.py
M master/buildbot/test/unit/test_steps_mswin.py
M master/buildbot/test/unit/test_steps_shell.py
M master/docs/developer/cls-buildsteps.rst
M master/docs/manual/cfg-properties.rst
Log Message:
-----------
add a better fix for describe called before rendered bug
We just describe a little bit later instead of accepting
not rendered arguments
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 589d4bc575080111402cca0aeb26f0ad73c8cd50
https://github.com/buildbot/buildbot/commit/589d4bc575080111402cca0aeb26f0ad73c8cd50
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M master/buildbot/db/buildrequests.py
M master/buildbot/db/builds.py
M master/buildbot/db/buildsets.py
M master/buildbot/db/changesources.py
M master/buildbot/db/schedulers.py
M master/buildbot/master.py
M master/buildbot/status/builder.py
M master/buildbot/test/unit/test_process_build.py
Log Message:
-----------
autopep8
Commit: df156532b06b28f8fa47cb927eebf2f4d662c0d9
https://github.com/buildbot/buildbot/commit/df156532b06b28f8fa47cb927eebf2f4d662c0d9
Author: Pierre Tardy <tardyp at gmail.com>
Date: 2014-03-12 (Wed, 12 Mar 2014)
Changed paths:
M master/buildbot/data/buildrequests.py
M master/buildbot/data/buildsets.py
M master/buildbot/data/connector.py
M master/buildbot/data/masters.py
A master/buildbot/data/properties.py
M master/buildbot/data/steps.py
M master/buildbot/db/__init__.py
M master/buildbot/db/buildrequests.py
M master/buildbot/db/builds.py
M master/buildbot/db/buildsets.py
M master/buildbot/db/changesources.py
M master/buildbot/db/migrate/versions/011_add_buildrequest_claims.py
M master/buildbot/db/schedulers.py
M master/buildbot/db/steps.py
M master/buildbot/master.py
M master/buildbot/process/buildstep.py
M master/buildbot/process/properties.py
M master/buildbot/status/builder.py
M master/buildbot/test/fake/fakebuild.py
M master/buildbot/test/fake/fakedata.py
M master/buildbot/test/fake/fakedb.py
M master/buildbot/test/unit/test_data_masters.py
A master/buildbot/test/unit/test_data_properties.py
M master/buildbot/test/unit/test_data_steps.py
M master/buildbot/test/unit/test_db_builds.py
M master/buildbot/test/unit/test_db_steps.py
M master/buildbot/test/unit/test_process_build.py
M master/buildbot/test/unit/test_process_buildstep.py
M master/buildbot/test/unit/test_process_properties.py
M master/buildbot/test/unit/test_steps_mswin.py
M master/buildbot/test/unit/test_steps_shell.py
M master/docs/developer/cls-buildsteps.rst
M master/docs/developer/data.rst
M master/docs/developer/database.rst
A master/docs/developer/rtype-properties.rst
M master/docs/developer/rtype-step.rst
M master/docs/manual/cfg-properties.rst
M master/docs/manual/cfg-schedulers.rst
M www/codeparameter/setup.py
Log Message:
-----------
Merge pull request #1090 from tardyp/nine_demo_python
Nine ui python
Compare: https://github.com/buildbot/buildbot/compare/18e1fe03d20d...df156532b06b
More information about the Commits
mailing list