A system tray application for monitoring your BitBucket pull requests, written in Go.
This project is now archived and unmaintained.
It is replaced by bittray 2 - a rewrite in .NET (still in development).
This version supports Bitbucket REST API v1.0.
It's tested to work up to Atlassian Bitbucket v5.16.3.
I do plan to update it to API 2, once I have a need. Non-breaking PRs to that end are welcome (but please file an issue).
See https://michaelsanford.github.io/bittray/ for details.
You'll need Electron's rcedit-x64
in your PATH before continuing.
By default, Windows 10's PowerShell Execution Policy is set to Restricted
. To build, you'll need to temporarily set that to Unrestricted
for the packager to run.
You do not need to run it with Administrative privileges.
powershell.exe -ExecutionPolicy Unrestricted .\build.ps1 -version 0.0.0
Make sure config.CurrentVersionTag
(in constants.go
) matches what you provide in -version
.
Read up on PowerShell Execution Policy.
This project is in no way affiliated with or officially endorsed by Atlassian Inc.
Icons are courtesy Recep Kütük.
Gopher logo generated by https://github.com/quasilyte/gopherkon with original artwork by Renee French.