gerrit/tools
viktard 3c1139ee68 Update polygerrit_plugin() build rule
Add support for .js based plugins, custom plugin_name to prevent
conflicts with server-side plugins with the same name.

Here's an example:
https://chromium-review.googlesource.com/c/infra/gerrit-plugins/landingwidget/+/1295049

So what we want to achieve is to have:

  gerrit_plugin(
    name = "landingwidget",
  [...]

and

  polygerrit_plugin(
    name = "landingwidget_ui",
    plugin_name = "landingwidget",
  [...]

and produce the following final artifacts:

  landingwidget.jar
  landingwidget.js

Change-Id: Ic9c68809cbaaf4650301d98e56d7c1c76e008251
2018-10-25 16:35:00 +00:00
..
bzl Update polygerrit_plugin() build rule 2018-10-25 16:35:00 +00:00
eclipse project.py: Enable test source attributes in .classpath 2018-10-11 23:35:09 +09:00
intellij Update documentation of code style settings for IntelliJ 2017-03-02 11:58:36 +01:00
js Replace vulcanize with bundle_assets build rule 2018-07-18 11:20:14 -07:00
maven Merge branch 'stable-2.16' 2018-10-19 00:36:37 +01:00
util Don't hardcode bash location 2015-08-26 09:03:24 -06:00
__init__.py Buck: Adjust to unflattened directory structure for python libraries 2013-11-30 20:19:33 +01:00
BUILD Merge branch 'stable-2.15' 2018-09-19 15:27:19 +09:00
coverage.sh Dissolve gerrit-common top-level directory 2017-10-31 11:02:36 -04:00
download_file.py Python cleanups, round 2: line too long, etc. 2018-05-19 22:48:43 +01:00
jgit-snapshot-deploy-pom.diff Provide a diff file to make it easier to deploy JGit snapshot 2016-08-31 11:13:47 +09:00
merge_jars.py Python cleanups, round 2: line too long, etc. 2018-05-19 22:48:43 +01:00
setup_gjf.sh setup_gjf.sh: amend SHA1 for GJF 1.6 2018-06-02 23:22:33 +00:00
util_test.py Python cleanups, round 2: line too long, etc. 2018-05-19 22:48:43 +01:00
util.py Python cleanups, round 2: line too long, etc. 2018-05-19 22:48:43 +01:00
version.py Python cleanups, round 1: whitespace 2018-05-19 22:47:19 +01:00
workspace-status.cmd Bazel: Add workspace-status-command script for other platform 2017-10-25 16:14:00 +00:00
workspace-status.sh Specify "unknown" if version generation for plugins fails. 2017-10-01 09:50:46 +01:00