A (WIP) Chrome extension intended to indicate differences between deploy jobs.
Currently in development, this extension can be installed unpacked:
- Clone this repo locally
- In your chrome browser click on the 3 dots (top right).
- Click on 'More tools'
- Click on 'Extensions'
- Switch on 'Developer mode' (top right).
- Click 'Load unpacked' (top left).
- Select the repo directory
You'll need a Github OAuth token as Github rate-limits their API.
- Click on 'Details' from the Chrome Extensions page.
- Scroll down to 'Options'
- Add Github OAuth Token, Github team name (alphagov), Concourse base URL and Concourse team name.
- Click 'Save'
- Browse to Concourse and authenticate.
- Click the extension icon and click on the appropriate project.
- Commits (if any) between the two deployment jobs (typically staging and production) should appear.