Skip to content

lessmind/bitbucket-pr-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c6ed0b · May 17, 2021

History

24 Commits
Jan 7, 2021
May 17, 2021
Dec 13, 2020
May 17, 2021
Dec 12, 2020
Dec 12, 2020
Dec 12, 2020
Dec 12, 2020
Dec 12, 2020
Dec 12, 2020
Dec 13, 2020
Dec 12, 2020
Dec 12, 2020
Dec 13, 2020
Dec 13, 2020
Dec 12, 2020

Repository files navigation

Bitbucket Pull Request Dashboard

A Bitbucket Pull Request Dashboard

Why

It's very hard to tell when a pull request is ready for review or working in progress or under review

How it works

Note: the app password will be stored in local storage now, ALWAYS logout on devices you don't trust

Features

  • listing pull requests with chosen project and repositories
  • showing build status
  • showing user with recognizable avatar from bitbucket
  • auto reload in specified secs
  • update pull request state with title prefix, so the status is both visible in the dashboard and bitbucket
    • Ready: make login credential only stored in localStorage when user ask to, no prefix since this is the nature status when PR first created
    • WIP: [WIP]make login credential only stored in localStorage when user ask to
    • REVIEWING: [REVIEWING]make login credential only stored in localStorage when user ask to

Live demo with github pages

https://lessmind.github.io/bitbucket-pr-dashboard/#

Again, the app password will be stored in local storage now, ALWAYS logout on devices you don't trust

TODOs

  • make login credential only stored in localStorage when user ask to

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published