Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add listing of all open pull requests sorted by open time #253

Open
wants to merge 5 commits into
base: v0.x.x
Choose a base branch
from

Commits on Aug 26, 2019

  1. Configuration menu
    Copy the full SHA
    d048e50 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Configuration menu
    Copy the full SHA
    323b525 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Add skeleton for time_iopen application

    This adds the skeleton to build the empty application called time_open.
    The purpose of the application is to list latest open pull requests for
    a repository.
    jens-mueller-sociomantic committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    328f981 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Implement time_open for listing open pull requests sorted by open time

    This implements the command `time_open`. It will output the list of open
    pull requests for a repository sorted by open time. This is implemented
    by performing a GraphQL query against the GitHub API service and sorting
    the output.
    jens-mueller-sociomantic committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    e3cff6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d9c31b View commit details
    Browse the repository at this point in the history