pokt-network / pocket

Official implementation of the Pocket Network Protocol v1
https://pokt.network
MIT License
63 stars 33 forks source link

[Tooling] MVP GitHub comment search interface #641

Open bryanchriswhite opened 1 year ago

bryanchriswhite commented 1 year ago

Objective

Enable basic searching of GitHub issue and PR/review comments. Help me find things I know exist but are burried under "load more" and "show resolved" buttons in the GitHub UI.

Origin Document

Frustration: image

Goals

Deliverable

Illustrative usage:

usage: search [pulls|issues] [OPTIONS] <search text> 

OPTIONS:
    -r, --repo <owner/name>         GitHub repository to search, specified as `owner/name` (default: "pokt-network/pocket")
    -s, --since <date ISO 8601>     Earliest issue/review commment date to consider (default: 6 months ago)
    -p, --pulls <PR#>[, ...]        Specific pull request(s) to consider (default: all repo PRs)
    -i, --issues <issue#>[, ...]    Specific issue(s) to consider (default: all repo issues)
    -u, --users <user>[, ...]       Specific user(s) to consider (default: all participating users)

Non-goals / Non-deliverables

General issue deliverables

Testing Methodology


Creator: @bryanchriswhite

Olshansk commented 1 year ago

Being built here!! https://github.com/bryanchriswhite/full-comment-search