https://github.com/alphagov/paas-rubbernecker
A summary of stuff in PivotalTracker
https://github.com/alphagov/paas-rubbernecker
non-platform-tools paas reliability-engineering
Last synced: 9 months ago
JSON representation
A summary of stuff in PivotalTracker
- Host: GitHub
- URL: https://github.com/alphagov/paas-rubbernecker
- Owner: alphagov
- License: mit
- Created: 2016-12-29T16:20:44.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T15:29:23.000Z (about 2 years ago)
- Last Synced: 2025-08-11T02:36:35.205Z (10 months ago)
- Topics: non-platform-tools, paas, reliability-engineering
- Language: Go
- Homepage:
- Size: 15.3 MB
- Stars: 0
- Watchers: 13
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Rubbernecker
An application that converts various tools the GOV.UK PaaS team is using into a
friendly kanban wall used for standup and quick reference of what's going on.
## Building
The repo comes in with a make file which makes it easier to build the project
from various Golang, TypeScript and SASS source code.
The following command should build them all:
```sh
make build
```
## Testing
The tests can be fired with the use of make target which will run ginkgo suite
of tests:
```sh
make test
```
## Running
After the application has been compiled, you should be able to execute the
following:
```sh
./bin/rubbernecker
```
You should be able to view the application at [http://localhost:8080](http://localhost:8080)
### Requirements
Following environment variables are required to be provided for the application
to work properly:
```sh
PIVOTAL_TRACKER_PROJECT_ID
PIVOTAL_TRACKER_API_TOKEN
PAGERDUTY_AUTHTOKEN
```
These can be provided in a form of flags. See the help section for more
details.
### Help
You can find some exciting functionality if you run:
```sh
./bin/rubbernecker --help
```
### Creative Commons usage
- [documentation icon](dist/img/documentation.svg) by Adrien Coquet
- [goat icon](dist/img/goat.svg) by Chanut is Industries
- [grinch icon](dist/img/grinch.svg) by Denis Shumaylov
- [brain icon](dist/img/brain.svg) by Sumit Saengthong