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 GitLabRenderer #316

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on May 2, 2020

  1. Add GitLabRenderer

    An initial attempt at creating a renderer using the GitLab API.
    Authentication has not yet been implemented, so the `--context` option
    can only be used with public repositories.
    jerrykan committed May 2, 2020
    Configuration menu
    Copy the full SHA
    e931e40 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Replace render_offline with render_backend

    There are now multiple backends that can be used, so picking one using
    `render_backend` would seem to be more useful than having a binary
    "offline or not" option.
    jerrykan committed May 4, 2020
    Configuration menu
    Copy the full SHA
    8d5ac06 View commit details
    Browse the repository at this point in the history
  2. Add --renderer option

    Provide the ability to make use of the alternate backend renderers like
    GitLabRenderer.
    jerrykan committed May 4, 2020
    Configuration menu
    Copy the full SHA
    f74b2b3 View commit details
    Browse the repository at this point in the history