Coder Social home page Coder Social logo

buildbot-website's Introduction

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.

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:

buildbot-website's People

Contributors

abloemert avatar ayust avatar daksh916 avatar dependabot[bot] avatar djmitche avatar mokibit avatar p12tic avatar peterdavehello avatar rodrigc avatar rutsky avatar tardyp avatar theassassin avatar tinti avatar tuoris avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

buildbot-website's Issues

No download link available

Most of the time, If I go to buildbot.net, I want to download the latest packages.

I did not found a download link.

Remove mailing list links

The maiing list has been dead quite a while now. Remove it from the website to avoid leading people into the impression that buildbot is dead.

I'd have submitted a pull request, but I can't figure out where the site content is.

favicon.ico is missing

Hi there!

Your favicon (set up in #6 and #15) doesn't look like it's working. When I view https://www.buildbot.net in Chrome, it displays the default "document" icon for the tab.

screen shot 2019-01-20 at 10 45 10 pm

And https://www.buildbot.net/favicon.ico is 404.

$ wget https://www.buildbot.net/favicon.ico
--2019-01-20 22:45:56--  https://www.buildbot.net/favicon.ico
Resolving www.buildbot.net (www.buildbot.net)... 140.211.10.238
Connecting to www.buildbot.net (www.buildbot.net)|140.211.10.238|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-01-20 22:45:56 ERROR 404: Not Found.

Horrible javascript scrolling ignoring accessibility settings

The current website has a horrendously aggressive "smooth" scrolling that completely ignores motion reduction / suppression settings.

The website should respect said settings and not throw a sickening scroll effect when the user clearly states that such effect makes them sick (ie prefers-reduced-motion media query).

Issues for the main buildbot project

There's no option for leaving issues on the main project, and no contact on the website. So forgive me if it's misplaced, just didnt find the right channel.

I wasn't able to complete the tutorial on two separate, fresh GCE instances running Ubuntu 16.4
This the log (tail -n 20 master/twistd.log):

_inlineCallbacks(r, g, deferred)
          File "/home/yuri/tmp/buildbot/sandbox/local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86
_64.egg/twisted/internet/defer.py", line 1128, in _inlineCallbacks
            result = g.send(result)
          File "/home/yuri/tmp/buildbot/sandbox/local/lib/python2.7/site-packages/buildbot-0.9.0rc1-py2.7.egg/bu
ildbot/util/service.py", line 45, in reconfigServiceWithBuildbotConfig
            yield svc.reconfigServiceWithBuildbotConfig(new_config)
          File "/home/yuri/tmp/buildbot/sandbox/local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86
_64.egg/twisted/internet/defer.py", line 1274, in unwindGenerator
            return _inlineCallbacks(None, gen, Deferred())
        --- <exception caught here> ---
          File "/home/yuri/tmp/buildbot/sandbox/local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86
_64.egg/twisted/internet/defer.py", line 1128, in _inlineCallbacks
            result = g.send(result)
          File "/home/yuri/tmp/buildbot/sandbox/local/lib/python2.7/site-packages/buildbot-0.9.0rc1-py2.7.egg/bu
ildbot/www/service.py", line 81, in reconfigServiceWithBuildbotConfig
            self.setupSite(new_config)
          File "/home/yuri/tmp/buildbot/sandbox/local/lib/python2.7/site-packages/buildbot-0.9.0rc1-py2.7.egg/bu
ildbot/www/service.py", line 138, in setupSite
            raise RuntimeError("could not find buildbot-www; is it installed?")
        exceptions.RuntimeError: could not find buildbot-www; is it installed?

Valid syntax in Quick Tour Configuration Errors Section

In the configuration errors section (quick tour) the reader is asked to introduce an error by removing the first single quote in the two lines they just changed.

The result should be

c[title'] = "Pyflakes"
c[titleURL'] = "http://divmod.org/trac/wiki/DivmodPyflakes"

But the tour shows the syntax without any errors.

c['title'] = "Pyflakes"
c['titleURL'] = "http://divmod.org/trac/wiki/DivmodPyflakes"

The purple box is ugly

The purple shadow box containing the graphic for "Buildbot in Action" is too dark. It should be re-created from the graphic in the Buildbot docs.

The releases-documentation is misleading/incorrect/lacking

The documentation on releases that you find via a google-search or just manually navigating to docs.buildbot.net dont mention anything about a move to github for 'further' releases/release-notes.

It turns out there are two new releases after 3.6.0 I had no inkling of, no mention was made of them on the website.

I would suggest at least adding a reference somewhere that certain parts (releasenotes, versions, ....others?) have moved to Github.

I've had a babylonian misunderstanding with a colleague due to him landing on Github for his info, and me searching the official website docs for info.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.