HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pvcnt

no profile record

Submissions

Show HN: The missing inbox for GitHub pull requests

github.com
26 points·by pvcnt·vorig jaar·7 comments

Show HN: Mergeable - A better inbox for GitHub pull requests

github.com
1 points·by pvcnt·2 jaar geleden·0 comments

comments

pvcnt
·vorig jaar·discuss
Thanks! If you are looking for a TUI, there is gh-dash (https://dlvhdr.github.io/gh-dash/) which seems quite popular.
pvcnt
·vorig jaar·discuss
Thank you! Yes, it's still surprising to me that GitHub does not seem to invest a lot in improving the code review tool... but that leaves plenty of opportunities for open source projects or SaaS to fill those gaps!
pvcnt
·vorig jaar·discuss
Thanks for the kind words! What issue did you see exactly? And on which browser? It's possible the setup is not totally correct, I'm a still bit new to deploying on Cloudflare Workers.
pvcnt
·vorig jaar·discuss
Critic (https://getcritic.dev) - An improved inbox for GitHub pull requests

The experience with GitHub can be terribly frustrating when it comes to managing the stream of incoming pull requests. The default inbox and notification systems are not so good, and not flexible. Critic allows to create any number of sections, each section being defined by an arbitrary search query.

I would now like to expand it to provide a better code review experience, similar to what Graphite or Reviewable may provide - but under as an open source project. Source code is available at: https://github.com/pvcnt/critic
pvcnt
·2 jaar geleden·discuss
Temporal also provides mechanisms to persist some state and query it. Is it possible to do with Inngest?
pvcnt
·2 jaar geleden·discuss
Shameless plug: I developed a similar project that is Web-based (source [1], demo [2]) and supports having multiple connections configured. Both github.com and GitHub Enterprise are supported. Other backends (e.g., GitLab, Azure DevOps) could be added in theory. I started this because at work, we use no less than 2 instances of GitHub Enterprise, in addition to github.com.

It is a client-side application, meaning that it is very simple to host (no backend required).

[1] https://github.com/pvcnt/reviewer

[2] https://reviewer.pages.dev