Skip to main content

Introduction

A very simple buildbot UI plugin providing a menu-item with configurable links. This plugin is intended to help integrate the buildbot master web interface with some larger site structure. For example, you can add links to your code review / code hosting service, bug tracker, discussion page, etc.

https://github.com/cheshirekow/buildbot_sitenav/raw/master/doc/screenshot.png

Screenshot of the buildbot UI menu including the sitnav plugin.

Installation

Install the buildbot-sitenav package into the python environment you use for executing the buildbot master. That probably means something like this:

pip install buildbot-sitenav

Add the plugin to the ‘www’ config section of master.cfg for your buildmaster. e.g.:

c['www'] = {
    "plugins": {
        "waterfall_view": {},
        "console_view": {},
        "grid_view": {},
        "sitenav": {
          "label" : "Navigation",
          "links" : [
            ["home", "/"],
            ["gerrit", "/gerrit"],
            ["forum", "/forum"]
          ]
        }
    },
}

The config dictionary for the sitenav plugin includes two keys:

  • ‘label’: optional, specifies the text to use for the button label in the menu. The default is “Site Nav”.

  • ‘links’: required, specifies a list of links to add in the submenu. Each item in the list is a pair (a list of two elements), composed of [“<label>”, “<url>”].

Notes

The author of this plugin actually knows practically nothing about angularJS so this plugin is probably implemented in a dumb way. Hopefully you find it useful anyway.

Release files for buildbot-sitenav 0.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for buildbot-sitenav 0.1.0
File Size Uploaded
buildbot-sitenav-0.1.0.tar.gz 3.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for buildbot-sitenav 0.1.0
File Interpreter ABI Platform
buildbot_sitenav-0.1.0-py3-none-any.whl Python 3 none any Details

Total release size: 7.5 kB

Release files / buildbot-sitenav-0.1.0.tar.gz

Download URL buildbot-sitenav-0.1.0.tar.gz
Size 3.3 kB
Tags Source
SHA-256 checksum
How to use checksums
1d32ea459f10e005576ff671e0354e8baa3b907b6593edc105ef2c9f4044633d
BLAKE2b-256 checksum
How to use checksums
8db06b08f2731bca0c516707a2c1be934649749b6af07960ead529067290ee7a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.2

Release files / buildbot_sitenav-0.1.0-py3-none-any.whl

Download URL buildbot_sitenav-0.1.0-py3-none-any.whl
Size 4.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
79e2475d0c604ca7861e4f19f02591e67d611b3c05c012ac75017896ffd5cd09
BLAKE2b-256 checksum
How to use checksums
49d23d1687f6ca4a78a5c9f4ff98645fa9a9bce1d26afdd76907ff28635e689f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.2

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page