HackerTrans
TopNewTrendsCommentsPastAskShowJobs

apoclyps

no profile record

Submissions

[untitled]

1 points·by apoclyps·5 jaar geleden·0 comments

Reviews – A TUI for monitoring code review requests across multiple repositories

github.com
2 points·by apoclyps·5 jaar geleden·1 comments

A simple terminal UI dashboard for code review

github.com
1 points·by apoclyps·5 jaar geleden·1 comments

comments

apoclyps
·4 jaar geleden·discuss
I wanted to try budibase in order to evaluate and compare it without hosting it myself, is that something I can do for free on the cloud product?
apoclyps
·5 jaar geleden·discuss
What is it?

Reviews is a terminal UI Dashboard for monitoring requests for code review across several Github repositories and pull requests.

How to use it?

You can install it directly from PyPi and configure it to use and provide your configuration like so

pip install reviews

The following is example configuration for the TUI:

export GITHUB_TOKEN="your-token-here" export GITHUB_USER="apoclyps" export REPOSITORY_CONFIGURATION="apoclyps/micropython-by-example,apoclyps/reviews,apoclyps/magic-home,datadog/dd-trace-py"

Once configured you can run it from your terminal using:

reviews dashboard --no-reload

How to get involved?

The code is available on Github https://github.com/apoclyps/reviews and there is a small video demo on the repository. You can install and use it from PyPI: https://pypi.org/project/reviews/

I've also created a number of an issue for first-time contributors, but I'm open to anyone creating a feature request for anything they would like to add. I'm always happy to receive feedback to improve reviews.
apoclyps
·5 jaar geleden·discuss
The project was created as a way to keep on top of multiple teams creating large amounts of pull requests across several repositories by having a single up-to-date view of the pull request's approval status and age.

The initial implementation can be found over on Github at https://github.com/apoclyps/code-review-manager and can be installed from PyPI: https://pypi.org/project/reviews/

Contributions and feedback are welcome. It's in the very early stages of development and it has a long way to go but hopefully, there is enough here for others to derive some value from it being released early.