git-appraise-web

Web UI for git-appraise

  • Owner: google/git-appraise-web
  • Platform:
  • License:: Apache License 2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Git-Appraise Web UI

This repository contains a read-only web UI for git-appraise reviews.

Try it now

You can see a live demo of the UI running here

Disclaimer

This is not an official Google product.

Prerequisites

Building requires the Go tools and GNU Make. Running the built binary requires the git command line tool.

Building the source code

Assuming you have the Go tools installed, run
the following command:

go get github.com/google/git-appraise-web/git-appraise-web

Manual steps

Assuming you have not run the above command, first checkout the code from the git repo:

mkdir -p ${GOPATH}/src/github.com/google
cd ${GOPATH}/src/github.com/google
git clone https://github.com/google/git-appraise-web.git

Build the binary:

cd ${GOPATH}/src/github.com/google/git-appraise-web
make

Running the application

Binary is placed into ${GOPATH}/bin:

${GOPATH}/bin/git-appraise-web

The tool requires that it be started in a directory that contains at least one git repo, and it shows the
reviews from every git repo under that directory.

The UI is a webserver which defaults to listening on port 8080. To use a different port, pass it as an argument to the "--port" flag:

${GOPATH}/bin/git-appraise-web --port=12345

Main metrics

Overview
Name With Ownergoogle/git-appraise-web
Primary LanguageHTML
Program languageMakefile (Language Count: 5)
Platform
License:Apache License 2.0
所有者活动
Created At2016-06-07 01:00:07
Pushed At2023-06-20 22:29:37
Last Commit At2021-04-01 17:33:21
Release Count0
用户参与
Stargazers Count217
Watchers Count15
Fork Count23
Commits Count104
Has Issues Enabled
Issues Count7
Issue Open Count4
Pull Requests Count17
Pull Requests Open Count1
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private