Take into account that config read could fail on start()

If there is a problem reading All-Projects when the plugin is started,
the plugin configuration is null and this can cause a
NullPointerException later.

Consider a null config "no configs" when finding relevant entries. In
the REST call, return a 500 with an appropiate message.

Change-Id: Iff503f74ffcff25b160c46486909e4ee367475c9
1 file changed
tree: 82f832b6d46af3cc84eef109c2e49abbe79c8cc2
  1. java/
  2. javatests/
  3. BUILD
  4. external_plugin_deps.bzl
  5. LICENSE
  6. README.md
README.md

The plugin will update a superproject to contain the submodules defined in the manifest XML file whenever the manifest repo is changed.

For more information see the documentation or the build instructions