Files
gerrit/polygerrit-ui
Andrew Bonventre 55abe6f115 Minor cleanup of routing middleware
scrollToTop doesn't need to be specified on each route if it's already being
done on all routes.

Change-Id: I389c5adcf7eb065e4c45485b3a5b6247b6f4553f
2015-11-24 17:28:34 -05:00
..
2015-11-24 17:28:34 -05:00
2015-11-23 08:57:58 -05:00
2015-11-12 19:03:09 -05:00

PolyGerrit

Local UI, Production Data

To test the local UI against gerrit-review.googlesource.com:

cd polygerrit-ui
npm install
bower install
go run server.go

Then visit http://localhost:8081

Local UI, Test Data

One-time setup:

  1. Install Buck for building Gerrit.
  2. Build Gerrit and set up a local test site.

Run a test server:

buck build polygerrit && \
java -jar buck-out/gen/polygerrit/polygerrit.war daemon --polygerrit-dev -d ../gerrit_testsite --console-log --show-stack-trace

Running Tests

npm install -g web-component-tester
wct