Skip to content

Make nodes (commits, branches, tags) to be HTML links. #90

@drdv

Description

@drdv

It is convenient to click on a node and see (in another browser tab) say github's commit details. To achieve this we need to have info like:

  github:
    base: "https://github.com"
    commit: "{base}/{user}/{project}/commit/{commit}"
    branch: "{base}/{user}/{project}/tree/{branch}"
    tag: "{base}/{user}/{project}/releases/tag/{tag}"

  bitbucket:
    base: "https://bitbucket.org"
    commit: "{base}/{user}/{project}/commits/{commit}"
    branch: "{base}/{user}/{project}/src/{branch}"
    tag: "{base}/{user}/{project}/src/{tag}"

The user can add more provides to the config.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions