Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: buildbot/buildbot
base: aeee708be211
Choose a base ref
...
head repository: buildbot/buildbot
compare: 44ff9c6e489d
Choose a head ref
  • 15 commits
  • 31 files changed
  • 2 contributors

Commits on Nov 26, 2014

  1. introduce CustomService

    CustomService is an AsyncMultiService that can be custom to one process.
    
    Custom services are attached to the master, started, and reconfigured asynchronously
    
    Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
    Pierre Tardy committed Nov 26, 2014
    Copy the full SHA
    10336f9 View commit details
    Browse the repository at this point in the history
  2. CustomService config tests

    Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
    Pierre Tardy committed Nov 26, 2014
    Copy the full SHA
    a849151 View commit details
    Browse the repository at this point in the history
  3. attempt for an integration test

    Need more unittests for the CustomServiceFactory..
    
    Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
    Pierre Tardy committed Nov 26, 2014
    Copy the full SHA
    b306679 View commit details
    Browse the repository at this point in the history
  4. basic unit test for CustomServiceFactory

    Pierre Tardy committed Nov 26, 2014
    Copy the full SHA
    df9c0ea View commit details
    Browse the repository at this point in the history
  5. finish the integration test

    Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
    Pierre Tardy committed Nov 26, 2014
    Copy the full SHA
    2f6e603 View commit details
    Browse the repository at this point in the history
  6. refactor the integration test for reusability

    Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
    Pierre Tardy committed Nov 26, 2014
    Copy the full SHA
    6448858 View commit details
    Browse the repository at this point in the history
  7. documentation for custom services

    Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
    Pierre Tardy committed Nov 26, 2014
    Copy the full SHA
    112b1bb View commit details
    Browse the repository at this point in the history
  8. fix PR reviews

    - doc fixing
    - definitly move ReconfigurableServiceMixin to buildbot.util.service
    
    Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
    Pierre Tardy committed Nov 26, 2014
    Copy the full SHA
    fe487b0 View commit details
    Browse the repository at this point in the history
  9. simplify links

    Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
    Pierre Tardy committed Nov 26, 2014
    Copy the full SHA
    a6e85b8 View commit details
    Browse the repository at this point in the history
  10. add a release note

    Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
    Pierre Tardy committed Nov 26, 2014
    Copy the full SHA
    2b5e75c View commit details
    Browse the repository at this point in the history
  11. attempt for a single class implementation

    untested
    
    Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
    Pierre Tardy committed Nov 26, 2014
    Copy the full SHA
    10a2938 View commit details
    Browse the repository at this point in the history
  12. make the integration test work

    new services, and deleted services works as expected on reconfig
    
    Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
    Pierre Tardy committed Nov 26, 2014
    Copy the full SHA
    8f4f8e1 View commit details
    Browse the repository at this point in the history
  13. address review comments

    Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
    Pierre Tardy committed Nov 26, 2014
    Copy the full SHA
    a4bfb29 View commit details
    Browse the repository at this point in the history
  14. remaining doc update and unit tests

    Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
    Pierre Tardy committed Nov 26, 2014
    Copy the full SHA
    52aa15d View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1378 from tardyp/services

    Services
    Mikhail Sobolev committed Nov 26, 2014
    Copy the full SHA
    44ff9c6 View commit details
    Browse the repository at this point in the history