A Bitbucket Pull Request Dashboard
It's very hard to tell when a pull request is ready for review or working in progress or under review
- Using bitbucket rest api with app password
- Vue and Quasar framework
Note: the app password will be stored in local storage now, ALWAYS logout on devices you don't trust
- 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
- Ready:
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
- make login credential only stored in localStorage when user ask to
yarn
quasar dev
yarn run lint
quasar build