Files
gerrit/polygerrit-ui/app
Viktar Donich b6db19e072 Plugin API for label score updates
Plugin may use following API to receive saved label updates:

``` js
plugin.changeMetadata().onLabelsChanged(
    labels => console.log(labels));
```

Feature: Issue 820117
Change-Id: Id428606db25086cfdf5a5b420e34777cc8b27303
2018-04-06 15:24:56 -07:00
..
2018-03-02 09:55:02 -08:00
2018-02-13 17:47:14 +00:00
2017-05-22 18:09:35 +00:00
2018-03-22 09:41:57 +00:00