1
Fork 0
Python-based continuous integration testing framework. The ladi-py2 branch with Python 2 maintained by LADI project.
Go to file
Povilas Kanapickas 51e1d12cc5
Merge pull request #6273 from p12tic/release
Release notes for 3.4.0
2021-10-16 11:16:32 +03:00
.circleci use 3.7 dependencies 2020-08-03 22:08:28 +02:00
.github newsfragments: Move the newsfragments to the root of the project 2021-09-19 12:33:59 +03:00
common test: Ignore ResourceWarnings when connecting to vault 2021-09-16 22:40:11 +03:00
master docs: Update comment in release notes file 2021-10-15 16:53:55 +03:00
newsfragments Release notes for 3.4.0 2021-10-15 16:53:54 +03:00
pkg fix docker build 2021-08-24 20:32:04 +02:00
pyinstaller
smokes graphql to data plumbery 2021-08-19 16:15:51 +02:00
worker Merge pull request #6250 from kulikjak/http-tunneling-tls 2021-10-14 13:08:41 +03:00
www remove remaining defer.returnValue 2021-10-15 13:31:59 +03:00
.bbtravis.yml setup: Bump sqlalchemy dependency to 1.3.0 or higher 2021-09-09 01:07:31 +03:00
.coveragerc
.dockerignore docker: Switch to Debian and build all master packages 2021-05-20 15:59:45 +03:00
.gitattributes
.gitignore docs: Added GNU make information on Windows 2020-08-25 00:38:58 +03:00
.isort.cfg graphql to data plumbery 2021-08-19 16:15:51 +02:00
.mailmap my main email address is gmail 2021-04-17 21:44:07 +02:00
.mention-bot
.pyup.yml pyup: Reduce update frequency to 'every two weeks' 2020-12-03 23:37:52 +02:00
CONTRIBUTING.rst
Dockerfile.master fix docker build 2021-08-24 20:32:04 +02:00
LICENSE
Makefile Use yarnpkg if available to support Debian/Ubuntu packages 2021-05-20 15:59:45 +03:00
README.rst
RELEASING.rst newsfragments: Move the newsfragments to the root of the project 2021-09-19 12:33:59 +03:00
appveyor.yml appveyor: Upgrade setuptools before installing requirements-ci.txt 2021-09-04 23:29:57 +03:00
pyproject.toml newsfragments: Move the newsfragments to the root of the project 2021-09-19 12:33:59 +03:00
readthedocs.yaml docs: Make readthedocs.yaml version explicit 2020-08-17 16:56:20 +03:00
requirements-ci.txt Added new HashiCorp Vault secret provider HvacKvSecretProvider 2021-09-16 22:40:11 +03:00
requirements-cidb.txt requirements-cidb: Bump pg8000 to 1.16.6 as required by SQLAlchemy 1.4 2021-07-30 02:59:57 +03:00
requirements-cidocs.txt setup: Remove requirements for sphinxcontrib-blockdiag 2021-09-07 17:08:49 +03:00
requirements-ciworker.txt Update six from 1.15.0 to 1.16.0 2021-06-28 22:58:38 +03:00
requirements-master-docker-extras.txt Update requests from 2.25.1 to 2.26.0 2021-07-19 16:02:12 +02:00
requirements-minimal.txt Update buildbot_www from 3.1.1 to 3.2.0 2021-06-28 22:58:38 +03:00
requirements-readthedocs.txt docs: Rename rtd-requirements.txt to name consistent with other files 2020-08-17 16:56:18 +03:00

README.rst

==========
 Buildbot
==========

--------------------------------------
 The Continuous Integration Framework
--------------------------------------

Buildbot is based on original work from `Brian Warner <mailto:warner-buildbot @
lothar . com>`_, and currently maintained by `the Botherders
<https://github.com/buildbot/botherders>`_.

Visit us on http://buildbot.net !

|travis-badge|_ |codecov-badge|_ |readthedocs-badge|_

Buildbot consists of several components:

* master
* worker
* www/base
* www/console_view
* www/waterfall_view

and so on

See the README in each subdirectory for more information

Related repositories:

* https://github.com/buildbot/buildbot-media - Buildbot-related media
* https://github.com/buildbot/buildbot-website - Source for http://buildbot.net

.. |travis-badge| image:: https://travis-ci.org/buildbot/buildbot.svg?branch=master
.. _travis-badge: https://travis-ci.org/buildbot/buildbot
.. |codecov-badge| image:: http://codecov.io/github/buildbot/buildbot/coverage.svg?branch=master
.. _codecov-badge: http://codecov.io/github/buildbot/buildbot?branch=master
.. |readthedocs-badge| image:: https://readthedocs.org/projects/buildbot/badge/?version=latest
.. _readthedocs-badge: https://readthedocs.org/projects/buildbot/builds/